summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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-16Remove unnecessary file src/__init__.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
2013-02-16Cleaned up version tracking and printing.Isis Lovecruft
2013-02-15Merge branch 'feature/gpg-keygen' into developIsis Lovecruft
2013-02-15Added GnuPG key generation program.Isis Lovecruft
2013-02-15Add the storage utility for parsing the config file structure in a moreIsis Lovecruft
2013-02-15Add missing __init__.py file to src/.Isis Lovecruft
2013-02-15Updated the pip requirements file with a note to add a requirement forIsis Lovecruft
2013-02-15Fixed (I think) the markdown on the subheader links in the README.md.Isis Lovecruft
2013-02-15Module directory layout changes, with corresponding __init__.py changes.Isis Lovecruft
2013-01-31Update pip requirements for pyxdg.Isis Lovecruft
2013-01-31Update pip requirements file to include PyYAML.Isis Lovecruft
2013-01-31Finished check_recipient and virtual_alias_map in AliasResolver.Isis Lovecruft
2013-01-31Add callbacks to AliasResolverFactory, these need to be hooked toIsis Lovecruft
2013-01-31Add TODO to alias_resolver.Isis Lovecruft
2013-01-31Renamed alias_resolver.createID() to alias_resolver.aliasToUUID(), renamedIsis Lovecruft
2013-01-31Fix typo.Isis Lovecruft
2013-01-31Separated CouchDB code into mx/couchdb.py and added fake-SMTP status codes toIsis Lovecruft
2013-01-31Add default boilerplate config to the config file creator.Isis Lovecruft
2013-01-31Add UUID creator to alias_resolver.Isis Lovecruft
2013-01-31Paranoia led me to adopt AGPLv3 over my usual favourite, WTFPL.Isis Lovecruft
2013-01-31Moved exceptions to their own file to keep the code cleaner.Isis Lovecruft
2013-01-31Config file parsing and creating utility. This will need to be refactored toIsis Lovecruft
2013-01-31Add docstrings and client OS detection functions to mx/util/version.py.Isis Lovecruft