| Commit message (Expand) | Author | Age | Files | Lines |
* | plugins: Remove tostring call from logging | Kim Alvefur | 2019-07-30 | 1 | -1/+1 |
* | Merge 0.10->0.11 | Kim Alvefur | 2018-11-26 | 1 | -1/+7 |
|\ |
|
| * | mod_proxy65: Check what port is used at the time of the query0.10.3 | Kim Alvefur | 2018-11-25 | 1 | -1/+1 |
| * | mod_proxy65: Return an error if no port is open (fixes #1240) | Kim Alvefur | 2018-11-25 | 1 | -0/+6 |
* | | mod_proxy65: Split module:shared() into multiple calls, multiple params may b... | Matthew Wild | 2018-08-07 | 1 | -1/+2 |
* | | Fix spelling throughout the codebase [codespell] | Kim Alvefur | 2018-02-04 | 1 | -2/+2 |
* | | mod_proxy65: Fix all warnings from luacheck | Matthew Wild | 2018-03-21 | 1 | -3/+4 |
* | | mod_proxy65: Fix passing number to stanza API (thanks mimi89999) | Matthew Wild | 2018-03-21 | 1 | -1/+1 |
|/ |
|
* | mod_proxy65: Use typed config API (fix issues when options are set to unexpec... | Kim Alvefur | 2015-12-03 | 1 | -2/+2 |
* | mod_proxy65: Use mod_disco | Florian Zeitz | 2014-02-19 | 1 | -18/+1 |
* | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -11/+11 |
* | mod_proxy65: Fix typo in comment | Kim Alvefur | 2013-03-23 | 1 | -1/+1 |
* | mod_proxy65: Only handle service discovery requests when no node is present i... | Waqas Hussain | 2013-02-26 | 1 | -6/+10 |
* | mod_proxy65: Fix ACL | Kim Alvefur | 2012-05-29 | 1 | -1/+3 |
* | mod_proxy65: Add missing import of portmanager | Kim Alvefur | 2012-05-27 | 1 | -0/+1 |
* | mod_proxy65: Warn about pre-0.9 config style (per host proxy65_port) | Kim Alvefur | 2012-05-27 | 1 | -1/+7 |
* | mod_proxy65: Fix traceback when proxy65 service fails to bind a port | Matthew Wild | 2012-04-27 | 1 | -1/+1 |
* | mod_proxy65: Add multiplex pattern. | Waqas Hussain | 2012-04-25 | 1 | -0/+3 |
* | mod_proxy65: Port to portmanager, make a shared module | Matthew Wild | 2012-04-24 | 1 | -98/+86 |
* | mod_proxy65: Major cleanup, better logging, handling of all error cases, less... | Waqas Hussain | 2011-11-06 | 1 | -69/+52 |
* | mod_proxy65: Apply stringprep to activation target JID. | Waqas Hussain | 2011-09-03 | 1 | -3/+6 |
* | mod_proxy65: Some more cleanup. | Waqas Hussain | 2011-09-03 | 1 | -20/+11 |
* | mod_proxy65: Cleanup. | Waqas Hussain | 2011-09-02 | 1 | -52/+16 |
* | mod_proxy65: Add service discovery identity and feature, to help out mod_disc... | Waqas Hussain | 2010-12-03 | 1 | -0/+3 |
* | mod_proxy65: Cleaned up stanza processing a little. | Waqas Hussain | 2010-12-03 | 1 | -9/+6 |
* | mod_proxy65: s:len() -> #s. | Waqas Hussain | 2010-12-03 | 1 | -3/+3 |
* | mod_proxy65: Make some globals local. | Waqas Hussain | 2010-12-03 | 1 | -0/+2 |
* | mod_proxy65: :sub(n):byte() -> :byte(n). | Waqas Hussain | 2010-12-03 | 1 | -10/+10 |
* | mod_proxy65: Allow loading on normal hosts. | Waqas Hussain | 2010-12-03 | 1 | -4/+1 |
* | mod_proxy65: Updated to use sub-events. Now only hooks what it needs to. | Waqas Hussain | 2010-12-03 | 1 | -50/+39 |
* | mod_proxy65: Give the 'iq/host' stanza handler a negative priority, to allow ... | Waqas Hussain | 2010-12-02 | 1 | -1/+1 |
* | mod_proxy65: Use module:get_option() instead of configmanager. | Waqas Hussain | 2010-11-10 | 1 | -5/+4 |
* | prosody: Removed all references to componentmanager from Prosody, except the ... | Waqas Hussain | 2010-11-10 | 1 | -3/+0 |
* | mod_proxy65: Removed useless checks from the event handler. | Waqas Hussain | 2010-11-04 | 1 | -42/+37 |
* | mod_proxy65: Use "iq/host" event for hooking stanzas instead of the component... | Waqas Hussain | 2010-11-04 | 1 | -2/+4 |
* | mod_proxy65: Use util.jid.compare() and remove some clutter | Kim Alvefur | 2010-07-16 | 1 | -18/+5 |
* | mod_proxy65: Send error reply to activation stanza if one or both parties wer... | Matthew Wild | 2010-05-05 | 1 | -0/+10 |
* | mod_proxy65: Return service-unavailable error when receiving an iq we didn't ... | Matthew Wild | 2010-05-05 | 1 | -0/+3 |
* | mod_proxy65: Use new server.link to link proxied connections, now works with ... | Matthew Wild | 2010-05-05 | 1 | -24/+4 |
* | mod_proxy65: Fix for old-style closing of connections (another source of trac... | Matthew Wild | 2010-03-01 | 1 | -4/+4 |
* | mod_proxy65: Strip trailing whitespace | Matthew Wild | 2009-12-04 | 1 | -2/+2 |
* | mod_proxy65: Don't read data from the connection untill the proxying is activ... | Sjoerd Simons | 2009-12-03 | 1 | -0/+3 |
* | mod_proxy65: Make the proxying bidirectional | Sjoerd Simons | 2009-12-03 | 1 | -3/+8 |
* | mod_proxy65: Use a bigger buffer for data we're proxying | Sjoerd Simons | 2009-12-03 | 1 | -1/+1 |
* | mod_proxy65: Only lock the reading side when throttling | Sjoerd Simons | 2009-12-03 | 1 | -2/+2 |
* | mod_proxy65: Throttle connections to prevent senders flooding the server's bu... | Matthew Wild | 2009-12-03 | 1 | -0/+23 |
* | mod_proxy65: Replace error() calls with module:log("error", ...) | Matthew Wild | 2009-12-03 | 1 | -2/+2 |
* | mod_proxy65: Remove trailing whitespace | Matthew Wild | 2009-12-01 | 1 | -1/+1 |
* | mod_proxy65: Fix log:module -> module:log :) | Matthew Wild | 2009-12-01 | 1 | -1/+1 |
* | mod_proxy65: Use new jid.join() from util.jid | Matthew Wild | 2009-11-27 | 1 | -15/+2 |