Log

description author age
mod_minimix: Experiment in account-based MUC joins Kim Alvefur 2018-03-22
mod_muc_gc10: Gather statistics on use of the Groupchat 1.0 protocol Kim Alvefur 2018-03-22
mod_http_upload_external: Use correct namespace (thanks Wiktor) Kim Alvefur 2018-03-22
mod_storage_xmlarchive: Add a debug message to try to track down why all indicies are read in some cases Kim Alvefur 2018-03-18
mod_smacks: Ensure stanza count attributes are always strings (thanks Martin) Matthew Wild 2018-03-17
README: Remove text about 0.8 compatibility repo Kim Alvefur 2018-03-17
mod_net_proxy: Fixed luacheck warnings Pascal Mathis 2018-03-16
mod_conversejs: Pass information about if and how of account registration Kim Alvefur 2018-03-16
mod_conversejs: Pass current domain as 'default_domain' Kim Alvefur 2018-03-16
mod_net_proxy: Fixed typo in example HAProxy configuration within README Pascal Mathis 2018-03-15
mod_net_proxy: Fixed backwards compatibility to Prosody 0.10 Pascal Mathis 2018-03-15
mod_net_proxy: New module implementing PROXY protocol versions 1 and 2 Pascal Mathis 2018-03-15
mod_register_web: Pass username to generate_register_response Michel Le Bihan 2018-03-13
mod_firewall: Add special case for $local zone (fixes #1090) Kim Alvefur 2018-03-12
mod_http_index: Sort list of HTTP applications by name Kim Alvefur 2018-03-10
mod_http_index: Remove unused style rule Kim Alvefur 2018-03-10
mod_register_web: Remove unused variables [luacheck] Kim Alvefur 2018-03-10
mod_register_web: Remove username and password from form data and provide the rest in pre-registration event Kim Alvefur 2018-03-10
mod_register_web: Return reason for rejection if one was provided by another plugin during pre-registration checks Kim Alvefur 2018-03-10
mod_register_web: Include IP address in pre-registration check event to allow other modules a chance to act on it Kim Alvefur 2018-03-10
mod_conversejs: Hack in support for changing the CSS if InVerse mode is enabled Kim Alvefur 2018-03-09
mod_conversejs/README: Add compatibility section Kim Alvefur 2018-03-09
mod_conversejs: Allow passing arbitrary options trough to Converse.js Kim Alvefur 2018-03-09
mod_conversejs/README: Expand config section Kim Alvefur 2018-03-09
mod_storage_xmlarchive: Add additional debug logging Kim Alvefur 2018-03-09
mod_firewall: Add PENDING SUBSCRIPTION FROM SENDER? condition Matthew Wild 2018-03-09
mod_firewall: Add UNSBSCRIBE SENDER action Matthew Wild 2018-03-09
[mod_mam] Fix hook priority for local clients, too (see also commit 2af42a3af131) tmolitor 2018-03-07
mod_inject_ecaps2: Check for unset presence Emmanuel Gil Peyrot 2018-03-07
mod_auto_answer_disco_info: Improve the debug message to include the recipient Emmanuel Gil Peyrot 2018-03-07
mod_auto_answer_disco_info: Don’t answer if the target session isn’t online Emmanuel Gil Peyrot 2018-03-07
mod_inject_ecaps2: Return if calculating the hash failed Emmanuel Gil Peyrot 2018-03-07
mod_inject_ecaps2: Rename the Lua file correctly Emmanuel Gil Peyrot 2018-03-07
mod_inject_ecaps2: Add Lua 5.1 compatibility by replacing \xHEX with \DECIMAL in strings Emmanuel Gil Peyrot 2018-03-07
mod_inject_ecaps2: New module adding support for XEP-0390 to all local clients supporting XEP-0115 Emmanuel Gil Peyrot 2018-03-07
luacheckrc: Forget about the _M global Kim Alvefur 2018-03-07
luacheckrc: Assign module.environment to section for writable globals Kim Alvefur 2018-03-07
luacheckrc: Rearrange options to be closer to the order used in main prosody repo Kim Alvefur 2018-03-07
mod_cache_c2s_caps: Use prosody.full_sessions instead of _G.full_sessions (thanks luacheck) Emmanuel Gil Peyrot 2018-03-07
mod_auto_answer_disco_info: Remove unused variable (thanks luacheck) Emmanuel Gil Peyrot 2018-03-07
mod_cache_c2s_caps: Remove unused import (thanks luacheck) Emmanuel Gil Peyrot 2018-03-07
mod_auto_answer_disco_info: New module answering disco#info queries on the behalf of the recipient Emmanuel Gil Peyrot 2018-03-07
mod_cache_c2s_caps: New module caching capabilities from local clients Emmanuel Gil Peyrot 2018-03-07
mod_firewall/definitions: Comments on LIST backends Kim Alvefur 2018-03-06
mod_muc_eventsource: validate node with nodeprep Senya 2018-02-23
mod_log_slow_events: Add README Matthew Wild 2018-02-27
mod_register_dnsbl_firewall_mark: Another copy of DNSBL module, this time creating "user marks" for mod_firewall Kim Alvefur 2018-02-24
mod_firewall: Add experimental user-centric persistent marks behind a feature flag Kim Alvefur 2018-02-24
mod_s2s_blacklist: Don't send error replies for error stanzas Kim Alvefur 2018-02-24
mod_register_dnsbl: Add support for IPv6 DNSBL Kim Alvefur 2018-02-23
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