IRCaBot 2.1.0
GPLv3 © acetone, 2021-2022
#i2p-dev
/2025/02/10
@eyedeekay
&eche|on
&zzz
+R4SAS
+RN
+RN_
+StormyCloud
+acetone
+dr|z3d
+hagen
+hk
+lbt
+not_bob_afk
+orignal
+postman
+radakayot
+weko
+wodencafe
Arch
Danny
DeltaOreo
Extractor
FreefallHeavens
Irc2PGuest25508
Irc2PGuest30976
Irc2PGuest32278
Irc2PGuest48144
Irc2PGuest48151
Irc2PGuest59134
Irc2PGuest80841
Leopold
Nausicaa
Onn4l7h
Onn4|7h
Over1
Sisyphus
Sleepy
Soni
Teeed
aeiou
ardu
b3t4f4c3
boonst
defaultnick
dickless
dr4wd3_
enoxa
eyedeekay_bnc
nobody
poriori
profetikla
qend-irc2p
r3med1tz-
rapidash
shiver_sc
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