IRCaBot 2.1.0
GPLv3 © acetone, 2021-2022
#saltr
/2025/01/02
~dr|z3d
@RN
@RN_
@StormyCloud
@T3s|4
@eyedeekay
@postman
%Liorar
+Atticfire
+FreefallHeavens
+Leopold
+Xeha
+cancername
+cumlord
+hk
+poriori
+profetikla
+uop23ip
An0nm0n
Arch
Danny
DeltaOreo
Irc2PGuest27065
Irc2PGuest43035
Irc2PGuest44851
KiloDeltaRomeo
Meow
Nausicaa
Onn4l7h
Onn4|7h
T3s|4__
acetone_
anon
anu
bak83_
bio
boonst
carried6590
itsjustme
mareki2p_
mareki2pb
not_bob_afk
onon_1
orignal
qend-irc2p
shiver_
simprelay
solidx66
u5657
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.