mod_presence: Re-probe for contacts presence after outgoing 'subscribed' (fixes ...
[prosody.git] / plugins / mod_bosh.lua
2013-07-08 Matthew Wildmod_bosh: pcall() core_process_stanza per stanza, to...
2013-07-08 Matthew Wildmod_bosh: Only pass stanza to core_process_stanza if...
2013-06-07 Matthew Wildmod_bosh: Remove Connection: keep-alive header (conflic...
2013-06-07 Matthew Wildmod_bosh: Fix global write
2013-06-07 Matthew Wildmod_bosh: Remove logging of request.id, it doesn't...
2013-06-05 Matthew Wildmod_bosh: Reset creating_session to prevent putting...
2013-06-02 Kim Alvefurmod_bosh: Fix traceback in case session is destroyed...
2012-11-22 Matthew WildMerge 0.9->trunk
2012-11-22 Matthew Wildmod_bosh: Add 'Connection: keep-alive' header
2012-11-22 Matthew Wildmod_bosh: Add support for stanza filters to BOSH sessio...
2012-11-22 Matthew Wildmod_bosh: Add bosh_max_wait config option, to limit...
2012-11-15 Matthew WildMerge 0.9->trunk
2012-11-15 Matthew Wildmod_bosh: Share sessions and inactive_sessions tables
2012-08-01 Matthew Wildmod_bosh: Remove redundant code (send stream features...
2012-07-31 Matthew Wildmod_bosh: Remove troublesome return... continue process...
2012-07-29 Matthew WildMerge with Zash
2012-07-29 Matthew Wildmod_bosh: Correctly handle data included in the session...
2012-07-28 Matthew Wildmod_bosh: Backout revision bc0a68cae236 (experimental...
2012-07-26 Kim Alvefurmod_admin_adhoc, mod_admin_telnet, mod_bosh, mod_c2s...
2012-07-23 Kim Alvefurmod_bosh: Use new format for headers when checking...
2012-05-15 Matthew Wildmod_bosh: Set Content-Type to text/html for GET respons...
2012-05-11 Matthew WildMerge with backout
2012-04-28 Matthew Wildmod_bosh: Remove unused send_buffer variable
2012-04-28 Matthew Wildmod_bosh: Fix request/response mixup
2012-04-28 Matthew Wildmod_bosh: Remove unused import of util.timer
2012-04-27 Matthew Wildmod_bosh: Remove unused import of net.httpserver
2012-04-27 Matthew Wildmod_bosh: Add routes without trailing-'/', so that...
2012-04-26 Matthew Wildmod_bosh: Update informational message on GET
2012-04-25 Matthew Wildmod_bosh: Large commit to update to mod_http/net.http...
2012-04-25 Matthew Wildmod_bosh: Optimisation, store reply_before value as...
2012-04-24 Matthew WildMerge timber->trunk - thanks everyone!
2012-04-19 Matthew WildMerge with 0.9
2012-04-19 Matthew Wildmod_bosh: Log error on BOSH parse failure (thanks daurn...
2012-03-15 Kim Alvefurmod_posix, mod_bosh, mod_admin_telnet: Use module:set_g...
2012-01-22 Matthew WildMerge with trunk
2011-12-14 Waqas Hussainmod_bosh: Remove unused reference to lxp
2011-12-09 Waqas Hussainmod_bosh: Fixed use of a private HTTP request property.
2011-12-07 Matthew Wildmod_bosh: Experimental option 'bosh_auto_cork' which...
2011-12-07 Matthew Wildmod_bosh: Move stream:features sending until after...
2011-12-07 Matthew Wildmod_bosh: Remove a session from inactive_sessions befor...
2011-12-07 Matthew Wildmod_bosh: Store time to destroy session in inactive_ses...
2011-09-15 Matthew Wildmod_bosh: s/xmlns:streams/xmlns:stream/ - fixes #265...
2011-07-20 Matthew Wildmod_bosh: Update to use typed variants of module:get_op...
2011-06-28 Matthew Wildmod_bosh: Fix logging when no sid present, fix a missin...
2011-06-07 Matthew WildMerge 0.8->trunk
2011-06-05 Matthew WildBackout commit d6366294f618 which I was testing and...
2011-06-02 Matthew WildMerge 0.8->trunk
2011-06-02 Matthew WildMerge 0.7->0.8
2011-06-02 Matthew WildMerge 0.6->0.7
2011-06-01 Matthew WildMerge 0.8->trunk
2011-06-01 Matthew WildMerge 0.7->0.8
2011-06-01 Matthew WildMerge 0.6->0.7
2011-06-01 Matthew WildMerge 0.8->trunk
2011-06-01 Matthew WildMerge 0.7->0.8
2011-06-01 Matthew WildMerge 0.6->0.7
2011-03-04 Matthew Wildmod_bosh: Fix terminate logic - process any stanzas...
2011-06-05 Matthew Wildmod_bosh: Mark a session as active when a request comes...
2011-03-04 Matthew Wildmod_bosh: Fix terminate logic - process any stanzas...
2011-01-08 Matthew WildMerge 0.8->trunk
2011-01-08 Matthew Wildmod_bosh: Return true from send()
2011-01-04 Matthew Wildmod_bosh: Fix for miscalculating inactivity, causing...
2011-01-04 Matthew Wildmod_bosh: Fix for miscalculating inactivity, causing...
2010-12-17 Matthew WildMerge Tobias->trunk
2010-12-11 Matthew Wildmod_bosh: Fixes to the session creation response -...
2010-12-11 Matthew Wildmod_bosh: Fixes to the session creation response -...
2010-12-07 Matthew Wildmod_bosh: Switch to util.xmppstream from xmlhandlers
2010-12-07 Matthew Wildmod_bosh: Switch to util.xmppstream from xmlhandlers
2010-12-02 Waqas Hussainmod_bosh: Use util.timer for timers instead of server...
2010-12-02 Waqas Hussainmod_bosh: Use util.timer for timers instead of server...
2010-10-22 Waqas Hussainmod_bosh: Don't add a Content-Type header to the HTTP...
2010-09-10 Matthew Wildmod_bosh: Fix traceback when initiating a BOSH session...
2010-08-28 Matthew Wildmod_bosh: Support for reading the client's real IP...
2010-08-22 Matthew Wildmod_bosh: Don't adjust rid when creating a session...
2010-08-07 Matthew Wildmod_bosh: Fix to properly ignore repeated requests
2010-08-06 Matthew Wildmod_bosh: Small change to use variable instead of hard...
2010-08-06 Matthew Wildmod_bosh: Much improve session:close() for BOSH session...
2010-08-06 Matthew Wildmod_bosh: Add error callback for xmlhandlers, to handle...
2010-08-03 Matthew Wildmod_bosh: Remove dependency on eventmanager
2010-07-04 Matthew Wildmod_bosh: Add jabber:client namespace to stanzas with...
2010-06-29 Matthew WildMerge backout
2010-05-21 Matthew WildMerge with backout
2010-05-21 Matthew WildMerge 0.7->trunk
2010-05-21 Matthew Wildmod_bosh: Re-layout session object creation to make...
2010-05-21 Matthew Wildmod_bosh: Add option consider_bosh_secure to treat...
2010-05-17 Matthew WildMerge 0.7->trunk
2010-05-17 Matthew WildMerge 0.7/MattJ with 0.7
2010-05-17 Matthew WildMerge with 0.6
2010-05-17 Matthew Wildmod_bosh: Always give requests a destroy handler, so...
2010-05-17 Matthew Wildmod_bosh: Fix handling of rids by not dropping requests...
2010-05-17 Matthew Wildmod_bosh: Remove some hacky code for pruning dead reque...
2010-05-17 Matthew Wildmod_bosh: Remove requests from the session table using...
2010-05-05 Matthew WildMerge Tobias's fancy SASL branch->trunk
2010-04-03 Matthew WildMerge 0.7->trunk
2010-04-03 Matthew WildMerge 0.6->0.7
2010-04-03 Matthew WildMerge 0.6/MattJ -> 0.6
2010-04-03 Matthew Wildmod_bosh: Default stanza namespace should be jabber...
2010-03-24 Matthew WildMerge 0.6->0.7
2010-03-22 Matthew WildMerge 0.7->trunk
2010-03-22 Matthew WildMerge 0.6->0.7
2010-03-22 Matthew WildUpdate copyright headers for 2010
next