Wed, 12 Jun 2013 16:53:51 +0200 Florian Zeitz util.pubsub: Check whether node exists, when deleting
Tue, 11 Jun 2013 21:50:41 +0100 Matthew Wild Merge 0.9->trunk
Tue, 11 Jun 2013 21:44:53 +0100 Matthew Wild certmanager: Use 'curve' and 'dhparam' options from ssl config if present
Thu, 16 May 2013 10:47:22 +0100 Matthew Wild mod_admin_telnet: Add server:memory() command to view details of Prosody's memory usage
Fri, 07 Jun 2013 17:47:49 +0100 Matthew Wild mod_bosh: Remove Connection: keep-alive header (conflicts with new net.http.server)
Fri, 07 Jun 2013 17:47:27 +0100 Matthew Wild mod_bosh: Fix global write
Tue, 11 Jun 2013 21:36:15 +0200 Kim Alvefur mod_c2s, mod_s2s: Fire an event on read timeouts
Tue, 11 Jun 2013 21:18:51 +0200 Kim Alvefur mod_c2s: Become a shared module and allow being disabled on some virtualhosts
Tue, 11 Jun 2013 12:55:47 -0400 Waqas Hussain mod_bosh: Reduce a little code.
Mon, 10 Jun 2013 14:37:02 +0200 Kim Alvefur Merge 0.9->trunk
Mon, 10 Jun 2013 14:35:35 +0200 Kim Alvefur mod_admin_telnet: Fix another wrong boolean expression
Sun, 09 Jun 2013 17:03:15 +0200 Kim Alvefur Merge 0.9->trunk
Sun, 09 Jun 2013 17:00:26 +0200 Kim Alvefur net.server_select: Make sure there is a server to pause when hitting maxfd (Thanks elghinn)
Sun, 09 Jun 2013 12:59:23 +0200 Kim Alvefur mod_admin_telnet: Simplify IPv6 detection, fixes rare traceback
Sun, 09 Jun 2013 12:54:10 +0200 Kim Alvefur mod_s2s: Set s2s_session.ip
Sat, 08 Jun 2013 18:08:18 +0100 Matthew Wild mod_bosh: Make waiting_requests and dead_sessions shared to preserve across reloads
Sat, 08 Jun 2013 18:07:36 +0100 Matthew Wild mod_muc: Include status code 332 on service shutdown (thanks mathieui)
Fri, 07 Jun 2013 16:26:08 -0400 Waqas Hussain mod_bosh: Don't tostring() stream:features when passing to session.send().
Fri, 07 Jun 2013 20:59:43 +0200 Kim Alvefur prosodyctl: Add 'prosodyctl check certs' for validating TLS/SSL certificates
Fri, 07 Jun 2013 20:55:02 +0200 Kim Alvefur certmanager: Complain if key or certificate is missing from SSL config.
Fri, 07 Jun 2013 20:05:23 +0200 Kim Alvefur prosodyctl: Add 'prosodyctl check --help'
Fri, 07 Jun 2013 14:20:13 -0400 Waqas Hussain mod_bosh: Only return CORS headers if the Origin header is received, and CORS is enabled.
Fri, 07 Jun 2013 13:24:56 -0400 Waqas Hussain mod_bosh: Return empty string from the OPTIONS event handler, don't return the response object itself.
Fri, 07 Jun 2013 13:21:38 -0400 Waqas Hussain mod_bosh: Rename event handler argument to event, not request.
Fri, 07 Jun 2013 13:23:04 +0100 Matthew Wild Merge 0.9->trunk
Fri, 07 Jun 2013 13:22:13 +0100 Matthew Wild mod_bosh: Remove logging of request.id, it doesn't exist in the new HTTP server API (thanks Mikael Nordfeldth)
Thu, 06 Jun 2013 14:48:41 +0100 Matthew Wild mod_bosh: Remove another place we set headers, fixes #348
Wed, 05 Jun 2013 21:41:27 +0100 Matthew Wild mod_bosh: Clean up handling of response headers, set them only in one place
Wed, 05 Jun 2013 21:39:56 +0100 Matthew Wild mod_bosh: Return errors when appropriate (invalid XML, missing sid)
Wed, 05 Jun 2013 21:37:33 +0100 Matthew Wild mod_bosh: Remove some very verbose logging
Wed, 05 Jun 2013 21:36:29 +0100 Matthew Wild Merge 0.9->trunk
Wed, 05 Jun 2013 21:35:50 +0100 Matthew Wild mod_bosh: Reset creating_session to prevent putting unnecessary attributes into every BOSH response
Tue, 04 Jun 2013 19:35:41 +0200 Kim Alvefur mod_admin_telnet: Fix inverted boolean logic
Sun, 02 Jun 2013 16:23:19 -0400 Waqas Hussain net.server_select: Ensure _maxfd = math.huge on Windows, always.
Mon, 03 Jun 2013 12:50:37 -0400 James Callahan configure: Fix poor layout
Sun, 02 Jun 2013 19:27:45 +0200 Kim Alvefur Merge 0.9->trunk
Sun, 02 Jun 2013 19:25:53 +0200 Kim Alvefur mod_bosh: Fix traceback in case session is destroyed during the stream-features event (thanks Biszkopcik)
Thu, 30 May 2013 14:32:40 +0200 Kim Alvefur mod_c2s, mod_c2s: Send a whitespace on read timeout, to prod TCP into detecting if the connection died
Tue, 28 May 2013 18:32:51 +0200 Kim Alvefur mod_register: get_child_text()!
Tue, 28 May 2013 16:10:22 +0100 Matthew Wild mod_s2s: Remove unnecessary debug message
Fri, 24 May 2013 18:38:36 +0100 Matthew Wild mod_bosh: rename variable for clarity
Fri, 24 May 2013 18:37:07 +0100 Matthew Wild mod_bosh: Some very minor whitespace/layout fixes
Fri, 24 May 2013 18:33:16 +0100 Matthew Wild net.server_select: Default checkinterval to 30s, so that read timeouts are actually detected
Fri, 24 May 2013 18:14:09 +0100 Matthew Wild net.server_select: Support for listener.onreadtimeout() [see also e67891ad18d6]
Sun, 26 May 2013 22:59:06 +0200 Kim Alvefur Merge 0.9->trunk
Sun, 26 May 2013 22:58:13 +0200 Kim Alvefur mod_admin_telnet: Make the muc:create() command complain if the room already exists
Sun, 26 May 2013 16:02:01 +0200 Kim Alvefur Merge 0.9->trunk
Sun, 26 May 2013 16:01:09 +0200 Kim Alvefur util.pubsub: Fix get_subscriptions to not pass a boolean as node name (thanks jonas)
Fri, 17 May 2013 18:35:50 +0200 Florian Zeitz mod_disco: Emit events for disco requests, which contain a node, on user accounts
Fri, 17 May 2013 18:33:32 +0200 Florian Zeitz mod_pubsub: Split out handlers into a module library
Fri, 24 May 2013 14:46:16 +0100 Matthew Wild 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
Fri, 24 May 2013 13:59:59 +0100 Matthew Wild prosody.cfg.lua: Remove some more sneaky ';' characters from the config
Fri, 24 May 2013 13:55:28 +0100 Matthew Wild prosody.cfg.lua.dist: Remove unnecessary ';' from default config (thanks Vincent)
Wed, 22 May 2013 14:33:18 +0100 Matthew Wild Merge 0.9->trunk
Wed, 22 May 2013 14:32:02 +0100 Matthew Wild certmanager: Disable SSL compression if possible (LuaSec 0.5 or 0.4.1+OpenSSL 1.x)
Wed, 22 May 2013 13:33:33 +0100 Matthew Wild prosodyctl: check dns: Add check that proxy65 addresses resolve correctly
Wed, 22 May 2013 13:32:38 +0100 Matthew Wild prosodyctl: check config: Fix check for whether host is a component
Tue, 21 May 2013 13:21:30 +0100 Matthew Wild mod_muc: Remove some old TODO comments
Tue, 21 May 2013 13:21:12 +0100 Matthew Wild prosodyctl: check config: whitespace fix
Tue, 21 May 2013 13:18:56 +0100 Matthew Wild prosodyctl: check config: Show a suggestion to change hosts that begin with jabber/xmpp/chat/im subdomains, and link to DNS documentation
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip