@RN
@StormyCloud
@T3s|4
@T3s|4_
@orignal
@postman
@zzz
%acetone
%mareki2p
%snex
+Atticfire
+FreefallHeavens
+Onn4l7h
+Onn4|7h
+Over
+fa
+marek22k
+onon_
+poriori
+profetikla
+qend-irc2p
+r00tobo
+sexy
+uberius
+uop23ip
Arch
Danny
Irc2PGuest21708
Irc2PGuest28384
Irc2PGuest66257
Irc2PGuest75631
Irc2PGuest99986
RTP_
ReturningNovice
U1F642
Watson
ahiru
anontor
cims
dr|z3d
i2potus
interesting
justaperson
lokzz
luvme
mahlay
makoto
n2_
nilbog
not_bob_afk
pinotto
r00tobo[2]
rednode
user_ygg2__
mareki2p
There was discussion some time ago about reverse DNS lookup. Meaning: I have B32 address and I want to know what domain name does it correspond to. So... I have an idea: Download hosts.txt from reg.i2p, convert each B64 to B32, put result to git. Result: git.community.i2p/marek/hosts/src/branch/main/hosts.md Beware, might contain bugs.
snex
thats not really a valid question.. anybody can make any link in their addybook
mareki2p
Now you can CTRL+F your B32 in that document.
not_bob
mareki2p: It's also good to know that some b32 addresses may resolve to more than one domain name.
not_bob
I did a post on this a while back. notbob.i2p/cgi-bin/blog.cgi?page=885
mareki2p
Yes, of course, just like with DNS on the normal internet.
not_bob
Yep
not_bob
Some of them appear to be typos. Otehrs, WTF?
not_bob
Alas, back to AFK for me :(
mareki2p
I also noticed some ill-formed B64 addresses. Destination is bunch of bytes (base 256), in order for human to see it, we convert it into hex (base 16) or into base 64. Base 64 converts each 3 bytes into 4 symbols. So each B64 string length should be multiple of 4. But on reg.i2p some are not. They should have == appended, but they have not.
mareki2p
The destinations themselves are not ill-formed, but the B64 encoding of them is.
cumlord
forgot i made a thing to do this put it somewhere
cumlord
i'll have to try those from reg i don't remember if it handles that or not
dr|z3d
mareki2p: zzz implmented that, we now have it in susidns. just paste in a b32 into the search and it'll return a result if it's in the addressbook
mareki2p
Yes, I know it is in the Java router, but this is more ergonomic for me. Plus it was exercise for me.
dr|z3d
ah, ok, as you were :)
dr|z3d
as solutions go, yours is a bit on the janky side. web application please, not git + CTRL+F. :)
mareki2p
I have additional statistics: Only encryption used is ElGamal, even if there are 7 types available. And only 5 types of signing keys are used. Not even any epty example domains with different crypto type. (From those who registered their own domain name.)
dr|z3d
that's about a 5m vibe coding project :)
mareki2p
Not 5m for me, I'm doing it in C89 and don't planning on baby sitting my own http server.
mareki2p
I could do web application with JavaScript without any backend (-:
dr|z3d
you could, or you could do something with perl if you want to avoid js entirely and make it easy to run.
mareki2p
I meant entierly running in your browser, so I don't need to run any server. I could not run Perl inside browser. ... Or I could, but that would be a lot of JS or WASM.
dr|z3d
Sure, all client side, I understand. Less than optimal for an i2p site, people generally don't like js, and I doubt they're much more keen on wasm.
dr|z3d
I mention perl because it's trivial to get it running with the default jetty webserver in I2P/+
dr|z3d
in other news, the stop all torrents when stopping one in standalone has me somewhat stumped. it's not an issue in non-standalone snark, and there shouldn't be any functional difference. no doubt I'll identify the issue in time.
mareki2p
Still happening in latest version checked from git repo. Could I help ... by capturing WireShark trace? Or somewhat differently?
dr|z3d
debugging html usually involves watching the request and response headers in your browser's developer network tag.
dr|z3d
*tab
dr|z3d
ctrl+shift+i -> network..
dr|z3d
needless to say I've been spending a lot of time there trying to isolate the issue and can't see anything obviously broken.
mareki2p
I can also see 404 for localhost:8004/i2psnark/.res/i2psnark/.res/i2psnark/.res/themes/snark/midnight/images/chimp.webp
dr|z3d
thanks, see that.
mareki2p
Clicking single torrent stop button seems to send POST with this data: nonce=1136271562959539481&action_Stop_KlSlcJTEOgjpgKxtMQpAm0C0GdE%3D=Stop
dr|z3d
yup, which is correct. action_Stop_ + the hash of the torrent we want to stop.
mareki2p
So more logging on the Snark *.java side then?
mareki2p
In the POST body there is some encoded byte (bytes) encode/decode problem maybe?
dr|z3d
shouldn't be, or we'd have the same issue with the router snark version, which we don't.
mareki2p
Oh, this is standalone only? Or is it just me? Can you repro it?
dr|z3d
I can reproduce in standalone, router snark is fine.
dr|z3d
<dr|z3d> in other news, the stop all torrents when stopping one in standalone has me somewhat stumped. it's not an issue in non-standalone snark, and there shouldn't be any functional difference. no doubt I'll identify the issue in time.
mareki2p
OK, got the reason. Stopping single torrent will disconnect the whole thing. Two stack traces: One is stop-all button, the second is stop-single button. drop.i2p/paste/7dfdd5d2e5f74b109f9f49b0a2df40f2 drop.i2p/paste/e0f6c4491d104234ab0a5d58448c7a22
dr|z3d
thanks
orignal
what is there are few domains?
dr|z3d
english please, orignal :)
orignal
429 Denied at zzz.i2p. wtf?
orignal
<mareki2p> There was discussion some time ago about reverse DNS lookup. Meaning: I have B32 address and I want to know what domain name does it correspond to
orignal
might be few
orignal
for example nytik.i2p and flumental.i2p
dr|z3d
use zzzmirror.i2p if you don't want to hit 429s.
orignal
why should I?
orignal
all I want to know when the next release
dr|z3d
then zzz's told you where to look.
dr|z3d
he doesn't publish release dates on zzz.i2p
orignal
I hope to see it at zzz.i2p
dr|z3d
anyways, you look nicer on zzzmirror.i2p
orignal
why should I go to a place were I'm not welcomed?
dr|z3d
special orignal avatar.
dr|z3d
you want info, you don't need an account. you want info. visit site, get info.
dr|z3d
it's not rocket science.
orignal
you didn't get the point
dr|z3d
no, you don't get the point. stop being a fraggle, just visit the site to get the info you want.
orignal
not a big deal
orignal
neither 429 at zzz.i2p
orignal
just letting him know
orignal
that's all
dr|z3d
he's hit global limits, I got the same.
dr|z3d
and he knows.
dr|z3d
he set the throttling tight and that's his choice.
orignal
btw, where is rust guy?
dr|z3d
hence zzzmirror.i2p
orignal
haven't heard him for a while
orignal
looks like zzz runs zzz.i2p on a PC from his cloge days ))
orignal
*collge
orignal
*college
dr|z3d
more than 3 concurrent connections and it falls over :)
not_bob_afk
I think we can all firmly place the blame on the republican party.
orignal
3 or 3K?
orignal
say 333.i2p has limit of 2K concurent connections
snex
333.i2p has limit of 2K concurrent connections
zzz
I don't set the release schedule, idk does
orignal
that's fine
orignal
that question to you is error 429
orignal
you can't handle all requests or what?
zzz
it has low limits because of massive scraping for years
orignal
but how does it affect you?
orignal
you can't handle trafic or cpu or what?
zzz
it doesn't. my life is fine
orignal
I'm asking why did you set low lomits
mareki2p
Hi eyedeekay on your site idk.i2p there is link to your radio station. The link is to do6kiqcn4zdsquzavxrxpvwwl6nizptjbhtkgqm3yzfidtcmu2hq.b32.i2p which is different from gqla6svl56uazumw2a56rzmvfmcr6fb57bm5kpbb6oibqi6o66gq.b32.i2p that comes from various hosts.txt. Is it on purpose or by mistake?
orignal
massive scapring itself is not a problem
zzz
to keep the traffic usage reasonable
orignal
is it true that you allow only 3 concurect streams?
zzz
no
dr|z3d
*** chuckles. ***
dr|z3d
you have to be careful around here, orignal might take your jokes seriously.
cumlord
snark on 3 tunnels, not as bad as i thought convos.simp.i2p/file/1/RAR7HwZ0Ct730Mst.jpg
eyedeekay
mareki2p not quite sure I will have to look
orignal
eyedeekay when the next release?