Commit Graph

181 Commits (master)

Author SHA1 Message Date
Kim Alvefur 32ce8884ba mod_admin_shell: Make 'Role' column dynamically sized 2 years ago
Matthew Wild f7323ed6e4 core, plugins: Split prosody:user role into prosody:{guest,registered,member} 3 years ago
Kim Alvefur 46781dc892 mod_admin_shell: Use new serialize preset to simplify default config 3 years ago
Kim Alvefur 9777b5158f mod_admin_shell: Warn when (un-)loading module would be undone by restart 3 years ago
Kim Alvefur 9480954e92 mod_admin_shell: Show internal URL where different from external 3 years ago
Kim Alvefur ba878e7230 mod_admin_shell: Show internal URL in addition to external in http:list 3 years ago
Kim Alvefur c71ab7f1ef mod_admin_shell: Allow logging HTTP events with debug:logevents("http") 3 years ago
Kim Alvefur f3ec84d5ef mod_admin_shell: Allow logging global events with debug:logevents("*") 3 years ago
Kim Alvefur 8a854d169b mod_admin_shell: Refactor 'cert' column 3 years ago
Kim Alvefur 2fc0c66f01 mod_admin_shell: Use same wildcard matching in other s2s command 3 years ago
Kim Alvefur f9f118178a mod_admin_shell: Factor apart wildcard matching into function for reuse 3 years ago
Kim Alvefur dbb0c688cb mod_admin_shell: Add config:set([host,] key, value) because why not 3 years ago
Kim Alvefur 9f691e9796 mod_admin_shell: Allow wildcard matches like s2s:show("*.example.com") 3 years ago
Kim Alvefur 2fa6a01018 mod_admin_shell: Allow "*" as substitute for 'nil' for easier CLI usage 3 years ago
Kim Alvefur f937942519 mod_admin_shell: Make IP column thinner if IPv6 is disabled 3 years ago
Kim Alvefur c490579025 mod_admin_shell: Make default column width 1 part 3 years ago
Kim Alvefur 65dffa88a8 mod_admin_shell: Fix attempt to compare number with string 3 years ago
Kim Alvefur 44689ccfd4 mod_admin_shell: Dynamically size JIDs and hosts 3 years ago
Kim Alvefur ab15502d8b mod_admin_shell: More dynamic widths calculations 3 years ago
Kim Alvefur 31427da24f mod_admin_shell: Calculate widths of columns from example values 3 years ago
Kim Alvefur 56cfc08952 mod_admin_shell: Strip 'prosody:' prefix to allow narrower Role column 3 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 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