summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-04-15Merge branch 'fix/update-docs' into developIsis Lovecruft
2013-04-15Update DESIGN docs with curent status.Isis Lovecruft
2013-04-15Add original DESIGN documentation from https://we.riseup.net/leap/mx.Isis Lovecruft
2013-04-15Update README.md.Isis Lovecruft
2013-02-19Merge branch 'fix/no-suid-for-virtualenv' into developIsis Lovecruft
2013-02-19Add unittest script, test_bootstrap, to verify that bootstrap is able to buildfix/no-suid-for-virtualenvIsis Lovecruft
2013-02-19Add update to documentation explaining the bootstrap script and installIsis Lovecruft
2013-02-19Add bootstrap script for creating a virtualenv to create a virtualenv for aIsis Lovecruft
2013-02-17Merge branch 'feature/check-recipient' into developIsis Lovecruft
2013-02-17Add an __init__.py to the leap/mx/tests module with a boilerplated tests.run()Isis Lovecruft
2013-02-17Clean up the options parser and documentation.Isis Lovecruft
2013-02-17Set the traceback recursion when running in debug mode higher so that we canIsis Lovecruft
2013-02-17Add a check for python3.0.Isis Lovecruft
2013-02-17Move credit and license info out of __main__.__doc__ so that it's not cruftingIsis Lovecruft
2013-02-17Cleaned up documentation and added option handling class for the start script.Isis Lovecruft
2013-02-17Add update mechanism to config files to allow new default configs to be pushedIsis Lovecruft
2013-02-16Add new start script.Isis Lovecruft
2013-02-16Add new version of leap/mx/util/runner.py file.Isis Lovecruft
2013-02-16Update .gitignore to exclude config files.Isis Lovecruft
2013-02-16Update .gitignore file to exclude logs/ directory.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
2013-02-16Fix log.start() function in leap/mx/util/log.py to properly use the xdgIsis Lovecruft
2013-02-16Fix discovery of xdg .config directory on *nix systems, and use that path forIsis Lovecruft
2013-02-16Add new parameters 'enable_logfile', 'logfile', 'debug', and 'noisy' to theIsis Lovecruft
2013-02-16Moved client platform detection code to leap/mx/util/config.py.Isis Lovecruft
2013-02-16Fix imports in leap/mx/util/config.py to reflect move of util/ directory, andIsis Lovecruft