Commit Graph

116 Commits (00dfd64a86f5ee5053beeb02b868b7594f3dc597)

Author SHA1 Message Date
Kim Alvefur 67ea0ee50e mod_admin_socket: Return error on unhandled input to prevent apparent freeze 3 years ago
Kim Alvefur 20532df525 mod_admin_shell: Ensure available connection for column 'secure' 3 years ago
Kim Alvefur c51152432a mod_admin_shell: Ensure connection exists to get port from (fixes #1777) 3 years ago
Kim Alvefur ee21d9480a mod_admin_shell: Switch names for user role management commands 3 years ago
Kim Alvefur dc79c92cbc mod_admin_shell: Tighten up type checks to fix #1754 (thanks clouded) 4 years ago
Kim Alvefur 13084baa38 mod_admin_shell: Allow matching on host or bare JID in c2s:show 3 years ago
Kim Alvefur e53ef27a1c core.usermanager: Correct formatting of not implemented error 3 years ago
Kim Alvefur 8720067f24 mod_admin_shell: Enable user after creation with role 3 years ago
Kim Alvefur 1d6989afb1 mod_admin_shell: Simplify user creation when no role given 3 years ago
Kim Alvefur 98922d54b1 plugins: Prefix module imports with prosody namespace 3 years ago
Kim Alvefur c425da3c6a mod_admin_shell: Limit module dependency listings to loaded on current host 3 years ago
Kim Alvefur 283322543e mod_admin_shell: Show reverse dependencies in module:info() 3 years ago
Kim Alvefur 701fb4fce0 mod_admin_shell: Add commands to disable and enable accounts 3 years ago
Kim Alvefur dc958f1e40 mod_admin_shell: Match substring in muc:affiliations() like muc:occupants() 3 years ago
Kim Alvefur 1b71a53fb7 mod_admin_shell: Sort MUC users by relation and JID 3 years ago
Kim Alvefur 5c676bab58 mod_admin_shell: Make Role and Affiliation columns the same width for aesthetics 3 years ago
Kim Alvefur 6e120ad485 mod_admin_shell: Use tables to present MUC users 3 years ago
Kim Alvefur d5b5b5ba86 mod_admin_shell: Factor out room retrieval into common function 3 years ago
Kim Alvefur 08a730746c mod_admin_shell: Add muc:affiliations(room) command to list memberships 3 years ago
Kim Alvefur 2b0584d2ee mod_admin_shell: Add muc:occupants(room) command to list occupants 3 years ago
Kim Alvefur 0e6391e736 mod_admin_shell: Use a table to show help sections 4 years ago
Kim Alvefur 8b82dc338c mod_admin_shell: Fix display of session without role (thanks Link Mauve) 3 years ago
Kim Alvefur 95bba786f1 mod_admin_shell: Rename variable to avoid confusion with global function 3 years ago
Kim Alvefur b292127500 mod_admin_shell: Fix output from user:roles() 3 years ago
Kim Alvefur 96e172167d mod_admin_shell: Ensure account has role before it is usable 3 years ago
Kim Alvefur 6f11c198b3 mod_admin_shell: Update help for user:create to reflect singular role argument 3 years ago
Matthew Wild 4db3f8cf46 mod_admin_shell: Update with new role management commands and help text 3 years ago
Kim Alvefur 1fac00b2af mod_admin_shell: Show session role in c2s:show 3 years ago
Kim Alvefur 0e7e43f62f mod_admin_shell: Remove obsolete module:load() argument from 0.8 time 3 years ago
Kim Alvefur 5251c9b686 compat: Remove handling of Lua 5.1 location of 'unpack' function 4 years ago
Kim Alvefur d0ab468f40 mod_admin_shell: Show session id ping reply came 4 years ago
Kim Alvefur b0c116f47b mod_admin_shell: Include last (mod_cron) task run time in module:info() 4 years ago
Kim Alvefur 3717f5872a mod_admin_shell: Drop unused argument [luacheck] 4 years ago
Kim Alvefur b7bd70874a mod_admin_shell: Show bound ports in module:info 4 years ago
Kim Alvefur 8ba6d3a2b1 mod_admin_shell: Document the 'watch' section in the built-in help 4 years ago
Kim Alvefur 0267554c8e prosodyctl shell: Communicate width of terminal to mod_admin_shell 4 years ago
Jonas Schäfer 38346dd6f1 net: isolate LuaSec-specifics 4 years ago
Matthew Wild 1ef09e4285 mod_admin_shell: Add watch:stanzas() command 4 years ago
Kim Alvefur f9478ab242 mod_admin_shell: Squeeze some characters out of the Certificate column 4 years ago
Kim Alvefur 89c2a5ac30 mod_admin_shell: Fix description of muc:room() (thanks Link Mauve) 4 years ago
Kim Alvefur fd5a0f6a06 mod_admin_shell: Track connected events instead of created 4 years ago
Kim Alvefur 0bff4f57cc mod_admin_shell: Fix typo in comment [codespell] 4 years ago
Kim Alvefur 8fbf286e64 mod_admin_shell: Add descriptions of each column to 'help columns' 4 years ago
Kim Alvefur b5a87898ee mod_admin_shell: Use exact match instead of Lua patterns in c2s,s2s:show 4 years ago
Kim Alvefur 46ad556ca0 mod_admin_shell: Fix traceback on rendering graph of stats without extra labels 4 years ago
Kim Alvefur d9f7b26328 mod_admin_shell: Add help section about stats 4 years ago
Kim Alvefur 09d7e131d0 mod_admin_shell: Add help section about customizing table columns 4 years ago
Kim Alvefur 7a706aecec mod_admin_shell: Add command to show current user roles 4 years ago
Kim Alvefur 1809c0460f mod_admin_shell: Add help section about roles 4 years ago
Kim Alvefur 28bd099515 mod_admin_shell: Log creation of incoming s2s connections during ping 4 years ago