Kaleb Elwert

Results 229 comments of Kaleb Elwert

I've been using this for the last week or so and while the changes have improved reliability, it's still not perfect. Thankfully, once the mesh is made, probing only needs...

I want to make sure I understand this right before merging it in, so I might not get to this right away. @bradfitz might also be a good person to...

A breaking change would be completely reasonable for better PTY support. Realistically, for most people it wouldn't even matter because the existing behavior is less than ideal and is really...

Is working on better PTY support you'd be interested in, or not really? I realize that's a fairly big ask though, especially compared to what you're asking for in this...

I have a PoC up here: https://github.com/thoj/go-ircevent/compare/master...belak:belak/irc-poc Though, master seems to be failing tests, so this is as well.

I understand the reluctance to pull in an external dependency... And this doesn't have to happen now... I was simply hoping to plant the idea of standardizing around *something* since...

I have a gist with some [notes on this](https://gist.github.com/belak/09edcc4f5e51056bf5bc728647659d81) and an [implementation for a different IRC library](https://github.com/go-irc/irc/blob/master/tracker.go).

Nice! Definitely a great start. There are a few subtleties with this: - If a user has +o+v and this gets a MODE -o for that user, I believe they'll...

Yeah, writing this sort of thing properly without multi-prefix is a pain, but it can be done.

I ended up writing my own earlier this year which does its best to cover all the bases without needing any special IRCv3 features... unfortunately it's pretty integrated into my...