Software /
code /
prosody
Log
description | author | age |
---|---|---|
MUC: Fix a pair of missing :up() | Kim Alvefur | Mon, 03 Jan 2011 09:40:45 +0100 |
util.sasl: Cache the calculated mechanisms set for SASL profiles (profile.mechanisms table). | Waqas Hussain | Wed, 29 Dec 2010 18:45:31 +0500 |
prosody: Don't add a datamanager callback when anonymous_login=true (mod_auth_anonymous does this now). | Waqas Hussain | Tue, 28 Dec 2010 09:59:27 +0500 |
hostmanager: Don't set host.disallow_s2s when anonymous_login=true (mod_auth_anonymous does this now). | Waqas Hussain | Tue, 28 Dec 2010 09:58:40 +0500 |
mod_saslauth: Remove special handling for SASL ANONYMOUS, and let mod_auth_anonymous handle it. | Waqas Hussain | Tue, 28 Dec 2010 05:28:15 +0500 |
usermanager: Assume authentication="anonymous" when anonymous_login=true. | Waqas Hussain | Mon, 27 Dec 2010 20:46:01 +0500 |
util.sasl.*, mod_auth_*, mod_saslauth: Pass SASL handler as first parameter to SASL profile callbacks. | Waqas Hussain | Mon, 27 Dec 2010 19:57:04 +0500 |