summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/app.py
AgeCommit message (Collapse)Author
2014-04-01Add support for self signed certs. Closes #5391.Ivan Alejandro
2014-03-10Merge remote-tracking branch 'refs/remotes/kali/feature/graph-cpu-and-mem' ↵Tomás Touceda
into develop
2014-03-07Remove qtreactor dependencyTomás Touceda
2014-03-07add ability to set nice order via env varKali Kaneko
2014-02-03Use the new log format in the GUI too.Ivan Alejandro
- Unify location for log format.
2014-01-31Improve logs readabilityIvan Alejandro
- levelname: after time, fixed width, left aligned - Line number before name and with fixed width - function with ()
2014-01-13Reorder initialization calls.Kali Kaneko
* Refactor opt checking, paving the way for separation into commands module. * Do not hijack the stdout for commands, reduce clutter.
2014-01-13able to import maildirKali Kaneko
2014-01-12rename repair to plumber to suit more generic functionalityKali Kaneko
2014-01-09add offline flagKali Kaneko
2014-01-09Add flag to disable version check.Ivan Alejandro
2013-12-20mail logsKali Kaneko
2013-12-18add repair mailbox utilityKali Kaneko
2013-12-17display mail version tooKali Kaneko
2013-10-24use coloredlogs optionallyKali Kaneko
2013-10-15Fix pep8 violations.Ivan Alejandro
2013-10-14Disable stdout redirection on windows for now since it breaks the bundleTomás Touceda
2013-10-07Show more context information in the logs.Ivan Alejandro
Add line numbers and function name from where the log is displayed.
2013-09-30Force cleanlooks only from bundle.Ivan Alejandro
2013-09-24Only ensure server if we are running the app.Ivan Alejandro
This code reorder avoids to get an error message if we run some code when the only thing we want is to get the version. Closes #3914.
2013-09-24Move logger up to be available sooner.Ivan Alejandro
2013-09-19Merge remote-tracking branch 'ivan-github/feature/standalone-flag-to-module' ↵Kali Kaneko
into develop
2013-09-18Move STANDALONE flag to a module and unify paths queries.Ivan Alejandro
2013-09-17Add a proper header for the app.py.Ivan Alejandro
2013-09-12add --version flagKali Kaneko
2013-09-05Fix: Update version location.Ivan Alejandro
2013-09-02Add a selective filter for leap logs.Kali Kaneko
Closes: #3504
2013-08-13Set the standalone flag before using itTomás Touceda
This reorders imports and delays them after the args are processed.
2013-08-12fix imports to use new namespaceKali Kaneko
2013-08-12move everything into bitmask namespaceKali Kaneko