util.format: Allow newlines but ensure following lines are indented
|
Kim Alvefur |
2021-07-03 |
util.format: Fix missing backslash in pattern
|
Kim Alvefur |
2021-07-03 |
util.prosodyctl.check: Reload unbound to ensure hosts.txt is ignored
|
Kim Alvefur |
2021-07-03 |
util.format: Change formatting of nil values to avoid looking like XML
|
Kim Alvefur |
2021-06-29 |
core.loggingmanager: Pretty-print logged XML snippets in console
|
Kim Alvefur |
2021-06-29 |
util.stanza: Export pretty printing function
|
Kim Alvefur |
2021-06-29 |
core.loggingmanager: Support passing log messages trough a filter
|
Kim Alvefur |
2021-06-29 |
util.stanza: Simplify and make pretty-printing look nicer
|
Kim Alvefur |
2020-11-07 |
util.stanza: Remove Windows "support" (disabling ANSI color pretty printing)
|
Kim Alvefur |
2020-11-07 |
util.format: Escape ASCII control characters in output
|
Kim Alvefur |
2021-06-15 |
util.dbuffer: Fix bugs, remove multi-char support (more complex than first thought)
|
Matthew Wild |
2021-06-29 |
util.dbuffer: Add read_until() method
|
Matthew Wild |
2021-06-29 |
util.prosodyctl.check: Collect options from all global plugins
|
Kim Alvefur |
2021-05-27 |
util.prosodyctl.check: Format, sort option listings into canonical form
|
Kim Alvefur |
2021-05-27 |
mod_admin_adhoc: Log who performs administrative actions
|
Kim Alvefur |
2021-06-27 |
mod_admin_adhoc: Delete "Get User Password" command
|
Kim Alvefur |
2021-06-27 |
mod_pubsub,mod_pep: Support "max" as 'pubsub#max_items'
|
Kim Alvefur |
2021-06-09 |
util.dataforms: Define a integer + "max" datatype
|
Kim Alvefur |
2020-09-18 |
core.stanza_router: Rename variable to be more specific
|
Kim Alvefur |
2021-06-25 |
mod_external_services: Report overall status as a module status
|
Kim Alvefur |
2021-06-21 |
mod_external_services: Validate items as they are added
|
Kim Alvefur |
2021-06-21 |
mod_external_services: Also validate services added by other modules
|
Kim Alvefur |
2021-06-21 |
mod_storage_sql: Fix for move of yes/no function (Thanks Kasim)
|
Kim Alvefur |
2021-06-21 |
mod_s2s: Remove duplicate method call (thanks luacheck)
|
Kim Alvefur |
2021-06-21 |
mod_s2s: Guard against LuaSec not returning TLS info here too
|
Kim Alvefur |
2021-06-21 |
mod_c2s: Guard against LuaSec not returning TLS info (thanks Martin)
|
Kim Alvefur |
2021-06-21 |
doap: Update XEP-0368 entry with mention of direct_tls_ports
|
Kim Alvefur |
2021-06-20 |
CHANGES: Add Direct TLS support
|
Kim Alvefur |
2021-06-20 |
mod_c2s: Log the same messages for Direct TLS as with starttls
|
Kim Alvefur |
2021-06-20 |
mod_c2s: Update a comment to reflect Direct TLS
|
Kim Alvefur |
2021-06-20 |
util.prosodyctl.check: Ensure that libunbound does not check hosts file
|
Kim Alvefur |
2021-06-20 |
util.prosodyctl.check: Deprecate legacy_ssl related options
|
Kim Alvefur |
2021-06-20 |
util.prosodyctl.check: Add support for checking Direct TLS SRV records
|
Kim Alvefur |
2021-06-20 |
mod_c2s: Add a Direct TLS listener
|
Kim Alvefur |
2021-06-20 |
util.prosodyctl.check: Fix for net.dns vs unbound API difference
|
Kim Alvefur |
2021-06-20 |
util.prosodyctl.check: Add knowledge of the global-only 'use_ipv4' setting
|
Kim Alvefur |
2021-06-20 |
mod_http_file_share: Update comment about x-frame-options
|
Kim Alvefur |
2021-06-20 |
CHANGES: Add OpenMetrics changes to Statistics
|
Kim Alvefur |
2021-06-19 |
mod_s2s: Bail if connection is destroyed after attempting to open stream
|
Kim Alvefur |
2021-06-16 |
mod_c2s,mod_s2s: Collect stats on TLS versions and ciphers
|
Kim Alvefur |
2021-06-15 |
mod_admin_shell: module:info: List 'items' that can be formatted easily
|
Kim Alvefur |
2021-06-12 |
mod_admin_shell: module:info: Show friendlier name for known 'items'
|
Kim Alvefur |
2021-06-12 |
mod_admin_shell: module:info: List provided 'items'
|
Kim Alvefur |
2021-06-12 |
mod_admin_shell: module:info: Use existing host string representation
|
Kim Alvefur |
2021-06-12 |
mod_admin_shell: module:info: List dependencies
|
Kim Alvefur |
2021-06-12 |
mod_admin_shell: module:info: Show module status
|
Kim Alvefur |
2021-06-12 |
mod_admin_shell: Add basic command that shows more info about loaded modules
|
Kim Alvefur |
2021-06-12 |
util.openmetrics: Use pack from util.table, detect appropriate unpack for Lua 5.1 (thanks sups)
|
Matthew Wild |
2021-06-14 |
mod_turn_external: Simple module to offer TURN(+STUN) via mod_external_services
|
Kim Alvefur |
2021-01-21 |
core.portmanager: Also reload per-SNI certificates
|
Kim Alvefur |
2021-06-10 |
core.portmanager: Reload direct TLS certificates after config reload
|
Kim Alvefur |
2021-06-10 |
core.portmanager: Factor out base TLS context creation for reuse
|
Kim Alvefur |
2021-06-10 |
net.server_epoll: Add missing method for changing TLS context
|
Kim Alvefur |
2021-06-10 |
mod_http_file_share: Build list of measuring buckets for configured size limit
|
Kim Alvefur |
2021-06-08 |
util.openmetrics: Prettify format of histogram buckets
|
Kim Alvefur |
2021-06-07 |
net.server_epoll: Fix reporting of socket connect timeout
|
Kim Alvefur |
2021-06-07 |
core.certmanager: Skip service certificate lookup for https client
|
Kim Alvefur |
2021-05-27 |
core.portmanager: Fix race condition in initialization of SNI cert map
|
Kim Alvefur |
2021-05-28 |
scansion: Really silence the certificates dir error
|
Kim Alvefur |
2021-05-27 |
scansion: Silence an error from cert indexer due to missing certs dir
|
Kim Alvefur |
2021-05-27 |