mod_presence: Re-probe for contacts presence after outgoing 'subscribed' (fixes ...
[prosody.git] / plugins / mod_proxy65.lua
2013-05-01 Matthew WildMerge with Florob
2013-03-23 Kim Alvefurmod_proxy65: Fix typo in comment
2013-03-10 Matthew WildMerge 0.9->trunk
2013-02-26 Waqas Hussainmod_proxy65: Only handle service discovery requests...
2012-05-29 Kim Alvefurmod_proxy65: Fix ACL
2012-05-26 Kim Alvefurmod_proxy65: Add missing import of portmanager
2012-05-26 Kim Alvefurmod_proxy65: Warn about pre-0.9 config style (per host...
2012-05-11 Matthew WildMerge with backout
2012-04-27 Matthew Wildmod_proxy65: Fix traceback when proxy65 service fails...
2012-04-25 Waqas Hussainmod_proxy65: Add multiplex pattern.
2012-04-24 Matthew WildMerge timber->trunk - thanks everyone!
2012-04-24 Matthew Wildmod_proxy65: Port to portmanager, make a shared module
2011-11-05 Waqas Hussainmod_proxy65: Major cleanup, better logging, handling...
2011-09-02 Waqas Hussainmod_proxy65: Apply stringprep to activation target...
2011-09-02 Waqas Hussainmod_proxy65: Some more cleanup.
2011-09-02 Waqas Hussainmod_proxy65: Cleanup.
2011-06-02 Matthew WildMerge 0.7->0.8
2011-06-02 Matthew WildMerge 0.6->0.7
2011-06-01 Matthew WildMerge 0.7->0.8
2011-06-01 Matthew WildMerge 0.7->0.8
2011-06-01 Matthew WildMerge 0.6->0.7
2010-12-02 Waqas Hussainmod_proxy65: Add service discovery identity and feature...
2010-12-02 Waqas Hussainmod_proxy65: Add service discovery identity and feature...
2010-12-02 Waqas Hussainmod_proxy65: Cleaned up stanza processing a little.
2010-12-02 Waqas Hussainmod_proxy65: Cleaned up stanza processing a little.
2010-12-02 Waqas Hussainmod_proxy65: s:len() -> #s.
2010-12-02 Waqas Hussainmod_proxy65: s:len() -> #s.
2010-12-02 Waqas Hussainmod_proxy65: Make some globals local.
2010-12-02 Waqas Hussainmod_proxy65: Make some globals local.
2010-12-02 Waqas Hussainmod_proxy65: :sub(n):byte() -> :byte(n).
2010-12-02 Waqas Hussainmod_proxy65: :sub(n):byte() -> :byte(n).
2010-12-02 Waqas Hussainmod_proxy65: Allow loading on normal hosts.
2010-12-02 Waqas Hussainmod_proxy65: Allow loading on normal hosts.
2010-12-02 Waqas Hussainmod_proxy65: Updated to use sub-events. Now only hooks...
2010-12-02 Waqas Hussainmod_proxy65: Updated to use sub-events. Now only hooks...
2010-12-02 Waqas Hussainmod_proxy65: Give the 'iq/host' stanza handler a negati...
2010-12-02 Waqas Hussainmod_proxy65: Give the 'iq/host' stanza handler a negati...
2010-11-10 Waqas Hussainmod_proxy65: Use module:get_option() instead of configm...
2010-11-10 Waqas Hussainprosody: Removed all references to componentmanager...
2010-11-04 Waqas Hussainmod_proxy65: Removed useless checks from the event...
2010-11-04 Waqas Hussainmod_proxy65: Use "iq/host" event for hooking stanzas...
2010-07-16 Matthew WildMerge Zash->trunk
2010-07-16 Kim Alvefurmod_proxy65: Use util.jid.compare() and remove some...
2010-05-21 Matthew WildMerge with backout
2010-05-07 Waqas HussainMerge 0.6->0.7
2010-05-06 Waqas HussainMerge 0.6->0.7
2010-05-05 Matthew WildMerge 0.7->trunk
2010-05-05 Matthew Wildmod_proxy65: Send error reply to activation stanza...
2010-05-05 Matthew Wildmod_proxy65: Return service-unavailable error when...
2010-05-05 Matthew Wildmod_proxy65: Use new server.link to link proxied connec...
2010-03-12 Tobias MarkmannMerge with tip.
2010-03-03 Matthew WildMerge 0.6.2/waqas with 0.6.2/MattJ
2010-03-01 Matthew WildMerge with 0.7
2010-03-01 Matthew Wildmod_proxy65: Fix for old-style closing of connections...
2010-02-25 Matthew WildMerge with 0.6
2010-02-05 Matthew WildMerge with backout
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 :)