IRCaBot 2.1.0
GPLv3 © acetone, 2021-2022
#i2p-dev
/2025/03/04
@eyedeekay
&eche|on
&kytv
&zzz
+R4SAS
+RN
+StormyCloud
+acetone
+dr|z3d
+hagen
+hk
+lbt
+orignal
+postman
+segfault
+weko
+wodencafe
Arch
Danny
DeltaOreo
FreefallHeavens_
Irc2PGuest10722
Irc2PGuest16699
Irc2PGuest21882
Irc2PGuest27222
Irc2PGuest39482
Irc2PGuest59134
Irc2PGuest95432
Leopold
Nausicaa
Onn4l7h
Onn4|7h
Sisyphus
Sleepy
Soni
T3s|4_
Teeed
aeiou
aisle1
ardu
b3t4f4c3__
bak83_
boonst
bpb
cumlord
dickless
dr4wd3_
eyedeekay_bnc
poriori
profetikla
qend-irc2p
radakayot_
rapidash
shiver_
solidx66
thetia
u5657
uop23ip_
w8rabbit
x74a6
zzz Reminder: Proposal 163 review today 8 PM UTC #ls2
zzz woot just got MLDSA working remotely end-to-end
zzz the last fix was in OCMOSJ. It's always OCMOSJ.
zzz eyedeekay, it's killing me that your client LS tab rewrite only shows the summary for your own LSes, not the expanded view
zzz really need the full view for debugging
zzz I may try to bring it back somehow
dr|z3d are you sure it's not available via a query param? ls=1
zzz no because in the rewrite there's now separate code for your own LS
zzz and it's not as full-featured
dr|z3d ah, well, I still have to expose a tab for all leasesets in the UI here, but the query params work. currently we just show local leasesets
zzz this is on the subdb tab
dr|z3d yeah, around about the time subdbs were introduced, the navigation went a bit wild. I didn't bother with that. 1 tab for leasesets is what I have here.
dr|z3d if I'm going to expose the various different modes, I'll do that in an infohelp div or whatever.
zzz I think I should have pushed back a little harder on the changes to that tab. It's mainly for us debuggers, not the users, and it's not doing what I need anymore
dr|z3d so for most users you think just displaying local leasesets is fine?
zzz dunno, atm I'm working on what's fine for me
dr|z3d well, if it's a debugging-level feature, maybe you want to put something up in the debug section instad.
zzz I doubt most users know what they're looking at with the LS output
zzz also, we have the subdb tab hidden behind configadvanced
dr|z3d yeah, right. and when you're a floodfill with a page of 400 leasests, plus your own, things don't get any clearer :)
zzz but those are two separate tabs for us
dr|z3d ok. I've got everything it appears, and local, with the option to compact everything (or not). local is compact only.
dr|z3d actually, local and ff are separate pages.
dr|z3d there's no subdb stuff here. they're all clubbed together under local.
zzz well we needed a subdb tab to debug subdbs
dr|z3d sure, understood. it's just something that, for average user, is likely to confuse more than enlighten.
zzz yup
orignal zzz, any plans to switch to gradle?
zzz orignal, we kindof support it now, but not for everything
orignal I was not able to build using gradle
zzz what build target?
orignal just router
orignal I typed gradle clean assembleRelease
orignal what should I type instead?
zzz that sounds right, please report the error
orignal will do
eyedeekay Looking back to see what isn't in the own-leaseset display at the top it does look like there's useful info left out, I took out the RAP/RAR indicators because N/A, but the other stuff should probably come back
zzz yeah eyedeekay I have it fixed locally to remove the redundant code and use the same renderer code for everything again
zzz expect an MR for 2.9
zzz eyedeekay, StormyCloud, weekly ping re: reseed
eyedeekay Some difficulties lining up a time to work on it together, will re-schedule with them today
zzz thx
orignal zzz, how would PQ signature fit streaming SYN packet since it's 1700 max?
zzz not aware of any 1700 limit
zzz the only limit on SYN packets is the payload <= Max message size (1812 for ratchet)
zzz it was 1730 for ElG
orignal whatever
orignal how would you solve this?
zzz there's nothing to solve. There is no limit on total size including headers and options. Only on the payload size.
orignal wait. so this limit is payload size not whole packet size?
orignal nevermind, however my while packet is limited to 4K