summaryrefslogtreecommitdiff
path: root/service/pixelated/runserver.py
AgeCommit message (Collapse)Author
2014-10-23disabling sqlcipher WAL for debian, refer toDuda Dornelles
https://leap.se/code/issues/5562
2014-10-23Removed crochet, and streamlined the reactor shutdown so we shouldn't see ↵Bruno Wagner
errors on user agent start/exit anymore
2014-10-23--debug is working againBruno Wagner
2014-10-22Fixed register after latest changes to runner, the format is ↵Bruno Wagner
pixelated-user-agent --register <provider> <username> now
2014-10-22--config now explicitly supports using ~ on the pathBruno Wagner
2014-10-22Credentials will be asked for when spinning up the user agent now, if you ↵Bruno Wagner
want to use the config file you have to explicitly set the --config=file switch on the pixelated_user_agent
2014-10-22Host and port are now user agent switches, not depending on .pixelated file ↵Bruno Wagner
anymore
2014-10-22Fixed no handler for x logger, and made flask logging work with the python ↵Bruno Wagner
basic logger so we don't miss any errors
2014-10-21#117 - waiting for soledad sync to be done before indexing mails. Also, ↵Duda Dornelles
removing inbox duplicates
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".