| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | componentmanager: Removed an unused third parameter from the register_compone... | Waqas Hussain | 2010-11-02 | 1 | -3/+3 |
* | util.template: Optimized to be almost as fast as manual stanza building. | Waqas Hussain | 2010-10-24 | 1 | -7/+34 |
* | util.template: Initial commit. A template library for XML stanzas. | Waqas Hussain | 2010-10-24 | 1 | -0/+112 |
* | net.dns: Fixed a traceback when util/windows.dll is unavailable on windows. | Waqas Hussain | 2010-10-22 | 1 | -1/+1 |
* | net.server_select: Restore real sendbuffer() before calling onconnect handler... | Matthew Wild | 2010-10-22 | 1 | -1/+1 |
* | mod_bosh: Don't add a Content-Type header to the HTTP OPTIONS reply. | Waqas Hussain | 2010-10-22 | 1 | -1/+4 |
* | ejabberdsql2prosody: Added a global 'prosody' table to fix a traceback. | Waqas Hussain | 2010-10-20 | 1 | -0/+2 |
* | Monster whitespace commit (beware the whitespace monster). | Waqas Hussain | 2010-10-16 | 42 | -147/+145 |
* | modulemanager, stanza_router: Moved modulemanager.handle_stanza to stanza_rou... | Waqas Hussain | 2010-10-16 | 2 | -25/+24 |
* | modulemanager: Removed another legacy events API (add_event_hook), and relate... | Waqas Hussain | 2010-10-16 | 1 | -17/+0 |
* | mod_posix: Updated to use the new events API. | Waqas Hussain | 2010-10-16 | 1 | -2/+2 |
* | modulemanager: Removed legacy events API, and related code. | Waqas Hussain | 2010-10-16 | 1 | -51/+7 |
* | mod_saslauth: Updated to use the new events API. | Waqas Hussain | 2010-10-16 | 1 | -10/+18 |
* | mod_dialback: Fixed indentation. | Waqas Hussain | 2010-10-16 | 1 | -5/+5 |
* | mod_dialback: Updated to use the new events API. | Waqas Hussain | 2010-10-16 | 1 | -15/+31 |
* | mod_compression: Updated to use the new events API. | Waqas Hussain | 2010-10-16 | 1 | -54/+60 |
* | mod_component: Updated to use the new events API. | Waqas Hussain | 2010-10-16 | 1 | -5/+10 |
* | modulemanager: Removed add_iq_handler() from the plugin API. | Waqas Hussain | 2010-10-16 | 1 | -3/+0 |
* | mod_register: Updated to use the new events API. | Waqas Hussain | 2010-10-16 | 1 | -68/+68 |
* | mod_legacyauth: Limit authentication to unauthenticated client connections. | Waqas Hussain | 2010-10-16 | 1 | -0/+5 |
* | mod_legacyauth: Updated to use the new events API. | Waqas Hussain | 2010-10-16 | 1 | -42/+43 |
* | mod_roster: Cleaned up some unused variables and global accesses. | Waqas Hussain | 2010-10-16 | 1 | -1/+2 |
* | mod_roster: Updated to use the new events API. | Waqas Hussain | 2010-10-16 | 1 | -101/+98 |
* | mod_saslauth: Improved logging a bit. | Waqas Hussain | 2010-10-16 | 1 | -2/+2 |
* | mod_saslauth: Updated to use the new events API. | Waqas Hussain | 2010-10-16 | 1 | -15/+14 |
* | mod_private: Updated to use the new events API. Smaller, more robust. | Waqas Hussain | 2010-10-16 | 1 | -42/+34 |
* | Merge hoelzro->trunk | Matthew Wild | 2010-10-15 | 1 | -12/+15 |
|\ |
|
| * | Alter mod_offline to respect negative priority resources | Robert Hoelz | 2010-10-15 | 1 | -12/+15 |
* | | Merge hoelzro->trunk | Matthew Wild | 2010-10-15 | 1 | -16/+19 |
|\| |
|
| * | Don't send offline messages to resource with negative priorities | Robert Hoelz | 2010-10-15 | 1 | -16/+19 |
* | | MUC: Use util.dataforms to generate forms | Kim Alvefur | 2010-10-12 | 1 | -42/+66 |
* | | MUC: fix timezone support when sending history | Kim Alvefur | 2010-10-12 | 1 | -1/+1 |
* | | configmanager: Allow VirtualHost/Component definitions to be followed by a ta... | Matthew Wild | 2010-10-08 | 1 | -0/+14 |
* | | core.loggingmanager: Logging config simplification - allow [level] = filename... | Matthew Wild | 2010-10-08 | 1 | -2/+20 |
|/ |
|
* | net.dns: Support for parsing PTR records | Matthew Wild | 2010-10-06 | 1 | -0/+3 |
* | net.dns: Add 'force' parameter to resolver:feed() to force decoding a packet ... | Matthew Wild | 2010-10-05 | 1 | -2/+2 |
* | mod_adhoc: Answer disco#info for node=xmlns_cmd | Florian Zeitz | 2010-10-01 | 1 | -13/+23 |
* | MUC: Make the room node be the default room name (thanks Zash). | Waqas Hussain | 2010-09-28 | 2 | -3/+3 |
* | Merge with trunk. | Waqas Hussain | 2010-09-27 | 1 | -1/+45 |
|\ |
|
| * | MUC: Added a 'Description' property (muc#roomconfig_roomdesc) | Kim Alvefur | 2010-09-26 | 1 | -2/+28 |
| * | MUC: Added a 'Name' property (muc#roomconfig_roomname) | Kim Alvefur | 2010-09-24 | 1 | -1/+19 |
* | | MUC: Fixed traceback on presence errors lacking a condition. | Waqas Hussain | 2010-09-27 | 1 | -1/+1 |
|/ |
|
* | net.xmppcomponent_listener: Fixed a possible traceback in component disconnec... | Waqas Hussain | 2010-09-21 | 1 | -1/+1 |
* | net.xmppcomponent_listener: Specify missing log level for a log statement. | Waqas Hussain | 2010-09-21 | 1 | -1/+1 |
* | net.xmppcomponent_listener, mod_component: Removed useless undocumented optio... | Waqas Hussain | 2010-09-21 | 2 | -6/+3 |
* | util.stanza: Make the current element <message> instead of <body> when body t... | Waqas Hussain | 2010-09-21 | 1 | -1/+1 |
* | util.events: Event handler indices are now built lazily (faster server startu... | Waqas Hussain | 2010-09-19 | 1 | -3/+8 |
* | util.events: Create new index on handler change instead of modifying existing... | Waqas Hussain | 2010-09-17 | 1 | -4/+2 |
* | util.events: Fixed the exposed API for adding/removing sets of event handlers. | Waqas Hussain | 2010-09-17 | 1 | -2/+2 |
* | util.events: Removed dispatcher creation functions (these weren't being used). | Waqas Hussain | 2010-09-17 | 1 | -31/+1 |