aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | teal: Describe http_url methodKim Alvefur2023-05-241-0/+3
* | mod_admin_shell: Show internal URL in addition to external in http:listKim Alvefur2023-05-241-5/+8
* | mod_http: Add way to retrieve internal URL instead of externalKim Alvefur2023-05-241-2/+2
* | util.jsonschema: Update test suite ignore rulesKim Alvefur2023-05-201-5/+6
* | mod_admin_shell: Allow logging HTTP events with debug:logevents("http")Kim Alvefur2023-05-141-0/+3
* | mod_admin_shell: Allow logging global events with debug:logevents("*")Kim Alvefur2023-05-141-1/+5
* | net.http.server: Remove "Firing event" logs, use event logging insteadKim Alvefur2023-05-141-4/+0
* | net.http.server: Log request and response status linesKim Alvefur2023-05-141-0/+3
* | net.http.server: Assign each request its own log sourceKim Alvefur2023-05-141-5/+8
* | net.http.server: Assign an ID to each request, shared with responseKim Alvefur2023-05-141-0/+3
* | mod_tokenauth: Support selection of _no_ role at allKim Alvefur2023-05-071-5/+6
* | mod_tokenauth: Return error instead of session for token without roleKim Alvefur2023-05-071-1/+3
* | mod_adhoc: Silence permission errors when listing commandsKim Alvefur2023-05-071-3/+3
* | mod_invites: Fix password reset invitesKim Alvefur2023-05-071-1/+1
* | core.sessionmanager: Delay closing a replaced connection after replacementKim Alvefur2023-05-072-2/+2
* | doap: Update reference for publishing of XEP-0478: Stream Limits AdvertisementKim Alvefur2023-05-041-1/+2
* | mod_c2s,mod_s2s: Fix tag name for SLA (thanks mjk)Kim Alvefur2023-05-032-5/+5
* | Merge 0.12->trunkKim Alvefur2023-05-011-0/+8
|\|
| * mod_csi_simple: Disable revert-to-inactive timer when going to active modeKim Alvefur2023-05-011-0/+4
| * mod_csi_simple: Clear delayed active mode timer on disableKim Alvefur2023-05-011-0/+4
* | mod_admin_shell: Refactor 'cert' columnKim Alvefur2023-04-301-4/+12
* | util.jsonschema: Fix UTF-8ness of 'minLength' and 'maxLength'Kim Alvefur2023-04-233-6/+17
* | util.jsonschema: Implement 'minContains' and 'maxContains'Kim Alvefur2023-04-233-12/+8
* | util.jsonschema: Add some comments wrt Lua-specificsKim Alvefur2023-04-221-0/+4
* | util.jsonschema: Implement 'luaPattern' - Lua variant of 'pattern'Kim Alvefur2023-04-222-0/+7
* | util.jsonschema: Implement 'luaPatternProperties' as Lua variant of 'patternP...Kim Alvefur2023-04-222-2/+42
* | util.jsonschema: Tweak description of disabled testKim Alvefur2023-04-221-1/+1
* | util.jsonschema: Enable passing IEEE 754 equality testKim Alvefur2023-04-221-1/+0
* | util.jsonschema: Fix NYI 'patternProperties' definitionKim Alvefur2023-04-221-1/+1
* | util.error: Add test for #1805Kim Alvefur2023-04-191-0/+3
* | Merge 0.12->trunkKim Alvefur2023-04-192-2/+2
|\|
| * util.error: Fix error on conversion of invalid error stanza, fix #1805Kim Alvefur2023-04-191-1/+1
| * mod_admin_shell: Fix display of remote cert status when expired etcKim Alvefur2023-04-061-1/+1
* | mod_tls: Drop request for client certificates on outgoing connectionsKim Alvefur2023-04-191-1/+1
* | mod_csi: Always advertise featureKim Alvefur2023-04-161-2/+1
* | mod_tokenauth: Fix parsing binary part of tokensKim Alvefur2023-04-121-1/+1
* | mod_tokenauth: Only check if expiry of expiring tokensKim Alvefur2023-04-121-1/+1
* | mod_admin_shell: Use same wildcard matching in other s2s commandKim Alvefur2023-04-101-6/+5
* | mod_admin_shell: Factor apart wildcard matching into function for reuseKim Alvefur2023-04-101-14/+18
* | mod_csi: Remove module status, doesn't work because of mod_smacksKim Alvefur2023-04-101-12/+0
* | mod_http: Fix reliance on previous tostring() format of util.setKim Alvefur2023-04-101-2/+7
* | util.human.io: Fix column width miscalculationKim Alvefur2023-04-091-3/+0
* | util.human.io: Fix error with ellipsis to negative lengthKim Alvefur2023-04-091-1/+1
* | tools/tb2err: Trim trailing whitespaceKim Alvefur2023-04-081-1/+1
* | tools/tb2err: Rewrite prosody-modules paths to ../modulesKim Alvefur2023-04-081-0/+2
* | tools/tb2err: Add some example usage in a commentKim Alvefur2023-04-081-0/+2
* | tools/tb2err: Drop use of lua-any since it should run fine on any LuaKim Alvefur2023-04-081-2/+1
* | mod_admin_shell: Add config:set([host,] key, value) because why notKim Alvefur2023-04-081-0/+8
* | mod_admin_shell: Allow wildcard matches like s2s:show("*.example.com")Kim Alvefur2023-04-081-1/+13
* | util.sasl: Fix a singularsKim Alvefur2023-04-071-1/+1