IRCaBot 2.1.0
GPLv3 © acetone, 2021-2022
#saltr
/2023/11/22
~dr|z3d
@RN
@StormyCloud
@T3s|4
@T3s|4_
@eyedeekay
@orignal
@postman
@zzz
%Liorar
+Afkaid
+FreefallHeavens
+Xeha
+cumlord
+goose2_
+j6
+poriori
+profetikla
+r00tobo
+snex
+uop23ip
+weko
An0nm0n
Arch
Danny
DeltaOreo
DiCEy1904
Irc2PGuest11229
Irc2PGuest17949
Irc2PGuest21326
Irc2PGuest48909
Irc2PGuest54864
Nausicaa
Onn4l7h
acetone_
anon2
anontor
anu3
bak83
boonst
enoxa
fujifilm
goose2
itsjustme
mareki2pb
onon_1
qend-irc2p
shiver_
u5657
user
veiledwizard
xen_NULL
dr|z3d fast approaching 80% minimum coverage for all console translations.
dr|z3d you got a typo in the addressbook, zzz.
dr|z3d > subscription.setEtag(get.getETag()); -> should be subscription.setEtag(get.getEtag());
dr|z3d as per eepget -> public String getEtag() {
dr|z3d I think that pre-exists zzz's addressbook fix, eyedeekay, so you might want to take a look.
dr|z3d we're also missing logging there which may be helpful.
dr|z3d for those running +, -96+ now uploaded to the /dev/ upload path.
dr|z3d curious issue just turned up:
dr|z3d CRIT […bQueue 2/10] …r.JobQueueRunner: Error processing job [Defer Tunnel Join Processing] on thread 1
dr|z3d java.lang.IllegalArgumentException
dr|z3d at net.i2p.data.i2np.BuildResponseRecord.encryptAEADBlock(BuildResponseRecord.java:178)
dr|z3d at net.i2p.data.i2np.BuildResponseRecord.createShort(BuildResponseRecord.java:107)
dr|z3d at net.i2p.router.tunnel.pool.BuildHandler.handleReq(BuildHandler.java:1148)
dr|z3d at net.i2p.router.tunnel.pool.BuildHandler.access$600(BuildHandler.java:65)
dr|z3d at net.i2p.router.tunnel.pool.BuildHandler$HandleReq.runJob(BuildHandler.java:710)
dr|z3d at net.i2p.router.JobQueueRunner.runCurrentJob(JobQueueRunner.java:118)
dr|z3d at net.i2p.router.JobQueueRunner.run(JobQueueRunner.java:67)
dr|z3d not seen that one before.
dr|z3d prevents any local tunnels from being built.
zzz <dr|z3d> > subscription.setEtag(get.getETag()); -> should be subscription.setEtag(get.getEtag());
zzz is this a trick question?
dr|z3d lol, zzz. no.
zzz so help my old eyes
dr|z3d if I do git grep get.ETag, nada, if I do git grep get.Etag, then we have a hit.
dr|z3d note the capitalization of the T in Etag.
zzz compiles here fine
dr|z3d sorry, the grep commands should be git grep getEtag and git grep getETag
dr|z3d I don't see any occurences of getETag in the source. None.
zzz then you've forked eepget
zzz not my issue
dr|z3d ok, forget I said anything. and no issue here, compiles fine :)
zzz ditto with your BuildHander IAE above. Haven't seen it here or heard any other reports
dr|z3d I didn't think I'd touched SusbscriptionList.java where the getEtag() method is called from, but it was a long time ago.
dr|z3d only seen that IAE once, and a restart made it go away.
zzz dunno why you took the addressbook workaround anyway, you said you weren't subscribing to projekt
dr|z3d it's not a default subscription, but it doesn't prevent people from adding it.
dr|z3d or if they've cross-graded from an i2p install, then it'll be in their subs list.
dr|z3d reminder: core/java/src/net/i2p/util/DNSOverHTTPS.java: public static final String UA_CLEARNET = "Mozilla/5.0 (Windows NT 10.0; rv:109.0) Gecko/20100101 Firefox/115.0";
zzz ok thx