Log

plugins/mod_proxy65.lua @ 13241:0419de4e4db1

description author age
plugins: Prefix module imports with prosody namespace Kim Alvefur Fri, 24 Mar 2023 13:15:28 +0100
Merge 0.11->trunk Matthew Wild Thu, 13 May 2021 11:17:13 +0100
mod_proxy65: Restrict access to local c2s connections by default 0.11 Matthew Wild Wed, 12 May 2021 13:59:49 +0100
mod_proxy65: Limit dump of invalid data to 300 bytes (like mod_c2s) Kim Alvefur Fri, 17 Jul 2020 08:29:03 +0200
mod_proxy65: Log invalid greetings escaped instead of as base64 Kim Alvefur Thu, 16 Jul 2020 10:26:36 +0200
plugins: Remove tostring call from logging Kim Alvefur Tue, 30 Jul 2019 02:29:36 +0200
Merge 0.10->0.11 0.11 Kim Alvefur Mon, 26 Nov 2018 19:48:07 +0100
mod_proxy65: Check what port is used at the time of the query 0.10.3 Kim Alvefur Sun, 25 Nov 2018 13:16:17 +0100
mod_proxy65: Return an error if no port is open (fixes #1240) Kim Alvefur Sun, 25 Nov 2018 13:14:05 +0100
mod_proxy65: Split module:shared() into multiple calls, multiple params may be deprecated soon Matthew Wild Tue, 07 Aug 2018 21:14:43 +0100
Fix spelling throughout the codebase [codespell] Kim Alvefur Sun, 04 Feb 2018 01:51:25 +0100
mod_proxy65: Fix all warnings from luacheck Matthew Wild Wed, 21 Mar 2018 22:13:11 +0000
mod_proxy65: Fix passing number to stanza API (thanks mimi89999) Matthew Wild Wed, 21 Mar 2018 22:10:24 +0000
mod_proxy65: Use typed config API (fix issues when options are set to unexpected types) Kim Alvefur Thu, 03 Dec 2015 15:27:09 +0100
mod_proxy65: Use mod_disco Florian Zeitz Wed, 19 Feb 2014 20:13:35 +0100
Remove all trailing whitespace Florian Zeitz Fri, 09 Aug 2013 17:48:21 +0200
mod_proxy65: Fix typo in comment Kim Alvefur Sat, 23 Mar 2013 01:42:48 +0100
mod_proxy65: Only handle service discovery requests when no node is present in the request. Waqas Hussain Tue, 26 Feb 2013 23:57:44 +0500
mod_proxy65: Fix ACL Kim Alvefur Tue, 29 May 2012 17:20:02 +0200
mod_proxy65: Add missing import of portmanager Kim Alvefur Sun, 27 May 2012 01:22:02 +0200
mod_proxy65: Warn about pre-0.9 config style (per host proxy65_port) Kim Alvefur Sun, 27 May 2012 01:17:59 +0200
mod_proxy65: Fix traceback when proxy65 service fails to bind a port Matthew Wild Fri, 27 Apr 2012 22:18:20 +0100
mod_proxy65: Add multiplex pattern. Waqas Hussain Wed, 25 Apr 2012 07:55:13 +0500
mod_proxy65: Port to portmanager, make a shared module Matthew Wild Tue, 24 Apr 2012 18:50:22 +0100
mod_proxy65: Major cleanup, better logging, handling of all error cases, less code, and other goodness. Waqas Hussain Sun, 06 Nov 2011 00:51:39 +0500
mod_proxy65: Apply stringprep to activation target JID. Waqas Hussain Sat, 03 Sep 2011 01:07:35 +0500
mod_proxy65: Some more cleanup. Waqas Hussain Sat, 03 Sep 2011 00:37:37 +0500
mod_proxy65: Cleanup. Waqas Hussain Fri, 02 Sep 2011 23:50:34 +0500
mod_proxy65: Add service discovery identity and feature, to help out mod_disco when loaded on a normal host. Waqas Hussain Fri, 03 Dec 2010 00:29:44 +0500
mod_proxy65: Cleaned up stanza processing a little. Waqas Hussain Fri, 03 Dec 2010 00:22:11 +0500
mod_proxy65: s:len() -> #s. Waqas Hussain Fri, 03 Dec 2010 00:21:49 +0500
mod_proxy65: Make some globals local. Waqas Hussain Fri, 03 Dec 2010 00:13:30 +0500
mod_proxy65: :sub(n):byte() -> :byte(n). Waqas Hussain Fri, 03 Dec 2010 00:12:55 +0500
mod_proxy65: Allow loading on normal hosts. Waqas Hussain Fri, 03 Dec 2010 00:04:32 +0500
mod_proxy65: Updated to use sub-events. Now only hooks what it needs to. Waqas Hussain Fri, 03 Dec 2010 00:02:53 +0500
mod_proxy65: Give the 'iq/host' stanza handler a negative priority, to allow mod_iq to process the events first. Waqas Hussain Thu, 02 Dec 2010 16:17:44 +0500
mod_proxy65: Use module:get_option() instead of configmanager. Waqas Hussain Wed, 10 Nov 2010 22:02:28 +0500
prosody: Removed all references to componentmanager from Prosody, except the main componentmanager file. Waqas Hussain Wed, 10 Nov 2010 20:59:16 +0500
mod_proxy65: Removed useless checks from the event handler. Waqas Hussain Thu, 04 Nov 2010 19:26:04 +0500
mod_proxy65: Use "iq/host" event for hooking stanzas instead of the component stanza handler. Waqas Hussain Thu, 04 Nov 2010 19:18:32 +0500
mod_proxy65: Use util.jid.compare() and remove some clutter Kim Alvefur Fri, 16 Jul 2010 16:12:18 +0200
mod_proxy65: Send error reply to activation stanza if one or both parties were not connected to the proxy Matthew Wild Wed, 05 May 2010 15:33:29 +0100
mod_proxy65: Return service-unavailable error when receiving an iq we didn't understand Matthew Wild Wed, 05 May 2010 15:32:16 +0100
mod_proxy65: Use new server.link to link proxied connections, now works with either connection backend Matthew Wild Wed, 05 May 2010 15:31:18 +0100
mod_proxy65: Fix for old-style closing of connections (another source of tracebacks with libevent enabled) Matthew Wild Mon, 01 Mar 2010 18:07:37 +0000
mod_proxy65: Strip trailing whitespace Matthew Wild Fri, 04 Dec 2009 14:41:53 +0000
mod_proxy65: Don't read data from the connection untill the proxying is activated Sjoerd Simons Thu, 03 Dec 2009 17:07:37 +0100
mod_proxy65: Make the proxying bidirectional Sjoerd Simons Thu, 03 Dec 2009 17:05:35 +0100
mod_proxy65: Use a bigger buffer for data we're proxying Sjoerd Simons Thu, 03 Dec 2009 17:04:54 +0100
mod_proxy65: Only lock the reading side when throttling Sjoerd Simons Thu, 03 Dec 2009 17:02:38 +0100
mod_proxy65: Throttle connections to prevent senders flooding the server's buffers if the receiver doesn't receive fast enough Matthew Wild Thu, 03 Dec 2009 14:15:30 +0000
mod_proxy65: Replace error() calls with module:log("error", ...) Matthew Wild Thu, 03 Dec 2009 14:13:09 +0000
mod_proxy65: Remove trailing whitespace Matthew Wild Tue, 01 Dec 2009 20:18:47 +0000
mod_proxy65: Fix log:module -> module:log :) Matthew Wild Tue, 01 Dec 2009 20:07:07 +0000
mod_proxy65: Use new jid.join() from util.jid Matthew Wild Fri, 27 Nov 2009 18:02:24 +0000
mod_proxy65: Update listener callback names for new server API sjoerd simons Fri, 27 Nov 2009 16:51:05 +0000
mod_proxy65: Update for new net.server API, untested Matthew Wild Sun, 22 Nov 2009 15:06:30 +0000
mod_proxy65: Import from prosody-modules, thanks Ephraim :) Matthew Wild Sun, 22 Nov 2009 14:58:09 +0000