aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | mod_s2s: Use module API to fire eventsKim Alvefur2021-07-111-9/+8
* | scansion tests: Allow specifying network settings via environment variableKim Alvefur2021-07-111-2/+1
* | scansion tests: Allow specifying network backend via environment variableKim Alvefur2021-07-111-1/+1
* | net.server_epoll: Prevent stack overflow of opportunistic writesKim Alvefur2021-07-111-1/+3
* | 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
* | net.http: Send entire HTTP request header as one writeKim Alvefur2021-07-081-5/+3
* | net.server_epoll: Immediately attempt to read from newly accepted connectionsKim Alvefur2021-07-081-1/+1
* | net.server_epoll: Separate handling of new incoming and outgoing connectionsKim Alvefur2021-07-081-2/+6
* | net.server_epoll: Ensure timeout after closingKim Alvefur2020-10-311-0/+1
* | core.loggingmanager: Disable pretty printing when not connected to a ttyKim Alvefur2021-07-041-1/+1
* | util.pposix: Bind isatty(3)Kim Alvefur2021-07-042-0/+11
* | util.prosodyctl.check: Normalize away trailing dot in some messages tooKim Alvefur2021-07-041-8/+13
* | util.prosodyctl.check: Normalize potential to form without trailing '.'Kim Alvefur2021-07-041-0/+2
* | util.prosodyctl.check: Point out if A/AAAA exists despite disabled IPvXKim Alvefur2021-07-041-0/+10
* | util.prosodyctl.check: Warn if both use_ipv4 and use_ipv6 are set to falseKim Alvefur2021-07-041-0/+6
* | util.prosodyctl.check: Silence IP protocol mismatches when disabledKim Alvefur2021-07-041-2/+4
* | Merge 0.11->trunkKim Alvefur2021-07-031-1/+1
|\|
| * util.ip: Fix netmask for link-local address rangeKim Alvefur2021-07-031-1/+1
* | util.format: Escape ASCII control characters also in extra argumentsKim Alvefur2021-07-031-1/+1
* | util.format: Allow newlines but ensure following lines are indentedKim Alvefur2021-07-031-1/+1
* | util.format: Fix missing backslash in patternKim Alvefur2021-07-031-1/+1
* | util.prosodyctl.check: Reload unbound to ensure hosts.txt is ignoredKim Alvefur2021-07-031-1/+3
* | util.format: Change formatting of nil values to avoid looking like XMLKim Alvefur2021-06-292-6/+6
* | core.loggingmanager: Pretty-print logged XML snippets in consoleKim Alvefur2021-06-291-3/+7
* | 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