IRCaBot 2.1.0
GPLv3 © acetone, 2021-2022
#i2p-dev
/2023/11/04
@eyedeekay
&kytv
&zzz
+R4SAS
+RN
+RN_
+dr|z3d
+hk
+orignal
+postman
+wodencafe
Arch
DeltaOreo
FreeRider
FreefallHeavens
Irc2PGuest19353
Irc2PGuest22478
Irc2PGuest48042
Irc2PGuest64530
Irc2PGuest77854
Nausicaa
Onn4l7h
Onn4|7h
Over1
Sisyphus
Sleepy
Soni
T3s|4_
Teeed
aargh3
acetone_
anon4
b3t4f4c3
bak83_
boonst
cumlord
dr4wd3
eyedeekay_bnc
hagen_
khb
not_bob_afk
plap
poriori_
profetikla
rapidash
shiver_1
solidx66
tr
u5657
uop23ip
w8rabbit
weko_
x74a6h
RN well, I do like that it tells you when it can't reach the update server now, instead of a quiet-fail.
zzz eyedeekay, I've been staring at InboundMessageDistributor for 3 days...
zzz I understand what you're doing with DatabaseStoreMessage, but there's also a bunch of unrelated changes
zzz Blinded message
eyedeekay I did that I did that during the churning during the attacks, and from the looks of things should have put it back in an earlier MR
dr|z3d eyedeekay: you got echo on your irc connection connection... :)
zzz yeah eyedeekay I was wondering if you researched it all the way back
zzz I found the rev that commented it out, April 2014
zzz so it seems like to uncomment it you'd have to fully understand that 2014 commit first
zzz which I haven't done
RN -10 seems to be running well... I noticed a couple interesting log messages: Dropping build request too old... replay attack? and Dropping build request too far in future 7h
RN someone's clock is waaay off... hehe
RN plenty of theese: Deferred successfully, but we couldnt find [Hash:
tennis2 I was talking about editing i2psnark the other week
tennis2 Do I need to check out the git repo or can I somehow edit the contents of the i2psnark.war file and put patches somewhere?
tennis2 I have an I2PSnarkServlet.java file, I believe I got it from someone's git a couple weeks ago? I assume that I'll need the jdk to compile it? No just the jre?
tennis2 *Not* just the jre
tennis2 Do I only need to compile that one file to change how i2psnark serves the page or is it more complicated?
dr|z3d tennis2: you should be looking at git, and pulling the repo.
dr|z3d as for serving the page, yes, the servlet is (mostly) responsible for the html output.
dr|z3d as for compilation, you'll want the git repo downloaded, some flavor of java (openjdk recommended), and ant to compile with.
dr|z3d once you have these things, and possibly gettext or whatever's its called to handle translations, you can run ant buildI2PSnark if you want the .war file, or ant i2psnark if you want a standalone build.
dr|z3d running just 'ant' will show you most of the relevant build targets, otherwise.
dr|z3d that is, assuming you're in the root dir of the git repo you just cloned.
tennis2 Okay, thanks dr|z3d. Looks like I'll need to get a bit more organized, maybe I shouldn't have bothered you so soon, while so many things are up in the air for me rn.