Changes between Version 8 and Version 9 of AnnouncerPlugin/MessageEncryption


Ignore:
Timestamp:
Mar 12, 2010, 2:12:29 PM (14 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AnnouncerPlugin/MessageEncryption

    v8 v9  
    3434 * handle behavior on missing key
    3535 * embed DEBUG logging into all operations mentioned above
     36
     37''Is it right that different users will have different keys?  If so we can add configuration to the user's preference page.  We could have a big textbox for GPG key and if they have one entered, then use encryption.
    3638
    3739=== How ===
     
    8486 ?: Why not implement encryption as another IAnnouncementEmailDecorator
    8587  A: Decorators are called without guaranteed order. Encryption needs control, that it'll be the last message body mangling action.
     88  ''We can change this pretty easily'' - '''doki_pen'''
    8689 ?: Why not implement encryption as another IAnnouncementFormatter
    8790  A: Encryption is not about encoding etc.
     91  ''Formatter is more about turning an event into a message, it shouldn't be done here.'' - '''doki_pen'''
    8892
    8993=== Sources (ideas and code) ===