summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/services/eip/eipconfig.py
AgeCommit message (Collapse)Author
2013-10-03Disable EIP on/off button and action when login required.Kali Kaneko
Also adds an explicit should_autostart flag in config.
2013-09-20State Machine Builder and eip connection machineKali Kaneko
This implements an abstract definition of a LEAP state machine, and refactors eip connections to use it.
2013-09-18Move STANDALONE flag to a module and unify paths queries.Ivan Alejandro
2013-09-18download cert for SMTP if EIP did not do it.Kali Kaneko
includes refactor of common code for download of certificates and config files.
2013-09-02Fix local offset calculation. Closes #3595.Ivan Alejandro
Python returns the timezone with the opposed sign to the standard notation.
2013-08-30Add method to return gateways with their names.Ivan Alejandro
Also the test code in the bottom was updated to work.
2013-08-12fix imports to use new namespaceKali Kaneko
2013-08-12move everything into bitmask namespaceKali Kaneko