Log

plugins/mod_proxy65.lua @ 8824:9232305618ac

description author age
Fix spelling throughout the codebase [codespell] Kim Alvefur 2018-02-04
mod_proxy65: Fix all warnings from luacheck Matthew Wild 2018-03-21
mod_proxy65: Fix passing number to stanza API (thanks mimi89999) Matthew Wild 2018-03-21
mod_proxy65: Use typed config API (fix issues when options are set to unexpected types) Kim Alvefur 2015-12-03
mod_proxy65: Use mod_disco Florian Zeitz 2014-02-19
Remove all trailing whitespace Florian Zeitz 2013-08-09
mod_proxy65: Fix typo in comment Kim Alvefur 2013-03-23
mod_proxy65: Only handle service discovery requests when no node is present in the request. Waqas Hussain 2013-02-26
mod_proxy65: Fix ACL Kim Alvefur 2012-05-29
mod_proxy65: Add missing import of portmanager Kim Alvefur 2012-05-26
mod_proxy65: Warn about pre-0.9 config style (per host proxy65_port) Kim Alvefur 2012-05-26
mod_proxy65: Fix traceback when proxy65 service fails to bind a port Matthew Wild 2012-04-27
mod_proxy65: Add multiplex pattern. Waqas Hussain 2012-04-25
mod_proxy65: Port to portmanager, make a shared module Matthew Wild 2012-04-24
mod_proxy65: Major cleanup, better logging, handling of all error cases, less code, and other goodness. Waqas Hussain 2011-11-05
mod_proxy65: Apply stringprep to activation target JID. Waqas Hussain 2011-09-02
mod_proxy65: Some more cleanup. Waqas Hussain 2011-09-02
mod_proxy65: Cleanup. Waqas Hussain 2011-09-02
mod_proxy65: Add service discovery identity and feature, to help out mod_disco when loaded on a normal host. Waqas Hussain 2010-12-02
mod_proxy65: Cleaned up stanza processing a little. Waqas Hussain 2010-12-02
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