| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_admin_shell: Remove redundant 'mod_' prefix from debug message | Kim Alvefur | 2025-01-08 | 1 | -1/+1 |
* | mod_admin_shell: Fix reporting origin module for commands | Kim Alvefur | 2025-01-08 | 1 | -1/+1 |
* | mod_admin_shell: user:password(): Support prompting for password if none given | Matthew Wild | 2025-01-07 | 1 | -6/+9 |
* | mod_admin_shell: user:create(): Reject promise with error message on failure | Matthew Wild | 2025-01-07 | 1 | -1/+1 |
* | mod_admin_shell: Mark event as handled when requested input is submitted | Matthew Wild | 2025-01-07 | 1 | -0/+1 |
* | mod_admin_shell: user:create(): request password via prompt if none given | Matthew Wild | 2025-01-07 | 1 | -6/+7 |
* | mod_admin_shell: Add session method to request (password) input from shell cl... | Matthew Wild | 2025-01-07 | 1 | -0/+46 |
* | mod_admin_shell: Don't pause async thread while waiting for promise result | Matthew Wild | 2025-01-07 | 1 | -14/+22 |
* | mod_admin_shell: stats:show(): Friendlier error message when statistics disabled | Matthew Wild | 2024-12-28 | 1 | -1/+4 |
* | mod_admin_shell: Report when a module is already loaded | Kim Alvefur | 2024-11-15 | 1 | -0/+6 |
* | mod_admin_shell: Refactor end of module:load | Kim Alvefur | 2024-11-15 | 1 | -1/+4 |
* | mod_admin_shell: Reject attempt to add or remove roles for unrelated hosts | Kim Alvefur | 2024-11-01 | 1 | -0/+4 |
* | mod_admin_shell: Allow assigning roles to arbitrary JIDs when supported | Kim Alvefur | 2024-11-01 | 1 | -1/+5 |
* | mod_admin_shell: Prevent traceback due to type error | Kim Alvefur | 2024-08-26 | 1 | -1/+2 |
* | mod_admin_shell: Add connection created time | aidan | 2024-04-03 | 1 | -0/+12 |
* | mod_admin_shell: Fix linter issues | Matthew Wild | 2023-11-29 | 1 | -24/+26 |
* | mod_admin_shell: Remove verbose logging | Matthew Wild | 2023-11-29 | 1 | -4/+0 |
* | mod_admin_shell: Remove timer:info() (it's been debug:timers() for some time) | Matthew Wild | 2023-11-29 | 1 | -3/+0 |
* | mod_admin_shell: Support for 'shell-command' items (global and per-host) | Matthew Wild | 2023-11-29 | 1 | -0/+169 |
* | mod_admin_shell: Refactor help to data structures for extensibility | Matthew Wild | 2023-11-29 | 1 | -157/+239 |
* | mod_admin_shell: Fix lint [luacheck] | Kim Alvefur | 2023-11-21 | 1 | -10/+8 |
* | mod_admin_shell: Add debug:async() command to show blocked async runners | Matthew Wild | 2023-11-21 | 1 | -0/+65 |
* | mod_admin_shell: Make 'Role' column dynamically sized | Kim Alvefur | 2023-10-26 | 1 | -1/+1 |
* | core, plugins: Split prosody:user role into prosody:{guest,registered,member} | Matthew Wild | 2023-06-29 | 1 | -29/+11 |
* | mod_admin_shell: Use new serialize preset to simplify default config | Kim Alvefur | 2023-06-09 | 1 | -2/+5 |
* | mod_admin_shell: Warn when (un-)loading module would be undone by restart | Kim Alvefur | 2023-06-06 | 1 | -0/+12 |
* | mod_admin_shell: Show internal URL where different from external | Kim Alvefur | 2023-05-28 | 1 | -4/+8 |
* | mod_admin_shell: Show internal URL in addition to external in http:list | Kim Alvefur | 2023-05-24 | 1 | -5/+8 |
* | 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_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_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_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_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_admin_shell: Allow matching on host or bare JID in c2s:show | Kim Alvefur | 2023-03-31 | 1 | -2/+2 |
* | | core.usermanager: Correct formatting of not implemented error | Kim Alvefur | 2023-03-26 | 1 | -1/+1 |
* | | mod_admin_shell: Enable user after creation with role | Kim Alvefur | 2023-03-26 | 1 | -0/+5 |
* | | mod_admin_shell: Simplify user creation when no role given | Kim Alvefur | 2023-03-26 | 1 | -8/+16 |
* | | plugins: Prefix module imports with prosody namespace | Kim Alvefur | 2023-03-24 | 1 | -29/+29 |