IRCaBot 2.1.0
GPLv3 © acetone, 2021-2022
#i2p-dev
/2023/11/04
@eyedeekay
&eche|on
&kytv
+R4SAS
+RN
+T3s|4
+acetone
+dr|z3d
+orignal
+polistern
+postman
+weko
An0nm0n
Arch
FreefallHeavens
Gid
Hikari
Irc2PGuest1893
Irc2PGuest4253
Irc2PGuest51480
Leopold
Minogami
Onn4l7h
Sleepy
Soni
T3s|4_
Teeed
aargh1
admin
anon
apt0110
b3t4f4c3__
cheddah
eyedeekay_bnc
idk
itsjustme
j6
limak
not_bob_afk
poriori
poriori_
profetikla
qend-irc2p
rapidash
tbqdrn
theglitch
u5657
user100
wodencafe
x74a6
zer0bitz
zzz
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.