summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/util/__init__.py
AgeCommit message (Collapse)Author
2015-09-17[style] pep8 fixesKali Kaneko
2015-08-07[feat] add util function fo find location when frozenKali Kaneko
2014-08-19remove dict comprenhensionKali Kaneko
2014-07-14Send the flag module values to the processes.Ivan Alejandro
Add serialize/deserialize to dict helper.
2014-06-12Install missing stuff into /usr/local/sbin. Closes: #$741Kali Kaneko
2014-06-05Reorder logging helpers and handlers.Ivan Alejandro
2014-02-03Use the new log format in the GUI too.Ivan Alejandro
- Unify location for log format.
2014-01-13able to import maildirKali Kaneko
2014-01-11offline modeKali Kaneko
This will skip: * srp authentication with server * remote soledad configuration * keymanager sending key to server * imap fetches. Its main goal is to help us while debugging imap accounts, by cutting almost all communication with server. It will break havoc if you use it without having local keys configured. So, basically, use with care.
2013-09-30Improve error handling during soledad boostrapping in the client.Kali Kaneko
The aim is to have better logs for debugging the different problems behind issues like #3619 and #3867. As I'm finding a good quantity of SSL handshake timeouts, I'm also adding a litte retry subroutine to the load_and_sync. Also, initialization and sync calls are separeted to be able to correlate logs with server-side soledad.
2013-09-18Move STANDALONE flag to a module and unify paths queries.Ivan Alejandro
2013-09-11catch indexerror on first utilityKali Kaneko
2013-09-04Update versionKali Kaneko
2013-08-12fix versioneer to use new pathKali Kaneko
2013-08-12move everything into bitmask namespaceKali Kaneko