aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
| * mod_limits: Don't emit error when no burst period is configuredMatthew Wild2021-05-111-1/+1
| * MUC: Add support for advertising muc#roomconfig_allowinvites in room disco#infoMatthew Wild2021-05-101-2/+10
| * mod_auth_internal_{plain,hashed}: Use constant-time string comparison for sec...Matthew Wild2021-05-102-3/+5
| * mod_c2s, mod_s2s, mod_component, mod_bosh, mod_websockets: Set default stanza...Matthew Wild2021-05-075-5/+7
* | mod_tls: Fix order of debug messages and tls context creationKim Alvefur2021-05-051-2/+2
* | s2s et al.: Add counters for connection state transitionsJonas Schäfer2021-04-213-11/+50
* | mod_s2s: Port to new OpenMetrics APIJonas Schäfer2021-04-181-10/+26
* | mod_c2s: Port to new OpenMetrics APIJonas Schäfer2021-04-181-10/+16
* | Statistics: Rewrite statistics backends to use OpenMetricsJonas Schäfer2021-04-181-235/+185
* | mod_tls: Bail out if session got destroyed while sending <proceed/>Kim Alvefur2021-04-151-0/+1
* | mod_c2s: Fix traceback if session was destroyed while opening stream (thanks ...Kim Alvefur2021-04-141-0/+3