zero-ui/backend
Timothy Le efb768fcef
Updated peerData.online parsing
Set peerData.online to 0 if peer is not found in peers list
Set peerData.online to 1 if peer is found in peers list and latency is not -1 (i.e. a direct route exists)
Set peerData.online to 2 if peer is found in peers list and latency is -1 (i.e. relayed connection)
2021-12-17 22:04:17 -08:00
..
bin fix: listen on ipv4 by default. May prevent issues on VPS with ipv6 enabled 2021-06-21 18:05:07 +03:00
data fix: preserve data directory in git 2021-03-21 22:49:21 +03:00
routes refactor(backend/routes/network.js): better routes order 2021-04-17 18:47:38 +03:00
services Updated peerData.online parsing 2021-12-17 22:04:17 -08:00
utils refactor: squash commits 2021-03-21 22:25:13 +03:00
.gitignore fix: preserve data directory in git 2021-03-21 22:49:21 +03:00
app.js fix(backend/app.js): fixes database initialization 2021-04-16 14:36:00 +03:00
jsconfig.json refactor: squash commits 2021-03-21 22:25:13 +03:00
package.json ci: fix 2021-08-24 14:46:37 +03:00