IRCaBot 2.1.0
GPLv3 © acetone, 2021-2022
#saltr
/2025/01/02
~dr|z3d
@RN
@RN_
@StormyCloud
@T3s|4
@T3s|4_
@eyedeekay
@orignal
@postman
@zzz
%Liorar
%acetone
%cumlord
+FreefallHeavens
+Leopold
+Xeha
+ardu
+bak83
+hk
+onon_
+qend-irc2p
+r00tobo_BNC
+uop23ip
AHON1
Arch
BubbRubb1
Dann
DeltaOreo
FreeB
HowardPlayzOfAdmin1
Irc2PGuest31296
Irc2PGuest38820
Irc2PGuest55055
Irc2PGuest69335
Irc2PGuest87322
Irc2PGuest99002
Meow
Onn4l7h
Onn4|7h
T3s|4__
anontor
boonst_
maylay
not_bob_afk
pisslord
poriori_
shiver_
simprelay
solidx66_
thetia
u5657
usr002
weko_
zer0bitz_
orignal but you have it for Andorid
orignal if I remeber
dr|z3d new geoip db in latest + dev build.
dr|z3d Blinded message
dr|z3d seeing as you absolutely *love* GUI and everything.
zzz yes, it's built-in to android, not in the regular JRE
zzz however we can do I2CP over TLS, but it's not in the snark config UI
dr|z3d so I had another look at the ant debian target the other day. it's nasty++
dr|z3d anyone thinking they can just run "ant debian" and generate a .deb file will be sorely disappointed and likely hugely frustrated.
dr|z3d I also managed to build a "recent" javadoc with the latest Java, css isn't compatible at all with the non-jquery-search version.
dr|z3d >> debian-binary:
dr|z3d [exec] dh patch --with systemd,bash-completion
dr|z3d [exec] dh: error: Unknown sequence patch (choose from: binary binary-arch binary-indep build build-arch build-indep clean install install-arch install-indep)
dr|z3d [exec] make: *** [debian/rules:54: patch] Error 25
dr|z3d any ideas, zzz?
dr|z3d I've got this working before, can't remember how, but that was a while ago.
zzz ant debianhowto ?
zzz or I think you have to add quilt to the --with params, ask echelon
dr|z3d yeah, I vaguely recall requiring quilt, so that's installed.
dr|z3d dh $@ --with systemd,bash-completion,quilt gets a bit further. anyways, I'll poke echelon, thanks.
dr|z3d or I would if he was around. looks like he's MIA.
dr|z3d re javadoc typos, you probably want to fix the 2 here: core/java/src/net/i2p/crypto/eddsa/math/package.html
dr|z3d looks like str4d was typing with one hand, holding a beer in the other.
dr|z3d definie -> defines and operaions -> operations
zzz although I checked it in in 2014, may have been my beer
zzz nope, I copied it from his github repo
orignal I'm asking about local sockets only
orignal in general you might not have TCP ports to bind
mareki2p Hi, how do I start i2p snark such that it listens for web UI on different than default port? Currently, it listens on port 8002, I want it to listen on port 8003. By reading the source code, it should be possible to provide the port at startup command line. File RunStandalone.java, function RunStandalone, line 56. But it does not work.
zzz mareki2p, your answer is in readme.txt
mareki2p No, it is not. Or I can not find it in there.
zzz "To change the port, edit jetty-i2psnark.xml."
mareki2p Yeah, I figured. Thank you.