atoponce / d-note

Self destructing encrypted notes
Other
130 stars 43 forks source link

Multiple views #9

Closed atoponce closed 10 years ago

atoponce commented 11 years ago

Allow the possibility for the note to be viewed multiple times, rather than just once. Default to only one viewing, and give the option for the person submitting the note, to change it. Could be useful for -ops IRC channels, allowing all members to view the note securely, and quickly.

This could be done by maybe requiring usernames/emails to view the note, and force them to provide their username/email to see the note. Open to suggestions.

Possibly provide a warning that multiple views could open up the possibility of others seeing the note unintentionally.

atoponce commented 11 years ago

Thinking about this further, rather than putting in a username/email for each viewer, it should just generate multiple URLs. This allows a unique one-to-one note to the recipient, and makes it trivial for the user to create multiple notes with the same content, without manually generating them by hand themselves.

atoponce commented 10 years ago

Decided against this. Will not fix.