IRCaBot 2.1.0
GPLv3 © acetone, 2021-2022
#i2p-dev
/2025/02/10
@eyedeekay
&eche|on
&zzz
+R4SAS
+RN
+RN_
+StormyCloud
+acetone
+cumlord
+eche|off
+orignal
+postman
+qend-irc2p
+snex
+wodencafe
Arch
Birdy
BubbRubb1
Chrono
Daddy
Danny
DeltaOreo
Irc2PGuest25928
Irc2PGuest3689
Irc2PGuest49308
Irc2PGuest60736
Irc2PGuest85653
Irc2PGuest87600
Irc2PGuest96178
Onn4l7h
Over
RG
Sisyphus
Sleepy
SlippyJoe
aargh2
ac9f_
anter666
b3t4f4c3___
bak83
dr4wd3
dr|z3d
duanin2
eyedeekay_bnc
leopold
makoto
nilbog
not_bob_afk
poriori
profetikla
r00tobo_BNC
rapidash
shiver_
solidx66
u5657
uop23ip
w8rabbit
x74a6
zzz susidns sort MR is up
zzz anybody on mastodon that could send a msg to tuna about his reseed? having no luck via email or twitter
orignal which reseed? should I exclude it?
zzz memcpy.io serving RIs from Jan. 1, up to you
zzz we reject old su3 files, you might want to
orignal what is "old su3 file"?
orignal we consider RI old if older than 270 hours
zzz we check the su3 version field first
zzz and don't bother looking at the RIs if it's too old
orignal what it should be?
zzz Version: 1735688964 (Jan 1, 2025, 12:49 AM)
zzz Signer: hottuna@mail.i2p
zzz SigType: RSA_SHA512_4096
zzz Content: RESEED
zzz FileType: ZIP
zzz Test failed for reseed.memcpy.io: java.io.IOException: su3 file too old
zzz timestamp
orignal seems I ignore version for now
orignal what is correct one?
zzz just an optimization if you want to do it
zzz the version is a timestamp
orignal s.seekg (versionLength, std::ios::cur); // skip version
orignal thanks
orignal will add this check
zzz yup, might be helpful, not a bit deal either way though
orignal let me check what's in pyseeder
orignal self.OUTPUT += self.VERSION + bytes(
orignal [0 for _ in range(16 - len(self.VERSION))])
orignal can you check R4SAS -s reseed?
zzz Version: 1739189101 (Feb 10, 2025, 1:05 PM)
zzz Signer: r4sas-reseed@mail.i2p
zzz SigType: RSA_SHA512_4096
zzz Content: RESEED
zzz FileType: ZIP
zzz Test passed for reseed-fr.i2pd.xyz, returned 75 router infos
orignal self.VERSION = str(int(time.time())).encode("utf-8")
zzz looks good
orignal so is it binary or text?
zzz text
orignal that's why
orignal I though it's just 8 bytes timestamp
zzz looks good to me
zzz yeah su3 version field is text, like "2.8.0" for our release update files
zzz later adapted for reseed files
orignal so I reed this field as string and convert to integer
zzz correct
orignal thanks. will do