Transcript mailing? #35
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This haxelib might make it possible to automatically collect transcripts from playertesters' playthroughs: https://github.com/benmerckx/smtpmailer
concerns:
Personally I would feel fine (ethically) with including automatic transcripts if the player was only making selections from options I'd written, but would want to include a notification, and ability to disable, if the user was entering text. I think it has a place in a tool like this.
I think security could be the deal-breaker here though. If that library requires you to put your password in plain text, no method of passing secrets or anything, I would say BURN IT WITH FIRE. :P There have to be better options, and if not, the choosing the "none" option beats the insecure option... Unfortunately I can't really tell from their Readme.
Thanks for the feedback. I'm no security expert, but I agree the ideal case
wouldn't require the story dev to include their password in their code or
binary, and definitely no player passwords would be required.
You raise an interesting point I'd forgotten to mention -- Hank's API
doesn't allow any input other than pre-written choices, but a Hank dev can
always get that input another way and pass it as a Haxe variable the story
can reference. So story devs would indeed be able to violate the player's
privacy in that way. Then again, they could always do this in an infinite
number of other ways regardless of what Hank allows.
On Tue, Feb 5, 2019, 10:46 PM ZAD-Man notifications@github.com wrote:
To the second paragraph, yes, that's exactly why I think the feature has a place here - tools shouldn't be withheld just because someone might misuse them (generally, at least).