Software /
code /
prosody-modules
Graph
-
mod_auto_answer_disco_info: Don’t answer if the target session isn’t onlineWed, 07 Mar 2018 20:15:20 +0100, by Emmanuel Gil Peyrot
-
mod_inject_ecaps2: Return if calculating the hash failedWed, 07 Mar 2018 20:13:48 +0100, by Emmanuel Gil Peyrot
-
mod_inject_ecaps2: Rename the Lua file correctlyWed, 07 Mar 2018 19:40:20 +0100, by Emmanuel Gil Peyrot
-
mod_inject_ecaps2: Add Lua 5.1 compatibility by replacing \xHEX with \DECIMAL in stringsWed, 07 Mar 2018 19:39:52 +0100, by Emmanuel Gil Peyrot
-
mod_inject_ecaps2: New module adding support for XEP-0390 to all local clients supporting XEP-0115Wed, 07 Mar 2018 19:30:42 +0100, by Emmanuel Gil Peyrot
-
luacheckrc: Forget about the _M globalWed, 07 Mar 2018 18:15:31 +0100, by Kim Alvefur
-
luacheckrc: Assign module.environment to section for writable globalsWed, 07 Mar 2018 18:11:50 +0100, by Kim Alvefur
-
luacheckrc: Rearrange options to be closer to the order used in main prosody repoWed, 07 Mar 2018 18:11:08 +0100, by Kim Alvefur
-
mod_cache_c2s_caps: Use prosody.full_sessions instead of _G.full_sessions (thanks luacheck)Wed, 07 Mar 2018 17:42:38 +0100, by Emmanuel Gil Peyrot
-
mod_auto_answer_disco_info: Remove unused variable (thanks luacheck)Wed, 07 Mar 2018 17:41:40 +0100, by Emmanuel Gil Peyrot
-
mod_cache_c2s_caps: Remove unused import (thanks luacheck)Wed, 07 Mar 2018 17:41:22 +0100, by Emmanuel Gil Peyrot
-
mod_auto_answer_disco_info: New module answering disco#info queries on the behalf of the recipientWed, 07 Mar 2018 17:11:49 +0100, by Emmanuel Gil Peyrot
-
mod_cache_c2s_caps: New module caching capabilities from local clientsWed, 07 Mar 2018 17:11:12 +0100, by Emmanuel Gil Peyrot
-
mod_firewall/definitions: Comments on LIST backendsTue, 06 Mar 2018 18:24:34 +0100, by Kim Alvefur
-
mod_muc_eventsource: validate node with nodeprepFri, 23 Feb 2018 20:53:28 +0200, by Senya
-
mod_log_slow_events: Add READMETue, 27 Feb 2018 14:02:26 +0000, by Matthew Wild
-
mod_register_dnsbl_firewall_mark: Another copy of DNSBL module, this time creating "user marks" for mod_firewallSat, 24 Feb 2018 21:42:54 +0100, by Kim Alvefur
-
mod_firewall: Add experimental user-centric persistent marks behind a feature flagSat, 24 Feb 2018 21:40:56 +0100, by Kim Alvefur
-
mod_s2s_blacklist: Don't send error replies for error stanzasSat, 24 Feb 2018 19:38:10 +0100, by Kim Alvefur
-
mod_register_dnsbl: Add support for IPv6 DNSBLFri, 23 Feb 2018 22:00:18 +0100, by Kim Alvefur
-
mod_register_dnsbl: Use util.net for IP address parsingFri, 23 Feb 2018 21:59:28 +0100, by Kim Alvefur
-
mod_register_dnsbl: Use async support in trunk to actually block registration if a positive match is found in the DNSBLFri, 23 Feb 2018 21:56:42 +0100, by Kim Alvefur
-
mod_register_dnsbl_warn: Copy mod_register_dnsblFri, 23 Feb 2018 21:50:47 +0100, by Kim Alvefur
-
luacheckrc: Remove has_feature and has_identity before someone decides to use themFri, 23 Feb 2018 17:17:50 +0100, by Kim Alvefur
-
Many modules: Simplify st.message(…):tag("body"):text(…):up() into st.message(…, …)Sat, 17 Feb 2018 08:42:10 +0100, by Emmanuel Gil Peyrot
-
Return 401 with correct realm when no user/pass is providedTue, 20 Feb 2018 17:30:17 +0100, by Nicolas Cedilnik
-
mod_limits: Add debug logging just before we feed data into streamTue, 20 Feb 2018 14:59:03 +0000, by Matthew Wild
-
mod_http_auth_check: New HTTP module to test user credentialsTue, 20 Feb 2018 12:57:44 +0000, by Nicolas Cedilnik
-
mod_muc_eventsource: New module forked from mod_pubsub_eventsource, exposes room message stream over SSEMon, 19 Feb 2018 22:17:38 +0000, by Matthew Wild
-
mod_firewall: Prevent traceback if no directed presence has been sent (fixes #1081)Fri, 16 Feb 2018 07:54:35 +0100, by Kim Alvefur
-
mod_onions: Fix unqualified use of debug.tracebackFri, 16 Feb 2018 04:36:41 +0100, by Kim Alvefur
-
mod_onions: Use net.server API for creating a new connection instead of duplicating socket creationFri, 16 Feb 2018 04:33:13 +0100, by Kim Alvefur
-
mod_jid_prep/README: Markup linkFri, 16 Feb 2018 04:32:18 +0100, by Kim Alvefur
-
mod_conversejs: Add a readmeFri, 16 Feb 2018 03:52:51 +0100, by Kim Alvefur
-
mod_http_upload_external: add support for XEP-0363 version 0.3Sun, 11 Feb 2018 16:11:17 +0100, by Jonas Wielicki
-
README files: Fix typosSun, 04 Feb 2018 16:05:27 +0100, by Kim Alvefur
-
mod_statsd: Fix typo in comment [codespell]Sun, 04 Feb 2018 16:01:37 +0100, by Kim Alvefur
-
mod_sms_clickatell: Fix typo in comment [codespell]Sun, 04 Feb 2018 16:00:51 +0100, by Kim Alvefur
-
mod_onions: Fix typo [codespell]Sun, 04 Feb 2018 16:00:13 +0100, by Kim Alvefur
-
mod_data_access: Fix typo in comment [codespell]Sun, 04 Feb 2018 15:59:52 +0100, by Kim Alvefur
-
mod_admin_web: Fix typo in comment [codespell]Sun, 04 Feb 2018 15:58:09 +0100, by Kim Alvefur
-
mod_adhoc_groups: Fix typos [codespell]Sun, 04 Feb 2018 15:57:52 +0100, by Kim Alvefur
-
mod_s2s_auth_dane: Fix typo in comment [codespell]Sun, 04 Feb 2018 15:55:07 +0100, by Kim Alvefur
-
mod_auth_custom_http: fix documentation config exampleThu, 01 Feb 2018 10:58:19 +0200, by Senya
-
mod_auth_custom_http: Fix json.encode impoper referenceWed, 31 Jan 2018 22:15:27 +0200, by Senya
-
mod_xhtmlim: Fix scheme check (thanks wiktor)Tue, 30 Jan 2018 20:04:55 +0100, by Kim Alvefur
-
mod_xhtmlim: Attempts to sanitize XMTML-IM messagesTue, 30 Jan 2018 18:49:09 +0100, by Kim Alvefur
-
mod_pep_vcard_avatar: Don't set avatar hash if already setFri, 26 Jan 2018 19:00:22 +0100, by Michel Le Bihan
-
Fix typo in config (thanks, kousu)Fri, 12 Jan 2018 09:01:25 +0100, by Jonas Wielicki
-
mod_pep_vcard_avatar: annouce avatar hash in presence if client does notThu, 04 Jan 2018 11:41:54 +0100, by Daniel Gultsch
-
mod_auth_dovecot: Disable debug logging (sensitive data being sent)Thu, 04 Jan 2018 05:03:00 +0100, by Kim Alvefur
-
mod_registration_oob_url: inital commit. simple/straight forward module to advertise oob registration urlWed, 03 Jan 2018 15:19:55 +0100, by Daniel Gultsch
-
mod_firewall: Trim trailing whitespace [luacheck]Wed, 03 Jan 2018 07:49:22 +0100, by Kim Alvefur
-
mod_omemo_all_access: fixed some linter warningsSun, 31 Dec 2017 13:15:53 +0100, by Daniel Gultsch
-
mod_firewall: Make SUBSCRIBED match for stanzas sent to self (fixes #1052)Sat, 30 Dec 2017 23:53:41 +0100, by Kim Alvefur
-
mod_omemo_all_access: initial commit. disable access control for all omemo related PEP nodesFri, 29 Dec 2017 16:28:47 +0100, by Daniel Gultsch
Scroll all the way down to load more.