Log

plugins/mod_proxy65.lua @ 3692:117778c5a7fe

description author age
mod_proxy65: s:len() -> #s. Waqas Hussain 2010-12-02
mod_proxy65: Make some globals local. Waqas Hussain 2010-12-02
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
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
mod_proxy65: Use module:get_option() instead of configmanager. Waqas Hussain 2010-11-10
prosody: Removed all references to componentmanager from Prosody, except the main componentmanager file. Waqas Hussain 2010-11-10
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_proxy65: Use util.jid.compare() and remove some clutter Kim Alvefur 2010-07-16
mod_proxy65: Send error reply to activation stanza if one or both parties were not connected to the proxy Matthew Wild 2010-05-05
mod_proxy65: Return service-unavailable error when receiving an iq we didn't understand Matthew Wild 2010-05-05
mod_proxy65: Use new server.link to link proxied connections, now works with either connection backend Matthew Wild 2010-05-05
mod_proxy65: Fix for old-style closing of connections (another source of tracebacks with libevent enabled) Matthew Wild 2010-03-01