Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-08 | Working OSX installer workflow. | kali | |
Using platypus for installer. Working installer at 17.6MB compressed. | |||
2013-01-08 | doc polishing | kali | |
2012-12-18 | do not assume that we were the only ones launching openvpn | kali | |
2012-12-18 | do not pass CA.crt to checks for https | kali | |
also skip temporary errors when previous openvpn process vanishes. | |||
2012-12-10 | cleanup and rewrite eipconnection/openvpnconnection classes | kali | |
2012-12-07 | only remove management socket when shutting down | kali | |
Closes #1090 | |||
2012-11-28 | call shutdown signal from sigint_handler | kali | |
2012-11-19 | fix delete temporal files | kali | |
2012-11-14 | delete temp folder for management socket after client shutdown | kali | |
Close #742 | |||
2012-11-14 | make tests pass + pep8 | kali | |
They were breaking mainly because I did not bother to have a pass over them to change the PROVIDER settings from the branding case. All good now, although much testing is yet needed and some refactor could be used. long live green tests! | |||
2012-11-12 | catch error when management interface is missing during shutdown | kali | |
2012-10-24 | sign up branch ends by triggering eip connection | kali | |
still need to bind signals properly, and block on the validation process until we receive the "connected" signal. but the basic flow is working again, i.e, user should be able to remove the .config/leap folder and get all the needed info from the provider. | |||
2012-10-19 | openvpn commands cleanup | kali | |
2012-10-15 | attempts to stop exisiting instances of openvpn when discovered at start up. | antialias | |
2012-10-12 | stopping openvpn via management interface. | antialias | |
2012-10-11 | add signal to end of eip checks | kali | |
this fixes random error on leap initialization | |||
2012-10-01 | Now throws a CriticalError when an pre-exisiting openvpn istance is found. | antialias | |
2012-09-20 | add logging | kali | |
2012-09-20 | toggle connection on/off | kali | |
2012-09-20 | Merge branch 'develop' into feature/systray-menu | kali | |
Conflicts: src/leap/app.py | |||
2012-09-18 | do_branding command added to setup | kali | |
2012-09-13 | fix race condition on app init | kali | |
still fragile; sometimes the qt app inits faster and make the send command miss the not yet created managemente socket. | |||
2012-09-12 | add openvpn-verb option to cli. | kali | |
Closes #534. accepts int [1-6] that get passed to openvpn invocation. We should filter out the polling "state"/"status" commands from the log if we want it to be real useful. | |||
2012-09-06 | openvpn management socket is a temp path on each run | kali | |
2012-09-06 | make tests pass. | kali | |
forgot to update eipconnection tests after #504 changes :( | |||
2012-09-05 | missing_pkexec error converted to "auto" error. | kali | |
idea is that we define user messages in the exceptions, and queue them during (conductor) checks. user facing dialogs get constucted from exception attrs. if critical, log as such and exit. | |||
2012-09-05 | app wide logging handler | kali | |
2012-08-31 | deprecated configparser. closes #500 | kali | |
2012-08-30 | remove unused function | kali | |
2012-08-28 | eip_checks called from main app. | kali | |
removed "configuration" object. checks are called from conductor. | |||
2012-08-22 | fix for failing bad port init test | kali | |
2012-08-22 | yay! First WORKING GUI in refactor branch :) | kali | |
Obviously then, you should ignore the commit message in 489ed46140d6d. That commit WAS NOT working, believe me :) Fix an annoying bug by which we were overwriting the "connect" method that came from vpnmanager with basically an empty stub. | |||
2012-08-21 | fix status_watcher callback stub | 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-16 | Cleaned up files and file names using the PEP 8 style guide. | antialias | |