IRCaBot 2.1.0
GPLv3 © acetone, 2021-2022
#i2p-dev
/2022/01/14
@eyedeekay
&eche|on
&zzz
+R4SAS
+RN
+T3s|4
+acetone
+dr|z3d
+hottuna
+orignal
+postman
+weko
An0nm0n
Arch
FreefallHeavens
Irc2PGuest19856
Irc2PGuest2827392
Irc2PGuest33877
Irc2PGuest37633
Irc2PGuest7052
Irc2PGuest95543
Leopold
Minogami
Onn4l7h
Onn4|7h
ProRu
R4SAS_
Sleepy
Soni
T3s|4_
Teeed
aargh3
admin
anon2
b3t4f4c3__
cheddah
eyedeekay_bnc
itsjustme
j6
limak
not_bob_afk
profetikla
qend-irc2p
rapidash
tbqdrn
theglitch
w8rabbit
x74a6
zer0bitz
dr|z3d shout when you've got 0.19 up and need test.
zzz ok. a few weeks
zzz what was the proxy thing you wanted to change that I asked you to chill out about? lost in the scrollback
dr|z3d > dr|z3d> icing on cake, zzz: skank.i2p/socks/socksoutproxy.css and skank.i2p/socks/infohelp.svg (improved toast notifications, tick icon on save button).
dr|z3d > dr|z3d> I've used the infohelp icon on the toast notifications, looks less sterile that way, and tweaked the icon so it doesn't look crap on the light theme.
zzz ok. I fixed the button in the merge, and I'll pass on the buttered toast, so I'm good
dr|z3d there are a few other css improvements there.
dr|z3d also, on the form.
dr|z3d I suggest losing the leading "SOCKS" text on the labels, superfluous, and the tooltips clarify anyway. So Host | Port | Username | Password
dr|z3d I don't think the _t("string") syntax is supported on the forms yet.
dr|z3d if/when it is, those strings should pull in from the console. I think they're already there.
dr|z3d and you _do_ want the css, trust me.
zzz i'll take one more patch but it has to be a diff against trunk, I don't have time for another manual merge
dr|z3d sure, ok, and grab that icon while you're at it.
dr|z3d I'll fix you up a patch for the other stuff.
zzz ok. take your time, lets only do this once, we got from now to the i2p release. but don't tart it up too much :)
dr|z3d bah, it's already tarted up nicely. what more do you want? frilly knickers? :)
zzz can you make it so clicking anywhere on the configuration header does the expand instead of just the arrow?
dr|z3d maybe
dr|z3d you mentioned something about connection stats? any progress with that?
zzz I guess it would go in the status box
dr|z3d yeah, we discussed that.
dr|z3d what info have you intending to display?
zzz theres only one info available - total requests since started
dr|z3d no data transferred stat, or current speed in/out?
zzz no, thats all opaque to the plugin
dr|z3d ok. presumably the plugin's unaware of url/requests, too?
zzz host and port only
zzz but no stats kept
dr|z3d ok. and you have something coded up?
zzz its in there as getConnCount()
dr|z3d something like if (status == ClientAppState.RUNNING && getConnCount() < 1) { status = running } else (if status == ClientAppState.RUNNING && getConnCount() > 0) { out.write conncount + ' ' + _t("connections since startup"); }
zzz more or less
dr|z3d all wrapped in a nice ajax call so you only refresh that td.
dr|z3d there's your diff, zzz, fixes some html markup issues as well: skank.i2p/socks/socksproxy.diff
dr|z3d oh, no zzz.
dr|z3d > there's your diff, Irc2PGuest52361, fixes some html markup issues as well: skank.i2p/socks/socksproxy.diff