log

age author description
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.
Tue, 18 Sep 2012 21:05:41 +0200 Kim Alvefur mod_carbons: Optimize and clarify (thanks waqas)
Tue, 18 Sep 2012 18:58:13 +0200 Kim Alvefur mod_carbons: Add comments and rename some variables to make it clearer
Tue, 18 Sep 2012 00:31:42 +0200 Rob Hoelz Merge upstream with my local LDAP work
Tue, 18 Sep 2012 00:29:28 +0200 Rob Hoelz Properly handle avatar/logo BINVALs
Tue, 18 Sep 2012 00:16:12 +0200 Rob Hoelz Test for present avatar data in user vCard
Tue, 18 Sep 2012 00:14:31 +0200 Rob Hoelz Fix vCard checking routine to handle avatars properly
Tue, 18 Sep 2012 00:14:00 +0200 Rob Hoelz Compare decoded JPEG avatar data
Tue, 18 Sep 2012 00:13:37 +0200 Rob Hoelz Fix prosody config (type is MIME type)
Tue, 18 Sep 2012 00:07:31 +0200 Rob Hoelz Fix got/expected in vCard content test
Mon, 17 Sep 2012 23:56:21 +0200 Rob Hoelz Add photo config to sample config
Mon, 17 Sep 2012 23:56:11 +0200 Rob Hoelz Add test for vCard photo
Mon, 17 Sep 2012 23:55:51 +0200 Rob Hoelz Add avatar data/config for testing
Mon, 17 Sep 2012 20:15:27 +0200 Kim Alvefur mod_mam_muc_sql: SQL variant of mod_mam_muc
Mon, 17 Sep 2012 20:14:51 +0200 Kim Alvefur mod_mam_muc: MUC version of mod_mam
Mon, 17 Sep 2012 20:14:26 +0200 Kim Alvefur mod_mam_sql: Fork of mod_mam using SQL.
Wed, 12 Sep 2012 22:05:57 +0000 Marco Cirillo mod_host_guard: fix typos into the code, the operators were supposed to be "not equal".
Wed, 12 Sep 2012 20:08:48 +0000 Marco Cirillo mod_host_guard: replace checking host object with checking the configuration for the authentication option set to anonymous, I suppose that was the reason I imported configmanager but probably lost that somewhere in the process.
Thu, 13 Sep 2012 00:17:42 +0500 Waqas Hussain mod_auth_external, mod_auth_internal_yubikey: Get rid of useless wrapper function around the auth provider.
Wed, 12 Sep 2012 19:15:45 +0000 Marco Cirillo mod_host_guard: prevent possible traceback during host manual activation/deactivation.
Thu, 13 Sep 2012 00:08:29 +0500 Waqas Hussain mod_auth_*: Use module:provides(), and don't explicitly specify provider.name.
Wed, 12 Sep 2012 23:58:01 +0500 Waqas Hussain mod_storage_*: Update to use module:provides().
Wed, 12 Sep 2012 18:03:55 +0200 Kim Alvefur mod_smacks: Avoid indexing a nil value
Mon, 10 Sep 2012 21:11:04 +0200 Kim Alvefur mod_smacks: Only request ack for stanzas
Mon, 10 Sep 2012 21:02:26 +0200 Kim Alvefur mod_smacks: Less table indexing!
Sun, 02 Sep 2012 15:35:50 +0200 rob Add LDAP plugin suite
Mon, 27 Aug 2012 05:18:56 +0200 Kim Alvefur mod_mam: Fix variable name, blame autocomplete
Sun, 26 Aug 2012 23:34:36 +0000 Marco Cirillo mod_register_redirect: rebacked in changeset c6f1427da79d (behaviour fixed).
Mon, 27 Aug 2012 00:06:06 +0200 Kim Alvefur mod_vjud/vcard.lib: Handle empty vcards (thanks mva)
Sun, 26 Aug 2012 17:20:45 +0000 Marco Cirillo mod_register_redirect: revert back previous change, as returning origin.send() causes inconsistent behaviour stanza routing/callbacks wise if the request comes from a remote entity.
Sun, 26 Aug 2012 18:56:50 +0200 Kim Alvefur mod_carbons: Merge enable and disable handlers
Sat, 25 Aug 2012 19:25:16 +0200 Kim Alvefur mod_twitter: Use module:send()