IRCaBot 2.1.0
GPLv3 © acetone, 2021-2022
#i2p-dev
/2025/02/10
&zzz
+FreefallHeavens
+R4SAS
+RN
+StormyCloud
+T3s|4
+acetone
+cims
+eche|off
+fa
+mareki2p
+nilbog
+orignal
+postman
+qend-irc2p
+rednode
+snex
+wodencafe
Arch
Danny
Irc2PGuest28384
Irc2PGuest66257
Irc2PGuest75631
Irc2PGuest81267
Onn4l7h
Onn4|7h
Over
ReturningNovice
Sisyphus_
Sleepy
T3s|4_
U1F642
Watson
Zapek
aargh4
ahiru
ananas
anontor
calamares
dr4wd3
dr|z3d
duanin2
i2potus
ice_juice
justaperson
luvme
mahlay
makoto
marek22k
n2_
not_bob_afk
onon_
pinotto
poriori
profetikla
psychopuck
r00tobo
rapidash
test7363673
uop23ip
w8rabbit
x74a6
zelgomer
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