edward.git
2015-12-07 Andrew Engelbrechtremove note; pubkeys in encrypted text are useable
2015-12-07 Andrew Engelbrechtsimplify mime creation; set payload charset
2015-12-07 Andrew Engelbrechtadded international test with plaintext reply
2015-12-07 Andrew Engelbrechtchange name of test type
2015-12-07 Andrew Engelbrechtadd a newline at the end of replies
2015-12-07 Andrew Engelbrechtdon't sign unencrypted replies
2015-12-07 Andrew Engelbrechtcan now email replies; "-p" prints repies instead
2015-12-07 Andrew Engelbrechtchoose reply from address; fix language selection
2015-12-07 Andrew Engelbrechtvariable name changes
2015-12-07 Andrew Engelbrechtprettier code re-arrangement
2015-12-07 Andrew Engelbrechtuse enums instead of strings for message type ids
2015-12-07 Andrew Engelbrechtclarified some code
2015-12-07 Andrew Engelbrechtfix test case result
2015-12-07 Andrew Engelbrechtprefer pub key as a fallback key for encryption
2015-12-07 Andrew Engelbrechtissue mentioned in comment does not require a fix
2015-12-07 Andrew Engelbrechtdon't crash with bad gpg key imports
2015-12-07 Andrew Engelbrechtcatch semi-specific errors only.
2015-12-07 Andrew Engelbrechtdon't crash when given a corrupted detached sig
2015-12-07 Andrew Engelbrechtuse the un-decoded mime part in sig verificaion
2015-12-07 Andrew EngelbrechtRemoved clearsigning verification
2015-12-07 Andrew Engelbrechtchanged variable name
2015-12-07 Andrew Engelbrechtpick out encryption keys from nested signed text
2015-12-07 Andrew Engelbrechtsign reply message even if not encrypting.
2015-12-07 Andrew Engelbrechtwhitespace change
2015-12-07 Andrew Engelbrechtmore documentation
2015-12-07 Andrew Engelbrechtremoved unused function
2015-12-07 Andrew Engelbrechtadded note about a needed code fix
2015-12-07 Andrew Engelbrechtmore function documentation
2015-12-07 Andrew Engelbrechtremoved comment
2015-12-07 Andrew Engelbrechtfixed bug, removed stale code
2015-12-07 Andrew Engelbrechtmore functions documented
2015-12-07 Andrew Engelbrechtdon't use doxygen quite yet.
2015-12-07 Andrew Engelbrechtadded Doxyfile for doxygen comment parsing
2015-12-07 Andrew EngelbrechtAdded more documentation
2015-12-07 Andrew Engelbrechtonly run main() if not in interactive mode
2015-12-07 Andrew Engelbrechtchange classes format
2015-12-07 Andrew Engelbrechtadded comments to the classes and main()
2015-12-07 Andrew Engelbrechtfixed a comment
2015-12-07 Andrew Engelbrechtdon't use the 'an' language
2015-12-07 Andrew Engelbrechtdon't check message block for encryption status
2015-12-07 Andrew Engelbrechtmodified .gitignore
2015-12-07 Andrew Engelbrechtupdated expected test results; added more tests
2015-12-07 Andrew Engelbrechtcheck unencrypted message blocks for signatures
2015-12-07 Andrew Engelbrechtfixed some simple bugs
2015-12-07 Andrew Engelbrechtthe referenced issue is resolved
2015-12-07 Andrew Engelbrechtsplit up prepare_for_reply_pieces
2015-12-07 Andrew Engelbrechtupdated the message flattener
2015-12-07 Andrew Engelbrechtcheck to see if we have keys before adding them
2015-12-07 Andrew Engelbrechtadd pubkey as a fallback key
2015-12-07 Andrew Engelbrechta signature key should be set as a fallback key
2015-12-07 Andrew Engelbrechtgenerate the encrypted mime reply
2015-12-07 Andrew Engelbrechtonly quote the message if we are going to encrypt.
2015-12-07 Andrew Engelbrechtthis belongs over here
2015-12-07 Andrew Engelbrechtadded a function which tries to load the pub key
2015-12-07 Andrew Engelbrechtthis will be useful later
2015-12-07 Andrew Engelbrechtpick out public key fingerpints from the message
2015-12-07 Andrew Engelbrechtwhitespace changes
2015-12-07 Andrew Engelbrechtreturn fingerprints not sig objects
2015-12-07 Andrew Engelbrechtadd signed txt, etc. if it's in an encrypted block
2015-12-07 Andrew Engelbrechtrenamed variable for clarity
2015-12-07 Andrew Engelbrechtremoved %s from end of string
2015-12-07 Andrew Engelbrechtadded basic mutli-language reply generation
2015-12-07 Andrew Engelbrechtfixed detached signature verification
2015-12-07 Andrew Engelbrechtsome variable name changes
2015-12-07 Andrew Engelbrechtadded detached sig verification
2015-12-07 Andrew Engelbrechtdon't process 'None' EddyMsg objects
2015-12-07 Andrew Engelbrechtdon't pass back the object pointer
2015-12-07 Andrew Engelbrechtfixed bug
2015-12-07 Andrew Engelbrechtlanguage support requires the translation files
2015-12-07 Andrew Engelbrechtadded the beginnings of language support
2015-12-07 Andrew Engelbrechtmoved function
2015-12-07 Andrew Engelbrechtrenamed function
2015-12-07 Andrew Engelbrechtmove this here
2015-12-07 Andrew Engelbrechtnotice when there isn't gpg data available
2015-12-07 Andrew Engelbrechtavoid a certain type of bug
2015-12-07 Andrew Engelbrechtadded clearsigning verification
2015-12-07 Andrew Engelbrechtported key importing capability
2015-12-07 Andrew Engelbrechtremove unused functions
2015-12-07 Andrew Engelbrechtsimple performance optimization
2015-12-07 Andrew Engelbrechtfor better debug functionality
2015-12-07 Andrew Engelbrechtsimplification of code
2015-12-07 Andrew Engelbrechtadded decryption function
2015-12-07 Andrew Engelbrechtcreated higher order function used by flatten_eddy
2015-12-07 Andrew Engelbrechtdon't crash if a byte string can't be decoded
2015-12-07 Andrew Engelbrechtmore useful ./run-tests output
2015-12-07 Andrew Engelbrechtprogress made toward implementing a better parser
2015-12-07 Andrew Engelbrechtadded the beginnings of detached sig verification
2015-12-07 Andrew Engelbrechtadded test of corrupted encryption blocks.
2015-12-07 Andrew EngelbrechtPass around fingerprints instead of gpgme keys
2015-12-07 Andrew Engelbrechtupdated the test files and added another gpg key
2015-12-07 Andrew Engelbrechtfurther generalization of the testing features
2015-12-07 Andrew Engelbrechtfurther generalization of the testing script
2015-12-07 Andrew Engelbrechtautomatically find the tests directory
2015-12-07 Andrew Engelbrechtpartially generalized the testing suite
2015-12-07 Andrew Engelbrechtupdate test suite to compare mime-decoded messages
2015-12-07 Andrew Engelbrechtignore the __pycache__ directory
2015-12-07 Andrew Engelbrechtthere is no reason to track random_seed
2015-12-07 Andrew Engelbrechtignore changes to the gnupg random seed file
2015-12-07 Andrew Engelbrecht./run-tests is part of the testing suite.
2015-12-07 Andrew Engelbrechtadded the beginning of a testing suite to edward
next