mod_proxy65: :sub(n):byte() -> :byte(n).
|
Waqas Hussain |
2010-12-02 |
mod_proxy65: Allow loading on normal hosts.
|
Waqas Hussain |
2010-12-02 |
mod_proxy65: Updated to use sub-events. Now only hooks what it needs to.
|
Waqas Hussain |
2010-12-02 |
net.server_select: Set select() timeout to 3600 by default.
|
Waqas Hussain |
2010-12-02 |
net.server_select: Made another global local.
|
Waqas Hussain |
2010-12-02 |
net.server_select: Made some globals local.
|
Waqas Hussain |
2010-12-02 |
mod_bosh: Use util.timer for timers instead of server.addtimer.
|
Waqas Hussain |
2010-12-02 |
util.timer: Activate higher timer precision.
|
Waqas Hussain |
2010-12-02 |
net.server_select: Make changes required for sub-second timer precision.
|
Waqas Hussain |
2010-12-02 |
fallbacks/lxp.lua: Pure Lua pseudo-XML parser. Implements the same API as LuaExpat.
|
Waqas Hussain |
2010-12-02 |
mod_iq: Fix an extra character in previous commit...
|
Waqas Hussain |
2010-12-02 |
mod_iq: Don't hook 'iq/full' on components.
|
Waqas Hussain |
2010-12-02 |
modulemanager: Allow components to inherit mod_iq. This allows modules loaded on components to hook IQ stanza sub-events ("iq-set/bare/xmlns:tag", etc).
|
Waqas Hussain |
2010-12-02 |
mod_proxy65: Give the 'iq/host' stanza handler a negative priority, to allow mod_iq to process the events first.
|
Waqas Hussain |
2010-12-02 |
MUC: Give stanza handlers a negative priority, to allow mod_iq to process them first.
|
Waqas Hussain |
2010-12-02 |
mod_component: Give stanza handlers a negative priority, to allow mod_iq to process them first.
|
Waqas Hussain |
2010-12-02 |
mod_iq: Don't stop event dispatch for unhandled IQ errors and results (this lets negative priority handlers intercept the events).
|
Waqas Hussain |
2010-12-02 |
mod_pubsub, util.pubsub: Support node creation
|
Florian Zeitz |
2010-12-01 |
mod_pep: Remove PEP subscriptions on getting a presence unsubscribe.
|
Waqas Hussain |
2010-11-28 |
mod_pep: Fixed regression where PEP messages were not correctly being broadcasted on caps hash change.
|
Waqas Hussain |
2010-11-28 |
mod_pep: Fixed a nil access (thanks Zash).
|
Waqas Hussain |
2010-11-28 |
mod_disco: Fixed: Service discovery features were not being removed on module unload (issue #205).
|
Waqas Hussain |
2010-11-28 |
mod_pep: Optimised PEP requests for disco info on caps change (issue #150).
|
Waqas Hussain |
2010-11-28 |
storagemanager: Only show fallback warning if storage was configured to use another backend and it failed
|
Matthew Wild |
2010-11-27 |
storagemanager: Return driver from load_driver() if successful
|
Matthew Wild |
2010-11-27 |
mod_iq: Optimized a bit more (fewer table accesses).
|
Waqas Hussain |
2010-11-27 |
mod_iq: Optimized a bit (fewer table accesses).
|
Waqas Hussain |
2010-11-27 |
mod_iq: Extra IQ get and set sub-events are now fired: "iq-{get,set}/{host,self,bare}/xmlns:tag" (when "iq/{host,self,bare}/xmlns:tag" is unhandled).
|
Waqas Hussain |
2010-11-27 |
storagemanager: Import type()
|
Matthew Wild |
2010-11-27 |
storagemanager: Import util.multitable again
|
Matthew Wild |
2010-11-27 |
storagemanager: Fix syntax error
|
Matthew Wild |
2010-11-27 |
mod_pep: Updated disco#info result handler to use new event name format.
|
Waqas Hussain |
2010-11-27 |