Opened at 2007-04-21T22:23:40Z
Closed at 2015-10-13T06:25:42Z
#271 closed defect (fixed)
SASL support
Reported by: | Jelmer Vernooij | Owned by: | Jelmer Vernooij |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BitlBee | Version: | 1.0.3 |
Keywords: | Cc: | ||
IRC client+version: | Client-independent | Operating System: | Public server |
OS version/distro: |
Description
It'd be nice to have support for SASL in BitlBee. That'd at least make sure that passwords can't be sniffed (although, in most cases, they can still be replayed).
See http://www.invlogic.com/irc/exten_07.html for some more information.
Apparently there are scripts for several clients that add support for SASL authentication.
Also, this might be the nicest way to support Kerberos >-)
Attachments (0)
Change History (4)
comment:1 Changed at 2007-04-21T22:24:38Z by
Owner: | set to Jelmer Vernooij |
---|---|
Status: | new → assigned |
comment:2 Changed at 2007-04-22T23:51:47Z by
comment:3 Changed at 2014-07-07T14:01:05Z by
comment:4 Changed at 2015-10-13T06:25:42Z by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Implemented in 58b63de6f1dd84a4923c623dafd548512ecdf054. (Pull request for more context)
Only PLAIN because we need something to decrypt the passwords from storage.
Regarding the few ideas mentioned above:
make sure that passwords can't be sniffed
Nope.
support Kerberos
Nope.
relay the SASL authentication done by the Jabber module through the IRC connection
Nope.
for real l33tness
That's really 2007, 2007-wilmer.
Hmm, while you're at it, I wonder if it's possible to relay the SASL authentication done by the Jabber module through the IRC connection, for real l33tness. ;-)