weko
|
22b1066b0a
|
Add parameter for show TCSR with old algorithm and it's realization
|
2 years ago |
Vort
|
2ed281472f
|
enclose IPv6 address in square brackets
|
2 years ago |
R4SAS
|
ac287a896c
|
[websonsole] use a function to format the amount of tunnel traffic
Signed-off-by: R4SAS <r4sas@i2pmail.org>
|
2 years ago |
R4SAS
|
8baf62eb2c
|
[websonsole] fix int concatenation with char strings
Signed-off-by: R4SAS <r4sas@i2pmail.org>
|
2 years ago |
R4SAS
|
e1ec79daf2
|
[webconsole] format transit tunnels with table
Signed-off-by: R4SAS <r4sas@i2pmail.org>
|
2 years ago |
Vort
|
47eb49c34e
|
use correct style for Server Forwards section
|
2 years ago |
R4SAS
|
84d4e074ce
|
add loglevel checker, fix fields passing to translated string formatter
Signed-off-by: R4SAS <r4sas@i2pmail.org>
|
2 years ago |
R4SAS
|
a0e71c4173
|
[i18n] update strings and translation file
Signed-off-by: R4SAS <r4sas@i2pmail.org>
|
2 years ago |
R4SAS
|
e8ace998ba
|
[i18n] add support of string formatting
Signed-off-by: R4SAS <r4sas@i2pmail.org>
|
2 years ago |
orignal
|
1cc68ea402
|
differentiate symmetric and full cone NAT
|
2 years ago |
kleenex
|
55be5c74f0
|
Fix segfault when UPnP is enabled
Added null check.
Signed-off-by: kleenex <kleenex@i2pmail.org>
|
2 years ago |
R4SAS
|
503f522cc3
|
[style] clean trailing spaces and tabs
Signed-off-by: R4SAS <r4sas@i2pmail.org>
|
2 years ago |
orignal
|
d5b03f214b
|
double default number of transit tunnels for floodfill
|
2 years ago |
orignal
|
7b341d5d30
|
update and show send queue size for transports
|
2 years ago |
R4SAS
|
2c19da9aa7
|
fix warnings about unused code
Signed-off-by: R4SAS <r4sas@i2pmail.org>
|
2 years ago |
R4SAS
|
01fc21ffb9
|
[webconsole] remove newline break
Signed-off-by: R4SAS <r4sas@i2pmail.org>
|
2 years ago |
orignal
|
84d9c8f1b8
|
access to RouterInfo's addresses by index
|
2 years ago |
R4SAS
|
8943200ffa
|
calculate bandwidth every 1 and 15 seconds
Signed-off-by: R4SAS <r4sas@i2pmail.org>
|
2 years ago |
R4SAS
|
857df5c734
|
prevent log spamming with no_descriptors error
Signed-off-by: R4SAS <r4sas@i2pmail.org>
|
2 years ago |
orignal
|
737603e81b
|
No descriptors error
|
2 years ago |
orignal
|
753c7efde8
|
fixed build error
|
2 years ago |
orignal
|
d0d0cd8445
|
use shared pointer for RouterInfo's addreses list
|
2 years ago |
orignal
|
410d2c2fa9
|
use shared pointer for RouterInfo's addreses list
|
2 years ago |
orignal
|
97ef908b0c
|
removed SSU and NTCP transports
|
2 years ago |
orignal
|
fb8be32c28
|
removed SSU and NTCP transports
|
2 years ago |
orignal
|
379075c594
|
exluded SSU from transports
|
2 years ago |
R4SAS
|
1d9d89b115
|
[transports] get addresses on interfaeces before initializing RouterContext
Signed-off-by: R4SAS <r4sas@i2pmail.org>
|
2 years ago |
R4SAS
|
96c4463d39
|
clean code
Signed-off-by: R4SAS <r4sas@i2pmail.org>
|
2 years ago |
R4SAS
|
8f9dae8556
|
[webconsole] enable tunnels reload command (closes #1781)
Signed-off-by: R4SAS <r4sas@i2pmail.org>
|
2 years ago |
orignal
|
8eade86624
|
moved InitTransports code from Daemon to Transports
|
2 years ago |
orignal
|
9df757a3fd
|
fixed warning
|
2 years ago |
orignal
|
8fd466c5a9
|
separate network status and errors
|
2 years ago |
orignal
|
36eddd48c3
|
move more handlers from I2PControl to I2PControlHandlers
|
2 years ago |
orignal
|
b4d73683d1
|
spilt to I2PControl and I2PControlHandlers
|
2 years ago |
orignal
|
3dd78a2589
|
remove SSU address if SSU is off
|
2 years ago |
orignal
|
df92a85159
|
set SSU2 port +1 if not specified
|
2 years ago |
orignal
|
457b3cf168
|
disable ElGamal table if no SSU
|
2 years ago |
orignal
|
ed5c533982
|
recgnize symmetric NAT from SSU2
|
2 years ago |
orignal
|
9d9d5e3e5d
|
show ports for tranport links
|
2 years ago |
R4SAS
|
bc0cdaa669
|
[i18n] update gettext file, add translation context, change comments
Signed-off-by: R4SAS <r4sas@i2pmail.org>
|
2 years ago |
Gecero-Sensei
|
5f9f23eb3f
|
Added translation of webconsole site title
|
2 years ago |
orignal
|
e3eebe537b
|
set correct port for unpublished SSU2 addresses
|
2 years ago |
R4SAS
|
a5a35b1fa6
|
[daemon] check for SSU2 transport at start
Signed-off-by: r4sas <r4sas@i2pmail.org>
|
2 years ago |
orignal
|
2a24584d45
|
set SSU2 port if not specified
|
2 years ago |
R4SAS
|
078d76c6f3
|
fix tabulation, remove long description (to be moved to documentation)
Signed-off-by: R4SAS <r4sas@i2pmail.org>
|
2 years ago |
AVAtarMod
|
437282b148
|
[config, daemon] catch TSTP, CONT is option
|
2 years ago |
AVAtarMod
|
5394b747a1
|
[daemon] add SIGTSTP, SIGCONT support on Unix
|
2 years ago |
orignal
|
2067de162a
|
show itag for SSU2 sessions
|
2 years ago |
R4SAS
|
690c9f7c6f
|
[FS] add support for windows ProgramData path when running as service
Signed-off-by: R4SAS <r4sas@i2pmail.org>
|
2 years ago |
TomasGl
|
0176e5cf18
|
Do not show 'Address registration' line if leaseset is encrypted
|
2 years ago |