aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* mod_admin_shell: Show HTTP base-URLs in module:info()Kim Alvefur2021-10-131-1/+2
* mod_mimicking: Correctly hook the *global* user-deleted eventKim Alvefur2021-10-121-1/+2
* mod_storage_xep0227: Add scram-credentials to user element rather than serverMatthew Wild2021-09-221-1/+1
* mod_auth_ldap: Import from prosody-modules rev f52452911187Kim Alvefur2021-10-051-0/+154
* mod_carbons: Advertise following of recommended rules (closes #1486)Kim Alvefur2021-10-051-0/+2
* mod_s2s_auth_certs: Collect stats on validation results (for #975)Kim Alvefur2021-10-051-0/+4
* mod_csi_simple: Provide custom set of timing bucketsKim Alvefur2021-10-051-1/+2
* mod_admin_shell: Allow passing an exit code to server:shutdown()Kim Alvefur2021-09-301-2/+2
* mod_posix: Exit with non-zero status code on problemsKim Alvefur2021-09-301-4/+4
* mod_http_errors: Make it easier to override 'http-message' handlerKim Alvefur2021-09-241-1/+1
* mod_mam: Merge main and RSM-specific log message here tooKim Alvefur2021-09-231-10/+10
* mod_muc_mam: Fix reference to "user" in debug message copied from mod_mamKim Alvefur2021-09-231-1/+1
* mod_muc_mam: Merge main and RSM-specific log message into a single oneKim Alvefur2021-09-231-9/+7
* mod_muc_mam: Fix copypaste mistake in debug loggingKim Alvefur2021-09-231-1/+1
* mod_message: Fire event for groupchat messages sent to bare JIDMatthew Wild2021-09-221-0/+9
* mod_bosh: Fix typo in commentKim Alvefur2021-09-191-1/+1
* mod_register_limits: Reword some optionsKim Alvefur2021-09-191-19/+21
* MUC: Reject full JID in affiliation queriesKim Alvefur2021-09-171-0/+3
* mod_pubsub: Advertise support for 'max' as value for max_itemsKim Alvefur2021-09-151-0/+4
* mod_http_file_share: Fix measuring how long periodic task takeKim Alvefur2021-09-141-2/+6
* mod_message: Clarify purpose of username field in offline message eventKim Alvefur2021-09-121-2/+2
* mod_carbons: Reduce line count using new util.stanza attr methodKim Alvefur2021-09-121-4/+2
* mod_mam: Reduce line count using new util.stanza attr methodKim Alvefur2021-09-121-4/+2
* mod_http_file_share: Measure current total usageKim Alvefur2021-09-121-0/+7
* mod_storage_xep0227: Update for XEP-0227 r1.1: Support for SCRAM, MAM, PEPMatthew Wild2021-09-121-23/+495
* mod_pubsub/pubsub.lib: Export config forms for use by other modulesMatthew Wild2021-09-111-0/+3
* mod_http_file_share: Fix traceback in global quota debug logging (thanks Martin)Kim Alvefur2021-09-121-2/+4
* mod_http_file_share: Add optional global quota on total storage usageKim Alvefur2021-09-121-3/+55
* mod_c2s: Rename Direct TLS listener 'c2s_direct_tls' for clarityKim Alvefur2021-09-091-1/+1
* mod_s2s: Rename Direct TLS listener 's2s_direct_tls'Kim Alvefur2021-09-091-1/+1
* mod_s2s: Add a Direct TLS listenerKim Alvefur2021-08-101-0/+14
* mod_s2s: Handle connections having TLS from the startKim Alvefur2021-08-101-0/+4
* mod_s2s: Factor out procedure for newly encrypted sessionsKim Alvefur2021-08-101-12/+16
* mod_bosh,mod_websocket: Make into global-shared modules (...again)Kim Alvefur2021-06-212-22/+28
* mod_c2s,mod_s2s: Indicate stanza size violation with condition from XEP-0205 ...Kim Alvefur2021-09-062-2/+10
* mod_pubsub: Move reversal of item order in <items>Kim Alvefur2021-09-051-3/+9
* mod_pubsub: Add support for limiting result size #1608Kim Alvefur2021-09-051-1/+5
* mod_tls: Attempt STARTTLS on outgoing unencrypted legacy s2s connectionsKim Alvefur2021-09-011-0/+8
* mod_storage_internal: Stop storing XEP-0091 timestampKim Alvefur2021-09-041-2/+1
* mod_mam: Suppress offline message broadcast for MAM clientsKim Alvefur2021-08-311-0/+7
* mod_mam: Only check for locally generated stanza-idsKim Alvefur2021-08-311-2/+5
* mod_mam: Explain behavior with absent mod_offline in a commentKim Alvefur2021-08-311-0/+4
* mod_mam: "Handle" messages that have been archived in the absense of mod_offlineKim Alvefur2020-06-251-0/+7
* mod_external_services: Factor out public function for converting to XMLKim Alvefur2021-08-301-28/+21
* mod_external_services: Factor out public function returning current servicesKim Alvefur2021-08-301-8/+11
* mod_external_services: Filter services by requested credentials using a SetKim Alvefur2021-08-301-23/+21
* mod_external_services: Validate required attributes on credentials requestsKim Alvefur2021-08-291-1/+6
* usermanager, mod_authz_internal: Add methods to fetch users/JIDs of given roleMatthew Wild2021-08-261-3/+33
* mod_muc_mam: Omit queryid attribute from <fin/>Holger Weiss2021-08-061-1/+1
* mod_c2s,mod_s2s: Fire event just before writesKim Alvefur2021-08-162-0/+14