prosody/plugins
Kim Alvefur ca08584d74 mod_pep: Wipe pubsub service on user deletion
Data is already wiped from storage, but this ensures everything is
properly unsubscribed, possibly with notifications etc.

Clears recipient cache as well, since it is no longer relevant.
2021-11-04 01:00:06 +01:00
..
adhoc mod_adhoc: Add compat marker for older handling of adhoc items 2018-10-27 17:25:50 +02:00
mod_mam mod_mam,mod_muc_mam: Allow other work to be performed during archive cleanup (fixes #1504) 2020-03-11 21:15:01 +01:00
mod_pubsub mod_pubsub: Fix notification stanza type setting (fixes #1605) 2020-11-06 13:49:40 +01:00
mod_s2s mod_dialback: Remove d-w-d feature 2021-05-12 17:22:02 +02:00
muc MUC: Fix logic for access to affiliation lists 2021-07-22 17:18:39 +02:00
mod_admin_adhoc.lua mod_admin_adhoc: Ignore the very long lines at the end [luacheck] 2018-09-30 13:51:25 +02:00
mod_admin_telnet.lua mod_admin_telnet: Handle unavailable cipher info (fixes #1510) 2020-03-22 17:35:26 +01:00
mod_announce.lua mod_announce: Check for admin on current virtualhost instead of global (fixes #1365) (thanks yc) 2019-05-27 12:05:35 +02:00
mod_auth_anonymous.lua mod_auth_anonymous: Ignore unused arguments to various not actually implemented functions [luacheck] 2017-04-04 01:25:10 +02:00
mod_auth_cyrus.lua mod_auth_cyrus: Ignore unused arguments to various not actually implemented functions [luacheck] 2017-04-04 01:25:33 +02:00
mod_auth_insecure.lua mod_auth_internal_*: Apply saslprep to passwords 2020-05-23 14:17:04 +02:00
mod_auth_internal_hashed.lua mod_auth_internal_{plain,hashed}: Use constant-time string comparison for secrets 2021-05-10 16:50:24 +01:00
mod_auth_internal_plain.lua mod_auth_internal_{plain,hashed}: Use constant-time string comparison for secrets 2021-05-10 16:50:24 +01:00
mod_blocklist.lua mod_blocklist: Trigger resend of presence when unblocking a contact (fixes #1380) 2019-06-20 21:20:00 +02:00
mod_bosh.lua mod_c2s, mod_s2s, mod_component, mod_bosh, mod_websockets: Set default stanza size limits 2021-05-07 17:03:49 +01:00
mod_c2s.lua mod_c2s: Indicate stream secure state in error text when no stream features to offer 2021-07-06 08:18:28 +01:00
mod_carbons.lua mod_carbons: Fix handling of incoming MUC PMs #1540 2020-04-26 20:39:39 +02:00
mod_component.lua mod_c2s, mod_s2s, mod_component, mod_bosh, mod_websockets: Set default stanza size limits 2021-05-07 17:03:49 +01:00
mod_csi.lua mod_csi: Fix copypaste mistake [luacheck] 2018-11-27 21:23:22 +01:00
mod_csi_simple.lua mod_csi_simple: Consider XEP-0353: Jingle Message Initiation important 2020-05-08 23:47:48 +02:00
mod_debug_sql.lua mod_debug_sql: Declare itself as global module 2017-11-18 20:15:19 +01:00
mod_dialback.lua mod_dialback: Remove d-w-d feature 2021-05-12 17:22:02 +02:00
mod_disco.lua mod_disco: Simplify iq handling by hooking on iq-get/ instead of iq/. 2018-08-24 20:34:18 +02:00
mod_groups.lua Merge 0.10->trunk 2018-07-07 21:00:59 +02:00
mod_http.lua mod_http: Restore ip field for requests without proxies 2021-02-27 20:45:45 +01:00
mod_http_errors.lua mod_http_errors: Set Content-Type header to HTML (fixes #1030) 2017-10-27 13:28:34 +02:00
mod_http_files.lua mod_http_files: Avoid using inode in etag, fix #1498 2020-04-25 20:55:00 +02:00
mod_iq.lua Fix spelling throughout the codebase [codespell] 2018-02-04 01:51:25 +01:00
mod_lastactivity.lua mod_lastactivity: Simplify iq handling by hooking on iq-get/ instead of iq/. 2018-08-24 20:34:34 +02:00
mod_legacyauth.lua mod_legacyauth: Split a long line [luacheck] 2018-05-01 20:45:22 +02:00
mod_limits.lua mod_limits: Use default limits if none configured 2021-05-11 14:22:59 +01:00
mod_message.lua Fix spelling throughout the codebase [codespell] 2018-02-04 01:51:25 +01:00
mod_motd.lua mod_motd: Remove unused variable [luacheck] 2019-01-17 01:15:29 +01:00
mod_muc_mam.lua mod_muc_mam: Don't strip MUC <x> tags, fix #1567 2020-06-21 19:20:54 +02:00
mod_muc_unique.lua mod_muc_unique: Use util.id for more compact identifiers 2018-06-06 13:33:37 +02:00
mod_net_multiplex.lua mod_net_multiplex: Silence luacheck warnings 2018-10-10 21:56:47 +02:00
mod_offline.lua mod_offline: Include timestamp and empty 'with' 2017-04-01 19:04:15 +02:00
mod_pep.lua mod_pep: Wipe pubsub service on user deletion 2021-11-04 01:00:06 +01:00
mod_pep_plus.lua mod_pep -> mod_pep_simple, mod_pep_plus -> mod_pep 2018-08-01 19:08:09 +01:00
mod_pep_simple.lua mod_pep -> mod_pep_simple, mod_pep_plus -> mod_pep 2018-08-01 19:08:09 +01:00
mod_ping.lua mod_ping, mod_uptime: Use module:provides 2018-10-27 17:36:51 +02:00
mod_posix.lua mod_posix: Support for command-line flags to override 'daemonize' config option 2020-01-19 15:28:09 +00:00
mod_presence.lua mod_presence: Revert empty 'to' attribute of presence before presence/initial event (fixes #1296) 2019-01-17 01:04:39 +01:00
mod_private.lua mod_private, mod_vcard: Use the usual comment on non-get received iqs. 2018-08-24 20:36:06 +02:00
mod_proxy65.lua mod_proxy65: Restrict access to local c2s connections by default 2021-05-12 13:59:49 +01:00
mod_register.lua mod_register: Move dependency on mod_register_limits into mod_register_ibr 2018-11-07 17:49:34 +01:00
mod_register_ibr.lua mod_register_ibr: Add FORM_TYPE as required by XEP-0077 (fixes #1511) 2019-09-29 15:05:17 +02:00
mod_register_limits.lua mod_register_limits: Promote log message about inability to apply black/whitelists to a warning 2018-04-10 01:32:52 +02:00
mod_roster.lua mod_roster: Use new :text_tag() 2018-03-21 23:20:59 +01:00
mod_s2s_auth_certs.lua
mod_saslauth.lua mod_saslauth: Improve code style 2021-03-18 16:17:45 +01:00
mod_scansion_record.lua mod_scansion_record: Split stanzas into multiple lines 2018-11-12 17:15:41 +01:00
mod_server_contact_info.lua mod_server_contact_info: Comment on fallback to using 'admins' 2018-10-01 23:46:10 +02:00
mod_stanza_debug.lua mod_stanza_debug: Logs full stanzas sent and received for debugging purposes 2017-10-23 15:23:03 +02:00
mod_storage_internal.lua mod_storage_internal: Fix error in time limited queries on items without 'when' field, fixes #1557 2020-05-15 21:22:35 +02:00
mod_storage_memory.lua mod_storage_memory: Generate ID using standard util (fixes #1326) 2019-03-02 22:26:01 +01:00
mod_storage_none.lua mod_storage_none: Add a noop archive delete method 2017-04-04 18:46:51 +02:00
mod_storage_sql.lua mod_storage_sql: Add index covering sort_id to improve performance (fixes #1505) 2020-03-22 21:05:59 +01:00
mod_storage_xep0227.lua mod_storage_xep0227: Ignore unused 'self' argument [luacheck] 2017-10-25 21:59:33 +02:00
mod_time.lua mod_time: Simplify iq handling by hooking on iq-get/ instead of iq/. 2018-08-24 20:35:03 +02:00
mod_tls.lua mod_tls: Log when certificates are (re)loaded 2020-04-26 20:58:51 +02:00
mod_unknown.lua
mod_uptime.lua mod_ping, mod_uptime: Use module:provides 2018-10-27 17:36:51 +02:00
mod_user_account_management.lua mod_register: Split into mod_register_ibr and mod_user_account_management (#723) 2017-10-07 22:00:50 +02:00
mod_vcard.lua mod_private, mod_vcard: Use the usual comment on non-get received iqs. 2018-08-24 20:36:06 +02:00
mod_vcard4.lua mod_vcard4: Report correct error condition (fixes #1521) 2020-04-03 22:35:47 +02:00
mod_vcard_legacy.lua mod_vcard_legacy: Don't owerwrite empty photo elements (fixes #1432) 2019-09-21 16:29:16 +02:00
mod_version.lua mod_version: Reduce scope of variable 2018-10-06 16:38:05 +02:00
mod_watchregistrations.lua mod_watchregistrations: Allow making the message type configurable 2018-05-20 18:56:26 +02:00
mod_websocket.lua mod_c2s, mod_s2s, mod_component, mod_bosh, mod_websockets: Set default stanza size limits 2021-05-07 17:03:49 +01:00
mod_welcome.lua Merge 0.9->0.10 2017-06-01 14:05:43 +02:00
mod_windows.lua