summaryrefslogtreecommitdiff
path: root/service/pixelated/config/__init__.py
AgeCommit message (Collapse)Author
2015-06-04Initialization is not config, moving it to pixelated.applicationBruno Wagner
2015-06-04remove apparently unneeded extra procedure when reactor stopsrafael lisboa
also add comment with more context on why adjustPoolsize is needed.
2015-06-03errors not being captured, use errbacksVictor Shyba
2015-06-03moving imports, code moved without themVictor Shyba
2015-06-03Move reactor logic out of application initializationrafael lisboa
2015-06-03Better identing the initialization deferredsBruno Wagner
2015-06-03Creating a leap session is now part of leap initBruno Wagner
We've moved the init soledad method to the leap_initialization module and gave it a meaningful name, because it was initializing the whole leap session instead of only soledad, because of that we removed some of the uneeded config files and deduplicated some code on maintenance to use the same facilities. Some arguments had non-meaningful variable names and args was being passed everywhere (it was unclear who was using which variables in the args) We changed the initialization to pass those arguments explicitly, then we can factor them out sometime when it makes sense
2015-06-03Argument parser now specifies user agentBruno Wagner
2015-06-03Leap certificate initialization and credentials gathering is now done on ↵Bruno Wagner
initialize_leap
2015-06-02Started isolating leap initialization, so we can call it in one place ↵Bruno Wagner
instead of across all of initialization
2015-06-02Logging initializer don't need the whole args, only the debug optionBruno Wagner
2015-05-07Sending the correct api cert in all cases nowBruno Wagner
2015-04-23Patched soledad sync so it will give us meaningful error messagesBruno Wagner
2015-04-15Attaching error handler to TwistedVictor Shyba
For #375
2015-03-31Added support for ssl fingerprint validation.Folker Bernitt
- Issue #333 - Needed to patch urrlib3 for older requests versions - Use --leap-cert-fingerprint <SHA1> to validate fingerprint
2015-03-12Removed invalid code from config/__init__.py.Folker Bernitt
- using monkey patch by import instead - Issue #313
2015-03-12Monkey patched KeyManager._fetch_keys_from_server.Folker Bernitt
- Now raises KeyNotFound for all problems, not only 404 - Issue #313
2015-02-26#74 Jefferson/Rafa: Centralized all logs (python logging and twisted logs) ↵Jefferson Stachelski
to /tmp/pixelated.log file
2015-02-13Monkey patching fetch decrypt to add encryption infoDuda Dornelles
2015-01-29pixelated-project/pixelated-platform#54 : monkey-patching twisted web ↵Duda Dornelles
ESMTPSenderFactory to not requireTransportSecurity since it will user reactor.connectSSL anyways. This is a know bug on Twisted-Web 12.0.0 that gets fixed on newer versions but since we are support wheezy we need the hack
2015-01-28(Re-)added leap home parameter to soledad initialization.Folker Bernitt
- Problem introduced with commit 26b85d8e52 - Issues #237 #232 #196
2015-01-27Using jquery min in loading page and re-adding monkey-patches for sqlcypher ↵Duda Dornelles
and protobuf
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
2014-08-22adding config files and certs to setup.py installDuda Dornelles