Commit Graph

2216 Commits

Author SHA1 Message Date
zzz ce65c0ef61 Console: Profiles page tweaks
- Hide test fails under 20%
- Don't show lookup fails over 100%
2025-05-21 09:23:19 -04:00
zzz d1a32f022f compile fix missing import 2025-05-20 12:50:54 -04:00
zzz 0d21815030 Console: Use green icon on /peers if status is OK 2025-05-20 10:23:41 -04:00
zzz f9692a0aba Console, i2ptunnel, Eepsite help: Change /susidns links to /dns 2025-05-20 09:08:07 -04:00
zzz 35a4446bf1 Console: Support params on /dns
pass params to the iframe
link directly to latest page from susidns bubble
2025-05-20 08:57:00 -04:00
zzz a83feae229 Console: Log warning on upcoming Java 17 requirement 2025-05-19 17:52:42 -04:00
zzz 8a216a4d7d Console: Only show restart required on /configi2cp when interface changes 2025-05-09 08:46:09 -04:00
zzz 7299b62aae Console: Log IP on authentication failure 2025-05-07 11:14:15 -04:00
zzz 21d847992b Maps: Don't offset far-end of part. tunnel lines 2025-05-06 19:42:38 -04:00
zzz ad4d207244 Console: Add Hindi to language menu 2025-05-06 19:06:47 -04:00
zzz 720fe4edaf Change all gitlab links to gitea 2025-05-05 07:17:17 -04:00
zzz 6f9871e344 Plugins: Sort plugins.config when saving 2025-05-04 14:02:12 -04:00
zzz abbda43e84 Console: Add jetty icon for sidebar
adapted from Jetty logo, Jetty licensed
2025-05-02 08:13:07 -04:00
zzz ba091fefad Merge pull request 'Console: /logs page improvements' (#499) from zzz/i2p.i2p:console-logs into master
Reviewed-on: http://git.idk.i2p/I2P_Developers/i2p.i2p/pulls/499
2025-04-29 07:01:57 -04:00
zzz 950f04bd38 Console: Don't show -1 remote leasesets before we have ours 2025-04-24 13:45:39 -04:00
zzz f6e951e297 Build: Patch msgfmt-generated ResourceBundle code to eliminate unchecked warnings
Ancient msgfmt doesn't know about generics.
This change allows devs to set javac.compilerargs=-Xlint:unchecked
in override.properties without getting an
overwhelming number of false positives from the bundles.

If msgfmt ever adds a --java5 option, we can remove this,
but it's been almost 20 years.
For the same reason, while the sed script is fragile,
seems unlikely msgfmt will change the output without a new option.
If they do, we'll fix it then.
2025-04-20 17:21:35 -04:00
zzz 5cfa74d785 i2psnark, i2ptunnel: Use Long.compare() in sorters
available in Java 7 / Android API 19 (our minSDK is currently 20)
2025-04-20 09:29:06 -04:00
zzz d4e89d1e20 color the filter buttons 2025-04-18 08:25:38 -04:00
zzz e4e50cc771 Map: Draw larger circles before smaller ones,
so the tooltips for the smaller ones are visible
2025-04-14 10:42:26 -04:00
zzz 6e1c5a4598 Console: Add map test mode
to enable adjustment of mercator coordinates
2025-04-12 07:31:07 -04:00
zzz ad9e3a9397 Console: Display changelog in html 2025-04-12 09:47:32 +00: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