Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
this fixes random error on leap initialization
|
|
|
|
|
|
|
|
Conflicts:
src/leap/app.py
|
|
|
|
still fragile; sometimes the qt app inits faster and make the send
command miss the not yet created managemente socket.
|
|
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.
|
|
|
|
forgot to update eipconnection tests after #504 changes :(
|
|
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.
|
|
|
|
|
|
|
|
removed "configuration" object. checks are called from conductor.
|
|
|
|
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.
|
|
|
|
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.
|
|
|
|
|