Age | Commit message (Expand) | Author |
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-04-15 | Merge branch 'fix/update-docs' into develop | Isis Lovecruft |
2013-04-15 | Update DESIGN docs with curent status. | Isis Lovecruft |
2013-04-15 | Add original DESIGN documentation from https://we.riseup.net/leap/mx. | Isis Lovecruft |
2013-04-15 | Update README.md. | Isis Lovecruft |
2013-02-19 | Merge branch 'fix/no-suid-for-virtualenv' into develop | Isis Lovecruft |
2013-02-19 | Add unittest script, test_bootstrap, to verify that bootstrap is able to buildfix/no-suid-for-virtualenv | Isis Lovecruft |
2013-02-19 | Add update to documentation explaining the bootstrap script and install | Isis Lovecruft |
2013-02-19 | Add bootstrap script for creating a virtualenv to create a virtualenv for a | Isis Lovecruft |
2013-02-17 | Merge branch 'feature/check-recipient' into develop | 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 | Clean up the options parser and documentation. | Isis Lovecruft |
2013-02-17 | Set the traceback recursion when running in debug mode higher so that we can | Isis Lovecruft |
2013-02-17 | Add a check for python3.0. | Isis Lovecruft |
2013-02-17 | Move credit and license info out of __main__.__doc__ so that it's not crufting | Isis Lovecruft |
2013-02-17 | Cleaned up documentation and added option handling class for the start script. | 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 start script. | Isis Lovecruft |
2013-02-16 | Add new version of leap/mx/util/runner.py file. | Isis Lovecruft |
2013-02-16 | Update .gitignore to exclude config files. | Isis Lovecruft |
2013-02-16 | Update .gitignore file to exclude logs/ directory. | Isis Lovecruft |
2013-02-16 | Remove old start script. | 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 | Remove unnecessary file src/__init__.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-16 | Cleaned up version tracking and printing. | Isis Lovecruft |
2013-02-15 | Merge branch 'feature/gpg-keygen' into develop | Isis Lovecruft |
2013-02-15 | Added GnuPG key generation program. | Isis Lovecruft |