aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_proxy65.lua
Commit message (Expand)AuthorAgeFilesLines
* mod_proxy65: Strip trailing whitespaceMatthew Wild2009-12-041-2/+2
* mod_proxy65: Don't read data from the connection untill the proxying is activ...Sjoerd Simons2009-12-031-0/+3
* 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
* 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 bu...Matthew Wild2009-12-031-0/+23
* 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