Age | Commit message (Expand) | Author |
2013-04-25 | Add check recipient access | Tomas Touceda |
2013-04-25 | Catch the case where there's no pubkey for a user | Tomas Touceda |
2013-04-24 | Improve the rest and start everything from start_mx | Tomas Touceda |
2013-04-23 | Add pubkey retrieving | Tomas Touceda |
2013-04-22 | More fixes | Tomas Touceda |
2013-04-18 | Fix comment since we won't check for encryption before encrypting the email blob | Tomas Touceda |
2013-04-18 | Make couchdb work | Tomas Touceda |
2013-04-17 | Merge remote-tracking branch 'isis/feature/connect-couch' into feature/mail_r... | Tomas Touceda |
2013-04-16 | Add stub for the mail_receiver | Tomas Touceda |
2013-04-15 | Update ConnectedCouchDB.listUsersAndEmails() docstring.fix/update-docs | Isis Lovecruft |
2013-04-15 | Update ConnectedCouchDB.query() docstring. | Isis Lovecruft |
2013-04-15 | Update ConnectedCouchDB.queryByEmailOrAlias() docstring. | Isis Lovecruft |
2013-04-15 | Override parent CouchDB methods for database creation and deletion. | Isis Lovecruft |
2013-04-15 | Remove duplicate call to bind database, it's in the super() call. | Isis Lovecruft |
2013-04-15 | Update ConnectedCouchDB.__init__() docstring. | Isis Lovecruft |
2013-04-15 | Add default CouchDB port to couchdb.ConnectCouchDB parameters. | Isis Lovecruft |
2013-04-15 | Update couchdb.ConnectedCouchDB class docstring. | Isis Lovecruft |
2013-04-15 | Update AliasResolver.buildProtocol() docstring. | Isis Lovecruft |
2013-04-15 | Add connection to CouchDB instance to AliasResolverFactory. | Isis Lovecruft |
2013-04-15 | Add CouchDB instance as an attribute of AliasResolverFactory and update docs. | Isis Lovecruft |
2013-04-15 | Pass the deferred response from CouchDB along to sendLine in AliasResolver. | Isis Lovecruft |
2013-04-15 | Change the logic on sending Postfix TCP map status codes and messages. | Isis Lovecruft |
2013-04-15 | Add support for Postfix virtual transports to alias_resolver.AliasResolver. | Isis Lovecruft |
2013-04-15 | Update docstrings in alias_resolver.AliasResolver. | Isis Lovecruft |
2013-04-15 | Fix logic for return of Postfix TCP map responses in alias_resolver.StatusCodes | Isis Lovecruft |
2013-04-15 | Create method-level docstrings for alias_resolver.StatusCodes. | Isis Lovecruft |
2013-04-15 | Update mappings of Postfix TCP map protocol codes to message strings. | Isis Lovecruft |
2013-04-15 | Update class docstring for alias_resolver.StatusCodes. | Isis Lovecruft |
2013-04-15 | Add DatabaseNotConnected exception to alias_resolver.py. | Isis Lovecruft |
2013-04-15 | Update docstring for function alias_resolver.createUUID(). | Isis Lovecruft |
2013-04-15 | Import our couchdb module into alias_resolver.py. | Isis Lovecruft |
2013-04-15 | Update module docstring for alias_resolver.py. | Isis Lovecruft |
2013-02-17 | Add an __init__.py to the leap/mx/tests module with a boilerplated tests.run() | Isis Lovecruft |
2013-02-17 | Add update mechanism to config files to allow new default configs to be pushed | Isis Lovecruft |
2013-02-16 | Add new version of leap/mx/util/runner.py file. | Isis Lovecruft |
2013-02-16 | Fix a bug in log.debug() where it was checking for the config setting in the | Isis Lovecruft |
2013-02-16 | Fix log.start() function in leap/mx/util/log.py to properly use the xdg | Isis Lovecruft |
2013-02-16 | Fix discovery of xdg .config directory on *nix systems, and use that path for | Isis Lovecruft |
2013-02-16 | Add new parameters 'enable_logfile', 'logfile', 'debug', and 'noisy' to the | Isis Lovecruft |
2013-02-16 | Moved client platform detection code to leap/mx/util/config.py. | Isis Lovecruft |
2013-02-16 | Fix imports in leap/mx/util/config.py to reflect move of util/ directory, and | Isis Lovecruft |
2013-02-16 | Fix imports in leap/mx/util/config.py to not import all of os. | Isis Lovecruft |
2013-02-16 | Fix typo in leap/mx/util/net.py. | Isis Lovecruft |
2013-02-16 | Add exceptions and util to leap/mx/__init__.py. | Isis Lovecruft |
2013-02-16 | Moved leap/mx/util/exceptions.py to leap/mx/exceptions.py. | Isis Lovecruft |
2013-02-16 | Cleaned up versioning to have more easily parsable public methods. | Isis Lovecruft |
2013-02-15 | Add the storage utility for parsing the config file structure in a more | Isis Lovecruft |
2013-02-15 | Module directory layout changes, with corresponding __init__.py changes. | Isis Lovecruft |
2013-01-31 | Finished check_recipient and virtual_alias_map in AliasResolver. | Isis Lovecruft |
2013-01-31 | Add callbacks to AliasResolverFactory, these need to be hooked to | Isis Lovecruft |