..
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
plugins: Use integer config API with interval specification where sensible
2023-07-17 01:38:54 +02:00
mod_pubsub
plugins: Use integer config API with interval specification where sensible
2023-07-17 01:38:54 +02:00
muc
plugins: Use integer config API with interval specification where sensible
2023-07-17 01:38:54 +02:00
mod_admin_adhoc.lua
plugins: Prefix module imports with prosody namespace
2023-03-24 13:15:28 +01:00
mod_admin_shell.lua
core, plugins: Split prosody:user role into prosody:{guest,registered,member}
2023-06-29 15:36:13 +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
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
plugins: Use integer config API with interval specification where sensible
2023-07-17 01:38:54 +02:00
mod_auth_internal_plain.lua
plugins: Prefix module imports with prosody namespace
2023-03-24 13:15:28 +01:00
mod_auth_ldap.lua
plugins: Prefix module imports with prosody namespace
2023-03-24 13:15:28 +01:00
mod_authz_internal.lua
core, plugins: Split prosody:user role into prosody:{guest,registered,member}
2023-06-29 15:36:13 +01:00
mod_blocklist.lua
plugins: Use integer config API with interval specification where sensible
2023-07-17 01:38:54 +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
plugins: Use integer config API with interval specification where sensible
2023-07-17 01:38:54 +02:00
mod_c2s.lua
plugins: Use integer config API with interval specification where sensible
2023-07-17 01:38:54 +02: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 recording last task run time #1751
2022-05-05 14:10:59 +02: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_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
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
plugins: Use integer config API with interval specification where sensible
2023-07-17 01:38:54 +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
plugins: Use integer config API with interval specification where sensible
2023-07-17 01:38:54 +02: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
plugins: Switch to :get_option_period() for time range options
2023-07-16 20:49:33 +02:00
mod_invites_adhoc.lua
core, plugins: Split prosody:user role into prosody:{guest,registered,member}
2023-06-29 15:36:13 +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
plugins: Use integer config API with interval specification where sensible
2023-07-17 01:38:54 +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 -> mod_pep_simple, mod_pep_plus -> mod_pep
2018-08-01 19:08:09 +01:00
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: Add a dependency on mod_watchregistrations
2020-06-29 21:03:13 +02:00
mod_register_ibr.lua
core, plugins: Split prosody:user role into prosody:{guest,registered,member}
2023-06-29 15:36:13 +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: Improve readability of bare-JID check
2021-12-22 18:07:44 +01:00
mod_s2s.lua
plugins: Use integer config API with interval specification where sensible
2023-07-17 01:38:54 +02:00
mod_s2s_auth_certs.lua
plugins: Prefix module imports with prosody namespace
2023-03-24 13:15:28 +01:00
mod_s2s_bidi.lua
various: Require encryption by default for real
2021-12-25 16:23:40 +01:00
mod_saslauth.lua
usermanager, mod_saslauth: Default to internal_hashed if no auth module specified
2022-02-10 19:54:14 +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
plugins: Use integer config API with interval specification where sensible
2023-07-17 01:38:54 +02: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_none: Add a noop archive delete method
2017-04-04 18:46:51 +02:00
mod_storage_sql.lua
plugins: Use integer config API with interval specification where sensible
2023-07-17 01:38:54 +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
plugins: Switch to :get_option_period() for time range options
2023-07-16 20:49:33 +02: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
modulemanager: Always load a platform-specific module, add stub modules for Windows and unknown platforms
2014-01-26 21:16:24 +01:00
mod_uptime.lua
plugins: Prefix module imports with prosody namespace
2023-03-24 13:15:28 +01:00
mod_user_account_management.lua
plugins: Prefix module imports with prosody namespace
2023-03-24 13:15:28 +01: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
modulemanager: Always load a platform-specific module, add stub modules for Windows and unknown platforms
2014-01-26 21:16:24 +01:00