mod_admin_shell: Fix matching logic in s2s:close (Thanks Menel)
13.0
|
Kim Alvefur |
2 months ago |
mod_admin_shell: Add role:list() and role:show() commands
13.0
|
Matthew Wild |
3 months ago |
mod_admin_shell: Visual tweaks to the output of debug:cert_index()
13.0 13.0.1
|
Matthew Wild |
3 months ago |
mod_admin_shell: Add debug:cert_index() command
13.0
|
Matthew Wild |
3 months ago |
mod_admin_shell, prosodyctl shell: Report command failure when no password entered (fixes #1907)
13.0
|
Matthew Wild |
3 months ago |
prosodyctl shell: More reliable detection of REPL/interactive mode (fixes #1895)
13.0
|
Matthew Wild |
4 months ago |
mod_admin_shell: Remove outdated help text (fixes #1898)
13.0
|
Matthew Wild |
4 months ago |
mod_admin_shell: Improve help listing in non-REPL mode
13.0
|
Matthew Wild |
5 months ago |
mod_admin_shell: Fix simple command execution (e.g. help)
13.0
|
Matthew Wild |
5 months ago |
mod_admin_shell: Set flag on session when in REPL mode
13.0
|
Matthew Wild |
5 months ago |
mod_admin_shell: Improved error handling for shell-invoked commands
13.0
|
Matthew Wild |
5 months ago |
mod_admin_shell, util.prosodyctl.shell: Process command-line args on server-side, with argparse support
13.0
|
Matthew Wild |
5 months ago |
mod_admin_shell: Remove duplicated line
13.0
|
Matthew Wild |
5 months ago |
mod_admin_shell: Rename user:setrole to user:set_roles
13.0
|
Matthew Wild |
5 months ago |
mod_admin_shell: Hide secondary role commands, focus on primary roles
13.0
|
Matthew Wild |
5 months ago |
mod_admin_shell: Support for hiding certain commands from default help listing
13.0
|
Matthew Wild |
5 months ago |
mod_admin_shell: Fix result handling of user addrole/delrole commands
13.0
|
Matthew Wild |
5 months ago |
mod_admin_shell: Fix column alignment in 'help roles'
|
Kim Alvefur |
5 months ago |
mod_admin_shell: Fix help forgetting arguments
|
Kim Alvefur |
5 months ago |
mod_admin_shell: Remove log statement intended for development only
|
Matthew Wild |
6 months ago |
mod_admin_shell: Remove redundant 'mod_' prefix from debug message
|
Kim Alvefur |
6 months ago |
mod_admin_shell: Fix reporting origin module for commands
|
Kim Alvefur |
6 months ago |
mod_admin_shell: user:password(): Support prompting for password if none given
|
Matthew Wild |
6 months ago |
mod_admin_shell: user:create(): Reject promise with error message on failure
|
Matthew Wild |
6 months ago |
mod_admin_shell: Mark event as handled when requested input is submitted
|
Matthew Wild |
6 months ago |
mod_admin_shell: user:create(): request password via prompt if none given
|
Matthew Wild |
6 months ago |
mod_admin_shell: Add session method to request (password) input from shell client
|
Matthew Wild |
6 months ago |
mod_admin_shell: Don't pause async thread while waiting for promise result
|
Matthew Wild |
6 months ago |
mod_admin_shell: stats:show(): Friendlier error message when statistics disabled
|
Matthew Wild |
6 months ago |
mod_admin_shell: Report when a module is already loaded
|
Kim Alvefur |
8 months ago |
mod_admin_shell: Refactor end of module:load
|
Kim Alvefur |
8 months ago |
mod_admin_shell: Reject attempt to add or remove roles for unrelated hosts
|
Kim Alvefur |
8 months ago |
mod_admin_shell: Allow assigning roles to arbitrary JIDs when supported
|
Kim Alvefur |
8 months ago |
mod_admin_shell: Prevent traceback due to type error
|
Kim Alvefur |
11 months ago |
Merge 0.12->trunk
|
Kim Alvefur |
15 months ago |
mod_admin_shell: Allow matching on host or bare JID in c2s:show
0.12
|
Kim Alvefur |
2023-03-31 |
mod_admin_shell: Add connection created time
|
aidan |
15 months ago |
mod_admin_shell: Fix linter issues
|
Matthew Wild |
20 months ago |
mod_admin_shell: Remove verbose logging
|
Matthew Wild |
20 months ago |
mod_admin_shell: Remove timer:info() (it's been debug:timers() for some time)
|
Matthew Wild |
20 months ago |
mod_admin_shell: Support for 'shell-command' items (global and per-host)
|
Matthew Wild |
20 months ago |
mod_admin_shell: Refactor help to data structures for extensibility
|
Matthew Wild |
20 months ago |
mod_admin_shell: Fix lint [luacheck]
|
Kim Alvefur |
20 months ago |
mod_admin_shell: Add debug:async() command to show blocked async runners
|
Matthew Wild |
20 months ago |
mod_admin_shell: Make 'Role' column dynamically sized
|
Kim Alvefur |
21 months ago |
core, plugins: Split prosody:user role into prosody:{guest,registered,member}
|
Matthew Wild |
2023-06-29 |
mod_admin_shell: Use new serialize preset to simplify default config
|
Kim Alvefur |
2023-06-09 |
mod_admin_shell: Warn when (un-)loading module would be undone by restart
|
Kim Alvefur |
2023-06-06 |
mod_admin_shell: Show internal URL where different from external
|
Kim Alvefur |
2023-05-28 |
mod_admin_shell: Show internal URL in addition to external in http:list
|
Kim Alvefur |
2023-05-24 |
mod_admin_shell: Allow logging HTTP events with debug:logevents("http")
|
Kim Alvefur |
2023-05-14 |
mod_admin_shell: Allow logging global events with debug:logevents("*")
|
Kim Alvefur |
2023-05-14 |
mod_admin_shell: Refactor 'cert' column
|
Kim Alvefur |
2023-04-30 |
Merge 0.12->trunk
|
Kim Alvefur |
2023-04-19 |
mod_admin_shell: Fix display of remote cert status when expired etc
0.12
|
Kim Alvefur |
2023-04-06 |
mod_admin_shell: Use same wildcard matching in other s2s command
|
Kim Alvefur |
2023-04-10 |
mod_admin_shell: Factor apart wildcard matching into function for reuse
|
Kim Alvefur |
2023-04-10 |
mod_admin_shell: Add config:set([host,] key, value) because why not
|
Kim Alvefur |
2023-04-08 |
mod_admin_shell: Allow wildcard matches like s2s:show("*.example.com")
|
Kim Alvefur |
2023-04-08 |
mod_admin_shell: Allow "*" as substitute for 'nil' for easier CLI usage
|
Kim Alvefur |
2023-04-07 |