myano / jenni

jenni was a python IRC bot. Project is closed. Try Sopel instead, https://sopel.chat/
https://sopel.chat/
Other
235 stars 101 forks source link

SASL #48

Closed myano closed 10 years ago

myano commented 12 years ago

Add the ability for jenni to optionally connect using SASL.

ghost commented 12 years ago

some technical details..

send AUTHENTICATE PLAIN then send AUTHENTICATE base64(username + '\0' + username + '\0' + password)

myano commented 12 years ago

Seems simply enough. When is the authentication sent, upon connection or after connecting to the server?

ghost commented 11 years ago

https://github.com/atheme/charybdis/blob/master/doc/sasl.txt

myano commented 10 years ago

As of commit 7fecbcaca40fd3423a5a3317bf0375cbb469142c jenni now supports SASL plain (with SSL).