@eyedeekay
&zzz
+Irc2PGuest80463
+R4SAS
+RN
+RN_
+StormyCloud
+T3s|4
+acetone
+dr|z3d
+orignal
+postman
+qend-irc2p
+snex
+wodencafe
Arch
BubbRubb1
Chrono
Danny
DeltaOreo
FreeB
FreefallHeavens
HAON
HowardPlayzOfAdmin
Irc2PGuest27560
Irc2PGuest32123
Irc2PGuest61213
Irc2PGuest62222
Irc2PGuest64434
Irc2PGuest94189
Onn4l7h
Over1
Sisyphus
Sleepy_
T3s|4__
Teeed
aargh
ardu
b3t4f4c3___
bak83
dr4wd3
duanin2
eyedeekay_bnc
makoto
nilbog-
nnm--
ohThuku1
poriori_
pory
profetikla
r00tobo_BNC
rapidash
shiver_
solidx66
thetia
u5657
uop23ip
w8rabbit
wew
x74a6
zzz
eyedeekay, FYI new lang Icelandic (is) 89% translated for android. last time I checked in a new lang for android I messed it up so I leave it to you ))
eyedeekay
Thanks for letting me know I almost forgot myself, will make sure they get in
zzz
eyedeekay, android strings last pushed to tx 12/2022, I see two checkins since then, one in '23 and one in '24
zzz
- <string name="url_android_forum" translatable="false">http://zzz.i2p/forums/17</string>
zzz
+ <string name="url_android_forum" translatable="false">http://i2pforum.i2p</string>
zzz
+ <string name="stats_memory">Memory used/max</string>
zzz
+ <string name="stats_lag">Job Lag</string>
zzz
+ <string name="stats_delay">Message Delay</string>
zzz
would you like me to push that to tx now?
eyedeekay
Yes thank you
zzz
will do. don't forget to ask next time
zzz
hmm. I pushed and CLI was happy but not showing update on web
zzz
seems like the last 3 were already in there
zzz
oh, ok, translatable=false
zzz
we're all good
zzz
false alarm
eyedeekay
some of the tx stuff still eludes me but something about 'untranslatable' strings does sound familiar, thanks for doing that and double checking
zzz
it's only a URL so it's marked correctly
zzz
for release notes be sure to highlight this is the last one for java 8, next one will be 17
zzz
and I hear you're working on a go-i2p post? )) this would be a good week to pimp it
eyedeekay
Yup lots to catch people up on in the past 30-45 days there, go-i2p is a whole lot more useful than it was before the summer
eyedeekay
go-i2p/go-noise is especially cool, it's designed for go-i2p but anybody can actually use it to pretty straightforwardly adapt arbitrary Go net.Conn/net.Listener/net.Addr implementations to wrap them in Noise crypto
eyedeekay
Not today, but at some point that's going to be a very exciting feature to have
zzz
ok, standing by
eyedeekay
it also works the other direction, I can hypothetically nest the Noise-based crypto in an arbitrary net.Conn/Addr/Listner as well although I haven't done it yet, so like if somebody wanted to do something crazy like disguise NTCP2 as SSH for some reason it actually does provide the necessary components to do that too, there's just a little more setup involved in "peeling back the layers"
eyedeekay
All of which would have to go into the router itself of course after some kind of proposal, but the parts that can be done without prior knowledge of what it needs to do all exist in go-noise now
eyedeekay
Also could be useful for testnet stuff, simulating distressed network conditions, all kinds of possibilities