log

age author description
Wed, 13 Feb 2013 21:03:45 +0100 Florian Zeitz mod_websocket: Change the HTTP name to websocket, and override the default_path instead
Mon, 11 Feb 2013 19:21:31 +0100 Kim Alvefur mod_smacks: Don't try to send stanzas to hibernating sessions. Fixes duplicate IQ replies on libevent.
Sun, 10 Feb 2013 23:32:15 +0000 Marco Cirillo mod_incidents_handling: fix typo on function name.
Sun, 10 Feb 2013 22:40:18 +0000 Marco Cirillo mod_incidents_handling: initial commit, only about half tested, util functions (parsers, etc) should be working and so do adhoc commands. All the fixed-type fields into the adhoc cmds' output are currently stripped by Prosody until someone *fills* line 56 of util.dataforms.
Sun, 10 Feb 2013 20:12:42 +0100 Florian Zeitz mod_websocket: Fix require to work with lua-bitop (Thanks István and Zash)
Mon, 04 Feb 2013 01:36:41 +0100 Kim Alvefur mod_service_directories: Use dataforms correctly
Sun, 27 Jan 2013 17:34:16 +0100 Thijs Alkemade mod_mam: Implemented an empty <before/>, to request the last n items in the archive.
Sat, 26 Jan 2013 04:34:05 +0500 Waqas Hussain mod_auth_{external,internal_yubikey,ldap,ldap2,sql}: No need to nodeprep in SASL handler.
Sat, 26 Jan 2013 00:15:24 +0100 Florian Zeitz mod_admin_web: Adapt to util.pubsub changes
Fri, 18 Jan 2013 10:00:59 +0100 Kim Alvefur mod_carbons: Catch outgoing messages to hosts (thanks waqas)
Wed, 16 Jan 2013 08:35:13 +0100 Kim Alvefur mod_bidi: Work with 0.8
Wed, 16 Jan 2013 08:33:56 +0100 Kim Alvefur mod_bidi: Missing import of debug.trackeback()
Wed, 16 Jan 2013 08:33:20 +0100 Kim Alvefur mod_bidi: Disassociate bidi and original session when they are destroyed
Wed, 16 Jan 2013 02:27:49 +0100 Florian Zeitz mod_carbons: <forwarded/> should be nested in <sent/>/<received/>
Sat, 12 Jan 2013 17:33:52 +0100 Florian Zeitz mod_websocket: Simplify by getting the c2s_listener from mod_c2s