IRCaBot 2.1.0
GPLv3 © acetone, 2021-2022
#i2p-dev
/2024/03/04
@eyedeekay
&zzz
+R4SAS
+RN
+dr|z3d
+eche|off
+hagen
+hk
+orignal
+postman
+qend-irc2p
+snex
+wodencafe
AHON1
Arch
BubbRubb
Daddy_1
Danny
DeltaOreo
FreeB
FreefallHeavens
HowardPlayzOfAdmin
Irc2PGuest38625
Irc2PGuest81071
Irc2PGuest89334
Leopold
Onn4l7h
Onn4|7h
Sisyphus_
Sleepy
SlippyJoe
StormyCloud
T3s|4
T3s|4_
Teeed
acetone_
ardu
b3t4f4c3___
bak83
cumlord
death
dr4wd3_
eyedeekay_bnc
f00b4r
mareki2p_
not_bob_afk
nuke
onon_
poriori_
profetikla
r00tobo
rapidash
shiver_
solidx66
thetia
tr
u5657_
uop23ip
w8rabbit
weko_
wew
x74a6
orignal zzz, I have a question about database lookup
orignal we have noticed in our code that every time we send lookup reply to specified tunnel we use one or our exploratory tunnels
orignal was there a partcular reason for this or it's just a bug and we should drop reply to IBGW directly?
zzz orignal, you're a ff, you get a lookup, you're asking if you send it back direct or via a expl. tunnel?
orignal any partcular reason why we send through explratory tunnel?
orignal it seems that only reason was to reudce number of transports at a FF
zzz that sounds right
orignal can we reply to IBGW directly?
orignal number of trsnaports is not loger an issue
zzz you could do something like (if connected to the target || below connection limits) send direct; else send thru expl. tunnel;
orignal since we got rid of ElGamal
orignal thanks
orignal I will change the code
orignal it produces severe slowness of lookups
zzz sure, we send direct, you're not anonymous, the guy that sent the lookup knows what router you are
zzz sure, especially if you're already connected to the IBGW it's really bad to send it out a tunnel
orignal zzz, DatabaseStore reply is always non encrypted
orignal we should do something with it
orignal as I understand there is only one case of non-encrytped DeliuveryStatus
zzz you mean the DeliveryStatusMessage that you bundle in a garlic clove with the DatabaseStoreMessage?
zzz ^^ orignal
orignal I send DatabaseStore and request reply
orignal non zero reply token
orignal then a FF sends a DeliveryStatus back
zzz ok, looking at i2np spec, I see it
orignal so, if IBGW sees DeliveryStatus
orignal it means reply of a publication
zzz I was thinking of the garlics going down client tunnels
zzz ok, so what's the threat/attack?
orignal IBGW can collect more information then if it was encrypted
orignal for example if I'm IBGW I see my role now
zzz sure but it's not much info
zzz an IBGW knows it's an IBGW
orignal most likely I'm part of a leaseset
orignal no I don't mean this
orignal if I receive a DeliveryStatus
orignal I know that another end is part of LeaseSet
orignal maybe encrypted
zzz could be an expl tunnel
orignal I mean published leaseset
orignal expl tunnel doesn't have a leaseset
orignal and RI is published directly
zzz we'll store RIs out expl tunnels and get a DSM back
zzz we don't always
orignal we also don't do it
orignal only when we can't do it directly
orignal that's even worse
zzz the published vs. non-published is interestnig
orignal published and encrypted leasesets