aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* mod_s2s: Don't close connections on reloadKim Alvefur2021-07-141-0/+1
* mod_s2s: Close connections attached to a host being deactivatedKim Alvefur2021-07-141-0/+8
* mod_s2s: Vary log level by remote stream errorKim Alvefur2021-07-141-1/+33
* mod_dialback: Tweak wording in a commentKim Alvefur2021-07-131-1/+1
* mod_s2s: Remove connection timeout once it's no longer neededKim Alvefur2021-07-131-1/+12
* mod_s2s: Log debug message on attempted close of an connectionless sessionKim Alvefur2021-07-111-0/+1
* mod_s2s: Drop level of indentation by inverting a condition and early returnKim Alvefur2021-07-111-59/+61
* mod_s2s: Use module API to fire eventsKim Alvefur2021-07-111-9/+8
* mod_http_errors: Set status code 200 from root pageKim Alvefur2021-07-091-0/+1
* mod_http_errors: Add a Prosody logo to root pageKim Alvefur2021-07-091-0/+10
* mod_http_errors: Allow adding icons on error pagesKim Alvefur2021-07-091-1/+1
* mod_admin_adhoc: Log who performs administrative actionsKim Alvefur2021-06-271-13/+25
* mod_admin_adhoc: Delete "Get User Password" commandKim Alvefur2021-06-271-36/+0
* mod_pubsub,mod_pep: Support "max" as 'pubsub#max_items'Kim Alvefur2021-06-093-10/+25
* mod_external_services: Report overall status as a module statusKim Alvefur2021-06-211-2/+4
* mod_external_services: Validate items as they are addedKim Alvefur2021-06-211-0/+4
* mod_external_services: Also validate services added by other modulesKim Alvefur2021-06-211-1/+2
* mod_storage_sql: Fix for move of yes/no function (Thanks Kasim)Kim Alvefur2021-06-211-2/+2
* mod_s2s: Remove duplicate method call (thanks luacheck)Kim Alvefur2021-06-211-1/+0
* mod_s2s: Guard against LuaSec not returning TLS info here tooKim Alvefur2021-06-211-1/+2
* mod_c2s: Guard against LuaSec not returning TLS info (thanks Martin)Kim Alvefur2021-06-211-4/+4
* mod_c2s: Log the same messages for Direct TLS as with starttlsKim Alvefur2021-06-201-1/+6
* mod_c2s: Update a comment to reflect Direct TLSKim Alvefur2021-06-201-1/+1
* mod_c2s: Add a Direct TLS listenerKim Alvefur2021-06-201-0/+10
* mod_http_file_share: Update comment about x-frame-optionsKim Alvefur2021-06-201-1/+1
* mod_s2s: Bail if connection is destroyed after attempting to open streamKim Alvefur2021-06-161-0/+5
* mod_c2s,mod_s2s: Collect stats on TLS versions and ciphersKim Alvefur2021-06-162-0/+13
* mod_admin_shell: module:info: List 'items' that can be formatted easilyKim Alvefur2021-06-121-0/+14
* mod_admin_shell: module:info: Show friendlier name for known 'items'Kim Alvefur2021-06-121-1/+9
* mod_admin_shell: module:info: List provided 'items'Kim Alvefur2021-06-121-0/+6
* mod_admin_shell: module:info: Use existing host string representationKim Alvefur2021-06-121-8/+2
* mod_admin_shell: module:info: List dependenciesKim Alvefur2021-06-121-0/+6
* mod_admin_shell: module:info: Show module statusKim Alvefur2021-06-121-0/+3
* mod_admin_shell: Add basic command that shows more info about loaded modulesKim Alvefur2021-06-121-0/+29
* mod_turn_external: Simple module to offer TURN(+STUN) via mod_external_servicesKim Alvefur2021-01-211-0/+28
* mod_http_file_share: Build list of measuring buckets for configured size limitKim Alvefur2021-06-081-1/+7
* mod_server_contact_info: Generate properly escaped URIs from 'admins'Kim Alvefur2020-09-111-1/+2
* mod_server_contact_info: Apply JID normalizationKim Alvefur2020-09-111-1/+2
* mod_tls: Add "support" for <failure> by closing gracefullyKim Alvefur2021-05-211-0/+6
* mod_csi_simple: convert to use new metric interface for flush reasonsJonas Schäfer2021-05-201-10/+7
* mod_http_file_share: Handle out of bounds Range requestKim Alvefur2021-05-171-3/+8
* Merge 0.11->trunkKim Alvefur2021-05-161-12/+0
|\
| * mod_pep: Remove obsolete node restoration code (now done by util.pubsub)Kim Alvefur2021-05-161-12/+0
* | mod_http_file_share: Support download resumption via Range requestsKim Alvefur2021-05-161-0/+20
* | Merge 0.11->trunkMatthew Wild2021-05-1311-41/+48
|\|
| * mod_dialback: Remove d-w-d feature0.11.9Kim Alvefur2021-05-122-23/+1
| * mod_dialback: Use correct host for certificate check (fixes #1381)Kim Alvefur2019-06-231-2/+1
| * mod_dialback: Use constant-time comparison with hmacMatthew Wild2021-05-121-1/+2
| * mod_proxy65: Restrict access to local c2s connections by defaultMatthew Wild2021-05-121-4/+12
| * mod_limits: Use default limits if none configuredMatthew Wild2021-05-111-1/+10