summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-25Update .gitignore to exclude temp files.Isis Lovecruft
2013-01-25Clean up directory structure to be better aligned with other leap pythonIsis Lovecruft
project, add __init__.py to modules directories, and add query callback function to couchdb in alias_resolver.py for check_recipient feature.
2013-01-24Began implementing CouchDB connection classes with standard query utilitiesIsis Lovecruft
for the alias_resolver.
2013-01-23Moved a check on IP addresses to utils/net.py.Isis Lovecruft
2013-01-23Updated NOTES, which contains ticket updates and tickets which need to beIsis Lovecruft
created, due to network availability being unreliable on airports and in planes.
2013-01-17Merge branch 'develop' into feature-check_recipientIsis Lovecruft
Conflicts: NOTES.md
2013-01-17Adding NOTES.md file for keeping track of design questions and resolutionIsis Lovecruft
ideas during development process, as well as ongoing progress for tickets and feature implementations.
2013-01-17Adding NOTES.md file for keeping track of design questions and resolutionIsis Lovecruft
ideas during development process, as well as ongoing progress for tickets and feature implementations.
2013-01-15Add utilities for network interfaces and addresses.Isis Lovecruft
2013-01-15Add /leap/__init__.py to make directory contents modular.Isis Lovecruft
2013-01-15Added versioning utility.Isis Lovecruft
2013-01-15Added /leap/mx/alias_resolver.py, which contains classes for creating a serverIsis Lovecruft
to resolve Postfix aliases.
2013-01-14Updated .gitignore to exclude *.private files.Isis Lovecruft
2013-01-14Updated README to include directions for virtualenv, and added ↵Isis Lovecruft
requirements.txt file for pip.
2013-01-09Initial commitIsis Agora Lovecruft