aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_admin_shell.lua
Commit message (Expand)AuthorAgeFilesLines
* mod_admin_shell: Limit module dependency listings to loaded on current hostKim Alvefur2023-03-101-2/+9
* mod_admin_shell: Show reverse dependencies in module:info()Kim Alvefur2023-03-051-0/+6
* mod_admin_shell: Add commands to disable and enable accountsKim Alvefur2023-02-231-0/+32
* Merge 0.12->trunkKim Alvefur2023-02-161-0/+1
|\
| * mod_admin_socket: Return error on unhandled input to prevent apparent freezeKim Alvefur2023-02-161-0/+1
* | mod_admin_shell: Match substring in muc:affiliations() like muc:occupants()Kim Alvefur2023-01-301-1/+1
* | mod_admin_shell: Sort MUC users by relation and JIDKim Alvefur2023-01-291-18/+51
* | mod_admin_shell: Make Role and Affiliation columns the same width for aestheticsKim Alvefur2023-01-291-2/+2
* | mod_admin_shell: Use tables to present MUC usersKim Alvefur2023-01-291-2/+18
* | mod_admin_shell: Factor out room retrieval into common functionKim Alvefur2023-01-291-18/+18
* | mod_admin_shell: Add muc:affiliations(room) command to list membershipsKim Alvefur2023-01-291-0/+28
* | mod_admin_shell: Add muc:occupants(room) command to list occupantsKim Alvefur2023-01-291-1/+30
* | Merge 0.12->trunkKim Alvefur2022-10-241-1/+5
|\|
| * mod_admin_shell: Ensure available connection for column 'secure'Kim Alvefur2022-10-231-1/+1
| * mod_admin_shell: Ensure connection exists to get port from (fixes #1777)Kim Alvefur2022-10-231-1/+5
* | mod_admin_shell: Fix display of session without role (thanks Link Mauve)Kim Alvefur2022-09-231-1/+1
* | mod_admin_shell: Rename variable to avoid confusion with global functionKim Alvefur2022-08-251-7/+7
* | mod_admin_shell: Fix output from user:roles()Kim Alvefur2022-08-251-0/+1
* | mod_admin_shell: Ensure account has role before it is usableKim Alvefur2022-08-181-8/+16
* | mod_admin_shell: Update help for user:create to reflect singular role argumentKim Alvefur2022-08-181-1/+1
* | mod_admin_shell: Update with new role management commands and help textMatthew Wild2022-08-181-39/+52
* | mod_admin_shell: Show session role in c2s:showKim Alvefur2022-08-151-1/+10
* | Merge 0.12->trunkMatthew Wild2022-08-181-4/+8
|\|
| * mod_admin_shell: Switch names for user role management commandsKim Alvefur2022-08-151-4/+8
* | mod_admin_shell: Remove obsolete module:load() argument from 0.8 timeKim Alvefur2022-08-051-2/+2
* | compat: Remove handling of Lua 5.1 location of 'unpack' functionKim Alvefur2022-07-111-1/+1
* | mod_admin_shell: Show session id ping reply cameKim Alvefur2022-06-131-1/+1
* | mod_admin_shell: Include last (mod_cron) task run time in module:info()Kim Alvefur2022-06-011-1/+11
* | mod_admin_shell: Drop unused argument [luacheck]Kim Alvefur2022-05-311-1/+1
* | mod_admin_shell: Show bound ports in module:infoKim Alvefur2022-05-311-1/+11
* | mod_admin_shell: Document the 'watch' section in the built-in helpKim Alvefur2022-05-301-0/+4
* | prosodyctl shell: Communicate width of terminal to mod_admin_shellKim Alvefur2022-05-301-5/+10
* | Merge 0.12->trunkKim Alvefur2022-05-151-2/+2
|\|
| * mod_admin_shell: Tighten up type checks to fix #1754 (thanks clouded)Kim Alvefur2022-05-151-2/+2
* | net: isolate LuaSec-specificsJonas Schäfer2022-04-271-5/+2
* | mod_admin_shell: Add watch:stanzas() commandMatthew Wild2022-03-231-0/+38
* | mod_admin_shell: Add watch:log() command to tail logs in realtimeMatthew Wild2022-03-171-0/+21
* | mod_admin_shell: Add session.is_connected() methodMatthew Wild2022-03-171-0/+3
* | mod_admin_shell: Add session.write() method to write data to client with no \nMatthew Wild2022-03-171-2/+5
|/
* mod_admin_shell: Use a table to show help sectionsKim Alvefur2022-02-201-17/+19
* mod_admin_shell: Squeeze some characters out of the Certificate columnKim Alvefur2022-02-171-2/+2
* mod_admin_shell: Fix description of muc:room() (thanks Link Mauve)Kim Alvefur2022-02-151-1/+1
* mod_admin_shell: Track connected events instead of createdKim Alvefur2022-02-061-3/+3
* mod_admin_shell: Fix typo in comment [codespell]Kim Alvefur2022-02-041-1/+1
* mod_admin_shell: Add descriptions of each column to 'help columns'Kim Alvefur2022-01-301-5/+35
* mod_admin_shell: Use exact match instead of Lua patterns in c2s,s2s:showKim Alvefur2022-01-301-2/+2
* mod_admin_shell: Fix traceback on rendering graph of stats without extra labelsKim Alvefur2022-01-291-1/+1
* mod_admin_shell: Add help section about statsKim Alvefur2022-01-291-1/+4
* mod_admin_shell: Add help section about customizing table columnsKim Alvefur2022-01-281-1/+17
* mod_admin_shell: Add command to show current user rolesKim Alvefur2022-01-231-0/+20