index
:
leap_mx.git
build_packages
debian/platform-0.10
debian/platform-0.7
debian/platform-0.8
debian/platform-0.9
feature/unittests-trial
fix/no-suid-for-virtualenv
fix/update-docs
master
release-0.7.x
release/0.8.x
[leap_mx]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
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
check_recipient, added logging functionality, and config is halfway done, but it will need to use JSON rather than Yaml.
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
project, add __init__.py to modules directories, and add query callback function to couchdb in alias_resolver.py for check_recipient feature.