Software /
code /
prosody
Log
util/sasl.lua @ 4489:e68bc6f35106
description | author | age |
---|---|---|
util.sasl: Cache the calculated mechanisms set for SASL profiles (profile.mechanisms table). | Waqas Hussain | 2010-12-29 |
util.sasl, util.sasl_cyrus: Mechanism selection cleaned up to be more consistent. | Waqas Hussain | 2010-11-02 |
util.sasl, util.sasl_cyrus: Load mechanisms list early rather than lazily, as they are always loaded anyway. | Waqas Hussain | 2010-11-02 |
util.sasl: Simplified some code a bit. | Waqas Hussain | 2010-08-03 |
util.sasl, util.sasl_cyrus: Removed a ton of unused variables. | Waqas Hussain | 2010-08-03 |
util.sasl: Removed method:forbidden() and its side effects. | Waqas Hussain | 2010-08-02 |
util.sasl, util.sasl_cyrus: s/self.mechanisms()/self:mechanisms()/ in method:select(). | Waqas Hussain | 2010-07-15 |