IRCaBot 2.1.0
GPLv3 © acetone, 2021-2022
#i2p-dev
/2024/04/22
@eyedeekay
&eche|on
&kytv
&zzz
+R4SAS
+RN
+StormyCloud
+T3s|4
+dr|z3d
+hagen
+hk
+lbt
+orignal
+postman
+segfault
+wodencafe
An0nm0n
Arch
Danny
DeltaOreo
Extractor
FreefallHeavens
Irc2PGuest17611
Irc2PGuest18288
Irc2PGuest1833
Irc2PGuest30976
Irc2PGuest59134
Irc2PGuest6716
Leopold
Nausicaa
Onn4l7h
Onn4|7h
Sisyphus
Sleepy
Soni
T3s|4_
Teeed
acetone_
aeiou
ardu
b3t4f4c3
boonst
cumlord
dickless
dr4wd3_
enoxa
eyedeekay_bnc
not_bob_afk
onon_
poriori
profetikla
qend-irc2p
r3med1tz-
radakayot_
rapidash
shiver_sc
solidx66_
u5657
uop23ip
w8rabbit
x74a6
eyedeekay zzz reviews are up
eyedeekay Schedule will be up in a minute
zzz thanks eyedeekay
zzz I'd also like a review of the susimail search MR. It's marked as draft and unmergeable due to conflicts, but the real thing will be substantially identical
zzz if you'd rather have me push a rebased MR and review that one, let me know
eyedeekay Hm I think in this case it might help to have a rebased MR
dr|z3d you'll want to tell him when he returns :)
dr|z3d <eyedeekay> Hm I think in this case it might help to have a rebased MR
RN no comments on user agent question?
dr|z3d never saw the question.
RN did something change in the http tunnel filtering? it used to present the user agent myob
RN if you go to whatsmyb32.i2p it does not show myob
RN another user noticed, and I confirmed
RN (without javascript enabled)
dr|z3d what you're seeing in the json output is what your browser is sending, not what the server is seeing.
dr|z3d your browser -> i2ptunnel -> remote server.
dr|z3d so, short answer, no, nothing changed.
RN not sure I understand. if the server doesn't see my user agent, how does it get that string?
dr|z3d it doesn't have that string, that page is displaying the request headers from the browser, not the server view.
RN so the page makes it display locally but the server never sees it?
dr|z3d right
dr|z3d most of the stuff you're seeing there is generated by your browser.
RN ok. I get it now. Caused a bit of panic for the other user. I'll let them know
dr|z3d instead of looking at the json tab, look at the raw output tab. that's what the server is sending.
RN thanks!
RN :D
RN so the html can make that show locally, but there's no way for it to get sent back to server?
RN just trying to be thorough and make sure I understand
dr|z3d if you click on the headers tab, you're seeing what the browser sends and recieves, not what the remote server is displaying.
dr|z3d it's part of the browser function, not something the server is displaying.
dr|z3d *receives
RN thanks