&zzz
+FreefallHeavens
+R4SAS
+RN
+StormyCloud
+T3s|4
+acetone
+cims
+eche|off
+fa
+mareki2p
+nilbog
+orignal
+postman
+qend-irc2p
+rednode
+snex
+wodencafe
Arch
Danny
Irc2PGuest28384
Irc2PGuest66257
Irc2PGuest75631
Irc2PGuest81267
Onn4l7h
Onn4|7h
Over
ReturningNovice
Sisyphus_
Sleepy
T3s|4_
U1F642
Watson
Zapek
aargh4
ahiru
ananas
anontor
calamares
dr4wd3
dr|z3d
duanin2
i2potus
ice_juice
justaperson
luvme
mahlay
makoto
marek22k
n2_
not_bob_afk
onon_
pinotto
poriori
profetikla
psychopuck
r00tobo
rapidash
test7363673
uop23ip
w8rabbit
x74a6
zelgomer
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