log

age author description
Thu, 22 Nov 2012 18:59:10 +0000 Matthew Wild mod_block_subscribes: Block inbound and outbound subscription requests (useful to prevent implicit roster modification)
Sat, 09 Mar 2013 20:49:30 +0100 Kim Alvefur mod_smacks: Don't allow steam resumption onto a stream after resource binding
Thu, 07 Mar 2013 18:26:07 +0100 Marco Cirillo mod_s2s_never_encrypt_blacklist: conn objects on libev carry a metatable, perhaps have starttls set to false instead of nil.
Thu, 07 Mar 2013 16:57:17 +0100 Marco Cirillo mod_s2s_never_encrypt_blacklist: add missing semicolons.
Thu, 07 Mar 2013 16:55:28 +0100 Marco Cirillo mod_s2s_never_encrypt_blacklist: cleanup code, also hooks were mixed up.
Thu, 07 Mar 2013 14:16:55 +0100 Marco Cirillo mod_s2s_never_encrypt_blacklist: supply an empty table as default value, fixes traceback. (Thanks Tobias)
Tue, 05 Mar 2013 01:10:08 +0100 Marco Cirillo mod_incidents_handling: "cancel" action doesn't need to be specified, suppresses a (harmless) log error.
Mon, 04 Mar 2013 14:27:04 +0100 Marco Cirillo mod_register_json: correct invalid characters into usernames' log message.
Sat, 02 Mar 2013 11:47:20 +0100 Marco Cirillo mod_incidents_handling: run cleanup and save the store when a new object is added.
Tue, 26 Feb 2013 16:11:20 +0100 Kim Alvefur mod_uptime_presence: Initial commit. Indicates uptime by replying to probes with delay-stamped presence.
Mon, 25 Feb 2013 18:23:37 +0100 Marco Cirillo mod_register_json: remove unrequired instruction (since it's done above already).
Tue, 19 Feb 2013 23:53:50 +0100 Florian Zeitz mod_admin_web: Better error reporting
Tue, 19 Feb 2013 23:51:28 +0100 Florian Zeitz mod_admin_web: Default the host selection to the administrators domainpart
Sun, 17 Feb 2013 19:29:39 +0100 Marco Cirillo mod_incidents_handling: commiting its auxiliary library.
Sun, 17 Feb 2013 19:28:47 +0100 Marco Cirillo mod_incidents_handling: recommit after full test, cleaned it a bit as what I posted was regretfully an unfinished draft, replaced a lot of the fixed type fields used for fields description with desc elements (upstream prosody's util.dataforms will still strip those). Also moved auxiliary functions to a library.
Sun, 17 Feb 2013 07:30:57 +0100 Marco Cirillo mod_incidents_handling: still needs some work to be actually functional, backing it out until it's ready.
Fri, 15 Feb 2013 01:32:03 +0100 Florian Zeitz mod_websocket: Avoid floating point division
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