opensnitch/ui
Gustavo Iñiguez Goia 4332469fc2 improved nodes connectivity handling
problem:
 - after losing network connectivity node<->server, the node didn't restore
   the connection. In reality, the connection with the server was not
   closed, but the notifications channel was closed due to inactivity
   after 20s.

set inactivity timeouts to 20s on both node and server. Previous
timeouts were 2h for the main connection and 20s for the streaming
channels (notifications).

- get rid of the logic to determine if the server is alive or not based
  on sending pings.
  Instead, use the connection events when a node connects/disconnects
  (Subscribe).
  The Ping call is still used to send the statistics.

other:
- fixed exception when updating the status of a node.
2021-04-11 20:55:14 +02:00
..
bin improved nodes connectivity handling 2021-04-11 20:55:14 +02:00
debian debs, ui: fixed package creation 2021-03-29 01:54:24 +02:00
i18n [Locale]Add Japanese Translation (#375) 2021-03-21 22:23:47 +01:00
opensnitch improved nodes connectivity handling 2021-04-11 20:55:14 +02:00
resources UI: kill any running instance of the UI after login in 2020-05-12 00:12:28 +02:00
.gitignore misc: small fix or general refactoring i did not bother commenting 2018-04-11 19:06:56 +02:00
LICENSE UI: added license, long description and distribute icons 2020-02-18 23:40:07 +01:00
Makefile makefile: 2021-02-13 18:48:49 +03:00
MANIFEST.in ui, deb/rpm: package translations 2021-01-06 21:41:54 +01:00
opensnitch-ui.spec Bump versions to 1.4.0rc1 2021-03-26 00:59:16 +01:00
requirements.txt python deps: added protobuf, pyqt>=5.6 2020-09-21 01:03:01 +02:00
setup.py fixed UI icons 2020-04-09 18:45:05 +02:00