Software / code / prosody
Log
| description | author | age |
|---|---|---|
| certmanager: Use an empty table as the default ssl config when a global 'ssl' config option isn't specified (fixes a top-level traceback on startup). | Waqas Hussain | Thu, 15 Jul 2010 11:25:41 +0500 |
| util.sasl, util.sasl_cyrus: Use method:mechanisms() in method:select(), instead of using the mechanisms list directly (fixes a traceback). | Waqas Hussain | Wed, 14 Jul 2010 20:21:51 +0500 |
| util.sasl, util.sasl_cyrus: Updated method:mechanisms() to cache and re-use list of mechanisms. | Waqas Hussain | Wed, 14 Jul 2010 20:10:35 +0500 |
| util.sasl: Use the proper session-specific table of mechanisms when selecting a mechanism, and not the global table. | Waqas Hussain | Wed, 14 Jul 2010 20:05:25 +0500 |
| SASL: Simplified sasl_handler:mechanisms() to return a set, and not an array. | Waqas Hussain | Wed, 14 Jul 2010 19:56:57 +0500 |
| usermanager: Return a non-nil SASL handler from the null auth provider (fixes a traceback). | Waqas Hussain | Wed, 14 Jul 2010 19:49:43 +0500 |