mod_admin_shell: Refactor 'cert' column
|
Kim Alvefur |
22 months ago |
Merge 0.12->trunk
|
Kim Alvefur |
23 months ago |
mod_admin_shell: Fix display of remote cert status when expired etc
0.12
|
Kim Alvefur |
23 months ago |
mod_admin_shell: Use same wildcard matching in other s2s command
|
Kim Alvefur |
23 months ago |
mod_admin_shell: Factor apart wildcard matching into function for reuse
|
Kim Alvefur |
23 months ago |
mod_admin_shell: Add config:set([host,] key, value) because why not
|
Kim Alvefur |
23 months ago |
mod_admin_shell: Allow wildcard matches like s2s:show("*.example.com")
|
Kim Alvefur |
23 months ago |
mod_admin_shell: Allow "*" as substitute for 'nil' for easier CLI usage
|
Kim Alvefur |
23 months ago |
mod_admin_shell: Make IP column thinner if IPv6 is disabled
|
Kim Alvefur |
23 months ago |
mod_admin_shell: Make default column width 1 part
|
Kim Alvefur |
23 months ago |
mod_admin_shell: Fix attempt to compare number with string
|
Kim Alvefur |
23 months ago |
mod_admin_shell: Dynamically size JIDs and hosts
|
Kim Alvefur |
23 months ago |
mod_admin_shell: More dynamic widths calculations
|
Kim Alvefur |
23 months ago |
mod_admin_shell: Calculate widths of columns from example values
|
Kim Alvefur |
23 months ago |
mod_admin_shell: Strip 'prosody:' prefix to allow narrower Role column
|
Kim Alvefur |
23 months ago |
mod_admin_shell: Allow matching on host or bare JID in c2s:show
|
Kim Alvefur |
23 months ago |
core.usermanager: Correct formatting of not implemented error
|
Kim Alvefur |
24 months ago |
mod_admin_shell: Enable user after creation with role
|
Kim Alvefur |
24 months ago |
mod_admin_shell: Simplify user creation when no role given
|
Kim Alvefur |
24 months ago |
plugins: Prefix module imports with prosody namespace
|
Kim Alvefur |
24 months ago |
mod_admin_shell: Limit module dependency listings to loaded on current host
|
Kim Alvefur |
2023-03-10 |
mod_admin_shell: Show reverse dependencies in module:info()
|
Kim Alvefur |
2023-03-05 |
mod_admin_shell: Add commands to disable and enable accounts
|
Kim Alvefur |
2023-02-23 |
Merge 0.12->trunk
|
Kim Alvefur |
2023-02-16 |
mod_admin_socket: Return error on unhandled input to prevent apparent freeze
0.12
|
Kim Alvefur |
2023-02-16 |
mod_admin_shell: Match substring in muc:affiliations() like muc:occupants()
|
Kim Alvefur |
2023-01-29 |
mod_admin_shell: Sort MUC users by relation and JID
|
Kim Alvefur |
2023-01-29 |
mod_admin_shell: Make Role and Affiliation columns the same width for aesthetics
|
Kim Alvefur |
2023-01-29 |
mod_admin_shell: Use tables to present MUC users
|
Kim Alvefur |
2023-01-29 |
mod_admin_shell: Factor out room retrieval into common function
|
Kim Alvefur |
2023-01-29 |
mod_admin_shell: Add muc:affiliations(room) command to list memberships
|
Kim Alvefur |
2023-01-29 |
mod_admin_shell: Add muc:occupants(room) command to list occupants
|
Kim Alvefur |
2023-01-29 |
Merge 0.12->trunk
|
Kim Alvefur |
2022-10-24 |
mod_admin_shell: Ensure available connection for column 'secure'
0.12
|
Kim Alvefur |
2022-10-23 |
mod_admin_shell: Ensure connection exists to get port from (fixes #1777)
0.12
|
Kim Alvefur |
2022-10-23 |
mod_admin_shell: Fix display of session without role (thanks Link Mauve)
|
Kim Alvefur |
2022-09-23 |
mod_admin_shell: Rename variable to avoid confusion with global function
|
Kim Alvefur |
2022-08-25 |
mod_admin_shell: Fix output from user:roles()
|
Kim Alvefur |
2022-08-25 |
mod_admin_shell: Ensure account has role before it is usable
|
Kim Alvefur |
2022-08-18 |
mod_admin_shell: Update help for user:create to reflect singular role argument
|
Kim Alvefur |
2022-08-18 |
mod_admin_shell: Update with new role management commands and help text
|
Matthew Wild |
2022-08-18 |
mod_admin_shell: Show session role in c2s:show
|
Kim Alvefur |
2022-08-15 |
Merge 0.12->trunk
|
Matthew Wild |
2022-08-18 |
mod_admin_shell: Switch names for user role management commands
0.12
|
Kim Alvefur |
2022-08-15 |
mod_admin_shell: Remove obsolete module:load() argument from 0.8 time
|
Kim Alvefur |
2022-08-05 |
compat: Remove handling of Lua 5.1 location of 'unpack' function
|
Kim Alvefur |
2022-07-11 |
mod_admin_shell: Show session id ping reply came
|
Kim Alvefur |
2022-06-13 |
mod_admin_shell: Include last (mod_cron) task run time in module:info()
|
Kim Alvefur |
2022-06-01 |
mod_admin_shell: Drop unused argument [luacheck]
|
Kim Alvefur |
2022-05-31 |
mod_admin_shell: Show bound ports in module:info
|
Kim Alvefur |
2022-05-30 |
mod_admin_shell: Document the 'watch' section in the built-in help
|
Kim Alvefur |
2022-05-30 |
prosodyctl shell: Communicate width of terminal to mod_admin_shell
|
Kim Alvefur |
2022-05-30 |
Merge 0.12->trunk
|
Kim Alvefur |
2022-05-15 |
mod_admin_shell: Tighten up type checks to fix #1754 (thanks clouded)
0.12
|
Kim Alvefur |
2022-05-15 |
net: isolate LuaSec-specifics
|
Jonas Schäfer |
2022-04-27 |
mod_admin_shell: Add watch:stanzas() command
|
Matthew Wild |
2022-03-23 |
mod_admin_shell: Add watch:log() command to tail logs in realtime
|
Matthew Wild |
2022-03-17 |
mod_admin_shell: Add session.is_connected() method
|
Matthew Wild |
2022-03-17 |
mod_admin_shell: Add session.write() method to write data to client with no \n
|
Matthew Wild |
2022-03-17 |
mod_admin_shell: Use a table to show help sections
|
Kim Alvefur |
2022-02-19 |