s2smanager: Handle disallow_s2s for incoming streams as well as outgoing
|
Matthew Wild |
2010-07-16 |
net.server_select: Ensure that onconnect is called for server sockets as well as clients, rather than onincoming. Fixes mod_console traceback, issue #197
|
Matthew Wild |
2010-07-16 |
Merge Florob->trunk
|
Matthew Wild |
2010-07-16 |
util.dataforms: Add list-multi support
|
Florian Zeitz |
2010-07-15 |
util.dataforms: Capability to set default for list-single
|
Florian Zeitz |
2010-07-15 |
Merge Zash->trunk
|
Matthew Wild |
2010-07-16 |
mod_proxy65: Use util.jid.compare() and remove some clutter
|
Kim Alvefur |
2010-07-16 |
Merge Zash->trunk
|
Matthew Wild |
2010-07-16 |
util.jid: compare() added, with some tests.
|
Kim Alvefur |
2010-07-15 |
util.sasl.scram: Reference actual RFC instead of the draft.
|
Tobias Markmann |
2010-07-15 |
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 |