Merge timber->trunk - thanks everyone!
[prosody.git] / plugins / mod_bosh.lua
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
2010-03-03 Matthew WildMerge 0.6.2/waqas with 0.6.2/MattJ
2010-02-25 Matthew WildMerge with 0.6
2010-02-11 Waqas Hussainmod_bosh: Fire stream-features event using new events...
2010-02-05 Matthew WildMerge with backout
2010-01-22 Matthew Wildmod_bosh: I == fail.
2010-01-22 Matthew Wildmod_bosh: Simplify cross-domain support, and make it...
2010-01-21 Matthew Wildmod_bosh: Support for cross-domain access control using...
2010-01-21 Matthew Wildmod_bosh: Trailing whitespace
2010-01-19 Matthew Wildmod_bosh: Update for new xmlhandlers syntax
2009-12-17 Matthew Wildmod_bosh: Update for new connection API
2009-12-10 Waqas Hussainmod_bosh: Delay setup until after server is started.
2009-11-29 Tobias MarkmannMerge with tip.
2009-11-25 Matthew WildMerge with Tobias's SASL redesign branch
2009-11-21 Matthew Wildmod_bosh: Don't log response XML
2009-11-19 Tobias MarkmannMerge with trunk.
2009-11-18 Waqas Hussainmod_bosh: Set session.ip for BOSH sessions.
2009-11-16 Tobias MarkmannMerge with sasl branch.
2009-11-12 Waqas HussainChanged separator between attribute names and prefixes...
2009-10-02 Matthew Wildmod_bosh: Update to use new httpserver.new_from_config...
2009-10-02 Matthew WildMerge with 0.5
2009-10-02 Matthew Wildmod_bosh: Fix for 'invalid key to next' error when...
2009-08-20 Matthew WildMerge with 0.5
2009-08-20 Matthew WildUncertain merge with 0.5's SASL
2009-08-11 Matthew Wildmod_bosh: Strip BOSH namespace from stanzas to allow...
2009-08-11 Matthew Wildmod_bosh: Calculate rid difference just once
2009-08-11 Matthew Wildmod_bosh: Basic handling of rids (more to come)
2009-08-11 Matthew Wildmod_bosh: Correct reply when closing sessions
2009-08-10 Matthew WildMerge with Tobias
2009-08-09 Waqas Hussainmod_bosh: Updated to use module:get_option instead...
2009-08-05 Matthew WildMerge with 0.5
next