| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | core.loggingmanager: Support passing log messages trough a filter | Kim Alvefur | 2021-06-29 | 1 | -2/+5 |
* | | util.stanza: Simplify and make pretty-printing look nicer | Kim Alvefur | 2020-11-07 | 1 | -29/+37 |
* | | util.stanza: Remove Windows "support" (disabling ANSI color pretty printing) | Kim Alvefur | 2020-11-07 | 1 | -11/+2 |
* | | util.format: Escape ASCII control characters in output | Kim Alvefur | 2021-06-15 | 2 | -1/+21 |
* | | util.dbuffer: Fix bugs, remove multi-char support (more complex than first th... | Matthew Wild | 2021-06-29 | 2 | -24/+3 |
* | | util.dbuffer: Add read_until() method | Matthew Wild | 2021-06-29 | 2 | -0/+58 |
* | | util.prosodyctl.check: Collect options from all global plugins | Kim Alvefur | 2021-05-27 | 1 | -0/+45 |
* | | util.prosodyctl.check: Format, sort option listings into canonical form | Kim Alvefur | 2021-05-27 | 1 | -8/+34 |
* | | mod_admin_adhoc: Log who performs administrative actions | Kim Alvefur | 2021-06-27 | 1 | -13/+25 |
* | | mod_admin_adhoc: Delete "Get User Password" command | Kim Alvefur | 2021-06-27 | 1 | -36/+0 |
* | | mod_pubsub,mod_pep: Support "max" as 'pubsub#max_items' | Kim Alvefur | 2021-06-09 | 8 | -16/+78 |
* | | util.dataforms: Define a integer + "max" datatype | Kim Alvefur | 2020-09-18 | 1 | -0/+9 |
* | | core.stanza_router: Rename variable to be more specific | Kim Alvefur | 2021-06-25 | 1 | -3/+3 |
* | | mod_external_services: Report overall status as a module status | Kim Alvefur | 2021-06-21 | 1 | -2/+4 |
* | | mod_external_services: Validate items as they are added | Kim Alvefur | 2021-06-21 | 1 | -0/+4 |
* | | mod_external_services: Also validate services added by other modules | Kim Alvefur | 2021-06-21 | 1 | -1/+2 |
* | | mod_storage_sql: Fix for move of yes/no function (Thanks Kasim) | Kim Alvefur | 2021-06-21 | 1 | -2/+2 |
* | | mod_s2s: Remove duplicate method call (thanks luacheck) | Kim Alvefur | 2021-06-21 | 1 | -1/+0 |
* | | mod_s2s: Guard against LuaSec not returning TLS info here too | Kim Alvefur | 2021-06-21 | 1 | -1/+2 |
* | | mod_c2s: Guard against LuaSec not returning TLS info (thanks Martin) | Kim Alvefur | 2021-06-21 | 1 | -4/+4 |
* | | doap: Update XEP-0368 entry with mention of direct_tls_ports | Kim Alvefur | 2021-06-20 | 1 | -1/+1 |
* | | CHANGES: Add Direct TLS support | Kim Alvefur | 2021-06-20 | 1 | -0/+1 |
* | | mod_c2s: Log the same messages for Direct TLS as with starttls | Kim Alvefur | 2021-06-20 | 1 | -1/+6 |
* | | mod_c2s: Update a comment to reflect Direct TLS | Kim Alvefur | 2021-06-20 | 1 | -1/+1 |
* | | util.prosodyctl.check: Ensure that libunbound does not check hosts file | Kim Alvefur | 2021-06-20 | 1 | -0/+3 |
* | | util.prosodyctl.check: Deprecate legacy_ssl related options | Kim Alvefur | 2021-06-20 | 1 | -0/+1 |
* | | util.prosodyctl.check: Add support for checking Direct TLS SRV records | Kim Alvefur | 2021-06-20 | 1 | -1/+23 |
* | | mod_c2s: Add a Direct TLS listener | Kim Alvefur | 2021-06-20 | 1 | -0/+10 |
* | | util.prosodyctl.check: Fix for net.dns vs unbound API difference | Kim Alvefur | 2021-06-20 | 1 | -2/+2 |
* | | util.prosodyctl.check: Add knowledge of the global-only 'use_ipv4' setting | Kim Alvefur | 2021-06-20 | 1 | -1/+1 |
* | | mod_http_file_share: Update comment about x-frame-options | Kim Alvefur | 2021-06-20 | 1 | -1/+1 |
* | | CHANGES: Add OpenMetrics changes to Statistics | Kim Alvefur | 2021-06-19 | 1 | -0/+1 |
* | | mod_s2s: Bail if connection is destroyed after attempting to open stream | Kim Alvefur | 2021-06-16 | 1 | -0/+5 |
* | | mod_c2s,mod_s2s: Collect stats on TLS versions and ciphers | Kim Alvefur | 2021-06-16 | 2 | -0/+13 |
* | | mod_admin_shell: module:info: List 'items' that can be formatted easily | Kim Alvefur | 2021-06-12 | 1 | -0/+14 |
* | | mod_admin_shell: module:info: Show friendlier name for known 'items' | Kim Alvefur | 2021-06-12 | 1 | -1/+9 |
* | | mod_admin_shell: module:info: List provided 'items' | Kim Alvefur | 2021-06-12 | 1 | -0/+6 |
* | | mod_admin_shell: module:info: Use existing host string representation | Kim Alvefur | 2021-06-12 | 1 | -8/+2 |
* | | mod_admin_shell: module:info: List dependencies | Kim Alvefur | 2021-06-12 | 1 | -0/+6 |
* | | mod_admin_shell: module:info: Show module status | Kim Alvefur | 2021-06-12 | 1 | -0/+3 |
* | | mod_admin_shell: Add basic command that shows more info about loaded modules | Kim Alvefur | 2021-06-12 | 1 | -0/+29 |
* | | util.openmetrics: Use pack from util.table, detect appropriate unpack for Lua... | Matthew Wild | 2021-06-14 | 1 | -4/+5 |
* | | mod_turn_external: Simple module to offer TURN(+STUN) via mod_external_services | Kim Alvefur | 2021-01-21 | 2 | -1/+30 |
* | | core.portmanager: Also reload per-SNI certificates | Kim Alvefur | 2021-06-10 | 1 | -1/+3 |
* | | core.portmanager: Reload direct TLS certificates after config reload | Kim Alvefur | 2021-06-10 | 1 | -0/+21 |
* | | core.portmanager: Factor out base TLS context creation for reuse | Kim Alvefur | 2021-06-10 | 1 | -10/+15 |
* | | net.server_epoll: Add missing method for changing TLS context | Kim Alvefur | 2021-06-10 | 1 | -0/+4 |
* | | mod_http_file_share: Build list of measuring buckets for configured size limit | Kim Alvefur | 2021-06-08 | 1 | -1/+7 |
* | | util.openmetrics: Prettify format of histogram buckets | Kim Alvefur | 2021-06-08 | 1 | -1/+1 |
* | | net.server_epoll: Fix reporting of socket connect timeout | Kim Alvefur | 2021-06-07 | 1 | -0/+2 |