openvpn-gui/res
Selva Nair 0f21030774 Support sending commands to running instance
- New option --command <action> <params> to send commands to
  a running instance of openvpn-gui.exe
  Supported actions are
      connect, disconnect, reconnect
  each of which takes the name of the config (with or without the
  extension .ovpn) as a parameter;
      disconnect_all, exit
  which take no parameter and
      silent_connection
  which takes an optional parameter = 0 or 1 (1 is the default)

  Examples: with the gui running, start a new instance as

  openvpn-gui.exe --command disconnect myvpn : ask running instance
                        to disconnect myvpn if connected
  openvpn-gui.exe --command status myvpn     : ask running instance
                        to show the status window for myvpn if available
  openvpn-gui.exe --command disconnect_all   : ask running instance
                        to disconnect all active connections

- The second instance exits after issuing a SendMessage to the
  already running instance. If no action is specified, the running
  instance is notified to show a balloon to alert the user

- These messages may also be sent from scripts as COPYDATA messages
  with the wData element specifying the action to execute and lpData
  a pointer to the parameter. The dwData param must be one of
  WM_OVPN_xxx with xxx = START, STOP, RESTART, STOPALL, EXIT or
  SILENT. See main.h for their values.

v2: Bug fixes based on test reports from larson0815
here: https://github.com/selvanair/openvpn-gui/issues/5
and cron410 here: https://github.com/OpenVPN/openvpn-gui/issues/104

Signed-off-by: Selva Nair <selva.nair@gmail.com>
2018-01-20 11:42:23 -05:00
..
connected.ico Add 24x24 and 20x20 versions of each icon. 2016-12-06 10:12:40 +00:00
connecting.ico Add 24x24 and 20x20 versions of each icon. 2016-12-06 10:12:40 +00:00
disconnected.ico Add 24x24 and 20x20 versions of each icon. 2016-12-06 10:12:40 +00:00
openvpn-gui-res-cs.rc better alignment of warning message 2018-01-06 21:14:11 +05:00
openvpn-gui-res-de.rc better alignment of warning message 2018-01-06 21:14:11 +05:00
openvpn-gui-res-dk.rc better alignment of warning message 2018-01-06 21:14:11 +05:00
openvpn-gui-res-en.rc Support sending commands to running instance 2018-01-20 11:42:23 -05:00
openvpn-gui-res-es.rc better alignment of warning message 2018-01-06 21:14:11 +05:00
openvpn-gui-res-fi.rc better alignment of warning message 2018-01-06 21:14:11 +05:00
openvpn-gui-res-fr.rc better alignment of warning message 2018-01-06 21:14:11 +05:00
openvpn-gui-res-it.rc better alignment of warning message 2018-01-06 21:14:11 +05:00
openvpn-gui-res-jp.rc better alignment of warning message 2018-01-06 21:14:11 +05:00
openvpn-gui-res-kr.rc better alignment of warning message 2018-01-06 21:14:11 +05:00
openvpn-gui-res-nl.rc better alignment of warning message 2018-01-06 21:14:11 +05:00
openvpn-gui-res-no.rc better alignment of warning message 2018-01-06 21:14:11 +05:00
openvpn-gui-res-pl.rc better alignment of warning message 2018-01-06 21:14:11 +05:00
openvpn-gui-res-pt.rc better alignment of warning message 2018-01-06 21:14:11 +05:00
openvpn-gui-res-ru.rc better alignment of warning message 2018-01-06 21:14:11 +05:00
openvpn-gui-res-se.rc better alignment of warning message 2018-01-06 21:14:11 +05:00
openvpn-gui-res-tr.rc better alignment of warning message 2018-01-06 21:14:11 +05:00
openvpn-gui-res-ua.rc better alignment of warning message 2018-01-06 21:14:11 +05:00
openvpn-gui-res-zh-hant.rc better alignment of warning message 2018-01-06 21:14:11 +05:00
openvpn-gui-res.rc add Korean localization by JoungKyun Kim 2017-05-10 14:14:06 +09:00
openvpn-gui.ico update program graphics, thanks to Evgheni Dereveanchin 2014-01-16 18:28:45 +01:00
openvpn-gui.manifest added Windows Vista/Win7/Win8/Win8.1/Win10 to compatibility manifest 2017-01-08 03:57:35 +05:00
reconnecting.ico Add 24x24 and 20x20 versions of each icon. 2016-12-06 10:12:40 +00:00