Log

description author age
mod_firewall: Add UNSBSCRIBE SENDER action Matthew Wild Fri, 09 Mar 2018 13:35:11 +0000
[mod_mam] Fix hook priority for local clients, too (see also commit 2af42a3af131) tmolitor Wed, 07 Mar 2018 22:21:43 +0100
mod_inject_ecaps2: Check for unset presence Emmanuel Gil Peyrot Wed, 07 Mar 2018 20:47:27 +0100
mod_auto_answer_disco_info: Improve the debug message to include the recipient Emmanuel Gil Peyrot Wed, 07 Mar 2018 20:17:56 +0100
mod_auto_answer_disco_info: Don’t answer if the target session isn’t online Emmanuel Gil Peyrot Wed, 07 Mar 2018 20:15:20 +0100
mod_inject_ecaps2: Return if calculating the hash failed Emmanuel Gil Peyrot Wed, 07 Mar 2018 20:13:48 +0100
mod_inject_ecaps2: Rename the Lua file correctly Emmanuel Gil Peyrot Wed, 07 Mar 2018 19:40:20 +0100
mod_inject_ecaps2: Add Lua 5.1 compatibility by replacing \xHEX with \DECIMAL in strings Emmanuel Gil Peyrot Wed, 07 Mar 2018 19:39:52 +0100
mod_inject_ecaps2: New module adding support for XEP-0390 to all local clients supporting XEP-0115 Emmanuel Gil Peyrot Wed, 07 Mar 2018 19:30:42 +0100
luacheckrc: Forget about the _M global Kim Alvefur Wed, 07 Mar 2018 18:15:31 +0100
luacheckrc: Assign module.environment to section for writable globals Kim Alvefur Wed, 07 Mar 2018 18:11:50 +0100
luacheckrc: Rearrange options to be closer to the order used in main prosody repo Kim Alvefur Wed, 07 Mar 2018 18:11:08 +0100
mod_cache_c2s_caps: Use prosody.full_sessions instead of _G.full_sessions (thanks luacheck) Emmanuel Gil Peyrot Wed, 07 Mar 2018 17:42:38 +0100
mod_auto_answer_disco_info: Remove unused variable (thanks luacheck) Emmanuel Gil Peyrot Wed, 07 Mar 2018 17:41:40 +0100
mod_cache_c2s_caps: Remove unused import (thanks luacheck) Emmanuel Gil Peyrot Wed, 07 Mar 2018 17:41:22 +0100
mod_auto_answer_disco_info: New module answering disco#info queries on the behalf of the recipient Emmanuel Gil Peyrot Wed, 07 Mar 2018 17:11:49 +0100
mod_cache_c2s_caps: New module caching capabilities from local clients Emmanuel Gil Peyrot Wed, 07 Mar 2018 17:11:12 +0100
mod_firewall/definitions: Comments on LIST backends Kim Alvefur Tue, 06 Mar 2018 18:24:34 +0100
mod_muc_eventsource: validate node with nodeprep Senya Fri, 23 Feb 2018 20:53:28 +0200
mod_log_slow_events: Add README Matthew Wild Tue, 27 Feb 2018 14:02:26 +0000
mod_register_dnsbl_firewall_mark: Another copy of DNSBL module, this time creating "user marks" for mod_firewall Kim Alvefur Sat, 24 Feb 2018 21:42:54 +0100
mod_firewall: Add experimental user-centric persistent marks behind a feature flag Kim Alvefur Sat, 24 Feb 2018 21:40:56 +0100
mod_s2s_blacklist: Don't send error replies for error stanzas Kim Alvefur Sat, 24 Feb 2018 19:38:10 +0100
mod_register_dnsbl: Add support for IPv6 DNSBL Kim Alvefur Fri, 23 Feb 2018 22:00:18 +0100
mod_register_dnsbl: Use util.net for IP address parsing Kim Alvefur Fri, 23 Feb 2018 21:59:28 +0100
mod_register_dnsbl: Use async support in trunk to actually block registration if a positive match is found in the DNSBL Kim Alvefur Fri, 23 Feb 2018 21:56:42 +0100
mod_register_dnsbl_warn: Copy mod_register_dnsbl Kim Alvefur Fri, 23 Feb 2018 21:50:47 +0100
luacheckrc: Remove has_feature and has_identity before someone decides to use them Kim Alvefur Fri, 23 Feb 2018 17:17:50 +0100
Many modules: Simplify st.message(…):tag("body"):text(…):up() into st.message(…, …) Emmanuel Gil Peyrot Sat, 17 Feb 2018 08:42:10 +0100
Return 401 with correct realm when no user/pass is provided Nicolas Cedilnik Tue, 20 Feb 2018 17:30:17 +0100