| Commit message (Expand) | Author | Age | Files | Lines |
* | util.sasl: Add basic tests for OAUTHBEARER | Kim Alvefur | 2023-05-26 | 1 | -0/+32 |
* | util.sasl.oauthbearer: Tighter parsing of SASL message | Kim Alvefur | 2023-05-26 | 1 | -1/+3 |
* | Merge 0.12->trunk | Kim Alvefur | 2023-05-24 | 2 | -0/+6 |
|\ |
|
| * | mod_s2s: Add event where resolver for s2sout can be tweaked | Kim Alvefur | 2022-08-18 | 2 | -0/+6 |
* | | teal: Describe http_url method | Kim Alvefur | 2023-05-24 | 1 | -0/+3 |
* | | mod_admin_shell: Show internal URL in addition to external in http:list | Kim Alvefur | 2023-05-24 | 1 | -5/+8 |
* | | mod_http: Add way to retrieve internal URL instead of external | Kim Alvefur | 2023-05-24 | 1 | -2/+2 |
* | | util.jsonschema: Update test suite ignore rules | Kim Alvefur | 2023-05-20 | 1 | -5/+6 |
* | | mod_admin_shell: Allow logging HTTP events with debug:logevents("http") | Kim Alvefur | 2023-05-14 | 1 | -0/+3 |
* | | mod_admin_shell: Allow logging global events with debug:logevents("*") | Kim Alvefur | 2023-05-14 | 1 | -1/+5 |
* | | net.http.server: Remove "Firing event" logs, use event logging instead | Kim Alvefur | 2023-05-14 | 1 | -4/+0 |
* | | net.http.server: Log request and response status lines | Kim Alvefur | 2023-05-14 | 1 | -0/+3 |
* | | net.http.server: Assign each request its own log source | Kim Alvefur | 2023-05-14 | 1 | -5/+8 |
* | | net.http.server: Assign an ID to each request, shared with response | Kim Alvefur | 2023-05-14 | 1 | -0/+3 |
* | | mod_tokenauth: Support selection of _no_ role at all | Kim Alvefur | 2023-05-07 | 1 | -5/+6 |
* | | mod_tokenauth: Return error instead of session for token without role | Kim Alvefur | 2023-05-07 | 1 | -1/+3 |
* | | mod_adhoc: Silence permission errors when listing commands | Kim Alvefur | 2023-05-07 | 1 | -3/+3 |
* | | mod_invites: Fix password reset invites | Kim Alvefur | 2023-05-07 | 1 | -1/+1 |
* | | core.sessionmanager: Delay closing a replaced connection after replacement | Kim Alvefur | 2023-05-07 | 2 | -2/+2 |
* | | doap: Update reference for publishing of XEP-0478: Stream Limits Advertisement | Kim Alvefur | 2023-05-04 | 1 | -1/+2 |
* | | mod_c2s,mod_s2s: Fix tag name for SLA (thanks mjk) | Kim Alvefur | 2023-05-03 | 2 | -5/+5 |
* | | Merge 0.12->trunk | Kim Alvefur | 2023-05-01 | 1 | -0/+8 |
|\| |
|
| * | mod_csi_simple: Disable revert-to-inactive timer when going to active mode | Kim Alvefur | 2023-05-01 | 1 | -0/+4 |
| * | mod_csi_simple: Clear delayed active mode timer on disable | Kim Alvefur | 2023-05-01 | 1 | -0/+4 |
* | | mod_admin_shell: Refactor 'cert' column | Kim Alvefur | 2023-04-30 | 1 | -4/+12 |
* | | util.jsonschema: Fix UTF-8ness of 'minLength' and 'maxLength' | Kim Alvefur | 2023-04-23 | 3 | -6/+17 |
* | | util.jsonschema: Implement 'minContains' and 'maxContains' | Kim Alvefur | 2023-04-23 | 3 | -12/+8 |
* | | util.jsonschema: Add some comments wrt Lua-specifics | Kim Alvefur | 2023-04-22 | 1 | -0/+4 |
* | | util.jsonschema: Implement 'luaPattern' - Lua variant of 'pattern' | Kim Alvefur | 2023-04-22 | 2 | -0/+7 |
* | | util.jsonschema: Implement 'luaPatternProperties' as Lua variant of 'patternP... | Kim Alvefur | 2023-04-22 | 2 | -2/+42 |
* | | util.jsonschema: Tweak description of disabled test | Kim Alvefur | 2023-04-22 | 1 | -1/+1 |
* | | util.jsonschema: Enable passing IEEE 754 equality test | Kim Alvefur | 2023-04-22 | 1 | -1/+0 |
* | | util.jsonschema: Fix NYI 'patternProperties' definition | Kim Alvefur | 2023-04-22 | 1 | -1/+1 |
* | | util.error: Add test for #1805 | Kim Alvefur | 2023-04-19 | 1 | -0/+3 |
* | | Merge 0.12->trunk | Kim Alvefur | 2023-04-19 | 2 | -2/+2 |
|\| |
|
| * | util.error: Fix error on conversion of invalid error stanza, fix #1805 | Kim Alvefur | 2023-04-19 | 1 | -1/+1 |
| * | mod_admin_shell: Fix display of remote cert status when expired etc | Kim Alvefur | 2023-04-06 | 1 | -1/+1 |
* | | mod_tls: Drop request for client certificates on outgoing connections | Kim Alvefur | 2023-04-19 | 1 | -1/+1 |
* | | mod_csi: Always advertise feature | Kim Alvefur | 2023-04-16 | 1 | -2/+1 |
* | | mod_tokenauth: Fix parsing binary part of tokens | Kim Alvefur | 2023-04-12 | 1 | -1/+1 |
* | | mod_tokenauth: Only check if expiry of expiring tokens | Kim Alvefur | 2023-04-12 | 1 | -1/+1 |
* | | mod_admin_shell: Use same wildcard matching in other s2s command | Kim Alvefur | 2023-04-10 | 1 | -6/+5 |
* | | mod_admin_shell: Factor apart wildcard matching into function for reuse | Kim Alvefur | 2023-04-10 | 1 | -14/+18 |
* | | mod_csi: Remove module status, doesn't work because of mod_smacks | Kim Alvefur | 2023-04-10 | 1 | -12/+0 |
* | | mod_http: Fix reliance on previous tostring() format of util.set | Kim Alvefur | 2023-04-10 | 1 | -2/+7 |
* | | util.human.io: Fix column width miscalculation | Kim Alvefur | 2023-04-09 | 1 | -3/+0 |
* | | util.human.io: Fix error with ellipsis to negative length | Kim Alvefur | 2023-04-09 | 1 | -1/+1 |
* | | tools/tb2err: Trim trailing whitespace | Kim Alvefur | 2023-04-08 | 1 | -1/+1 |
* | | tools/tb2err: Rewrite prosody-modules paths to ../modules | Kim Alvefur | 2023-04-08 | 1 | -0/+2 |
* | | tools/tb2err: Add some example usage in a comment | Kim Alvefur | 2023-04-08 | 1 | -0/+2 |