summaryrefslogtreecommitdiff
path: root/src/leap
AgeCommit message (Collapse)Author
2013-04-25Add check recipient accessTomas Touceda
2013-04-25Catch the case where there's no pubkey for a userTomas Touceda
2013-04-24Improve the rest and start everything from start_mxTomas Touceda
2013-04-23Add pubkey retrievingTomas Touceda
2013-04-22More fixesTomas Touceda
2013-04-18Fix comment since we won't check for encryption before encrypting the email blobTomas Touceda
2013-04-18Make couchdb workTomas Touceda
2013-04-17Merge remote-tracking branch 'isis/feature/connect-couch' into ↵Tomas Touceda
feature/mail_receiver
2013-04-16Add stub for the mail_receiverTomas Touceda
2013-04-15Update ConnectedCouchDB.listUsersAndEmails() docstring.fix/update-docsIsis Lovecruft
2013-04-15Update ConnectedCouchDB.query() docstring.Isis Lovecruft
2013-04-15Update ConnectedCouchDB.queryByEmailOrAlias() docstring.Isis Lovecruft
2013-04-15Override parent CouchDB methods for database creation and deletion.Isis Lovecruft
2013-04-15Remove duplicate call to bind database, it's in the super() call.Isis Lovecruft
2013-04-15Update ConnectedCouchDB.__init__() docstring.Isis Lovecruft
2013-04-15Add default CouchDB port to couchdb.ConnectCouchDB parameters.Isis Lovecruft
2013-04-15Update couchdb.ConnectedCouchDB class docstring.Isis Lovecruft
2013-04-15Update AliasResolver.buildProtocol() docstring.Isis Lovecruft
2013-04-15Add connection to CouchDB instance to AliasResolverFactory.Isis Lovecruft
2013-04-15Add CouchDB instance as an attribute of AliasResolverFactory and update docs.Isis Lovecruft
2013-04-15Pass the deferred response from CouchDB along to sendLine in AliasResolver.Isis Lovecruft
2013-04-15Change the logic on sending Postfix TCP map status codes and messages.Isis Lovecruft
2013-04-15Add support for Postfix virtual transports to alias_resolver.AliasResolver.Isis Lovecruft
2013-04-15Update docstrings in alias_resolver.AliasResolver.Isis Lovecruft
2013-04-15Fix logic for return of Postfix TCP map responses in alias_resolver.StatusCodesIsis Lovecruft
2013-04-15Create method-level docstrings for alias_resolver.StatusCodes.Isis Lovecruft
2013-04-15Update mappings of Postfix TCP map protocol codes to message strings.Isis Lovecruft
2013-04-15Update class docstring for alias_resolver.StatusCodes.Isis Lovecruft
2013-04-15Add DatabaseNotConnected exception to alias_resolver.py.Isis Lovecruft
2013-04-15Update docstring for function alias_resolver.createUUID().Isis Lovecruft
2013-04-15Import our couchdb module into alias_resolver.py.Isis Lovecruft
2013-04-15Update module docstring for alias_resolver.py.Isis Lovecruft
2013-03-15declare leap namespaceKali Kaneko
2013-02-17Add an __init__.py to the leap/mx/tests module with a boilerplated tests.run()Isis Lovecruft
function so that the options parser doesn't choke on it.
2013-02-17Add update mechanism to config files to allow new default configs to be pushedIsis Lovecruft
to the git repo later without breaking past versions.
2013-02-16Add new version of leap/mx/util/runner.py file.Isis Lovecruft
2013-02-16Remove old start script.Isis Lovecruft
2013-02-16Fix a bug in log.debug() where it was checking for the config setting in theIsis Lovecruft
wrong section of the config.
2013-02-16Fix log.start() function in leap/mx/util/log.py to properly use the xdgIsis Lovecruft
directory if that was discovered in config setup. * Updated imports to reflect directory layout changes, again.
2013-02-16Fix discovery of xdg .config directory on *nix systems, and use that path forIsis Lovecruft
our config file if it exists.
2013-02-16Add new parameters 'enable_logfile', 'logfile', 'debug', and 'noisy' to theIsis Lovecruft
default config creation template.
2013-02-16Moved client platform detection code to leap/mx/util/config.py.Isis Lovecruft
* Remove extraneous storage.Storage() initializations. * Autosetup calls to config._get_config_location based on whether config.filename has been set elsewhere.
2013-02-16Fix imports in leap/mx/util/config.py to reflect move of util/ directory, andIsis Lovecruft
setup default config storage.Storage() modified dictionary objects for YAML configs.
2013-02-16Fix imports in leap/mx/util/config.py to not import all of os.Isis Lovecruft
2013-02-16Fix typo in leap/mx/util/net.py.Isis Lovecruft
2013-02-16Add exceptions and util to leap/mx/__init__.py.Isis Lovecruft
2013-02-16Moved leap/mx/util/exceptions.py to leap/mx/exceptions.py.Isis Lovecruft
2013-02-16Cleaned up versioning to have more easily parsable public methods.Isis Lovecruft
* Changed most of version.py to be in class Version, without importing any twisted code (so that runner.CheckRequirements can check for it first) and so that leap/mx/util/__init__.py can do: import version version = version.Version() to expost only the public methods. * Moved client detection platform code to leap/mx/util/config.py.
2013-02-16Cleaned up version tracking and printing.Isis Lovecruft
2013-02-15Add the storage utility for parsing the config file structure in a moreIsis Lovecruft
readable fashion.