diff options
author | luis <luis> | 2005-09-04 06:58:13 +0000 |
---|---|---|
committer | luis <luis> | 2005-09-04 06:58:13 +0000 |
commit | 9faa8664af4d4d89f3a9535e383d6589b9897938 (patch) | |
tree | ae38f7904a456ae6bf0a471e4958d0dfd8dbcea0 /CHANGELOG | |
parent | f426db66189e8d4be0b2e43a581bb1f59c1c0edd (diff) | |
download | firma-9faa8664af4d4d89f3a9535e383d6589b9897938.tar.gz firma-9faa8664af4d4d89f3a9535e383d6589b9897938.tar.bz2 |
Changes for firma rev 1.36.
Diffstat (limited to 'CHANGELOG')
-rwxr-xr-x | CHANGELOG | 41 |
1 files changed, 41 insertions, 0 deletions
@@ -1,6 +1,47 @@ Firma CHANGELOG --------------- +04/09/2005 - 0.3-cvs (rev 1.36) - luis + + - As a temporary solution until compliance to PGP/MIME standards + can be implemented, messages are being decoded using the + command "mimencode -q -u". This command assumes that the entire + message is Quoted-Printable encoded. So, for now, no Base64 + encoded messages should go through firma. + + - Message's signature checking is being more thoroughly parsed + so that firma can send more specific bounce messages. Added + three different messages, informing the sender either that + his/her address is not subscribed to the list, or that the + received message was not signed, or that it was not encrypted + with the list's public key. + + - Signature checking output, as displayed in the top of the list + messages, is more verbose now, showing all UIDs of the signing + key instead of just the primary one. + + - Expired, revoked or disabled public keys are no longer + processed when checking if a given list has any subscribers + or when a message is being sent to the list. + + - GetSubscribersList output is now stored in variable + SUBSCRIBERS_LIST for better performance of the functions + depending on it. For the same reason, GetGpgDecryptStderr + output is now stored in variable GPG_DECRYPT_STDERR. + + - Major changes on functions SendListMessage, SendWarningMessage, + SendBounceMessage and ProcessMessage to implement all the items + above. + + - Re-declared global array MESSAGE_BODY as a global variable and + added/removed some other variables: + + recipients -> ( removed ) + ( new ) -> GPG_DECRYPT_STDERR, SUBSCRIBERS_LIST + + - Added two small routines to declare/unset all global + variables. + 03/09/2005 - 0.3-cvs (rev 1.35) - luis - In the PASSPHRASE, characters can now be sequentially repeated |