aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_bosh.lua
Commit message (Expand)AuthorAgeFilesLines
* Merge 0.10->trunkMatthew Wild2016-01-041-0/+2
|\
| * mod_bosh: Fire event when BOSH session is createdMatthew Wild2016-01-041-0/+2
* | mod_bosh: Instead of a global once-per-second timer add a timer for each sess...Kim Alvefur2015-12-071-47/+32
|/
* mod_bosh: Use util.asyncKim Alvefur2014-12-071-3/+13
* Remove all trailing whitespaceFlorian Zeitz2013-08-091-16/+16
* mod_bosh, mod_c2s: No longer fire stream-features globally (nobody uses it, a...Matthew Wild2013-07-151-1/+0
* Merge 0.9->trunkMatthew Wild2013-07-091-1/+6
|\
| * mod_bosh: pcall() core_process_stanza per stanza, to bring in line with other...Matthew Wild2013-07-081-1/+4
| * mod_bosh: Only pass stanza to core_process_stanza if it wasn't dropped by fil...Matthew Wild2013-07-081-1/+3
| * mod_bosh: Remove Connection: keep-alive header (conflicts with new net.http.s...Matthew Wild2013-06-071-1/+1
| * mod_bosh: Fix global writeMatthew Wild2013-06-071-1/+2
* | mod_bosh: Reduce a little code.Waqas Hussain2013-06-111-6/+2
* | mod_bosh: Make waiting_requests and dead_sessions shared to preserve across r...Matthew Wild2013-06-081-2/+2
* | mod_bosh: Don't tostring() stream:features when passing to session.send().Waqas Hussain2013-06-071-1/+1
* | mod_bosh: Only return CORS headers if the Origin header is received, and CORS...Waqas Hussain2013-06-071-2/+4
* | mod_bosh: Return empty string from the OPTIONS event handler, don't return th...Waqas Hussain2013-06-071-1/+2
* | mod_bosh: Rename event handler argument to event, not request.Waqas Hussain2013-06-071-2/+2
* | Merge 0.9->trunkMatthew Wild2013-06-071-1/+1
|\|
| * mod_bosh: Remove logging of request.id, it doesn't exist in the new HTTP serv...Matthew Wild2013-06-071-1/+1
* | mod_bosh: Remove another place we set headers, fixes #348Matthew Wild2013-06-061-1/+0
* | mod_bosh: Clean up handling of response headers, set them only in one placeMatthew Wild2013-06-051-23/+23
* | mod_bosh: Return errors when appropriate (invalid XML, missing sid)Matthew Wild2013-06-051-1/+6
* | mod_bosh: Remove some very verbose loggingMatthew Wild2013-06-051-3/+0
* | Merge 0.9->trunkMatthew Wild2013-06-051-0/+1
|\|
| * mod_bosh: Reset creating_session to prevent putting unnecessary attributes in...Matthew Wild2013-06-051-0/+1
* | Merge 0.9->trunkKim Alvefur2013-06-021-1/+1
|\|
| * mod_bosh: Fix traceback in case session is destroyed during the stream-featur...Kim Alvefur2013-06-021-1/+1
* | mod_bosh: rename variable for clarityMatthew Wild2013-05-241-2/+2
* | mod_bosh: Some very minor whitespace/layout fixesMatthew Wild2013-05-241-3/+4
|/
* mod_bosh: Add 'Connection: keep-alive' headerMatthew Wild2012-11-221-1/+1
* mod_bosh: Add support for stanza filters to BOSH sessions (needed by some plu...Matthew Wild2012-11-221-0/+5
* mod_bosh: Add bosh_max_wait config option, to limit the amount of time a clie...Matthew Wild2012-11-221-2/+4
* mod_bosh: Share sessions and inactive_sessions tablesMatthew Wild2012-11-151-2/+2
* mod_bosh: Remove redundant code (send stream features in only one place) (tha...Matthew Wild2012-08-011-5/+1
* mod_bosh: Remove troublesome return... continue processing of the streamopen ...Matthew Wild2012-08-011-1/+0
* mod_bosh: Correctly handle data included in the session initiation request, a...Matthew Wild2012-07-291-37/+43
* mod_bosh: Backout revision bc0a68cae236 (experimental bosh_auto_cork option) ...Matthew Wild2012-07-281-2/+1
* mod_admin_adhoc, mod_admin_telnet, mod_bosh, mod_c2s, mod_component, mod_pep,...Kim Alvefur2012-07-261-1/+1
* mod_bosh: Use new format for headers when checking for proxies to get the ori...Kim Alvefur2012-07-231-1/+1
* mod_bosh: Set Content-Type to text/html for GET response (thanks Medics)Matthew Wild2012-05-151-9/+13
* mod_bosh: Remove unused send_buffer variableMatthew Wild2012-04-281-1/+1
* mod_bosh: Fix request/response mixupMatthew Wild2012-04-281-1/+1
* mod_bosh: Remove unused import of util.timerMatthew Wild2012-04-281-1/+0
* mod_bosh: Remove unused import of net.httpserverMatthew Wild2012-04-281-2/+1
* mod_bosh: Add routes without trailing-'/', so that both /http-bind and /http-...Matthew Wild2012-04-271-0/+3
* mod_bosh: Update informational message on GETMatthew Wild2012-04-261-1/+4
* mod_bosh: Large commit to update to mod_http/net.http.server APIs. Becomes a ...Matthew Wild2012-04-251-85/+83
* mod_bosh: Optimisation, store reply_before value as waiting_requests value (s...Matthew Wild2012-04-251-4/+3
* Merge timber->trunk - thanks everyone!Matthew Wild2012-04-241-1/+1
|\
| * mod_posix, mod_bosh, mod_admin_telnet: Use module:set_global()Kim Alvefur2012-03-151-1/+1