IRCaBot 2.1.0
GPLv3 © acetone, 2021-2022
#saltr
/2024/09/16
~dr|z3d
@RN
@StormyCloud
@T3s|4
@T3s|4_
@eyedeekay
@orignal
@postman
@zzz
%Liorar
+FreefallHeavens
+RTP
+Unbur
+Xeha
+acetone
+cumlord
+j6
+profetikla
+r00tobo_BNC
+snex
+uop23ip
+weko
An0nm0n
Arch
Danny
DeltaOreo
DiCEy1904
Irc2PGuest43975
Irc2PGuest48909
Irc2PGuest67564
Irc2PGuest91332
Onn4l7h
anon2
anontor
anu
bak83_
boonst
fujifilm
goose2
goose2_
itsjustme
mareki2pb
not_bob_afk
onon_1
poriori_
qend-irc2p
shiver_
thetia
u5657
unwr
veiledwizard
xen_NULL
dr|z3d that's why we have a +V to speak policy in here and #i2p-dev, orignal. keeps the morons at bay.
dr|z3d zzz: can you be a bit more specific in where I should be looking?
dr|z3d I'm looking at KNDF, nothing obvious is jumping off the page.
dr|z3d so they tried to take Trump out _again_
snex it was your anti-trump rhetoric in this channel
not_bob_afk Whoever made the attempt is a bad shot.
dr|z3d I don't know what to say other than "he's obviously popular".
not_bob_afk *** shakes his head ***
not_bob_afk Not something I'd do. Best to stay out of it.
dr|z3d I can think of better ways of spending a Sunday afternoon, but hey, different folks!
not_bob_afk Everyone has to have a hobby? It doens't have to be a good one.
Irc2PGuest92669 i guess the first attempt gave him a popularity boost so after the appatent dismal performance he needs a booster shot
Irc2PGuest92669 anyone who think trump is "not fake this time" needs to do more research. ppl like whitney webb have done great work exposing the trump ticket. im not voting.
Irc2PGuest92669 btw tweaked slightly how the irc social button is animated earlier today, i assume noone has any issues with it, but do whistle out as i dont like to assume
Irc2PGuest92669 its grown on me significantly, i haven't made a "line" version of it but basically a line version could visually replace instagram buttons/icons on whatever ur doing, a dedicated space for a port number in the design might prove functional also
dr|z3d get a permanent site up, throstle, register it, and polish the help page.
zzz dr|z3d, my fix speaks for itself, and there's more info in the gitlab MR and issue; if you merged it correctly, then suggest you look in code nearby for sabotage
dr|z3d I thought you were insinuating something else, zzz. ok, thanks, I'll take another look at my merge of your patch.
dr|z3d *** chuckles at "sabotage". ***
dr|z3d no clogs on me :)
zzz no just reacting to you apparently (?) trying to fix it by tweaking publish/store to ffs
dr|z3d I think I found the issue.
dr|z3d - if (match == null || KademliaNetworkDatabaseFacade.isNewer(ls, match)) {
dr|z3d + if (match == null {wasNew = true;}
dr|z3d + else if (KademliaNetworkDatabaseFacade.isNewer(ls, match)) {
dr|z3d wasNew = true;
dr|z3d + // If it is in our keyspace and we are talking to it
dr|z3d + //if (match.getReceivedAsPublished())
dr|z3d + // ls.setReceivedAsPublished(true);
dr|z3d or maybe not, looking at that.