Feature #907

Please add support for SASL authentication over IRC

Added by nenolod about 2 years ago. Updated almost 2 years ago.

Status:Resolved Start date:01/31/2010
Priority:Normal Due date:
Assignee:dalbers % Done:

100%

Category:Quassel Core
Target version:0.6.0
OS:Any

Description

I would really love to switch to Quassel. However, the lack of SASL authentication support makes me unable to do so.
I tried to write a plugin adding support for it, but discovered that there are interfaces implemented.

If you need any help understanding the SASL implementation, let me know. There is code to implement SASL PLAIN in Conspire, at http://hg.atheme.org/conspire/conspire/file/tip/src/common/sasl.c which may be helpful.

Note that freenode has recently implemented SASL on their network, so there are real networks out there using this specification.
Infact, it is required in order to use TOR now.

quassel-sasl.patch (27.7 kB) Magnifier stitch, 02/01/2010 05:08 am

quassel-sasl.diff (60.6 kB) Magnifier stitch, 02/12/2010 10:53 pm

History

#2 Updated by stitch about 2 years ago

I've created a patch which introduces SASL support. It only supports SASL PLAIN. I have also updated the DB schemas however I'm not 100% sure about any migration, so please look at that (and advise where I have went wrong)

#3 Updated by nenolod almost 2 years ago

<al> in a nutshell: the sqlitestorage.cpp changes need to be applied to postgresqlstorage.cpp too i think

#4 Updated by stitch almost 2 years ago

I've revised this patch, the database schema's should be correct, and the postgrestorage.cpp was modified with the changes.

#5 Updated by dalbers almost 2 years ago

  • Status changed from New to Resolved
  • Assignee set to dalbers
  • Target version set to 0.6.0
  • % Done changed from 0 to 100

Also available in: Atom PDF