| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 0.12->trunk | Kim Alvefur | 2023-05-24 | 1 | -0/+4 |
|\ |
|
| * | mod_s2s: Add event where resolver for s2sout can be tweaked | Kim Alvefur | 2022-08-18 | 1 | -0/+4 |
* | | 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 |
* | | 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 |
* | | 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 | 1 | -0/+1 |
* | | 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 |
* | | Merge 0.12->trunk | 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 |
* | | mod_admin_shell: Add config:set([host,] key, value) because why not | Kim Alvefur | 2023-04-08 | 1 | -0/+8 |
* | | mod_admin_shell: Allow wildcard matches like s2s:show("*.example.com") | Kim Alvefur | 2023-04-08 | 1 | -1/+13 |
* | | mod_http_file_share: use util.human.io.parse_duration | Jonas Schäfer | 2022-04-28 | 1 | -1/+7 |
* | | mod_mam: port to use util.human.io.parse_duration | Jonas Schäfer | 2022-04-28 | 1 | -8/+6 |
* | | mod_admin_shell: Allow "*" as substitute for 'nil' for easier CLI usage | Kim Alvefur | 2023-04-07 | 1 | -2/+2 |
* | | mod_admin_shell: Make IP column thinner if IPv6 is disabled | Kim Alvefur | 2023-04-07 | 1 | -1/+1 |
* | | mod_admin_shell: Make default column width 1 part | Kim Alvefur | 2023-04-07 | 1 | -1/+1 |
* | | mod_admin_shell: Fix attempt to compare number with string | Kim Alvefur | 2023-04-07 | 1 | -1/+1 |
* | | mod_admin_shell: Dynamically size JIDs and hosts | Kim Alvefur | 2023-04-07 | 1 | -4/+4 |
* | | mod_admin_shell: More dynamic widths calculations | Kim Alvefur | 2023-04-07 | 1 | -3/+14 |
* | | mod_admin_shell: Calculate widths of columns from example values | Kim Alvefur | 2023-04-06 | 1 | -12/+19 |
* | | mod_admin_shell: Strip 'prosody:' prefix to allow narrower Role column | Kim Alvefur | 2023-04-02 | 1 | -3/+4 |
* | | mod_debug_reset: Remove now unused import of util.time (thanks luacheck) | Matthew Wild | 2023-04-06 | 1 | -2/+0 |
* | | mod_debug_reset: Don't delay operations until next tick | Matthew Wild | 2023-04-06 | 1 | -6/+4 |
* | | mod_csi: Drop summary stats, doesn't work in normal module | Kim Alvefur | 2023-04-06 | 1 | -9/+0 |
* | | mod_csi: Add metrics, covering changes and totals | Kim Alvefur | 2023-04-06 | 1 | -0/+12 |
* | | mod_tokenauth: Add API method to revoke a grant by id | Matthew Wild | 2023-04-05 | 1 | -0/+7 |
* | | Merge 0.12->trunk | Kim Alvefur | 2023-04-04 | 1 | -1/+10 |
|\| |
|
| * | mod_smacks: Replace existing watchdog when starting hibernation | Kim Alvefur | 2023-04-02 | 1 | -0/+4 |
| * | mod_smacks: Fix stray watchdog closing sessions | Kim Alvefur | 2023-04-02 | 1 | -1/+6 |
* | | mod_adhoc: Remove "mod_" prefix from permission action name | Kim Alvefur | 2023-04-02 | 2 | -3/+3 |
* | | mod_admin_shell: Allow matching on host or bare JID in c2s:show | Kim Alvefur | 2023-03-31 | 1 | -2/+2 |
* | | mod_invites: Record roles as ordered list, first becoming primary role | Kim Alvefur | 2023-03-30 | 1 | -4/+4 |
* | | mod_invites_register: Allow roles to be an ordered list, first being primary | Kim Alvefur | 2023-03-30 | 1 | -1/+14 |