summaryrefslogtreecommitdiff
path: root/service/pixelated/bitmask_libraries
AgeCommit message (Collapse)Author
2015-03-23#333 Implemented downlload ca.crt when pixelated-user-agent doesn't find a ↵Jefferson Stachelski
cert file to connect on LEAP provider
2015-03-18cleaning unused imports and variablesVictor Shyba
2015-03-18Non exception was being caught by soledadBruno Wagner
2015-02-18#294 - not failing service startup if smtp fails to startDuda Dornelles
2015-01-27#237 #232 #196 syncing user data once before starting the UA. Displaying a ↵Duda Dornelles
loading screen in the meantime. The initial sync will make sure the user has a single key pair
2015-01-23plaftform #53 adding --leap-cert option to UADuda Dornelles
2015-01-19Issue #169: Allow custom home folder.Folker Bernitt
- add option --home /some/path to set a custom location for all user agent files.
2015-01-14Not deferring encryption/decryption for soledad - this how it was on soledad ↵Duda Dornelles
0.6.0, mail sync should work again
2015-01-06Removed log with duplicated informationBruno Wagner
2014-11-27no need to catch if we will just raisePatrick Maia and Victor Shyba
2014-11-20place and fixing pepDuda Dornelles
2014-11-11Fixup for 5c9aa9af: Actually convert to str for unicode hostnames.Folker Bernitt
2014-10-28Adding message to let the user know that we are generating keys on ↵Duda Dornelles
registration, and that it can take a while...
2014-10-22Bitmask was printing error logs ignoring all debug settingsBruno Wagner
2014-10-22Changed the print to make clearer what is running on that portBruno Wagner
2014-10-17Fixing certs path for registrationDuda Dornelles
2014-10-15oopsie, forgot a dependency when mergingDuda Dornelles
2014-10-15moving things out of user_agent. now it is called runserver and only does ↵Duda Dornelles
basic app setup and delegates to other "classes".
2014-10-15Getting rid of singletons and optimizing importsDuda Dornelles
2014-09-29getting rid of the key exchange when creating leap session - create users ↵Duda Dornelles
using --register
2014-09-29Fixing send mailDuda Dornelles
2014-09-03when opening leap session, also create and exchange gpg keys in case there ↵Duda Dornelles
aren't any
2014-08-29Refactoring into mailboxes and mailsender - less colaborators for mail serviceDuda Dornelles
2014-08-29Removed last reference to self._twisted_port in smtp.pyBruno Wagner Goncalves
2014-08-29Fixed smtp testsBruno Wagner Goncalves
2014-08-29Removed flask reloader and changed the twisted port to be fixed again, now ↵Bruno Wagner Goncalves
running always on 4650
2014-08-28Neissi/Duda: sending emails. also moving local smtp creation to mail_service ↵Duda Dornelles
so we can use it later
2014-08-26refactoring pixelatedMail constructor so we can have 'two' (from_dict and ↵Duda Dornelles
from_leap_mail)
2014-08-25Add copyright and license notice to serviceAlexandre Pretto Nunes
2014-08-20Added setup.py and changed app to pixelated because it will be a packageBruno Wagner Goncalves