orignal
1cc68ea402
differentiate symmetric and full cone NAT
2023-01-07 12:06:26 -05:00
kleenex
55be5c74f0
Fix segfault when UPnP is enabled
...
Added null check.
Signed-off-by: kleenex <kleenex@i2pmail.org>
2023-01-04 22:41:54 +09:00
R4SAS
503f522cc3
[style] clean trailing spaces and tabs
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2023-01-03 21:25:19 +03:00
orignal
d5b03f214b
double default number of transit tunnels for floodfill
2023-01-02 15:03:00 -05:00
orignal
7b341d5d30
update and show send queue size for transports
2023-01-01 16:03:53 -05:00
R4SAS
2c19da9aa7
fix warnings about unused code
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2023-01-01 13:48:41 +03:00
R4SAS
01fc21ffb9
[webconsole] remove newline break
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2022-12-31 11:55:29 +00:00
orignal
84d9c8f1b8
access to RouterInfo's addresses by index
2022-12-16 15:12:30 -05:00
R4SAS
8943200ffa
calculate bandwidth every 1 and 15 seconds
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2022-12-13 22:04:19 +03:00
R4SAS
857df5c734
prevent log spamming with no_descriptors error
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2022-12-10 21:57:23 +03:00
orignal
737603e81b
No descriptors error
2022-12-10 13:22:37 -05:00
orignal
753c7efde8
fixed build error
2022-12-04 21:12:48 -05:00
orignal
d0d0cd8445
use shared pointer for RouterInfo's addreses list
2022-12-04 20:04:06 -05:00
orignal
410d2c2fa9
use shared pointer for RouterInfo's addreses list
2022-12-04 19:21:51 -05:00
orignal
97ef908b0c
removed SSU and NTCP transports
2022-11-23 15:54:08 -05:00
orignal
fb8be32c28
removed SSU and NTCP transports
2022-11-23 15:45:00 -05:00
orignal
379075c594
exluded SSU from transports
2022-11-22 19:29:20 -05:00
R4SAS
1d9d89b115
[transports] get addresses on interfaeces before initializing RouterContext
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2022-10-10 15:43:37 +03:00
R4SAS
96c4463d39
clean code
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2022-10-09 20:24:43 +03:00
R4SAS
8f9dae8556
[webconsole] enable tunnels reload command ( closes #1781 )
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2022-10-09 02:26:23 +03:00
orignal
8eade86624
moved InitTransports code from Daemon to Transports
2022-09-23 21:27:11 -04:00
orignal
9df757a3fd
fixed warning
2022-08-30 13:10:26 -04:00
orignal
8fd466c5a9
separate network status and errors
2022-08-29 21:11:17 -04:00
orignal
36eddd48c3
move more handlers from I2PControl to I2PControlHandlers
2022-08-28 15:46:16 -04:00
orignal
b4d73683d1
spilt to I2PControl and I2PControlHandlers
2022-08-27 22:18:30 -04:00
orignal
3dd78a2589
remove SSU address if SSU is off
2022-08-09 19:12:11 -04:00
orignal
df92a85159
set SSU2 port +1 if not specified
2022-08-09 14:08:13 -04:00
orignal
457b3cf168
disable ElGamal table if no SSU
2022-08-08 17:53:02 -04:00
orignal
ed5c533982
recgnize symmetric NAT from SSU2
2022-08-02 20:02:55 -04:00
orignal
9d9d5e3e5d
show ports for tranport links
2022-07-31 09:47:04 -04:00
R4SAS
bc0cdaa669
[i18n] update gettext file, add translation context, change comments
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2022-07-27 00:38:02 +03:00
Gecero-Sensei
5f9f23eb3f
Added translation of webconsole site title
2022-07-21 23:53:49 +03:00
orignal
e3eebe537b
set correct port for unpublished SSU2 addresses
2022-07-05 14:00:30 -04:00
r4sas
a5a35b1fa6
[daemon] check for SSU2 transport at start
...
Signed-off-by: r4sas <r4sas@i2pmail.org>
2022-07-05 06:11:23 +00:00
orignal
2a24584d45
set SSU2 port if not specified
2022-07-04 23:00:16 -04:00
R4SAS
078d76c6f3
fix tabulation, remove long description (to be moved to documentation)
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2022-06-26 01:38:42 +03:00
AVAtarMod
437282b148
[config, daemon] catch TSTP, CONT is option
2022-06-25 18:54:54 +03:00
AVAtarMod
5394b747a1
[daemon] add SIGTSTP, SIGCONT support on Unix
2022-06-25 10:20:29 +03:00
orignal
2067de162a
show itag for SSU2 sessions
2022-06-17 18:45:37 -04:00
R4SAS
690c9f7c6f
[FS] add support for windows ProgramData path when running as service
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2022-06-06 18:25:22 +03:00
TomasGl
0176e5cf18
Do not show 'Address registration' line if leaseset is encrypted
2022-06-04 19:28:01 +00:00
R4SAS
6b4ffcff5a
cleanup code (spaces, tabs)
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2022-05-20 17:44:29 +00:00
R4SAS
c9e4e78f41
[webconsole] remove version from title, move tunnel chain print from Tunnel class
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2022-05-01 23:25:08 +03:00
R4SAS
9b4e8bf64b
[webconsole] do not show registration block when token is not provided
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2022-05-01 18:12:43 +03:00
orignal
98e713166b
show port for non-published SSU addresses
2022-04-18 12:27:57 -04:00
R4SAS
2f10decf56
daemon: make possible to set datadir before init
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2022-04-09 19:57:32 +03:00
orignal
7923ed9567
publish SSU2 address
2022-03-29 13:56:56 -04:00
orignal
4c323a666a
show SSU2 transports in web console
2022-03-27 19:29:50 -04:00
R4SAS
70dca81c40
dropped MESHNET build option
...
Dropping MESHNET build option due to lack of usage. That change won't
affect on usage with currently supported Yggdrasil network.
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2022-03-24 01:36:12 +03:00
orignal
21c1ec9c8c
enable SSU2 server
2022-03-13 21:34:11 -04:00