Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-18 | [feature] privileged bitmask helper | Kali Kaneko | |
This is still quite untested, and a bit hacky, but the main idea behind let us have a daemonized bitmask helper, that should be installed by the Bitmask installer. Its responsibilities are to launch the vpn process as a privileged user, and start/stop the firewall. | |||
2015-06-22 | [feat] replace old log handler with new one | Ivan Alejandro | |
Replace logging.getLogger with custom get_logger. Remove some unneeded dependencies and reorder other. | |||
2015-03-30 | [bug] use ports specified in eip-service.json | Ivan Alejandro | |
Replace the hardcoded port '1194' for the port specified in eip-service.json. Choose the best port to use according which one is enabled in the eip-service.json file Resolves: #6541 | |||
2014-07-16 | Code style fixes. | Ivan Alejandro | |
2014-07-14 | Use specific settings for backend. | Ivan Alejandro | |
This way we get rid of Qt on the backend side. The use of QSettings in the backend was breaking the app on OSX. | |||
2014-07-14 | Ask the backend for the country code. | Ivan Alejandro | |
Remove global variable in favor of a helper method that returns the country code. Needed in order to split backend/frontend. | |||
2014-06-13 | do reinstall binaries if their hash is not the expected | Kali Kaneko | |
Closes: #5759 For this to work, the bundle needs to call:: ``python setup.py hash_binaries`` during the bundling process, so that the right hash gets updated in the bitmask/_binaries.py file. | |||
2014-06-12 | Install missing stuff into /usr/local/sbin. Closes: #$741 | Kali Kaneko | |
2014-06-06 | add icons for the vpn exit nodes | Kali Kaneko | |
2014-05-15 | allow osx and win to continue with updown scripts for the time being | Kali Kaneko | |
2014-05-15 | remove up-restart option. Related: #5669 | Kali Kaneko | |
2014-05-12 | introduce delay on shutdown after resolvconf was daemonized | Kali Kaneko | |
2014-05-12 | hardcode openvpn binary for bundle | Kali Kaneko | |
2014-05-12 | only switch the fw down if user asked for eip down | Kali Kaneko | |
2014-05-12 | use bitmask-root with pkexec | Kali Kaneko | |
2014-05-12 | pass gateways to firewall up | Kali Kaneko | |
2014-05-12 | add elijah's root-wrapper in python | Kali Kaneko | |
2013-11-28 | Add --nobind as VPN parameter | Tomás Touceda | |
2013-10-29 | Handle encoding problems in the vpn connection. | Ivan Alejandro | |
2013-10-14 | Default UP/DOWN_SCRIPTs to None and add them only if not None | Tomás Touceda | |
2013-10-11 | updated strings to 0.3.4 release | Kali Kaneko | |
2013-10-08 | openvpn observer | Kali Kaneko | |
reacts to tls-restart, ping-restart and network unreachable. | |||
2013-09-30 | Split vpnaunchers by platform, refactor some code. | Ivan Alejandro | |