~dr|z3d
@RN
@RN_
@StormyCloud
@eyedeekay
@orignal
@postman
@zzz
%Liorar
+FreefallHeavens
+Xeha
+bak83_
+cumlord
+hk
+poriori
+profetikla
+uop23ip
Arch
DeltaOreo
FreeRider
Irc2PGuest10850
Irc2PGuest19353
Irc2PGuest23854
Irc2PGuest46029
Irc2PGuest48064
Meow
Nausicaa
Onn4l7h
Onn4|7h
Over
T3s|4__
acetone_
anon4
anu
boonst
enoxa
mareki2pb
mittwerk
plap
shiver_
simprelay
solidx66
u5657_1
weko_
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.