nanonyme: yes, in a sea of parts and joins and other noise
nanonyme
LindsayLojban, I'm using Weechat, it filters irrelevant parts and joins out
LindsayLojban
I'm using weechat, it doesn't.
nanonyme
It retroactively injects ones from people who actually speak
You probably haven't turned it on then
LindsayLojban, try /set *smart_filter*
Finding that really changed my life, now channel size really plays zero effect in usability
Hasimir has quit
faldridge has quit
faldridge joined the channel
nikow joined the channel
faldridge has quit
jamesaxl
hi
I have gtk echo client, for example when I lose connection I try to reconnect, but It open a second window, it does not stay on the same
is there a possiblity to check ins
terrycojones joined the channel
brodolfo has quit
faldridge joined the channel
faldridge has quit
faldridge joined the channel
efphe has quit
efphe joined the channel
fiddlerwoaroof joined the channel
faldridge has quit
cyphase has quit
cyphase joined the channel
rajesh has quit
clokep has quit
nikow has quit
iffy joined the channel
iffy has left the channel
garetjax joined the channel
nanonyme
Okay, looks improbable the IRC port to Python3 will happen
Guess I'll be sticking with Python2 then
EACFreddy
twisted's IRC support is the only reason why I'm still using Python2
tomprince
nanonyme: Why do you say improbable?
nanonyme
tomprince, too unicode-orientated
tomprince
nanonyme: All it would take is for someone to step up and do the work.
nanonyme
I was mainly looking at the pull requests and patches
Imo with IRC you want to decode at the last minute IOW when you have already resolved command and are going to send it somewhere, not as the first thing
Anything else will not allow the implementation to properly handle the clutterf* that IRC actually is with regards to encodings
dsea joined the channel
Best case would be to be able to assign different encodings to decode with per user
But that would probably be overkill
Per-channel would imo still be appropriate though (which means most of the protocol implementation needs to happen with bytestrings)