Log

description author age
certmanager: Fix to handle the case of no SSL configuration at all Matthew Wild 2010-07-14
certmanager: Added copyright header. Waqas Hussain 2010-07-15
certmanager: Defined default_capath to prevent a global nil access. Waqas Hussain 2010-07-15
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 2010-07-15
util.sasl, util.sasl_cyrus: Use method:mechanisms() in method:select(), instead of using the mechanisms list directly (fixes a traceback). Waqas Hussain 2010-07-14
util.sasl, util.sasl_cyrus: Updated method:mechanisms() to cache and re-use list of mechanisms. Waqas Hussain 2010-07-14
util.sasl: Use the proper session-specific table of mechanisms when selecting a mechanism, and not the global table. Waqas Hussain 2010-07-14
SASL: Simplified sasl_handler:mechanisms() to return a set, and not an array. Waqas Hussain 2010-07-14
usermanager: Return a non-nil SASL handler from the null auth provider (fixes a traceback). Waqas Hussain 2010-07-14
MUC: Fixed a traceback introduced in hg:bdc325ce9fbc. Waqas Hussain 2010-07-14
net.dns: Call :cancel() on the current resolver instead of the prototype Matthew Wild 2010-07-14
util.roster: Initial skeleton commit Matthew Wild 2010-07-14
loggingmanager: Add reload_logging() method, which gets called on any config reload, to reset util.logger and remove and re-add all sink types to perform a full reload of the logging system without a restart. Matthew Wild 2010-07-14
util.logger: Add reset() method to clear all sinks Matthew Wild 2010-07-14
certmanager: Remove debug logging accidentally committed Matthew Wild 2010-07-13
certmanager: Adjust paths of SSL key/certs to be relative to the config file, fixes #147 Matthew Wild 2010-07-13