Commit Graph

2196 Commits

Author SHA1 Message Date
zzz
d4e89d1e20 color the filter buttons 2025-04-18 08:25:38 -04:00
zzz
7e35aee6fe Console: /logs page improvements
- Add filter for console log types
- Show recent event logs on /logs page
- Don't translate log types inside loop
2025-04-11 12:22:22 -04:00
zzz
6a12347805 Console: Use Basic auth for prometheus plugin
prometheus server doesn't support Digest auth
2025-04-09 11:16:02 -04:00
zzz
40a5cac67f Merge branch 'netdb-map' into 'master'
Console: Add world map with locations of routers and tunnels

See merge request i2p-hackers/i2p.i2p!234
2025-04-08 12:56:05 +00:00
zzz
fd4fc237af Console: Add world map with locations of routers and tunnels 2025-04-08 12:56:04 +00:00
zzz
8248075e59 Merge branch 'subdb-tab' into 'master'
Console: Remove redundant LS rendering code

See merge request i2p-hackers/i2p.i2p!236
2025-03-31 21:34:46 +00:00
zzz
8ec0707249 Console: Remove redundant LS rendering code 2025-03-31 21:34:45 +00:00
zzz
6bfa7ed37d CLI: Add newshandler prompts for different languages 2025-03-30 10:25:55 -04:00
zzz
a5f5cad006 Console: Reduce memory usage in BanlistRenderer
OOM seen on one box
2025-03-19 09:21:27 -04:00
zzz
0d113d8b94 Merge branch 'susidns-bubbles' into 'master'
susidns: Add bubble support

See merge request i2p-hackers/i2p.i2p!233
2025-02-25 15:06:57 +00:00
zzz
1e471655dc susidns: Add bubble support 2025-02-25 15:06:57 +00:00
zzz
95d11d2aad Console: Move certs page to a debug page tab 2025-02-25 09:41:14 -05:00
zzz
06a27d9024 Console: Improve writing efficiency part 2 2025-02-23 21:18:32 -05:00
zzz
de2f2007c4 Console: Improve writing efficiency
replace out.write(buf.toString) with out.append(buf)
to eliminate extra copy and object churn
2025-02-23 20:45:06 -05:00
zzz
dceef0dae2 Router: Ban hash of all-zero RI
seen live on the net
2025-02-23 07:43:26 -05:00
zzz
940205f8c8 Merge branch 'bubbles' into 'master'
Console: Add support for notification bubbles

See merge request i2p-hackers/i2p.i2p!230
2025-02-22 11:07:44 +00:00
zzz
652d55a95c Console: Add support for notification bubbles 2025-02-22 11:07:43 +00:00
zzz
b63d46e2a1 Console: Move family line above addresses in full netdb output
looks better and was messing up last-child CSS in dark theme
2025-02-16 10:34:44 -05:00
zzz
5c99e7ee16 lint: ;; 2025-02-14 07:32:55 -05:00
zzz
e5f82d11f7 Console: Use new more efficient method to indicate if padding was compressed
and minor cleanup of getIdentity() calls
2025-02-07 10:56:46 -05:00
zzz
cd721772f1 another log tweak 2025-01-27 09:29:07 -05:00
zzz
e4fd58ecde NDT: Comment out more middlebox test code 2025-01-20 08:14:50 -05:00
zzz
56f92caaa5 NDT: Comment out unused code 2025-01-19 08:01:34 -05:00
zzz
8b61036f19 NDT: Set connect timeout to 30s so test won't hang too long if server unresponsive 2025-01-19 07:50:45 -05:00
zzz
a92411702b NDT: Only use IPv6 if we have it and not IPv4 2025-01-19 07:47:30 -05:00
zzz
5c304d58a3 NDT: Omit some showStatus() calls we don't want to get displayed in our UI
log level tweks
2025-01-18 15:21:50 -05:00
zzz
b41eaa6c85 NDT: Work around mlab serving unresolvable hostnames
by using the provided IP
2025-01-18 15:18:59 -05:00
zzz
8d3ca1087f console: translate 4 NDT status strings in console bundle 2025-01-18 15:16:42 -05:00
eyedeekay
09366fb46e NetDbRenderer.java: fix nonsensical handling of LS1 entries on line 735-750, which should fix issue #493 2025-01-01 17:47:13 -05:00
zzz
f2998831bb Profiles: Remove unused 10m and 24h rates for DB response time 2024-12-26 07:50:07 -05:00
zzz
ddfa8ef3cd Console: Output debug info for client DB LS
since tab is hidden behind adv. config anyway, to assist in debugging RAP/RAR
2024-12-03 07:18:07 -05:00
zzz
f7d2893751 Add complete Gan Chinese translation 2024-11-26 12:15:32 -05:00
zzz
8bfbcf1e92 console: Add Kurdish as UI config option
(already have some partial translations)
2024-11-26 11:08:02 -05:00
zzz
fed7cacdab Console: Move jar dump link from summary bar to debug page tab 2024-11-26 09:42:36 -05:00
idk
f04bcd95a1 Merge branch 'i2p.i2p.2.8.0-fix-leaseSet-display-regressions' into 'master'
I2p.i2p.2.8.0 fix lease set display regressions

See merge request i2p-hackers/i2p.i2p!219
2024-11-26 13:28:46 +00:00
idk
a9b9a4c404 I2p.i2p.2.8.0 fix lease set display regressions 2024-11-26 13:28:45 +00:00
zzz
1e5b850a92 Console: Increase interval change for larger/smaller interval buttons on /graph 2024-11-04 12:52:29 -05:00
zzz
049ddb3717 Console: remove dark theme override of router log colors
for improved legibility and consistency with light theme
tweak INFO color for dark theme legibility
2024-11-02 14:43:44 -04:00
eyedeekay
f861886bef NetDb: add a null check for client so we don't try to look up a null client in the router-wide netDb 2024-10-26 23:21:52 -04:00
eyedeekay
cd368773d3 NetDB: fix inverted conditional test when rendering subDb remote leaseSets 2024-10-07 14:52:28 -04:00
eyedeekay
0dbce02d7f NetDB: fix race conditions and inefficiencies in new subDb renderer, fix equals/== in new subDb renderer, ensure we get the right LeaseSet from the client Db by looking it up locally using the client hash 2024-09-23 22:12:46 -04:00
idk
63e13c8f27 Console/NetDB: Tweak design of client netDb page 2024-09-23 00:00:57 +00:00
zzz
797c578894 Console: Refactor netdb search 2024-09-10 18:35:01 +00:00
zzz
43d68d45ad Console: Consolidate hash comparators 2024-08-31 16:03:11 +00:00
zzz
bdf9d67a06 Console: Enable compression of js and svg files
and lower size threshold, now that we have some larger js/svg resources
2024-07-25 08:47:16 -04:00
zzz
541e456809 Increase max concurrent graphs generation 2024-07-25 08:05:34 -04:00
zzz
3cc1eb7cc3 Convert graphs to SVG 2024-07-25 11:52:07 +00:00
zzz
d4f580ee39 Build: Put JspC wrapper in its own jar, used only at build time
remove from jetty-i2p.jar, not required at runtime
2024-06-11 07:49:50 -04:00
zzz
02141473ad Console: js refresh of graphs 2024-06-04 11:30:04 +00:00
zzz
4b9a0ddcbc Set locale for toLowerCase() 2024-05-29 09:13:26 -04:00