summaryrefslogtreecommitdiff
path: root/service/pixelated/config/leap.py
AgeCommit message (Collapse)Author
2015-08-11pep8Victor Shyba
2015-08-11Enable initial sync and background jobs.Folker Bernitt
2015-08-11trying out a new migrationVictor Shyba
2015-06-10checking keys is a session responsabilityVictor 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-08move leap certs initialization to the certs modulerafael lisboa
2015-06-07events server can also run on random portVictor Shyba
With this last change, it is now possible to run more than one user agent on same pc without docker. With a fixed one it would raise port already in use and it is not configurable, making it impossible to run multiple activist UA.
2015-06-05Moved initialization of leap background jobs to leap initBruno Wagner
2015-06-05Added creation of input mail from python messageBruno Wagner
That way we don't need extra logic for the welcome mail, we just have to read the file and send the contents to the input mail parser and that's it. Also moved the logic of adding a welcome mail to the mailboxes because it has knowledge of mailbox methods anyways.