Commit Graph

18 Commits (ec28fe98377d225e2c19fb3e2e4d5757a3322d3e)

Author SHA1 Message Date
Kim Alvefur 8abb723d49 mod_proxy65: Use util.jid.compare() and remove some clutter 16 years ago
Matthew Wild ec60bf9e1b mod_proxy65: Send error reply to activation stanza if one or both parties were not connected to the proxy 16 years ago
Matthew Wild 5492f0aebd mod_proxy65: Return service-unavailable error when receiving an iq we didn't understand 16 years ago
Matthew Wild f0ff564c36 mod_proxy65: Use new server.link to link proxied connections, now works with either connection backend 16 years ago
Matthew Wild 8db085eb29 mod_proxy65: Fix for old-style closing of connections (another source of tracebacks with libevent enabled) 16 years ago
Matthew Wild 3b8737814d mod_proxy65: Strip trailing whitespace 16 years ago
Sjoerd Simons 29fce4bb4b mod_proxy65: Don't read data from the connection untill the proxying is activated 16 years ago
Sjoerd Simons 339c16a46f mod_proxy65: Make the proxying bidirectional 16 years ago
Sjoerd Simons d43c929cda mod_proxy65: Use a bigger buffer for data we're proxying 16 years ago
Sjoerd Simons 241f1dc323 mod_proxy65: Only lock the reading side when throttling 16 years ago
Matthew Wild 7b01ad22db mod_proxy65: Throttle connections to prevent senders flooding the server's buffers if the receiver doesn't receive fast enough 16 years ago
Matthew Wild 24cccd311d mod_proxy65: Replace error() calls with module:log("error", ...) 16 years ago
Matthew Wild 0cbbfc225c mod_proxy65: Remove trailing whitespace 16 years ago
Matthew Wild 85332f04e0 mod_proxy65: Fix log:module -> module:log :) 16 years ago
Matthew Wild 9d337d5a13 mod_proxy65: Use new jid.join() from util.jid 16 years ago
sjoerd simons 3a73d58d69 mod_proxy65: Update listener callback names for new server API 16 years ago
Matthew Wild 88f3737a7f mod_proxy65: Update for new net.server API, untested 16 years ago
Matthew Wild 5ea819c7d8 mod_proxy65: Import from prosody-modules, thanks Ephraim :) 16 years ago