Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-06 | more generic error handler in EipConductorAppMixin | kali | |
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-05 | app wide logging handler | kali | |
2012-09-04 | add little docstrings to classes | kali | |
2012-09-04 | further cleaning of main window by moving init functions | kali | |
to their base classes. plus a bit of juggling with order. | |||
2012-09-04 | actual split of classes into own modules | kali | |
still a bit rough, but makes everything a bit more readable. | |||
2012-09-04 | first attempt at class splitting | kali | |
war on spaguetti! :D | |||
2012-08-30 | working with options only from cli | kali | |
2012-08-28 | eip_checks called from main app. | kali | |
removed "configuration" object. checks are called from conductor. | |||
2012-08-28 | fix import | kali | |
2012-08-22 | grabs a definition.json file if one isn't present. includes some basic error ↵ | antialias | |
handling and tests. uses the requests library for network interactions and mocks for simulating network states. | |||
2012-08-22 | clean imports and remove connection base method | kali | |
2012-08-21 | fix out-of-sync refactor. | kali | |
manually merge changes from the develop branch that were lost due to having branched a previous state when refactored former "conductor" class. also, moved more exceptions to its own file. | |||
2012-08-21 | fix imports + style cleaning | kali | |
2012-08-14 | Works and is now ready to write tests for. | antialias | |
2012-08-08 | check for validity of the remote_ip entry (is ip?) | kali | |
2012-08-08 | catch missing keyfile error | kali | |
2012-08-08 | check for bad permissions on vpn key files | kali | |
2012-08-07 | build default provider openvpn config. | kali | |
preparation for completion of #356, #355, #354, #182 if no default openvpn config is present, we build one with a preset template and the remote_ip of the eip service as the only input. right now we're taking it from the eip.cfg file. | |||
2012-08-03 | check also for a suitable polkit-authentication-agent running | kali | |
fix #382. | |||
2012-08-03 | stub for daemon mode; disabled by now until #383 is fixed | kali | |
2012-08-03 | pkexec check | kali | |
2012-08-02 | start with disconnected icon | kali | |
2012-07-22 | initial import | kali | |