b0597e32b2
i2psnark: Fix clear messages button (light theme) (Gitlab #479 , Github #81 )
...
thx Tunoac
2024-08-19 08:26:40 -04:00
eec09d4c9c
i2psnark: Reduce minimum bandwidth, reduce max connections if low bandwidth
...
per user request
2024-08-09 09:59:57 -04:00
5a3a7b24af
i2psnark, susimail: Normailze strings when searching (Gitlab #488 )
...
to improve search for non-ASCII strings.
Normalize both search and searched strings to NFKD when searching.
NFKD is best because it is more efficient than NFKC and it removes
formatting distinctions. This results in the best fuzzy matching.
2024-08-09 09:37:50 -04:00
f3397c37b4
pull translations from transifex
2024-08-02 13:24:56 -04:00
8f268f5902
pull translations
2024-07-15 08:26:27 -04:00
e7818dadeb
i2psnark: Fix alignment of torrent names (light/vanilla themes) (Github #76 )
2024-06-30 11:00:16 -04:00
318675923a
i2psnark typo
2024-06-30 10:57:50 -04:00
38e6fc5ef2
i2psnark: Fix config page showing router limit instead of configured i2psnark limit for max up bw after restart (Github #75 )
...
This was just a display issue; actual internal limit was correct.
Snark limit will continue to be capped at about 60% of the router limit
to account for overhead.
2024-06-29 10:26:32 -04:00
88fbf0f82a
i2psnark: CSS tweaks
...
soften linear gradients
2024-06-10 11:12:28 -04:00
c15b29cd4d
javadoc fix
2024-06-10 06:51:11 -04:00
a0f92b2e28
CLI: Fix getopt program names
...
these are output by getopt in error messages
2024-06-05 09:05:51 -04:00
aedcd02506
i2psnark: Make PEX more efficient
...
by only sending new peers, as in ut_pex.
Track connected time and last pex sent time, and only send
peers connected since the last sent time.
Usually, there are no new peers, so now we don't send a message at all.
Also, don't send PEX to seeds after the handshake.
2024-06-04 08:27:12 -04:00
4659a922b8
i2psnark: Fix leaked requests and partial pieces with data
2024-06-04 11:32:57 +00:00
050a52a2ea
i2psnark: Fix NPE when attempting to create torrent with too many files
...
as reported by mrt
improve error message
2024-05-19 10:29:39 -04:00
a685374fef
Merge branch 'js-scope' into 'master'
...
Console: Fix js global scope variables
See merge request i2p-hackers/i2p.i2p!195
2024-05-18 11:51:30 +00:00
2d81e843aa
Console: Fix js global scope variables
2024-05-18 11:51:30 +00:00
abc3162db5
Pull translations from Transifex
2024-05-14 13:40:59 -04:00
aa947e7922
2.5.1: update translations
2024-05-06 15:29:01 -04:00
44f313449a
Pull translations from transifex
2024-05-05 08:57:50 -04:00
6874488d63
i2psnark: CSS fixes (vanilla)
2024-05-04 07:14:11 -04:00
2ab0e52829
Build: Update i2psnark-standalone manifest
2024-04-11 08:05:34 -04:00
64aa641f9c
Pull translations from Transifex
2024-04-05 12:46:11 -04:00
a7fc9c6b93
poupdate-source
2024-03-27 09:10:49 -04:00
97fe2bbed9
i2psnark: Add more known opentrackers
...
as requested
2024-03-25 10:41:47 -04:00
9c1b926a09
i2psnark: Preserve private=0 in torrent files
2024-03-23 11:53:47 +00:00
6bb6210f70
i2psnark: Fix buttons on torrent details page (JRE 21)
2024-03-09 13:24:51 -05:00
95abb93002
i2psnark: Add torrent section and config page CSS fixes (non-default themes)
2024-03-03 14:32:47 -05:00
139afb670d
i2psnark: Fix DnD js syntax error
2024-03-03 12:55:44 -05:00
92e7ebdf41
i2psnark: Don't allow changing data dir when connected
...
Delete all torrents except magnets when changing data dir
2024-02-26 08:35:24 -05:00
0af58d7723
javadoc fix
2024-02-14 10:50:43 -05:00
1126b0ae4e
i2psnark: Sanitize unicode LTR/RTL control chars
2024-01-29 08:34:34 -05:00
c54ec4d458
Build: Update gradle to 8.5
2024-01-28 12:09:10 +00:00
05c9e63bae
Merge branch 'snark-dnd' into 'master'
...
i2psnark: Add js drag-n-drop
See merge request i2p-hackers/i2p.i2p!165
2024-01-22 13:25:31 +00:00
bb48a3d84a
i2psnark: Add js drag-n-drop
2024-01-22 13:25:31 +00:00
ba39f58800
Merge branch 'snark-bw' into 'master'
...
i2psnark: Bandwidth limiter improvements
See merge request i2p-hackers/i2p.i2p!164
2024-01-15 10:05:46 +00:00
db52cc7811
i2psnark: Bandwidth limiter improvements
2024-01-15 10:05:46 +00:00
d6d7044832
Console: Fix iframe size issues
2024-01-10 18:35:39 +00:00
e249449817
i2psnark: Adjust max peers for small torrents
2023-12-22 10:48:31 -05:00
e5d2580010
pull translations from tx
2023-12-15 13:36:36 -05:00
ae1c939403
SAM/I2Ptunnel/I2PSnark: update Javadocs to reflect @since 0.9.61
2023-12-12 18:11:44 -05:00
fb59d76af8
poupdate-source
2023-12-05 12:41:09 -05:00
7048ba6784
i2psnark: Change js mime type as per RFC 9239
2023-12-01 08:18:18 -05:00
d61b8af138
i2psnark: Delay bandwidth limits check briefly
...
to avoid intermittent "Unable to connect to I2P" message at startup.
2023-11-27 06:52:26 -05:00
9fc2426e83
i2psnark: Remove things in html, not by hiding them in CSS
2023-11-25 12:47:48 -05:00
9d4bb311af
i2psnark: Revise tagged string
2023-11-23 06:00:52 -05:00
cfa99b40a1
i2psnark: Uncomment and fix local torrent file picker
2023-11-18 19:12:50 +00:00
acccd2edd0
i2psnark: Sort tracker list on details page
2023-11-15 18:00:27 -05:00
676f4ac4a2
i2psnark: Tag untagged strings on torrent edit page
2023-11-15 17:26:36 -05:00
6ffeb94b83
i2psnark: Increase comment bucket size to reduce duplicates
2023-11-15 16:55:38 -05:00
60f817be63
i2psnark: Handle metainfo url-list as single byte string
2023-11-15 13:40:30 -05:00