I2PSnark Standalone 2.4.0 and 2.4.0-4-beta binaries

Discussions about i2P enabled Bittorrent clients, experience reports and issues
Post Reply
User avatar
lgillis
Posts: 137
Joined: Mon May 09, 2022 8:40 am

I2PSnark Standalone 2.4.0 and 2.4.0-4-beta binaries

Post by lgillis »

i2psnark standalone 2.4.0 and 2.4.0-4-beta binaries 19.01.24 17:40
Autor: zzz

Note that changes listed do not include any changes in the bundled core and streaming libraries.

Changes in 2.4.0:
  • Change js mime type as per RFC 9239
  • Delay bandwidth limits check briefly
  • Uncomment and fix local torrent file picker
  • Handle metainfo url-list as single byte string
  • Increase comment bucket size to reduce duplicates
  • Sort tracker list on details page
  • Shutdown incomplete torrents first
  • Add shutdown button to systray (standalone only)
  • Search box CSS tweaks when iframed (Gitlab #448)
  • Prevent start-all from within search results erroring (Gitlab #445)
Additional changes in 2.4.0-4-beta:
  • Bandwidth limiter improvements (Gitlab MR #164)
  • Adjust max peers for small torrents
Downloads (appx. 14 MB):

2.4.0:

http://stats.i2p/docs/i2psnark-standalone-2.4.0.zip
Sig:
http://stats.i2p/docs/i2psnark-standalone-2.4.0.zip.sig

2.4.0-4-beta:

http://stats.i2p/docs/i2psnark-standalone-2.4.0-4-beta.zip
Sig:
http://stats.i2p/docs/i2psnark-standalone-2.4.0-4-beta.zip.sig
User avatar
lgillis
Posts: 137
Joined: Mon May 09, 2022 8:40 am

Re: I2PSnark Standalone 2.4.0 and 2.4.0-4-beta binaries

Post by lgillis »

Customize the included themes to suit your (HiDPI) monitor or viewing habits.

The themes are in "i2psnark/webapps/i2psnark.war"

Unpack the file "i2psnark.war" into the current directory:

Code: Select all

jar -xvf i2psnark.war
Now rename the original "i2psnark.war" to "i2psnark.war.orig".

Below ".resources/themes" are the 4 themes that are currently provided, the "snark.css" are in the respective folders.

This will create your new "i2psnark.war" with your customizations:

Code: Select all

jar -cvf i2psnark.war .resources META-INF WEB-INF
After restarting I2PSnark, you will be able to view your own themes.
Post Reply