summaryrefslogtreecommitdiff
path: root/src/leap/baseapp/log.py
AgeCommit message (Collapse)Author
2013-01-17localize exit country if we cankali
only if we can find the geoip database, which comes with geoip-database in debian. we will have to think more about this in the future but it's nice to have now for testing.
2013-01-16handle loss of tun ifacekali
trigger only one dialog and disconnect. additional cleanup of log handling.
2013-01-09more missed strings to be translatedkali
plus initial <de> translation.
2012-09-06more generic error handler in EipConductorAppMixinkali
documentation of the Exception Hierarchy and attributes. also a bit of general cleanup around error handling in conductor. Hopefully to be polished an abstracted to leap.base with time. not all errors are converted (and the old with_errors/ignoring errors) are still there, but we should be using this style of handlers from now on. wrapping up with this pseudo-feature for now. as we work on individual features we can mimick the exceptions that are working.
2012-09-05openvpn messages log to eip.openvpn loggerkali
so we can get them to file / stdout even if our log viewer is not launched.
2012-09-04add little docstrings to classeskali
2012-09-04actual split of classes into own moduleskali
still a bit rough, but makes everything a bit more readable.