prosody/plugins
Matthew Wild 227b0c9733 mod_user_account_management: Fire events with a fake (not destroyed) session
Previously these events fired after the session had been destroyed, which
removes many of the useful properties. The ones I chose to preserve here are
the ones used by the community module mod_audit, which seems like a good
baseline.
2023-11-30 17:46:18 +00:00
..
adhoc Spelling: Fix various spelling mistakes (thanks timeless) 2022-03-07 00:13:56 +01:00
mod_debug_stanzas plugins: Prefix module imports with prosody namespace 2023-03-24 13:15:28 +01:00
mod_mam mod_mam: Use for loop in metadata query 2023-11-26 22:58:11 +01:00
mod_pubsub mod_pubsub: Provide some node properties in summary template #1809 2023-11-22 22:35:44 +01:00
muc mod_muc: Switch to module:could() for some implicit access control checks 2023-11-07 11:50:59 +00:00
mod_admin_adhoc.lua plugins: Prefix module imports with prosody namespace 2023-03-24 13:15:28 +01:00
mod_admin_shell.lua mod_admin_shell: Fix linter issues 2023-11-29 17:49:20 +00:00
mod_admin_socket.lua mod_admin_socket: Return error on unhandled input to prevent apparent freeze 2023-02-16 17:20:09 +01:00
mod_admin_telnet.lua plugins: Prefix module imports with prosody namespace 2023-03-24 13:15:28 +01:00
mod_announce.lua plugins: Prefix module imports with prosody namespace 2023-03-24 13:15:28 +01:00
mod_auth_anonymous.lua plugins: Prefix module imports with prosody namespace 2023-03-24 13:15:28 +01:00
mod_auth_insecure.lua plugins: Prefix module imports with prosody namespace 2023-03-24 13:15:28 +01:00
mod_auth_internal_hashed.lua usermanager, mod_auth_internal_hashed: Support metadata when disabling a user 2023-11-30 09:47:00 +00: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_auth_ldap.lua mod_auth_ldap: Use enum option method 2023-07-18 12:31:29 +02:00
mod_authz_internal.lua plugins: Use get_option_array for some list shaped options 2023-07-21 22:48:54 +02:00
mod_blocklist.lua mod_blocklist: Remove weak cache (and increase default LRU cache size) 2023-11-26 17:41:38 +01:00
mod_bookmarks.lua mod_bookmarks: Reduce error about not having bookmarks to debug (thanks tom) 2022-07-26 23:44:33 +02:00
mod_bosh.lua mod_bosh: Include stream attributes in stream-features event 2023-10-28 13:15:56 +01:00
mod_c2s.lua mod_saslauth, mod_c2s: Disable tls-server-end-point channel binding by default 2023-10-26 15:14:39 +01:00
mod_carbons.lua mod_carbons: Allow plugging into decision of whether to carbon-copy 2022-02-21 11:24:58 +01:00
mod_component.lua plugins: Use integer config API with interval specification where sensible 2023-07-17 01:38:54 +02:00
mod_cron.lua mod_cron: Rebuild with new LuaFormatter settings (tabs!) 2023-11-30 18:42:56 +01:00
mod_csi.lua mod_csi: Always advertise feature 2023-04-16 12:47:55 +02:00
mod_csi_simple.lua plugins: Use integer config API with interval specification where sensible 2023-07-17 01:38:54 +02:00
mod_debug_reset.lua mod_debug_reset: Remove now unused import of util.time (thanks luacheck) 2023-04-06 14:49:11 +01:00
mod_debug_sql.lua
mod_dialback.lua mod_dialback: Remove d-w-d feature 2021-05-12 17:22:02 +02:00
mod_disco.lua spelling: non-existing mistakes (thanks timeless) 2022-03-07 00:35:29 +01:00
mod_external_services.lua plugins: Use integer config API with interval specification where sensible 2023-07-17 01:38:54 +02:00
mod_groups.lua plugins: Prefix module imports with prosody namespace 2023-03-24 13:15:28 +01:00
mod_http.lua mod_http: Generate URL from configuration in prosodyctl 2023-07-26 14:39:36 +02:00
mod_http_errors.lua plugins: Prefix module imports with prosody namespace 2023-03-24 13:15:28 +01:00
mod_http_file_share.lua luacheckrc, mod_http_file_share: Update for module API change (once->on_ready) 2023-11-30 10:14:17 +00:00
mod_http_files.lua plugins: Use integer config API with interval specification where sensible 2023-07-17 01:38:54 +02:00
mod_http_openmetrics.lua plugins: Prefix module imports with prosody namespace 2023-03-24 13:15:28 +01:00
mod_invites.lua mod_invites: Fix linter issues 2023-11-29 17:50:33 +00:00
mod_invites_adhoc.lua mod_invites_adhoc: Fall back to generic allow_user_invites for role-less users 2022-05-06 17:08:49 +01:00
mod_invites_register.lua mod_invites_register: Push invitee contact entry to inviter 2022-03-15 21:59:51 +01:00
mod_iq.lua plugins: Prefix module imports with prosody namespace 2023-03-24 13:15:28 +01:00
mod_lastactivity.lua plugins: Prefix module imports with prosody namespace 2023-03-24 13:15:28 +01:00
mod_legacyauth.lua mod_legacyauth: Default to require encryption 2022-02-10 15:48:34 +00:00
mod_limits.lua plugins: Switch to :get_option_period() for time range options 2023-07-16 20:49:33 +02:00
mod_message.lua plugins: Prefix module imports with prosody namespace 2023-03-24 13:15:28 +01:00
mod_mimicking.lua plugins: Prefix module imports with prosody namespace 2023-03-24 13:15:28 +01:00
mod_motd.lua plugins: Prefix module imports with prosody namespace 2023-03-24 13:15:28 +01:00
mod_muc_mam.lua Merge 0.12->trunk 2023-10-15 14:57:24 +02:00
mod_muc_unique.lua plugins: Prefix module imports with prosody namespace 2023-03-24 13:15:28 +01:00
mod_net_multiplex.lua plugins: Use integer config API with interval specification where sensible 2023-07-17 01:38:54 +02:00
mod_offline.lua plugins: Prefix module imports with prosody namespace 2023-03-24 13:15:28 +01:00
mod_pep.lua plugins: Use integer config API with interval specification where sensible 2023-07-17 01:38:54 +02:00
mod_pep_plus.lua
mod_pep_simple.lua plugins: Prefix module imports with prosody namespace 2023-03-24 13:15:28 +01:00
mod_ping.lua plugins: Prefix module imports with prosody namespace 2023-03-24 13:15:28 +01:00
mod_posix.lua mod_posix: Run signal handlers in the startup thread 2021-10-06 14:50:47 +02:00
mod_presence.lua plugins: Prefix module imports with prosody namespace 2023-03-24 13:15:28 +01:00
mod_private.lua plugins: Prefix module imports with prosody namespace 2023-03-24 13:15:28 +01: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_ibr.lua plugins: Use get_option_array for some list shaped options 2023-07-21 22:48:54 +02:00
mod_register_limits.lua plugins: Use integer config API with interval specification where sensible 2023-07-17 01:38:54 +02:00
mod_roster.lua mod_roster: Improve readability of bare-JID check 2021-12-22 18:07:44 +01:00
mod_s2s.lua mod_s2s: Automagically enable DANE for s2sin if 'use_dane' is enabled 2023-11-02 09:39:03 +01:00
mod_s2s_auth_certs.lua mod_s2s_auth_certs: Remove LuaSec compat that moved to net.server 2023-11-04 17:12:01 +01:00
mod_s2s_auth_dane_in.lua mod_s2s_auth_dane_in: Bail out on explicit service denial 2023-11-12 00:35:22 +01:00
mod_s2s_bidi.lua various: Require encryption by default for real 2021-12-25 16:23:40 +01:00
mod_saslauth.lua mod_saslauth: Allow plugins to override return SASL condition/text 2023-11-30 11:22:40 +00:00
mod_scansion_record.lua util.id: Adjust entropy levels, with rationales 2021-12-02 01:14:55 +01:00
mod_server_contact_info.lua mod_server_contact_info: Reorder dataform keys for more aligned view 2023-03-24 16:29:48 +01:00
mod_smacks.lua plugins: Use integer config API with interval specification where sensible 2023-07-17 01:38:54 +02:00
mod_stanza_debug.lua plugins: Prefix module imports with prosody namespace 2023-03-24 13:15:28 +01:00
mod_storage_internal.lua mod_storage_internal: Clear archive item count cache after experimental trim 2023-11-26 18:02:13 +01:00
mod_storage_memory.lua plugins: Use integer config API with interval specification where sensible 2023-07-17 01:38:54 +02:00
mod_storage_none.lua
mod_storage_sql.lua mod_storage_sql: Use UUIDv7 as keys 2023-07-17 04:30:35 +02:00
mod_storage_xep0227.lua mod_storage_xep0227: Use enum option method 2023-07-18 12:32:05 +02:00
mod_time.lua plugins: Prefix module imports with prosody namespace 2023-03-24 13:15:28 +01:00
mod_tls.lua plugins: Use boolean config method in some places 2023-07-18 12:38:16 +02:00
mod_tokenauth.lua mod_tokenauth: Ignore invalid grants in storage that have no id 2023-11-29 17:51:34 +00:00
mod_tombstones.lua plugins: Use integer config API with interval specification where sensible 2023-07-17 01:38:54 +02:00
mod_turn_external.lua plugins: Use integer config API with interval specification where sensible 2023-07-17 01:38:54 +02:00
mod_unknown.lua
mod_uptime.lua plugins: Prefix module imports with prosody namespace 2023-03-24 13:15:28 +01:00
mod_user_account_management.lua mod_user_account_management: Fire events with a fake (not destroyed) session 2023-11-30 17:46:18 +00:00
mod_vcard.lua plugins: Prefix module imports with prosody namespace 2023-03-24 13:15:28 +01:00
mod_vcard4.lua plugins: Prefix module imports with prosody namespace 2023-03-24 13:15:28 +01:00
mod_vcard_legacy.lua plugins: Prefix module imports with prosody namespace 2023-03-24 13:15:28 +01:00
mod_version.lua plugins: Prefix module imports with prosody namespace 2023-03-24 13:15:28 +01:00
mod_watchregistrations.lua plugins: Use get_option_enum where appropriate 2021-01-16 21:04:58 +01:00
mod_websocket.lua plugins: Use integer config API with interval specification where sensible 2023-07-17 01:38:54 +02:00
mod_welcome.lua plugins: Prefix module imports with prosody namespace 2023-03-24 13:15:28 +01:00
mod_windows.lua