aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_proxy65.lua
Commit message (Collapse)AuthorAgeFilesLines
* mod_proxy65: Add service discovery identity and feature, to help out ↵Waqas Hussain2010-12-031-0/+3
| | | | mod_disco when loaded on a normal host.
* mod_proxy65: Cleaned up stanza processing a little.Waqas Hussain2010-12-031-9/+6
|
* mod_proxy65: s:len() -> #s.Waqas Hussain2010-12-031-3/+3
|
* mod_proxy65: Make some globals local.Waqas Hussain2010-12-031-0/+2
|
* mod_proxy65: :sub(n):byte() -> :byte(n).Waqas Hussain2010-12-031-10/+10
|
* mod_proxy65: Allow loading on normal hosts.Waqas Hussain2010-12-031-4/+1
|
* mod_proxy65: Updated to use sub-events. Now only hooks what it needs to.Waqas Hussain2010-12-031-50/+39
|
* mod_proxy65: Give the 'iq/host' stanza handler a negative priority, to allow ↵Waqas Hussain2010-12-021-1/+1
| | | | mod_iq to process the events first.
* mod_proxy65: Use module:get_option() instead of configmanager.Waqas Hussain2010-11-101-5/+4
|
* prosody: Removed all references to componentmanager from Prosody, except the ↵Waqas Hussain2010-11-101-3/+0
| | | | main componentmanager file.
* mod_proxy65: Removed useless checks from the event handler.Waqas Hussain2010-11-041-42/+37
|
* mod_proxy65: Use "iq/host" event for hooking stanzas instead of the ↵Waqas Hussain2010-11-041-2/+4
| | | | component stanza handler.
* mod_proxy65: Use util.jid.compare() and remove some clutterKim Alvefur2010-07-161-18/+5
|
* mod_proxy65: Send error reply to activation stanza if one or both parties ↵Matthew Wild2010-05-051-0/+10
| | | | were not connected to the proxy
* mod_proxy65: Return service-unavailable error when receiving an iq we didn't ↵Matthew Wild2010-05-051-0/+3
| | | | understand
* mod_proxy65: Use new server.link to link proxied connections, now works with ↵Matthew Wild2010-05-051-24/+4
| | | | either connection backend
* mod_proxy65: Fix for old-style closing of connections (another source of ↵Matthew Wild2010-03-011-4/+4
| | | | tracebacks with libevent enabled)
* mod_proxy65: Strip trailing whitespaceMatthew Wild2009-12-041-2/+2
|
* mod_proxy65: Don't read data from the connection untill the proxying is ↵Sjoerd Simons2009-12-031-0/+3
| | | | activated
* mod_proxy65: Make the proxying bidirectionalSjoerd Simons2009-12-031-3/+8
|
* mod_proxy65: Use a bigger buffer for data we're proxyingSjoerd Simons2009-12-031-1/+1
| | | | A slightly larger buffer seems to preform a lot better
* mod_proxy65: Only lock the reading side when throttlingSjoerd Simons2009-12-031-2/+2
|
* mod_proxy65: Throttle connections to prevent senders flooding the server's ↵Matthew Wild2009-12-031-0/+23
| | | | buffers if the receiver doesn't receive fast enough
* mod_proxy65: Replace error() calls with module:log("error", ...)Matthew Wild2009-12-031-2/+2
|
* mod_proxy65: Remove trailing whitespaceMatthew Wild2009-12-011-1/+1
|
* mod_proxy65: Fix log:module -> module:log :)Matthew Wild2009-12-011-1/+1
|
* mod_proxy65: Use new jid.join() from util.jidMatthew Wild2009-11-271-15/+2
|
* mod_proxy65: Update listener callback names for new server APIsjoerd simons2009-11-271-2/+2
|
* mod_proxy65: Update for new net.server API, untestedMatthew Wild2009-11-221-3/+3
|
* mod_proxy65: Import from prosody-modules, thanks Ephraim :)Matthew Wild2009-11-221-0/+268