summaryrefslogtreecommitdiff
path: root/service/test/bitmask_libraries
AgeCommit message (Collapse)Author
2014-08-29Fixed smtp testsBruno Wagner Goncalves
2014-08-25Add copyright and license notice to serviceAlexandre Pretto Nunes
2014-08-20setup.py test, build and develop are now workingBruno Wagner Goncalves
2014-08-18Fixed pep8 errors on serviceBruno Wagner Goncalves
2014-08-08Updated some leap components to latest version.Folker Bernitt
- Send public key to leap now works - Fetching mail works with a recent leap provider version - Added register to LeapAuthenticator to create a new account
2014-08-06Added openpgp key generation.Folker Bernitt
- Not yet usable because of API incompatibilities - (needs upgrade of LEAP python deps to latest version)
2014-08-06Added register to leap_srp.Folker Bernitt
- Not yet called from anywhere
2014-08-06LeapSmtp SMTP_PORT constant is in fact the twisted communication port and ↵Bruno Wagner Goncalves
must be unique between instances, so it cannot be a constant unless we change LeapSmtp to a singleton
2014-08-06Found a home for the 'insert base path in python path' hack and fixed some ↵Bruno Wagner Goncalves
style issues
2014-08-05fix teardown methodVictor Shyba
2014-08-04Changed identation to 4 spaces to conform to rest of the codeBruno Wagner Goncalves
2014-08-04Imported bitmask libraries to serviceBruno Wagner Goncalves