summaryrefslogtreecommitdiff
path: root/service/pixelated/bitmask_libraries/session.py
AgeCommit message (Collapse)Author
2015-08-11Added mail_store to LeapSession.Folker Bernitt
- Issue #420
2015-08-11Wait for account to become ready before access.Folker Bernitt
2015-08-11Enable initial sync and background jobs.Folker Bernitt
2015-08-11fixes mail fetcherVictor Shyba
2015-08-11migrates smtp, workingVictor Shyba
2015-08-11keymanager reenabledVictor Shyba
2015-08-11reenable background jobsVictor Shyba
2015-08-11Working on pixelated-user-agent.Folker Bernitt
- Startup works till all mails are queried
2015-08-11Temporary changes to make maintenance.py work with soledad 0.7.1.Folker Bernitt
2015-08-11fixes start mail fetcherVictor Shyba
2015-08-11trying out a new migrationVictor Shyba
2015-06-19[refactor] Use auth for fewer parametersVictor Shyba
2015-06-18SMTP should be getting up properly againBruno Wagner
The latest changes on the platform caused the user agent to be unable to download the smtp client certificate, receiving a 401 in response. I added the authorization header to the call on the user agent so that is fixed.
2015-06-15[doc] removing constructor docstring, since the one present on class is ↵Victor Shyba
already explaining this
2015-06-15key generation isnt a side effect of start background jobsVictor Shyba
2015-06-15[doc] LeapSession docstring now matches realityVictor Shyba
2015-06-15SMTP now runs with the rest of the background jobs, that means register no ↵Bruno Wagner
longer starts the smtp server
2015-06-10checking keys is a session responsabilityVictor Shyba
2015-06-09Removed triplicated code to concatenate user mailVictor Shyba
2015-06-08Heavy rework on certs, removed most of it, simplified the logicBruno Wagner
2015-06-08Moved initialization, fingerprint and cert inside LeapCertificate classBruno Wagner
2015-06-04removing unused importsVictor Shyba
2015-06-03Changed the method used to open a leap session to a meaningful and ↵Bruno Wagner
non-conflicting name
2015-05-04update testsrafael lisboa
2015-04-23Changes to streamline the session creation and authenticate with the ↵Bruno Wagner
external srp leap library
2015-04-02Removed unused certs_home code.Folker Bernitt
2015-03-30Auto refresh provider certificate on start.Folker Bernitt
- Issue #333
2015-03-18cleaning unused imports and variablesVictor Shyba
2015-02-18#294 - not failing service startup if smtp fails to startDuda 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.
2014-11-27no need to catch if we will just raisePatrick Maia and Victor Shyba
2014-10-22Bitmask was printing error logs ignoring all debug settingsBruno Wagner
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-28Neissi/Duda: sending emails. also moving local smtp creation to mail_service ↵Duda Dornelles
so we can use it later
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