mod_admin_shell: Remove duplicated line
13.0
|
Matthew Wild |
Thu, 13 Feb 2025 17:05:36 +0000 |
mod_admin_shell: Rename user:setrole to user:set_roles
13.0
|
Matthew Wild |
Thu, 13 Feb 2025 16:20:42 +0000 |
mod_admin_shell: Hide secondary role commands, focus on primary roles
13.0
|
Matthew Wild |
Thu, 13 Feb 2025 16:18:59 +0000 |
mod_admin_shell: Support for hiding certain commands from default help listing
13.0
|
Matthew Wild |
Thu, 13 Feb 2025 16:16:19 +0000 |
mod_admin_shell: Fix result handling of user addrole/delrole commands
13.0
|
Matthew Wild |
Thu, 13 Feb 2025 15:54:39 +0000 |
mod_admin_shell: Fix column alignment in 'help roles'
|
Kim Alvefur |
Sun, 02 Feb 2025 14:12:52 +0100 |
mod_admin_shell: Fix help forgetting arguments
|
Kim Alvefur |
Sun, 02 Feb 2025 13:33:17 +0100 |
mod_admin_shell: Remove log statement intended for development only
|
Matthew Wild |
Thu, 16 Jan 2025 11:35:19 +0000 |
mod_admin_shell: Remove redundant 'mod_' prefix from debug message
|
Kim Alvefur |
Wed, 08 Jan 2025 08:41:15 +0100 |
mod_admin_shell: Fix reporting origin module for commands
|
Kim Alvefur |
Wed, 08 Jan 2025 08:11:02 +0100 |
mod_admin_shell: user:password(): Support prompting for password if none given
|
Matthew Wild |
Tue, 07 Jan 2025 19:25:12 +0000 |
mod_admin_shell: user:create(): Reject promise with error message on failure
|
Matthew Wild |
Tue, 07 Jan 2025 19:24:05 +0000 |
mod_admin_shell: Mark event as handled when requested input is submitted
|
Matthew Wild |
Tue, 07 Jan 2025 19:23:23 +0000 |
mod_admin_shell: user:create(): request password via prompt if none given
|
Matthew Wild |
Tue, 07 Jan 2025 18:17:57 +0000 |
mod_admin_shell: Add session method to request (password) input from shell client
|
Matthew Wild |
Tue, 07 Jan 2025 18:17:30 +0000 |
mod_admin_shell: Don't pause async thread while waiting for promise result
|
Matthew Wild |
Tue, 07 Jan 2025 18:15:50 +0000 |
mod_admin_shell: stats:show(): Friendlier error message when statistics disabled
|
Matthew Wild |
Sat, 28 Dec 2024 18:35:24 +0000 |
mod_admin_shell: Report when a module is already loaded
|
Kim Alvefur |
Fri, 15 Nov 2024 15:52:37 +0100 |
mod_admin_shell: Refactor end of module:load
|
Kim Alvefur |
Fri, 15 Nov 2024 15:48:07 +0100 |
mod_admin_shell: Reject attempt to add or remove roles for unrelated hosts
|
Kim Alvefur |
Fri, 01 Nov 2024 13:10:45 +0100 |
mod_admin_shell: Allow assigning roles to arbitrary JIDs when supported
|
Kim Alvefur |
Fri, 01 Nov 2024 13:07:25 +0100 |
mod_admin_shell: Prevent traceback due to type error
|
Kim Alvefur |
Mon, 26 Aug 2024 22:26:59 +0200 |
Merge 0.12->trunk
|
Kim Alvefur |
Sat, 27 Apr 2024 15:59:46 +0200 |
mod_admin_shell: Allow matching on host or bare JID in c2s:show
0.12
|
Kim Alvefur |
Fri, 31 Mar 2023 22:01:27 +0200 |
mod_admin_shell: Add connection created time
|
aidan |
Wed, 03 Apr 2024 21:56:03 -0700 |
mod_admin_shell: Fix linter issues
|
Matthew Wild |
Wed, 29 Nov 2023 17:49:20 +0000 |
mod_admin_shell: Remove verbose logging
|
Matthew Wild |
Wed, 29 Nov 2023 17:33:56 +0000 |
mod_admin_shell: Remove timer:info() (it's been debug:timers() for some time)
|
Matthew Wild |
Wed, 29 Nov 2023 17:22:18 +0000 |
mod_admin_shell: Support for 'shell-command' items (global and per-host)
|
Matthew Wild |
Wed, 29 Nov 2023 17:19:53 +0000 |
mod_admin_shell: Refactor help to data structures for extensibility
|
Matthew Wild |
Wed, 29 Nov 2023 17:18:17 +0000 |
mod_admin_shell: Fix lint [luacheck]
|
Kim Alvefur |
Tue, 21 Nov 2023 22:18:42 +0100 |
mod_admin_shell: Add debug:async() command to show blocked async runners
|
Matthew Wild |
Tue, 21 Nov 2023 18:48:58 +0000 |
mod_admin_shell: Make 'Role' column dynamically sized
|
Kim Alvefur |
Thu, 26 Oct 2023 13:29:28 +0200 |
core, plugins: Split prosody:user role into prosody:{guest,registered,member}
|
Matthew Wild |
Thu, 29 Jun 2023 15:36:13 +0100 |
mod_admin_shell: Use new serialize preset to simplify default config
|
Kim Alvefur |
Fri, 09 Jun 2023 17:38:46 +0200 |
mod_admin_shell: Warn when (un-)loading module would be undone by restart
|
Kim Alvefur |
Tue, 06 Jun 2023 22:00:54 +0200 |
mod_admin_shell: Show internal URL where different from external
|
Kim Alvefur |
Sun, 28 May 2023 22:33:45 +0200 |
mod_admin_shell: Show internal URL in addition to external in http:list
|
Kim Alvefur |
Wed, 24 May 2023 14:49:29 +0200 |
mod_admin_shell: Allow logging HTTP events with debug:logevents("http")
|
Kim Alvefur |
Sun, 14 May 2023 19:02:26 +0200 |
mod_admin_shell: Allow logging global events with debug:logevents("*")
|
Kim Alvefur |
Sun, 14 May 2023 19:01:01 +0200 |
mod_admin_shell: Refactor 'cert' column
|
Kim Alvefur |
Sun, 30 Apr 2023 23:45:55 +0200 |
Merge 0.12->trunk
|
Kim Alvefur |
Wed, 19 Apr 2023 11:42:36 +0200 |
mod_admin_shell: Fix display of remote cert status when expired etc
0.12
|
Kim Alvefur |
Thu, 06 Apr 2023 17:09:03 +0200 |
mod_admin_shell: Use same wildcard matching in other s2s command
|
Kim Alvefur |
Mon, 10 Apr 2023 14:24:39 +0200 |
mod_admin_shell: Factor apart wildcard matching into function for reuse
|
Kim Alvefur |
Mon, 10 Apr 2023 14:12:48 +0200 |
mod_admin_shell: Add config:set([host,] key, value) because why not
|
Kim Alvefur |
Sat, 08 Apr 2023 11:28:55 +0200 |
mod_admin_shell: Allow wildcard matches like s2s:show("*.example.com")
|
Kim Alvefur |
Sat, 08 Apr 2023 10:16:18 +0200 |
mod_admin_shell: Allow "*" as substitute for 'nil' for easier CLI usage
|
Kim Alvefur |
Fri, 07 Apr 2023 14:03:24 +0200 |
mod_admin_shell: Make IP column thinner if IPv6 is disabled
|
Kim Alvefur |
Fri, 07 Apr 2023 13:09:00 +0200 |
mod_admin_shell: Make default column width 1 part
|
Kim Alvefur |
Fri, 07 Apr 2023 13:07:00 +0200 |
mod_admin_shell: Fix attempt to compare number with string
|
Kim Alvefur |
Fri, 07 Apr 2023 13:04:15 +0200 |
mod_admin_shell: Dynamically size JIDs and hosts
|
Kim Alvefur |
Fri, 07 Apr 2023 12:58:02 +0200 |
mod_admin_shell: More dynamic widths calculations
|
Kim Alvefur |
Fri, 07 Apr 2023 12:48:17 +0200 |
mod_admin_shell: Calculate widths of columns from example values
|
Kim Alvefur |
Thu, 06 Apr 2023 17:07:09 +0200 |
mod_admin_shell: Strip 'prosody:' prefix to allow narrower Role column
|
Kim Alvefur |
Sun, 02 Apr 2023 22:44:29 +0200 |
mod_admin_shell: Allow matching on host or bare JID in c2s:show
|
Kim Alvefur |
Fri, 31 Mar 2023 22:01:27 +0200 |
core.usermanager: Correct formatting of not implemented error
|
Kim Alvefur |
Sun, 26 Mar 2023 16:51:33 +0200 |
mod_admin_shell: Enable user after creation with role
|
Kim Alvefur |
Sun, 26 Mar 2023 16:45:34 +0200 |
mod_admin_shell: Simplify user creation when no role given
|
Kim Alvefur |
Sun, 26 Mar 2023 16:45:23 +0200 |
plugins: Prefix module imports with prosody namespace
|
Kim Alvefur |
Fri, 24 Mar 2023 13:15:28 +0100 |