Kaleb Elwert

Results 229 comments of Kaleb Elwert

This has (finally) been fixed with the addition of `RunContext`.

Reopening this because there's more that can be done with Context. What can I say, it's a Monday.

As far as I'm aware (it's been a while since I've looked at implementing this since I haven't needed it) it's not the CAP implementation as much as it is...

Yes! I would be happy to accept a patch! Ideally it would involve an improvement to CAP support, but SASL seems important enough that I'd be willing to accept it...

Oh interesting! I've actually been looking for something like this. I'm mid-way through a bit of a re-write (moving Client out to an ircx package for extensions...), so this might...

Yep, ircx would be best. Thanks for doing this!

Yep, I plan on leaving Conn, Reader, Writer, Event, and Prefix mostly untouched. SASL would fit in the ircx package. I'll have to check out that implementation and see if...

I had a bit of time so I started work on this. Unfortunately, it doesn't look like gopkg.in handles alpha versions, so I'm temporarily moving this library back to the...

Things left to do: - SASL - Tests for ISupport - Tests for Tracker - Context support - Fixing CI - we seem to be running into https://github.com/actions-contrib/golangci-lint/issues/11 - I...

I'm actually re-thinking this - I'm in the progress of moving Client back from ircx, and adding Tracker/ISupport under a new release. If/when breaking changes happen (like improved context support)...