log

age author description
Sun, 09 Dec 2012 10:55:39 +0100 Kim Alvefur mod_strict_https: Correct underscore to hypen in max-age directive
Wed, 05 Dec 2012 18:07:46 +0100 Rob Hoelz Change hoelzro's mod_auth_ldap to mod_auth_ldap2
Fri, 23 Nov 2012 19:04:10 +0100 Kim Alvefur mod_strict_https: New module implementing HTTP Strict Transport Security
Thu, 22 Nov 2012 00:02:28 -0500 Matthew Wild mod_pubsub_github: Receive Github web hooks (generated on pushes to a repository) and forward to a local pubsub node
Wed, 21 Nov 2012 23:30:14 -0500 Matthew Wild mod_pubsub_pivotaltracker: Accept activity notifications from Pivotal Tracker web hooks and relay them to a pubsub node
Thu, 15 Nov 2012 13:27:53 -0500 Matthew Wild mod_pubsub_eventsource: An experimental plugin for allowing non-XMPP subscriptions to pubsub nodes over HTML5's server-sent events (SSE/EventSource) API
Thu, 08 Nov 2012 01:55:00 +0100 Florian Zeitz mod_websocket: Determine whether to use a self-closing stream tag, based on the client's initial data
Wed, 31 Oct 2012 20:07:23 +0100 Florian Zeitz mod_websocket: Add CORS support
Mon, 29 Oct 2012 00:46:51 +0100 Kim Alvefur mod_checkcerts: Improve, add comments, add forward compatibility.
Sat, 27 Oct 2012 20:02:10 +0200 Kim Alvefur mod_carbons: Advertise support for the previous version
Thu, 25 Oct 2012 17:45:08 +0200 Florian Zeitz mod_websocket: Don't offer starttls
Thu, 25 Oct 2012 00:15:23 +0000 Marco Cirillo mod_pastebin: provide correct content-type on invalid pastes warnings too.
Tue, 23 Oct 2012 13:32:44 +0000 Marco Cirillo mod_register_json: add option to handle requests only on secure connections.
Wed, 17 Oct 2012 03:47:15 +0200 Kim Alvefur mod_carbons: Update to latest version of XEP-0280, while supporting the old version.
Mon, 15 Oct 2012 21:02:43 +0200 Florian Zeitz mod_websocket: Accept GET request without trailing /
Mon, 15 Oct 2012 20:56:15 +0200 Florian Zeitz mod_websocket: Update example HTML
Sat, 13 Oct 2012 03:31:26 +0500 Waqas Hussain mod_webpresence: Don't calculate the same hash four times.
Sat, 13 Oct 2012 02:33:06 +0500 Waqas Hussain mod_auth_external: Work even when the LuaProcessCall library isn't available.
Sat, 06 Oct 2012 19:25:53 +0500 Waqas Hussain mod_password_policy: Fix inverted length check.
Fri, 05 Oct 2012 19:44:23 +0200 Florian Zeitz mod_websocket: Check whether the xmpp sub-protocol was requested
Fri, 05 Oct 2012 19:34:53 +0200 Kim Alvefur mod_auth_sql: Add users iterator
Fri, 05 Oct 2012 16:57:34 +0200 Florian Zeitz mod_websocket: More robust frame handling
Fri, 05 Oct 2012 05:49:22 +0500 Waqas Hussain mod_password_policy: Initial commit.
Thu, 04 Oct 2012 16:38:39 +0200 Florian Zeitz mod_websocket: Fix frame length calculation
Thu, 04 Oct 2012 16:37:33 +0200 Florian Zeitz mod_websocket: Merge with current mod_c2s
Fri, 28 Sep 2012 08:31:27 +0500 Waqas Hussain mod_auth_dovecot: Improved error reporting.
Sat, 22 Sep 2012 02:06:21 +0200 Kim Alvefur mod_carbons: Fix logic, top resources should only be excluded for incoming messages
Sat, 22 Sep 2012 01:56:59 +0200 Kim Alvefur mod_carbons: Less complicated assignments (thanks waqas)
Wed, 19 Sep 2012 16:36:32 +0200 Kim Alvefur mod_carbons: Fix handling of messages from remote hosts
Wed, 19 Sep 2012 01:30:58 +0000 Marco Cirillo mod_host_guard: close down streams from and to filtered entities, on initialization / configuration reload.