IRCaBot 2.1.0
GPLv3 © acetone, 2021-2022
#i2p-dev
/2025/12/20
&zzz
+FreefallHeavens
+R4SAS
+RN_
+Romster
+Stormycloud
+acetone
+cims
+eche|off
+mareki2p
+nilbog
+nyaa2pguy
+orignal
+postman
+qend-irc2p
+wodencafe
Arch
Danny
Irc2PGuest15434
Irc2PGuest16019
Irc2PGuest20377
Irc2PGuest33925
Irc2PGuest35412
Irc2PGuest77921
MatrixBot
NiceBoat
Onn4l7h
Onn4|7h
Over
Sisyphus
T3s|4
T3s|4_
Teeed
aargh4
ahiru
ananas
anontor2
b3t4f4c3___
dr4wd3_
duanin2
ice_juice
mahlay
makoto
marek
n2_
noidea
not_bob_afk2
o3d3
p2pworm
profetikla
r00tobo
rapidash
rednode
sahil
solidx66
stormycloud[m]
sublimia
test3847473
uop23ip
urist_
vivid_reader56
x74a6
zelgomer
orignal zzz, if I want to implement built-in torrent can I use name snark?
zzz snark was a clearnet torrent client that jrandom modified into i2psnark
zzz after the Lewis Carroll book 'The Hunting of the Snark', author of Alice in Wonderland
zzz 1876
orignal I meant I want to rewrite i2psnark to C++
orignal and call streams directly
zzz then you'd have to meet the licensing requirements for i2psnark
zzz you may find it easier to start from an existing c++ client, not sure
orignal why? if I want to rewrite it from scratch
orignal just the same protocol
zzz the i2p-specific parts of the code are small
orignal then whole idea that i2psnark communicates with streams rather than sockets
zzz our stream sockets look like standard sockets, more or less
orignal you know why people prefer snark vs. other i2p torrents?
zzz not sure they do
orignal they do
orignal because snark is only clinet where no possible leak to clearnet
orignal it works though i2p only
zzz jeff's XD too
orignal nobody uses it
orignal because it's dead
zzz not really
orignal I guess you send block of data to i2p dest through a stream without itremdiate socket
zzz it's an I2PSocket
zzz but yeah, direct, we don't go out-and-in to the JVM
orignal meaning what?
orignal that's what I need. direct communition with i2p
zzz meaning if a programmer knows java sockets, switching to I2PSockets isn't hard
orignal how? you need to use i2p addresses rather than I2P
zzz yeah but that's minor
orignal I don't see too much code in snark
zzz it's not too bad
orignal yes, would be easy to implemnet
orignal ofc, without web UI