mod_saslauth: Make service_name configurable for CyrusSASL users.
[prosody.git] / plugins / mod_proxy65.lua
2009-12-04 Matthew Wildmod_proxy65: Strip trailing whitespace
2009-12-03 Tobias MarkmannMerge with Waqas.
2009-12-03 Sjoerd Simonsmod_proxy65: Don't read data from the connection untill...
2009-12-03 Sjoerd Simonsmod_proxy65: Make the proxying bidirectional
2009-12-03 Sjoerd Simonsmod_proxy65: Use a bigger buffer for data we're proxying
2009-12-03 Sjoerd Simonsmod_proxy65: Only lock the reading side when throttling
2009-12-03 Matthew Wildmod_proxy65: Throttle connections to prevent senders...
2009-12-03 Matthew Wildmod_proxy65: Replace error() calls with module:log...
2009-12-02 Matthew WildMerge with Tobias
2009-12-01 Tobias MarkmannMerge with tip.
2009-12-01 Matthew Wildmod_proxy65: Remove trailing whitespace
2009-12-01 Matthew Wildmod_proxy65: Fix log:module -> module:log :)
2009-11-29 Tobias MarkmannMerge with tip.
2009-11-27 Matthew Wildmod_proxy65: Use new jid.join() from util.jid
2009-11-27 sjoerd.simons@coll... mod_proxy65: Update listener callback names for new...
2009-11-25 Matthew WildMerge with Tobias's SASL redesign branch
2009-11-22 Matthew Wildmod_proxy65: Update for new net.server API, untested
2009-11-22 Matthew Wildmod_proxy65: Import from prosody-modules, thanks Ephraim :)