log

age author description
Fri, 16 Mar 2018 21:17:50 +0100 Pascal Mathis mod_net_proxy: Fixed luacheck warnings
Fri, 16 Mar 2018 20:35:14 +0100 Kim Alvefur mod_conversejs: Pass information about if and how of account registration
Fri, 16 Mar 2018 20:32:35 +0100 Kim Alvefur mod_conversejs: Pass current domain as 'default_domain'
Thu, 15 Mar 2018 23:44:35 +0100 Pascal Mathis mod_net_proxy: Fixed typo in example HAProxy configuration within README
Thu, 15 Mar 2018 21:39:46 +0100 Pascal Mathis mod_net_proxy: Fixed backwards compatibility to Prosody 0.10
Thu, 15 Mar 2018 15:26:30 +0100 Pascal Mathis mod_net_proxy: New module implementing PROXY protocol versions 1 and 2
Tue, 13 Mar 2018 21:12:21 +0100 Michel Le Bihan mod_register_web: Pass username to generate_register_response
Mon, 12 Mar 2018 12:26:15 +0100 Kim Alvefur mod_firewall: Add special case for $local zone (fixes #1090)
Sat, 10 Mar 2018 05:01:15 +0100 Kim Alvefur mod_http_index: Sort list of HTTP applications by name
Sat, 10 Mar 2018 05:00:28 +0100 Kim Alvefur mod_http_index: Remove unused style rule
Sat, 10 Mar 2018 02:48:07 +0100 Kim Alvefur mod_register_web: Remove unused variables [luacheck]
Sat, 10 Mar 2018 02:44:27 +0100 Kim Alvefur mod_register_web: Remove username and password from form data and provide the rest in pre-registration event
Sat, 10 Mar 2018 02:39:54 +0100 Kim Alvefur mod_register_web: Return reason for rejection if one was provided by another plugin during pre-registration checks
Sat, 10 Mar 2018 02:38:42 +0100 Kim Alvefur mod_register_web: Include IP address in pre-registration check event to allow other modules a chance to act on it
Sat, 10 Mar 2018 00:49:06 +0100 Kim Alvefur mod_conversejs: Hack in support for changing the CSS if InVerse mode is enabled
Sat, 10 Mar 2018 00:05:46 +0100 Kim Alvefur mod_conversejs/README: Add compatibility section
Sat, 10 Mar 2018 00:05:30 +0100 Kim Alvefur mod_conversejs: Allow passing arbitrary options trough to Converse.js
Sat, 10 Mar 2018 00:04:47 +0100 Kim Alvefur mod_conversejs/README: Expand config section
Fri, 09 Mar 2018 21:58:47 +0100 Kim Alvefur mod_storage_xmlarchive: Add additional debug logging
Fri, 09 Mar 2018 13:35:44 +0000 Matthew Wild mod_firewall: Add PENDING SUBSCRIPTION FROM SENDER? condition
Fri, 09 Mar 2018 13:35:11 +0000 Matthew Wild mod_firewall: Add UNSBSCRIBE SENDER action
Wed, 07 Mar 2018 22:21:43 +0100 tmolitor [mod_mam] Fix hook priority for local clients, too (see also commit 2af42a3af131)
Wed, 07 Mar 2018 20:47:27 +0100 Emmanuel Gil Peyrot mod_inject_ecaps2: Check for unset presence
Wed, 07 Mar 2018 20:17:56 +0100 Emmanuel Gil Peyrot mod_auto_answer_disco_info: Improve the debug message to include the recipient
Wed, 07 Mar 2018 20:15:20 +0100 Emmanuel Gil Peyrot mod_auto_answer_disco_info: Don’t answer if the target session isn’t online
Wed, 07 Mar 2018 20:13:48 +0100 Emmanuel Gil Peyrot mod_inject_ecaps2: Return if calculating the hash failed
Wed, 07 Mar 2018 19:40:20 +0100 Emmanuel Gil Peyrot mod_inject_ecaps2: Rename the Lua file correctly
Wed, 07 Mar 2018 19:39:52 +0100 Emmanuel Gil Peyrot mod_inject_ecaps2: Add Lua 5.1 compatibility by replacing \xHEX with \DECIMAL in strings
Wed, 07 Mar 2018 19:30:42 +0100 Emmanuel Gil Peyrot mod_inject_ecaps2: New module adding support for XEP-0390 to all local clients supporting XEP-0115
Wed, 07 Mar 2018 18:15:31 +0100 Kim Alvefur luacheckrc: Forget about the _M global