Age | Commit message (Expand) | Author |
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 | 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 | 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 | 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 |
2013-01-31 | Add TODO to alias_resolver. | Isis Lovecruft |
2013-01-31 | Renamed alias_resolver.createID() to alias_resolver.aliasToUUID(), renamed | Isis Lovecruft |
2013-01-31 | Fix typo. | Isis Lovecruft |
2013-01-31 | Separated CouchDB code into mx/couchdb.py and added fake-SMTP status codes to | Isis Lovecruft |
2013-01-31 | Add default boilerplate config to the config file creator. | Isis Lovecruft |
2013-01-31 | Add UUID creator to alias_resolver. | Isis Lovecruft |
2013-01-31 | Moved exceptions to their own file to keep the code cleaner. | Isis Lovecruft |
2013-01-31 | Config file parsing and creating utility. This will need to be refactored to | Isis Lovecruft |
2013-01-31 | Add docstrings and client OS detection functions to mx/util/version.py. | Isis Lovecruft |
2013-01-31 | Add storage dictionary class (for config files) to mx/util/__init__.py. | Isis Lovecruft |
2013-01-28 | Need to switch the config to JSON following leap_client. | Isis Lovecruft |
2013-01-28 | Added main file for starting the remailer, still need to finish | Isis Lovecruft |
2013-01-28 | Fixed a missing comma in the logger in util/log.py. | Isis Lovecruft |
2013-01-28 | Fixed module structure, again, due to directory layout change. | Isis Lovecruft |
2013-01-25 | Updated __init__.py files for new structure. | Isis Lovecruft |
2013-01-25 | Updated leap module structure in /src/leap/__init__.py. | Isis Lovecruft |
2013-01-25 | Cleaned up logging functions and added docstrings. | Isis Lovecruft |
2013-01-25 | Added timestamp formatting functions to logger. | Isis Lovecruft |
2013-01-25 | Add the logger. | Isis Lovecruft |
2013-01-25 | Clean up directory structure to be better aligned with other leap python | Isis Lovecruft |