aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* util.stanza: Export pretty printing functionKim Alvefur2021-06-292-1/+4
* core.loggingmanager: Support passing log messages trough a filterKim Alvefur2021-06-291-2/+5
* util.stanza: Simplify and make pretty-printing look nicerKim Alvefur2020-11-071-29/+37
* util.stanza: Remove Windows "support" (disabling ANSI color pretty printing)Kim Alvefur2020-11-071-11/+2
* util.format: Escape ASCII control characters in outputKim Alvefur2021-06-152-1/+21
* util.dbuffer: Fix bugs, remove multi-char support (more complex than first th...Matthew Wild2021-06-292-24/+3
* util.dbuffer: Add read_until() methodMatthew Wild2021-06-292-0/+58
* util.prosodyctl.check: Collect options from all global pluginsKim Alvefur2021-05-271-0/+45
* util.prosodyctl.check: Format, sort option listings into canonical formKim Alvefur2021-05-271-8/+34
* 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-098-16/+78
* util.dataforms: Define a integer + "max" datatypeKim Alvefur2020-09-181-0/+9
* core.stanza_router: Rename variable to be more specificKim Alvefur2021-06-251-3/+3
* 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
* doap: Update XEP-0368 entry with mention of direct_tls_portsKim Alvefur2021-06-201-1/+1
* CHANGES: Add Direct TLS supportKim Alvefur2021-06-201-0/+1
* 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
* util.prosodyctl.check: Ensure that libunbound does not check hosts fileKim Alvefur2021-06-201-0/+3
* util.prosodyctl.check: Deprecate legacy_ssl related optionsKim Alvefur2021-06-201-0/+1
* util.prosodyctl.check: Add support for checking Direct TLS SRV recordsKim Alvefur2021-06-201-1/+23
* mod_c2s: Add a Direct TLS listenerKim Alvefur2021-06-201-0/+10
* util.prosodyctl.check: Fix for net.dns vs unbound API differenceKim Alvefur2021-06-201-2/+2
* util.prosodyctl.check: Add knowledge of the global-only 'use_ipv4' settingKim Alvefur2021-06-201-1/+1
* mod_http_file_share: Update comment about x-frame-optionsKim Alvefur2021-06-201-1/+1
* CHANGES: Add OpenMetrics changes to StatisticsKim Alvefur2021-06-191-0/+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
* util.openmetrics: Use pack from util.table, detect appropriate unpack for Lua...Matthew Wild2021-06-141-4/+5
* mod_turn_external: Simple module to offer TURN(+STUN) via mod_external_servicesKim Alvefur2021-01-212-1/+30
* core.portmanager: Also reload per-SNI certificatesKim Alvefur2021-06-101-1/+3
* core.portmanager: Reload direct TLS certificates after config reloadKim Alvefur2021-06-101-0/+21
* core.portmanager: Factor out base TLS context creation for reuseKim Alvefur2021-06-101-10/+15
* net.server_epoll: Add missing method for changing TLS contextKim Alvefur2021-06-101-0/+4
* mod_http_file_share: Build list of measuring buckets for configured size limitKim Alvefur2021-06-081-1/+7
* util.openmetrics: Prettify format of histogram bucketsKim Alvefur2021-06-081-1/+1