@eyedeekay
&zzz
+R4SAS
+RN
+RN_
+StormyCloud
+T3s|4
+acetone
+dr|z3d
+hagen
+hk
+not_bob_afk
+orignal
+postman
+qend-irc2p
+segfault
+weko
+wodencafe
Arch
BubbRubb
Daddy
Danny
DeltaOreo
FreefallHeavens
HowardPlayzOfAdmin
Irc2PGuest10845
Irc2PGuest58427
Irc2PGuest70152
Irc2PGuest89003
Irc2PGuest92548
Leopold
Onn4l7h
Onn4|7h
SigSegv
Sisyphus
Sleepy
SlippyJoe
T3s|4_
Teeed
ardu
b3t4f4c3___
bak83
boonst
cumlord
dr4wd3
duck
eyedeekay_bnc
guest7621
not_human
onon_1
phil
poriori
profetikla
r3med1tz
rapidash
shiver_
solidx66
thetia
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