Fri, 23 Feb 2018 20:53:28 +0200 mod_muc_eventsource: validate node with nodeprep
Senya <senya@kinetiksoft.com> [Fri, 23 Feb 2018 20:53:28 +0200] rev 2901
mod_muc_eventsource: validate node with nodeprep
Tue, 27 Feb 2018 14:02:26 +0000 mod_log_slow_events: Add README
Matthew Wild <mwild1@gmail.com> [Tue, 27 Feb 2018 14:02:26 +0000] rev 2900
mod_log_slow_events: Add README
Sat, 24 Feb 2018 21:42:54 +0100 mod_register_dnsbl_firewall_mark: Another copy of DNSBL module, this time creating "user marks" for mod_firewall
Kim Alvefur <zash@zash.se> [Sat, 24 Feb 2018 21:42:54 +0100] rev 2899
mod_register_dnsbl_firewall_mark: Another copy of DNSBL module, this time creating "user marks" for mod_firewall
Sat, 24 Feb 2018 21:40:56 +0100 mod_firewall: Add experimental user-centric persistent marks behind a feature flag
Kim Alvefur <zash@zash.se> [Sat, 24 Feb 2018 21:40:56 +0100] rev 2898
mod_firewall: Add experimental user-centric persistent marks behind a feature flag
Sat, 24 Feb 2018 19:38:10 +0100 mod_s2s_blacklist: Don't send error replies for error stanzas
Kim Alvefur <zash@zash.se> [Sat, 24 Feb 2018 19:38:10 +0100] rev 2897
mod_s2s_blacklist: Don't send error replies for error stanzas
Fri, 23 Feb 2018 22:00:18 +0100 mod_register_dnsbl: Add support for IPv6 DNSBL
Kim Alvefur <zash@zash.se> [Fri, 23 Feb 2018 22:00:18 +0100] rev 2896
mod_register_dnsbl: Add support for IPv6 DNSBL
Fri, 23 Feb 2018 21:59:28 +0100 mod_register_dnsbl: Use util.net for IP address parsing
Kim Alvefur <zash@zash.se> [Fri, 23 Feb 2018 21:59:28 +0100] rev 2895
mod_register_dnsbl: Use util.net for IP address parsing
Fri, 23 Feb 2018 21:56:42 +0100 mod_register_dnsbl: Use async support in trunk to actually block registration if a positive match is found in the DNSBL
Kim Alvefur <zash@zash.se> [Fri, 23 Feb 2018 21:56:42 +0100] rev 2894
mod_register_dnsbl: Use async support in trunk to actually block registration if a positive match is found in the DNSBL
Fri, 23 Feb 2018 21:50:47 +0100 mod_register_dnsbl_warn: Copy mod_register_dnsbl
Kim Alvefur <zash@zash.se> [Fri, 23 Feb 2018 21:50:47 +0100] rev 2893
mod_register_dnsbl_warn: Copy mod_register_dnsbl
Fri, 23 Feb 2018 17:17:50 +0100 luacheckrc: Remove has_feature and has_identity before someone decides to use them
Kim Alvefur <zash@zash.se> [Fri, 23 Feb 2018 17:17:50 +0100] rev 2892
luacheckrc: Remove has_feature and has_identity before someone decides to use them
Sat, 17 Feb 2018 08:42:10 +0100 Many modules: Simplify st.message(…):tag("body"):text(…):up() into st.message(…, …)
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> [Sat, 17 Feb 2018 08:42:10 +0100] rev 2891
Many modules: Simplify st.message(…):tag("body"):text(…):up() into st.message(…, …)
Tue, 20 Feb 2018 17:30:17 +0100 Return 401 with correct realm when no user/pass is provided
Nicolas Cedilnik <nicoco@nicoco.fr> [Tue, 20 Feb 2018 17:30:17 +0100] rev 2890
Return 401 with correct realm when no user/pass is provided
Tue, 20 Feb 2018 14:59:03 +0000 mod_limits: Add debug logging just before we feed data into stream
Matthew Wild <mwild1@gmail.com> [Tue, 20 Feb 2018 14:59:03 +0000] rev 2889
mod_limits: Add debug logging just before we feed data into stream
Tue, 20 Feb 2018 12:57:44 +0000 mod_http_auth_check: New HTTP module to test user credentials
Nicolas Cedilnik <nicoco@nicoco.fr> [Tue, 20 Feb 2018 12:57:44 +0000] rev 2888
mod_http_auth_check: New HTTP module to test user credentials
Mon, 19 Feb 2018 22:17:38 +0000 mod_muc_eventsource: New module forked from mod_pubsub_eventsource, exposes room message stream over SSE
Matthew Wild <mwild1@gmail.com> [Mon, 19 Feb 2018 22:17:38 +0000] rev 2887
mod_muc_eventsource: New module forked from mod_pubsub_eventsource, exposes room message stream over SSE
Fri, 16 Feb 2018 07:54:35 +0100 mod_firewall: Prevent traceback if no directed presence has been sent (fixes #1081)
Kim Alvefur <zash@zash.se> [Fri, 16 Feb 2018 07:54:35 +0100] rev 2886
mod_firewall: Prevent traceback if no directed presence has been sent (fixes #1081)
Fri, 16 Feb 2018 04:36:41 +0100 mod_onions: Fix unqualified use of debug.traceback
Kim Alvefur <zash@zash.se> [Fri, 16 Feb 2018 04:36:41 +0100] rev 2885
mod_onions: Fix unqualified use of debug.traceback
Fri, 16 Feb 2018 04:33:13 +0100 mod_onions: Use net.server API for creating a new connection instead of duplicating socket creation
Kim Alvefur <zash@zash.se> [Fri, 16 Feb 2018 04:33:13 +0100] rev 2884
mod_onions: Use net.server API for creating a new connection instead of duplicating socket creation
Fri, 16 Feb 2018 04:32:18 +0100 mod_jid_prep/README: Markup link
Kim Alvefur <zash@zash.se> [Fri, 16 Feb 2018 04:32:18 +0100] rev 2883
mod_jid_prep/README: Markup link
Fri, 16 Feb 2018 03:52:51 +0100 mod_conversejs: Add a readme
Kim Alvefur <zash@zash.se> [Fri, 16 Feb 2018 03:52:51 +0100] rev 2882
mod_conversejs: Add a readme
Sun, 11 Feb 2018 16:11:17 +0100 mod_http_upload_external: add support for XEP-0363 version 0.3
Jonas Wielicki <jonas@wielicki.name> [Sun, 11 Feb 2018 16:11:17 +0100] rev 2881
mod_http_upload_external: add support for XEP-0363 version 0.3
Sun, 04 Feb 2018 16:05:27 +0100 README files: Fix typos
Kim Alvefur <zash@zash.se> [Sun, 04 Feb 2018 16:05:27 +0100] rev 2880
README files: Fix typos
Sun, 04 Feb 2018 16:01:37 +0100 mod_statsd: Fix typo in comment [codespell]
Kim Alvefur <zash@zash.se> [Sun, 04 Feb 2018 16:01:37 +0100] rev 2879
mod_statsd: Fix typo in comment [codespell]
Sun, 04 Feb 2018 16:00:51 +0100 mod_sms_clickatell: Fix typo in comment [codespell]
Kim Alvefur <zash@zash.se> [Sun, 04 Feb 2018 16:00:51 +0100] rev 2878
mod_sms_clickatell: Fix typo in comment [codespell]
Sun, 04 Feb 2018 16:00:13 +0100 mod_onions: Fix typo [codespell]
Kim Alvefur <zash@zash.se> [Sun, 04 Feb 2018 16:00:13 +0100] rev 2877
mod_onions: Fix typo [codespell]
Sun, 04 Feb 2018 15:59:52 +0100 mod_data_access: Fix typo in comment [codespell]
Kim Alvefur <zash@zash.se> [Sun, 04 Feb 2018 15:59:52 +0100] rev 2876
mod_data_access: Fix typo in comment [codespell]
Sun, 04 Feb 2018 15:58:09 +0100 mod_admin_web: Fix typo in comment [codespell]
Kim Alvefur <zash@zash.se> [Sun, 04 Feb 2018 15:58:09 +0100] rev 2875
mod_admin_web: Fix typo in comment [codespell]
Sun, 04 Feb 2018 15:57:52 +0100 mod_adhoc_groups: Fix typos [codespell]
Kim Alvefur <zash@zash.se> [Sun, 04 Feb 2018 15:57:52 +0100] rev 2874
mod_adhoc_groups: Fix typos [codespell]
Sun, 04 Feb 2018 15:55:07 +0100 mod_s2s_auth_dane: Fix typo in comment [codespell]
Kim Alvefur <zash@zash.se> [Sun, 04 Feb 2018 15:55:07 +0100] rev 2873
mod_s2s_auth_dane: Fix typo in comment [codespell]
Thu, 01 Feb 2018 10:58:19 +0200 mod_auth_custom_http: fix documentation config example
Senya <senya@kinetiksoft.com> [Thu, 01 Feb 2018 10:58:19 +0200] rev 2872
mod_auth_custom_http: fix documentation config example
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip