aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_admin_shell.lua
Commit message (Expand)AuthorAgeFilesLines
* mod_admin_shell: Add connection created timeaidan2024-04-031-0/+12
* mod_admin_shell: Fix linter issuesMatthew Wild2023-11-291-24/+26
* mod_admin_shell: Remove verbose loggingMatthew Wild2023-11-291-4/+0
* mod_admin_shell: Remove timer:info() (it's been debug:timers() for some time)Matthew Wild2023-11-291-3/+0
* mod_admin_shell: Support for 'shell-command' items (global and per-host)Matthew Wild2023-11-291-0/+169
* mod_admin_shell: Refactor help to data structures for extensibilityMatthew Wild2023-11-291-157/+239
* mod_admin_shell: Fix lint [luacheck]Kim Alvefur2023-11-211-10/+8
* mod_admin_shell: Add debug:async() command to show blocked async runnersMatthew Wild2023-11-211-0/+65
* mod_admin_shell: Make 'Role' column dynamically sizedKim Alvefur2023-10-261-1/+1
* core, plugins: Split prosody:user role into prosody:{guest,registered,member}Matthew Wild2023-06-291-29/+11
* mod_admin_shell: Use new serialize preset to simplify default configKim Alvefur2023-06-091-2/+5
* mod_admin_shell: Warn when (un-)loading module would be undone by restartKim Alvefur2023-06-061-0/+12
* mod_admin_shell: Show internal URL where different from externalKim Alvefur2023-05-281-4/+8
* mod_admin_shell: Show internal URL in addition to external in http:listKim Alvefur2023-05-241-5/+8
* mod_admin_shell: Allow logging HTTP events with debug:logevents("http")Kim Alvefur2023-05-141-0/+3
* mod_admin_shell: Allow logging global events with debug:logevents("*")Kim Alvefur2023-05-141-1/+5
* mod_admin_shell: Refactor 'cert' columnKim Alvefur2023-04-301-4/+12
* Merge 0.12->trunkKim Alvefur2023-04-191-1/+1
|\
| * mod_admin_shell: Fix display of remote cert status when expired etcKim Alvefur2023-04-061-1/+1
* | mod_admin_shell: Use same wildcard matching in other s2s commandKim Alvefur2023-04-101-6/+5
* | mod_admin_shell: Factor apart wildcard matching into function for reuseKim Alvefur2023-04-101-14/+18
* | mod_admin_shell: Add config:set([host,] key, value) because why notKim Alvefur2023-04-081-0/+8
* | mod_admin_shell: Allow wildcard matches like s2s:show("*.example.com")Kim Alvefur2023-04-081-1/+13
* | mod_admin_shell: Allow "*" as substitute for 'nil' for easier CLI usageKim Alvefur2023-04-071-2/+2
* | mod_admin_shell: Make IP column thinner if IPv6 is disabledKim Alvefur2023-04-071-1/+1
* | mod_admin_shell: Make default column width 1 partKim Alvefur2023-04-071-1/+1
* | mod_admin_shell: Fix attempt to compare number with stringKim Alvefur2023-04-071-1/+1
* | mod_admin_shell: Dynamically size JIDs and hostsKim Alvefur2023-04-071-4/+4
* | mod_admin_shell: More dynamic widths calculationsKim Alvefur2023-04-071-3/+14
* | mod_admin_shell: Calculate widths of columns from example valuesKim Alvefur2023-04-061-12/+19
* | mod_admin_shell: Strip 'prosody:' prefix to allow narrower Role columnKim Alvefur2023-04-021-3/+4
* | mod_admin_shell: Allow matching on host or bare JID in c2s:showKim Alvefur2023-03-311-2/+2
* | core.usermanager: Correct formatting of not implemented errorKim Alvefur2023-03-261-1/+1
* | mod_admin_shell: Enable user after creation with roleKim Alvefur2023-03-261-0/+5
* | mod_admin_shell: Simplify user creation when no role givenKim Alvefur2023-03-261-8/+16
* | plugins: Prefix module imports with prosody namespaceKim Alvefur2023-03-241-29/+29
* | 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