67P / hyperchannel

Kosmos Chat for the Web
Mozilla Public License 2.0
20 stars 3 forks source link

Add SASL authentication for IRC #277

Closed raucao closed 2 years ago

raucao commented 2 years ago

For now, we just assume that all authenticated connections use SASL.

I was able to use this to successfully connect to Libera from my VPN, which they require SASL for. :tada:

Tested with and depends on https://github.com/sockethub/sockethub/pull/673. Also required adding the sasl property to the RS module's schema (already published as 2.2.0).

closes #240