mod_register_dnsbl: Use util.net for IP address parsing
|
Kim Alvefur |
2018-02-23 |
mod_register_dnsbl: Use async support in trunk to actually block registration if a positive match is found in the DNSBL
|
Kim Alvefur |
2018-02-23 |
mod_register_dnsbl_warn: Copy mod_register_dnsbl
|
Kim Alvefur |
2018-02-23 |
luacheckrc: Remove has_feature and has_identity before someone decides to use them
|
Kim Alvefur |
2018-02-23 |
Many modules: Simplify st.message(…):tag("body"):text(…):up() into st.message(…, …)
|
Emmanuel Gil Peyrot |
2018-02-17 |
Return 401 with correct realm when no user/pass is provided
|
Nicolas Cedilnik |
2018-02-20 |
mod_limits: Add debug logging just before we feed data into stream
|
Matthew Wild |
2018-02-20 |
mod_http_auth_check: New HTTP module to test user credentials
|
Nicolas Cedilnik |
2018-02-20 |
mod_muc_eventsource: New module forked from mod_pubsub_eventsource, exposes room message stream over SSE
|
Matthew Wild |
2018-02-19 |
mod_firewall: Prevent traceback if no directed presence has been sent (fixes #1081)
|
Kim Alvefur |
2018-02-16 |
mod_onions: Fix unqualified use of debug.traceback
|
Kim Alvefur |
2018-02-16 |
mod_onions: Use net.server API for creating a new connection instead of duplicating socket creation
|
Kim Alvefur |
2018-02-16 |
mod_jid_prep/README: Markup link
|
Kim Alvefur |
2018-02-16 |
mod_conversejs: Add a readme
|
Kim Alvefur |
2018-02-16 |
mod_http_upload_external: add support for XEP-0363 version 0.3
|
Jonas Wielicki |
2018-02-11 |
README files: Fix typos
|
Kim Alvefur |
2018-02-04 |
mod_statsd: Fix typo in comment [codespell]
|
Kim Alvefur |
2018-02-04 |
mod_sms_clickatell: Fix typo in comment [codespell]
|
Kim Alvefur |
2018-02-04 |
mod_onions: Fix typo [codespell]
|
Kim Alvefur |
2018-02-04 |
mod_data_access: Fix typo in comment [codespell]
|
Kim Alvefur |
2018-02-04 |
mod_admin_web: Fix typo in comment [codespell]
|
Kim Alvefur |
2018-02-04 |
mod_adhoc_groups: Fix typos [codespell]
|
Kim Alvefur |
2018-02-04 |
mod_s2s_auth_dane: Fix typo in comment [codespell]
|
Kim Alvefur |
2018-02-04 |
mod_auth_custom_http: fix documentation config example
|
Senya |
2018-02-01 |
mod_auth_custom_http: Fix json.encode impoper reference
|
Senya |
2018-01-31 |
mod_xhtmlim: Fix scheme check (thanks wiktor)
|
Kim Alvefur |
2018-01-30 |
mod_xhtmlim: Attempts to sanitize XMTML-IM messages
|
Kim Alvefur |
2018-01-30 |
mod_pep_vcard_avatar: Don't set avatar hash if already set
|
Michel Le Bihan |
2018-01-26 |
Fix typo in config (thanks, kousu)
|
Jonas Wielicki |
2018-01-12 |
mod_pep_vcard_avatar: annouce avatar hash in presence if client does not
|
Daniel Gultsch |
2018-01-04 |