log

age author description
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.
Sat, 26 May 2012 03:09:09 +0200 Florian Zeitz mod_websocket: Move frame handling into a separate function
Fri, 25 May 2012 17:20:41 +0200 Florian Zeitz mod_websocket: New mod_c2s based version, still WIP
Thu, 24 May 2012 23:52:36 +0200 Kim Alvefur mod_mam: Put name of store in a single variable
Thu, 24 May 2012 23:02:46 +0200 Kim Alvefur mod_mam: Remove unused local
Thu, 24 May 2012 22:56:12 +0200 Kim Alvefur mod_mam: Break when the message is more recent than the range requested
Thu, 24 May 2012 22:37:14 +0200 Kim Alvefur mod_mam: local tostring and some comments
Thu, 24 May 2012 22:29:17 +0200 Thijs Alkemade mod_mam: From the spec: servers SHOULD NOT archive messages that do not have a <body/> child tag.
Wed, 23 May 2012 21:52:14 +0200 Kim Alvefur mod_pubsub_feed: Rename to mod_pubsub_feeds
Mon, 21 May 2012 22:10:28 +0200 Kim Alvefur mod_data_access: Cleanup and update to new HTTP API
Mon, 21 May 2012 21:30:51 +0200 Kim Alvefur mod_pubsub_feed: Cleanup and update to new APIs in 0.9
Mon, 21 May 2012 17:02:15 +0200 Kim Alvefur mod_checkcerts: New module that logs a warning when your cert is about to expire.
Mon, 21 May 2012 15:36:02 +0200 Thijs Alkemade mod_mam: Add the UID to the <result> when sending an archived message back.
Wed, 16 May 2012 17:34:47 +0500 Waqas Hussain mod_auth_phpbb3: Optionally allow using PHPBB3 session ID as password ( sql = { sessionid_as_password = true, ... } ).
Sun, 06 May 2012 23:27:28 +0200 Kim Alvefur mod_carbons: Move creation of the carbon stanza out of the loop.
Mon, 30 Apr 2012 17:25:09 +0200 Florian Zeitz mod_admin_web: Utilize the shared module magic