Log

description author age
mod_bosh: Only return CORS headers if the Origin header is received, and CORS is enabled. Waqas Hussain Fri, 07 Jun 2013 14:20:13 -0400
mod_bosh: Return empty string from the OPTIONS event handler, don't return the response object itself. Waqas Hussain Fri, 07 Jun 2013 13:24:56 -0400
mod_bosh: Rename event handler argument to event, not request. Waqas Hussain Fri, 07 Jun 2013 13:21:38 -0400
Merge 0.9->trunk Matthew Wild Fri, 07 Jun 2013 13:23:04 +0100
mod_bosh: Remove logging of request.id, it doesn't exist in the new HTTP server API (thanks Mikael Nordfeldth) Matthew Wild Fri, 07 Jun 2013 13:22:13 +0100
mod_bosh: Remove another place we set headers, fixes #348 Matthew Wild Thu, 06 Jun 2013 14:48:41 +0100
mod_bosh: Clean up handling of response headers, set them only in one place Matthew Wild Wed, 05 Jun 2013 21:41:27 +0100
mod_bosh: Return errors when appropriate (invalid XML, missing sid) Matthew Wild Wed, 05 Jun 2013 21:39:56 +0100
mod_bosh: Remove some very verbose logging Matthew Wild Wed, 05 Jun 2013 21:37:33 +0100
Merge 0.9->trunk Matthew Wild Wed, 05 Jun 2013 21:36:29 +0100
mod_bosh: Reset creating_session to prevent putting unnecessary attributes into every BOSH response Matthew Wild Wed, 05 Jun 2013 21:35:50 +0100
mod_admin_telnet: Fix inverted boolean logic Kim Alvefur Tue, 04 Jun 2013 19:35:41 +0200
net.server_select: Ensure _maxfd = math.huge on Windows, always. Waqas Hussain Sun, 02 Jun 2013 16:23:19 -0400
configure: Fix poor layout James Callahan Mon, 03 Jun 2013 12:50:37 -0400
Merge 0.9->trunk Kim Alvefur Sun, 02 Jun 2013 19:27:45 +0200
mod_bosh: Fix traceback in case session is destroyed during the stream-features event (thanks Biszkopcik) Kim Alvefur Sun, 02 Jun 2013 19:25:53 +0200
mod_c2s, mod_c2s: Send a whitespace on read timeout, to prod TCP into detecting if the connection died Kim Alvefur Thu, 30 May 2013 14:32:40 +0200
mod_register: get_child_text()! Kim Alvefur Tue, 28 May 2013 18:32:51 +0200
mod_s2s: Remove unnecessary debug message Matthew Wild Tue, 28 May 2013 16:10:22 +0100
mod_bosh: rename variable for clarity Matthew Wild Fri, 24 May 2013 18:38:36 +0100
mod_bosh: Some very minor whitespace/layout fixes Matthew Wild Fri, 24 May 2013 18:37:07 +0100
net.server_select: Default checkinterval to 30s, so that read timeouts are actually detected Matthew Wild Fri, 24 May 2013 18:33:16 +0100
net.server_select: Support for listener.onreadtimeout() [see also e67891ad18d6] Matthew Wild Fri, 24 May 2013 18:14:09 +0100
Merge 0.9->trunk Kim Alvefur Sun, 26 May 2013 22:59:06 +0200
mod_admin_telnet: Make the muc:create() command complain if the room already exists Kim Alvefur Sun, 26 May 2013 22:58:13 +0200
Merge 0.9->trunk Kim Alvefur Sun, 26 May 2013 16:02:01 +0200
util.pubsub: Fix get_subscriptions to not pass a boolean as node name (thanks jonas) Kim Alvefur Sun, 26 May 2013 16:01:09 +0200
mod_disco: Emit events for disco requests, which contain a node, on user accounts Florian Zeitz Fri, 17 May 2013 18:35:50 +0200
mod_pubsub: Split out handlers into a module library Florian Zeitz Fri, 17 May 2013 18:33:32 +0200
net.server_event: Add support for listener.onreadtimeout(conn), which can return true to prevent the connection from being closed when a read timeout occurs Matthew Wild Fri, 24 May 2013 14:46:16 +0100