util.sasl, util.sasl_cyrus: s/self.mechanisms()/self:mechanisms()/ in method:select().
|
Waqas Hussain |
2010-07-15 |
Merge with backout
|
Matthew Wild |
2010-07-15 |
Backed out changeset 598c33a99a31 (already fixed a better way)
|
Matthew Wild |
2010-07-15 |
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 |
prosody: Add prosody.resolve_relative_path() helper to change relative paths to be relative to the config file
|
Matthew Wild |
2010-07-13 |
mod_httpserver: Serve index.html if a request is made for a directory and it contains one (thanks Brian Cully)
|
Matthew Wild |
2010-07-13 |
configure: Make it possible to override ostype presets with values specified later on the command-line
|
Matthew Wild |
2010-07-13 |
configure: Fix ostype=freebsd for ./configure (thanks dersd for reporting and n0nsense for testing the fix!)
|
Matthew Wild |
2010-07-13 |
mod_saslauth: Rename variable 'aret' to 'ok' as per convention
|
Matthew Wild |
2010-07-12 |
mod_disco: Reflect requested 'node' attribute in the disco#info reply.
|
Waqas Hussain |
2010-07-11 |
mod_disco: Respond to disco#info to the correct caps hash node ("node#ver").
|
Waqas Hussain |
2010-07-11 |
mod_disco: Cache disco#info reply and caps hash for host, return correct caps hash, and respond to disco#info to the caps hash node.
|
Waqas Hussain |
2010-07-11 |
mod_adhoc: Add capability to pass data to forms
|
Florian Zeitz |
2010-07-09 |
xmpp{client,server}_listener: Convert some calls to tail calls for efficiency
|
Matthew Wild |
2010-07-09 |
mod_pep: Use util.caps
|
Matthew Wild |
2010-07-09 |