prosody/plugins
Matthew Wild 6bbfcd801a mod_c2s, mod_s2s: Support for queuing callbacks to run in session thread
This allows certain session-specific code that needs to run in the async
context, but is itself triggered outside of that context (e.g. timers), to
be queued.

An example of this is the session destruction code of mod_smacks, when the
hibernation timeout is reached.
2024-11-21 17:02:07 +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: Pass metadata directly into form 2024-11-08 02:15:10 +01:00
muc Merge 0.12->trunk 2024-11-15 14:37:10 +00:00
mod_admin_adhoc.lua Merge 0.12->trunk 2024-10-26 12:43:53 +02:00
mod_admin_shell.lua mod_admin_shell: Report when a module is already loaded 2024-11-15 15:52:37 +01: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 mod_announce: Suppress luacheck warnings 2024-04-26 10:37:20 +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 mod_auth_internal_{hashed,plain}: Respect flag for disabled accounts in test_password() 2024-08-09 20:23:46 +02:00
mod_auth_internal_plain.lua mod_auth_internal_{hashed,plain}: Respect flag for disabled accounts in test_password() 2024-08-09 20:23:46 +02:00
mod_auth_ldap.lua mod_auth_ldap: Use enum option method 2023-07-18 12:31:29 +02:00
mod_authz_internal.lua mod_authz_internal: Hint at roles for external JIDs being read-only 2024-11-01 13:08:35 +01:00
mod_blocklist.lua Merge 0.12->trunk 2024-04-27 15:59:46 +02:00
mod_bookmarks.lua mod_bookmarks: Clarify log messages on failure to sync to modern PEP bookmarks 2024-11-08 10:28:29 +00:00
mod_bosh.lua mod_bosh: Set base_type on session 2024-03-17 10:10:24 +00:00
mod_c2s.lua mod_c2s, mod_s2s: Support for queuing callbacks to run in session thread 2024-11-21 17:02:07 +00: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: Fix log format to account for float that was integer before 2024-02-24 14:35:17 +01:00
mod_csi.lua mod_csi: Update correct variables when counting states 2024-09-21 22:07:36 +02:00
mod_csi_simple.lua mod_csi_simple: Disable revert-to-inactive timer when going to active mode 2023-05-01 15:10:32 +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 Merge 0.12->trunk 2023-12-17 19:02:56 +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 plugins: Prefix module imports with prosody namespace 2023-03-24 13:15:28 +01:00
mod_http.lua mod_http: Fix error if 'access_control_allow_origins' is set 2023-06-10 12:33:58 +02:00
mod_http_errors.lua mod_http_errors: Simplify CSS via built-in dark mode 2023-12-06 23:52:45 +01:00
mod_http_file_share.lua mod_http_file_share: Revert 9c62ffbdf2ae 2024-11-02 23:08:28 +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 plugins: Prefix module imports with prosody namespace 2023-03-24 13:15:28 +01:00
mod_invites.lua Merge 0.12->trunk 2024-08-30 18:16:01 +02:00
mod_invites_adhoc.lua mod_invites_adhoc: Add password reset command 2024-10-20 12:11:21 +02: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 mod_muc_mam: Improve wording of enable setting 2023-10-15 14:43:11 +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 mod_pep: Implement 'roster' (group) access_model 2023-12-03 23:19:27 +01: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: Move everything to util.startup 2024-03-23 20:48:19 +01: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: Add a dependency on mod_watchregistrations 2020-06-29 21:03:13 +02:00
mod_register_ibr.lua various: Require encryption by default for real 2021-12-25 16:23:40 +01: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: do not store number in attribute 2024-11-16 09:12:11 +01:00
mod_s2s.lua mod_c2s, mod_s2s: Support for queuing callbacks to run in session thread 2024-11-21 17:02:07 +00:00
mod_s2s_auth_certs.lua mod_s2s_auth_certs: Handle potential string error 2024-02-21 21:29:16 +01:00
mod_s2s_auth_dane_in.lua mod_s2s_auth_dane_in: Try single TLSA lookup per draft-ietf-dance-client-auth 2024-01-11 07:54:11 +01:00
mod_s2s_bidi.lua mod_s2s_bidi: Include empty list of labels in metrics 2024-08-16 18:39:46 +02:00
mod_saslauth.lua mod_saslauth: Log when tls-exporter is NOT supported, as well as when it is 2024-04-17 16:47:38 +01: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: Sort form fields to please scansion 2024-04-06 16:51:27 +02:00
mod_server_info.lua mod_server_info: New module to manage the serverinfo disco extension form 2024-02-23 21:13:10 +00:00
mod_smacks.lua mod_smacks: Fix previous commit for case of no session found 2024-11-19 00:57:24 +01: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: Fix off-by-one when searching archive for 2024-02-15 20:28:14 +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: Fix mapping of nodes without explicit configuration 2022-04-08 23:35:31 +02:00
mod_time.lua plugins: Prefix module imports with prosody namespace 2023-03-24 13:15:28 +01:00
mod_tls.lua various: Require encryption by default for real 2021-12-25 16:23:40 +01: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 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 plugins: Prefix module imports with prosody namespace 2023-03-24 13:15:28 +01:00
mod_user_account_management.lua mod_user_account_management: Clear pending deletion if account re-enabled 2023-12-07 12:08:01 +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 mod_version: Fix uname result style (thanks riau) 2024-04-07 18:36:00 +02:00
mod_watchregistrations.lua plugins: Use get_option_enum where appropriate 2021-01-16 21:04:58 +01:00
mod_websocket.lua mod_websocket: Fire pre-session-close event (fixes #1800) 2023-02-20 18:10:15 +00:00
mod_welcome.lua plugins: Prefix module imports with prosody namespace 2023-03-24 13:15:28 +01:00
mod_windows.lua