Commit Graph

101 Commits (08a730746ce2dc52d2bc47d9868d64f601e2ea81)

Author SHA1 Message Date
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 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 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
Kim Alvefur 257f52d826 mod_admin_shell: Print s2s related events while waiting for ping 4 years ago
Kim Alvefur 6e0bbc2af5 mod_smacks: Limit queue memory consumption using new util 4 years ago
Kim Alvefur 1ffb6f0b3d mod_admin_shell: Add port as a c2s/s2s:show column definition 4 years ago
Kim Alvefur 9f2249b3db mod_admin_shell: Handle global roles (pass host=*) 4 years ago
Kim Alvefur a45484c131 mod_admin_shell: Only check that local users exist locally 4 years ago
Kim Alvefur cf137f9902 mod_admin_shell: Support setting roles on hosts other than the users' 4 years ago
Kim Alvefur efa1f442ae mod_admin_shell: Add command for updating roles user:roles(jid, roles) 4 years ago
Kim Alvefur 95fae62ac5 mod_admin_shell: Allow setting roles when creating user 4 years ago
Kim Alvefur 2f274d8026 mod_admin_shell: List periodic tasks in module:info 4 years ago
Kim Alvefur 3f4a73c66b mod_admin_shell: Remove now redundant promise awaiting in dns:lookup() 4 years ago
Kim Alvefur 769a3ed263 mod_admin_shell: Remove now redundant promise awaiting in xmpp:ping() 4 years ago
Kim Alvefur bdc838bf11 mod_admin_shell: Fix indentation 4 years ago
Kim Alvefur aac203f0d9 mod_admin_shell: Wait for promises 4 years ago
Kim Alvefur 51c1c97fe2 mod_admin_shell: Reduce width of 'Status' column 4 years ago