prosody/plugins
Kim Alvefur 9dd7ce434d mod_auth_internal_hashed: Shorten call path
Why did it call a function defined in the same module through
usermanager?
2023-03-18 16:13:32 +01:00
..
adhoc Spelling: Fix various spelling mistakes (thanks timeless) 2022-03-07 00:13:56 +01:00
mod_debug_stanzas mod_debug_stanzas/watcher: New module library to dynamically 'watch' for stanzas 2022-03-23 13:42:44 +00:00
mod_mam Merge 0.12->trunk 2023-01-21 17:18:16 +01:00
mod_pubsub mod_pubsub: Don't attempt to use server actor as publisher (fixes #1723) 2022-03-21 12:36:20 +00:00
muc MUC: Add note about non-existant room method 2023-01-20 19:47:00 +01:00
mod_admin_adhoc.lua mod_admin_adhoc: Add XEP-0133 commands to Disable and Re-Enable users 2023-02-23 18:39:02 +01:00
mod_admin_shell.lua mod_admin_shell: Limit module dependency listings to loaded on current host 2023-03-10 12:33:02 +01:00
mod_admin_socket.lua Merge 0.12->trunk 2023-02-16 20:15:39 +01: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 Switch to a new role-based authorization framework, removing is_admin() 2022-06-15 12:15:01 +01:00
mod_auth_anonymous.lua
mod_auth_insecure.lua mod_auth_insecure: Store creation and update timestamps on account 2022-08-18 18:10:44 +02:00
mod_auth_internal_hashed.lua mod_auth_internal_hashed: Shorten call path 2023-03-18 16:13:32 +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_auth_ldap.lua Switch to a new role-based authorization framework, removing is_admin() 2022-06-15 12:15:01 +01:00
mod_authz_internal.lua mod_authz_internal: Fix wrong role name field in user_can_assume_role() 2023-03-09 16:02:55 +01:00
mod_blocklist.lua mod_blocklist: Add option 'migrate_legacy_blocking' to disable migration from mod_privacy 2022-10-17 15:20:06 +02: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_http (and dependent modules): Make CORS opt-in by default (fixes #1731) 2022-03-28 14:53:24 +01:00
mod_c2s.lua mod_c2s: Disconnect accounts when they are disabled 2023-02-23 16:28:57 +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 mod_c2s, mod_s2s, mod_component, mod_bosh, mod_websockets: Set default stanza size limits 2021-05-07 17:03:49 +01:00
mod_cron.lua mod_cron: Fix recording last task run time #1751 2022-05-05 14:10:59 +02:00
mod_csi.lua
mod_csi_simple.lua plugins: Update for namespace bump in XEP-0353 v0.4.0 2022-01-11 17:51:26 +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 mod_external_services: Move error message to correct place (fix #1725) 2022-03-23 15:29:01 +01:00
mod_groups.lua
mod_http.lua mod_http: Unhook CORS handlers only if active (fixes #1801) 2023-03-05 15:45:01 +01:00
mod_http_errors.lua mod_http_errors: Make it easier to override 'http-message' handler 2021-09-24 18:39:28 +02:00
mod_http_file_share.lua mod_http (and dependent modules): Make CORS opt-in by default (fixes #1731) 2022-03-28 14:53:24 +01:00
mod_http_files.lua mod_http_files: Log warning about legacy modules using mod_http_files 2022-07-17 17:05:28 +02:00
mod_http_openmetrics.lua mod_http_openmetrics: Serve HTTP from global context 2021-11-25 16:57:01 +01:00
mod_invites.lua mod_invites: Prefer landing page over xmpp URI in shell command 2023-01-10 21:10:58 +01: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
mod_lastactivity.lua
mod_legacyauth.lua mod_legacyauth: Default to require encryption 2022-02-10 15:48:34 +00:00
mod_limits.lua mod_limits: Use default limits if none configured 2021-05-11 14:22:59 +01:00
mod_message.lua mod_message: Fire event for groupchat messages sent to bare JID 2021-09-22 13:31:13 +01:00
mod_mimicking.lua mod_mimicking: Correctly hook the *global* user-deleted event 2021-10-12 17:55:53 +02:00
mod_motd.lua
mod_muc_mam.lua mod_muc_mam: Use higher precision timestamps 2023-01-21 17:24:45 +01:00
mod_muc_unique.lua
mod_net_multiplex.lua
mod_offline.lua
mod_pep.lua mod_pep: Fix typo in comment [codespell] 2022-02-04 16:40:23 +01:00
mod_pep_plus.lua
mod_pep_simple.lua compat: Remove handling of Lua 5.1 location of 'unpack' function 2022-07-11 19:07:38 +02:00
mod_ping.lua
mod_posix.lua mod_posix: Run signal handlers in the startup thread 2021-10-06 14:50:47 +02:00
mod_presence.lua
mod_private.lua
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 various: Require encryption by default for real 2021-12-25 16:23:40 +01:00
mod_register_limits.lua mod_register_limits: Reword some options 2021-09-19 15:52:07 +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: Retrieve stanza size limit from peer for bidi connections 2022-11-09 19:10:16 +01:00
mod_s2s_auth_certs.lua mod_s2s_auth_certs: Validate certificates against secure SRV targets 2022-12-22 00:13:37 +01:00
mod_s2s_bidi.lua mod_s2s_bidi: Add provisions for advertising features to bidi peers 2022-10-20 14:12:56 +02:00
mod_saslauth.lua mod_saslauth: Support for SASL handlers forcing a specific resource 2023-03-01 12:56:08 +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: Generate properly escaped URIs from 'admins' 2020-09-11 18:34:36 +02:00
mod_smacks.lua Merge 0.12->trunk 2023-01-19 21:14:31 +01:00
mod_stanza_debug.lua
mod_storage_internal.lua mod_storage_internal: Stop storing XEP-0091 timestamp 2021-09-04 14:39:31 +02:00
mod_storage_memory.lua mod_storage_memory: Support query for set of IDs 2021-01-12 18:06:33 +01:00
mod_storage_none.lua
mod_storage_sql.lua mod_storage_sql: Remove module status on unknown 'debug' level 2023-01-31 07:52:33 +01:00
mod_storage_xep0227.lua mod_storage_xep0227: Fix mapping of nodes without explicit configuration 2022-04-08 23:35:31 +02:00
mod_time.lua mod_time: Remove obsolete XEP-0090 support 2022-08-15 16:35:14 +02:00
mod_tls.lua various: Require encryption by default for real 2021-12-25 16:23:40 +01:00
mod_tokenauth.lua util.sasl.oauthbearer: Return username from callback instead using authzid (BC) 2023-03-16 12:18:23 +01:00
mod_tombstones.lua mod_tombstones: Add caching to improve performance on busy servers (fixes #1728) 2022-03-28 11:08:18 +01:00
mod_turn_external.lua mod_turn_external: Update status and friendlier handling of missing secret option (fixes #1727) 2022-03-28 10:47:21 +01:00
mod_unknown.lua
mod_uptime.lua
mod_user_account_management.lua
mod_vcard.lua
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: Also respect avatar:metadata access restrictions 2021-11-25 18:13:43 +01:00
mod_version.lua
mod_watchregistrations.lua
mod_websocket.lua mod_websocket: Fire pre-session-close event (fixes #1800) 2023-02-20 18:10:15 +00:00
mod_welcome.lua
mod_windows.lua