On 2017-12-03 00:21:43, neil@watson-wilson.ca wrote:
Show quoted text> I moved to AWS and attaching to freenode from there required SASL
> authentication. I can't find anything in Bot::BasicBot that supports this.
Yeah, there's no SASL support built-in yet, but I agree that it would be useful - patches definitely welcome.
OTTOMH, I think it'd need to be supported in PoCo::IRC first, then Bot::BasicBot and Bot::BasicBot::Pluggable could be updated to use it.
It shouldn't be a hugely difficult thing to do - SASL plain, at least, is fairly simple stuff, PoCo::IRC would just have to respond to the appropriate CAP response that says the server supports SASL PLAIN by checking if it was given credentials, and if so, sending them in the appropriate way.
I'm not sure I'll have time to work on that myself for some time, though.