log

age author description
Fri, 08 Jun 2012 21:02:41 +0200 Kim Alvefur mod_mam: Fix typo
Fri, 08 Jun 2012 21:01:44 +0200 Kim Alvefur mod_mam: Enforce a max number of items returned, with a default.
Fri, 08 Jun 2012 20:11:39 +0200 Kim Alvefur mod_mam: Move RSM pointer to last message into a MAM-namespaced child
Fri, 08 Jun 2012 19:52:36 +0200 Kim Alvefur mod_mam/rsm.lib: Remove log statement (fixes usage in verse)
Fri, 08 Jun 2012 19:35:36 +0200 Kim Alvefur mod_mam/rsm.lib: Fix typo
Fri, 08 Jun 2012 05:56:24 +0200 Kim Alvefur mod_mam: Fix issue with get_text() and clean some unneeded variables.
Fri, 08 Jun 2012 03:13:31 +0200 Kim Alvefur mod_mam: Implement support for Result Set Management in queries.
Thu, 07 Jun 2012 23:41:25 +0200 Kim Alvefur mod_auth_dovecot: Old forgotten changes. Testing appreciated.
Tue, 05 Jun 2012 22:47:12 +0200 Florian Zeitz mod_conformance_restricted: Require util.jid
Tue, 05 Jun 2012 20:47:02 +0200 Thijs Alkemade mod_client_certs: Fix the checking of valid id_on_xmppAddr fields.
Tue, 05 Jun 2012 19:31:03 +0200 Thijs Alkemade mod_client_certs: Disconnect every session that was using that cert when revoking a client certificate.
Tue, 05 Jun 2012 19:17:28 +0200 Florian Zeitz mod_admin_web: Correctly import usermanager
Tue, 05 Jun 2012 18:02:28 +0200 Thijs Alkemade mod_client_certs: Checking in the latest version I have with Zash's changes.
Sat, 02 Jun 2012 04:59:16 +0200 Florian Zeitz mod_websocket: Remove unnecessary require of tohex()
Mon, 28 May 2012 02:18:04 +0200 Florian Zeitz mod_websocket: Only un-self-close <stream:stream>s
Mon, 28 May 2012 00:52:47 +0200 Florian Zeitz mod_websocket: Make sending a self-closing <stream:stream> tag configurable
Sun, 27 May 2012 19:30:37 +0200 Florian Zeitz mod_websocket: Answer ping frames
Sun, 27 May 2012 19:05:07 +0200 Florian Zeitz mod_websocket: Add fragmentation support
Sun, 27 May 2012 17:53:52 +0200 Florian Zeitz mod_websocket: Be nice to non-websocket clients
Sun, 27 May 2012 17:17:52 +0200 Florian Zeitz mod_websocket: Make this a shared module
Sun, 27 May 2012 17:09:19 +0200 Florian Zeitz mod_websocket: Move frame building into a function
Sun, 27 May 2012 04:58:07 +0000 Marco Cirillo mod_host_guard: remove unused import.
Sun, 27 May 2012 04:44:24 +0000 Marco Cirillo mod_host_guard: prevent possible traces in case there isn't a conn object on the session by adding a dummy replacement function.
Sun, 27 May 2012 02:44:06 +0000 Marco Cirillo mod_host_guard: now a proper error is returned when stanzas are routed to a filtered remote server (thanks Zash)
Sun, 27 May 2012 01:37:25 +0000 Marco Cirillo mod_host_guard: removed unused variable.
Sun, 27 May 2012 01:34:53 +0000 Marco Cirillo mod_host_guard: using route/remote event hook to stop outgoing connections to filtered entities, yet the returned error is highly misleading.
Sat, 26 May 2012 22:48:03 +0000 Marco Cirillo mod_host_guard: removed s2smanager import.
Sat, 26 May 2012 22:45:46 +0000 Marco Cirillo mod_host_guard: removed calls to s2smanager and made the module not dependant on it.
Sat, 26 May 2012 22:53:39 +0100 Matthew Wild mod_group_bookmarks: Log error when group_bookmarks_file not specified
Sat, 26 May 2012 11:37:44 +0000 Marco Cirillo mod_stanza_counter_http: change the skipped get_option_array to get_option_string it was supposed to.