mod_disco: Renamed the 'session' property of the account-disco-info and account-disco-items events to 'origin' for consistency.
|
Waqas Hussain |
2010-11-07 |
certmanager, hostmanager, mod_tls: Move responsibility for creating per-host SSL contexts to mod_tls, meaning reloading certs is now as trivial as reloading mod_tls
|
Matthew Wild |
2010-11-06 |
util.httpstream: Added support for chunked transfer encoding.
|
Waqas Hussain |
2010-11-05 |
net.http: Removed old HTTP parser, and updated to use util.httpstream.
|
Waqas Hussain |
2010-11-05 |
util.httpstream: Fixed a possible string to number comparison error.
|
Waqas Hussain |
2010-11-05 |
util.httpstream: Don't attempt to read response body for HEAD requests, or when status code indicates no body is present.
|
Waqas Hussain |
2010-11-05 |
util.httpstream: Added support for an options callback, to allow passing per-message options to the parser.
|
Waqas Hussain |
2010-11-05 |
util.httpstream: A little refactoring of the coroutine control flow.
|
Waqas Hussain |
2010-11-05 |
util.httpstream: Added support for HTTP response parsing.
|
Waqas Hussain |
2010-11-04 |
util.httpstream: Fixed a nil variable access introduced in the last commit.
|
Waqas Hussain |
2010-11-04 |
util.httpstream: Move HTTP header parsing into its own function.
|
Waqas Hussain |
2010-11-04 |
componentmanager: Removed unused function set_component_handler.
|
Waqas Hussain |
2010-11-04 |
MUC: Use events for hooking stanzas instead of the component stanza handler.
|
Waqas Hussain |
2010-11-04 |
mod_proxy65: Removed useless checks from the event handler.
|
Waqas Hussain |
2010-11-04 |
mod_proxy65: Use "iq/host" event for hooking stanzas instead of the component stanza handler.
|
Waqas Hussain |
2010-11-04 |
mod_console: Keep global variable assignments sandboxed by default.
|
Waqas Hussain |
2010-11-04 |
util.logger: Remove support for a global writer (setwriter) to try and balance the forces...
|
Matthew Wild |
2010-11-04 |
mod_posix: Remove redundant import of logger.setwriter()
|
Matthew Wild |
2010-11-04 |
util.logger: Remove my precious premature optimisation :(
|
Matthew Wild |
2010-11-04 |
mod_saslauth: Allow restarting SASL negotiation from scratch.
|
Waqas Hussain |
2010-11-02 |
mod_saslauth: Separated processing of <auth/> and <response/> elements, and return proper error on out-of-order <response/> elements.
|
Waqas Hussain |
2010-11-02 |
mod_saslauth: Moved SASL mechanism selection and CDATA handling into separate functions.
|
Waqas Hussain |
2010-11-02 |
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 |
mod_saslauth: Handle SASL <abort/> properly.
|
Waqas Hussain |
2010-11-02 |
componentmanager: Removed an unused third parameter from the register_component function.
|
Waqas Hussain |
2010-11-01 |
util.template: Optimized to be almost as fast as manual stanza building.
|
Waqas Hussain |
2010-10-24 |
util.template: Initial commit. A template library for XML stanzas.
|
Waqas Hussain |
2010-10-24 |
net.dns: Fixed a traceback when util/windows.dll is unavailable on windows.
|
Waqas Hussain |
2010-10-22 |
net.server_select: Restore real sendbuffer() before calling onconnect handler, in case onconnect sends data and the socket is still writeable (causing stack overflow into sendbuffer()/onconnect())
|
Matthew Wild |
2010-10-22 |
mod_bosh: Don't add a Content-Type header to the HTTP OPTIONS reply.
|
Waqas Hussain |
2010-10-22 |
ejabberdsql2prosody: Added a global 'prosody' table to fix a traceback.
|
Waqas Hussain |
2010-10-19 |
Monster whitespace commit (beware the whitespace monster).
|
Waqas Hussain |
2010-10-16 |
modulemanager, stanza_router: Moved modulemanager.handle_stanza to stanza_router, as a local function handle_unhandled_stanza. modulemanager is no longer a dependency of stanza_router.
|
Waqas Hussain |
2010-10-16 |
modulemanager: Removed another legacy events API (add_event_hook), and related code.
|
Waqas Hussain |
2010-10-16 |
mod_posix: Updated to use the new events API.
|
Waqas Hussain |
2010-10-16 |
modulemanager: Removed legacy events API, and related code.
|
Waqas Hussain |
2010-10-16 |
mod_saslauth: Updated to use the new events API.
|
Waqas Hussain |
2010-10-16 |
mod_dialback: Fixed indentation.
|
Waqas Hussain |
2010-10-16 |
mod_dialback: Updated to use the new events API.
|
Waqas Hussain |
2010-10-16 |
mod_compression: Updated to use the new events API.
|
Waqas Hussain |
2010-10-16 |
mod_component: Updated to use the new events API.
|
Waqas Hussain |
2010-10-16 |
modulemanager: Removed add_iq_handler() from the plugin API.
|
Waqas Hussain |
2010-10-16 |
mod_register: Updated to use the new events API.
|
Waqas Hussain |
2010-10-16 |
mod_legacyauth: Limit authentication to unauthenticated client connections.
|
Waqas Hussain |
2010-10-16 |
mod_legacyauth: Updated to use the new events API.
|
Waqas Hussain |
2010-10-16 |
mod_roster: Cleaned up some unused variables and global accesses.
|
Waqas Hussain |
2010-10-16 |
mod_roster: Updated to use the new events API.
|
Waqas Hussain |
2010-10-16 |
mod_saslauth: Improved logging a bit.
|
Waqas Hussain |
2010-10-16 |
mod_saslauth: Updated to use the new events API.
|
Waqas Hussain |
2010-10-16 |
mod_private: Updated to use the new events API. Smaller, more robust.
|
Waqas Hussain |
2010-10-15 |
Merge hoelzro->trunk
|
Matthew Wild |
2010-10-15 |
Alter mod_offline to respect negative priority resources
|
Robert Hoelz |
2010-10-15 |
Merge hoelzro->trunk
|
Matthew Wild |
2010-10-15 |
Don't send offline messages to resource with negative priorities
|
Robert Hoelz |
2010-10-15 |
MUC: Use util.dataforms to generate forms
|
Kim Alvefur |
2010-10-12 |
MUC: fix timezone support when sending history
|
Kim Alvefur |
2010-10-12 |
configmanager: Allow VirtualHost/Component definitions to be followed by a table of config options
|
Matthew Wild |
2010-10-08 |
core.loggingmanager: Logging config simplification - allow [level] = filename and *sink to appear in the config table
|
Matthew Wild |
2010-10-08 |
net.dns: Support for parsing PTR records
|
Matthew Wild |
2010-10-05 |