mod_admin_shell: Limit module dependency listings to loaded on current host
|
Kim Alvefur |
21 months ago |
mod_admin_shell: Show reverse dependencies in module:info()
|
Kim Alvefur |
22 months ago |
mod_admin_shell: Add commands to disable and enable accounts
|
Kim Alvefur |
22 months ago |
Merge 0.12->trunk
|
Kim Alvefur |
22 months ago |
mod_admin_socket: Return error on unhandled input to prevent apparent freeze
0.12
|
Kim Alvefur |
22 months ago |
mod_admin_shell: Match substring in muc:affiliations() like muc:occupants()
|
Kim Alvefur |
23 months ago |
mod_admin_shell: Sort MUC users by relation and JID
|
Kim Alvefur |
23 months ago |
mod_admin_shell: Make Role and Affiliation columns the same width for aesthetics
|
Kim Alvefur |
23 months ago |
mod_admin_shell: Use tables to present MUC users
|
Kim Alvefur |
23 months ago |
mod_admin_shell: Factor out room retrieval into common function
|
Kim Alvefur |
23 months ago |
mod_admin_shell: Add muc:affiliations(room) command to list memberships
|
Kim Alvefur |
23 months ago |
mod_admin_shell: Add muc:occupants(room) command to list occupants
|
Kim Alvefur |
23 months ago |
Merge 0.12->trunk
|
Kim Alvefur |
2022-10-24 |
mod_admin_shell: Ensure available connection for column 'secure'
0.12
|
Kim Alvefur |
2022-10-23 |
mod_admin_shell: Ensure connection exists to get port from (fixes #1777)
0.12
|
Kim Alvefur |
2022-10-23 |
mod_admin_shell: Fix display of session without role (thanks Link Mauve)
|
Kim Alvefur |
2022-09-23 |
mod_admin_shell: Rename variable to avoid confusion with global function
|
Kim Alvefur |
2022-08-25 |
mod_admin_shell: Fix output from user:roles()
|
Kim Alvefur |
2022-08-25 |
mod_admin_shell: Ensure account has role before it is usable
|
Kim Alvefur |
2022-08-18 |
mod_admin_shell: Update help for user:create to reflect singular role argument
|
Kim Alvefur |
2022-08-18 |
mod_admin_shell: Update with new role management commands and help text
|
Matthew Wild |
2022-08-18 |
mod_admin_shell: Show session role in c2s:show
|
Kim Alvefur |
2022-08-15 |
Merge 0.12->trunk
|
Matthew Wild |
2022-08-18 |
mod_admin_shell: Switch names for user role management commands
0.12
|
Kim Alvefur |
2022-08-15 |
mod_admin_shell: Remove obsolete module:load() argument from 0.8 time
|
Kim Alvefur |
2022-08-05 |
compat: Remove handling of Lua 5.1 location of 'unpack' function
|
Kim Alvefur |
2022-07-11 |
mod_admin_shell: Show session id ping reply came
|
Kim Alvefur |
2022-06-13 |
mod_admin_shell: Include last (mod_cron) task run time in module:info()
|
Kim Alvefur |
2022-06-01 |
mod_admin_shell: Drop unused argument [luacheck]
|
Kim Alvefur |
2022-05-31 |
mod_admin_shell: Show bound ports in module:info
|
Kim Alvefur |
2022-05-30 |
mod_admin_shell: Document the 'watch' section in the built-in help
|
Kim Alvefur |
2022-05-30 |
prosodyctl shell: Communicate width of terminal to mod_admin_shell
|
Kim Alvefur |
2022-05-30 |
Merge 0.12->trunk
|
Kim Alvefur |
2022-05-15 |
mod_admin_shell: Tighten up type checks to fix #1754 (thanks clouded)
0.12
|
Kim Alvefur |
2022-05-15 |
net: isolate LuaSec-specifics
|
Jonas Schäfer |
2022-04-27 |
mod_admin_shell: Add watch:stanzas() command
|
Matthew Wild |
2022-03-23 |
mod_admin_shell: Add watch:log() command to tail logs in realtime
|
Matthew Wild |
2022-03-17 |
mod_admin_shell: Add session.is_connected() method
|
Matthew Wild |
2022-03-17 |
mod_admin_shell: Add session.write() method to write data to client with no \n
|
Matthew Wild |
2022-03-17 |
mod_admin_shell: Use a table to show help sections
|
Kim Alvefur |
2022-02-19 |
mod_admin_shell: Squeeze some characters out of the Certificate column
|
Kim Alvefur |
2022-02-17 |
mod_admin_shell: Fix description of muc:room() (thanks Link Mauve)
|
Kim Alvefur |
2022-02-15 |
mod_admin_shell: Track connected events instead of created
|
Kim Alvefur |
2022-02-06 |
mod_admin_shell: Fix typo in comment [codespell]
|
Kim Alvefur |
2022-02-04 |
mod_admin_shell: Add descriptions of each column to 'help columns'
|
Kim Alvefur |
2022-01-30 |
mod_admin_shell: Use exact match instead of Lua patterns in c2s,s2s:show
|
Kim Alvefur |
2022-01-30 |
mod_admin_shell: Fix traceback on rendering graph of stats without extra labels
|
Kim Alvefur |
2022-01-29 |
mod_admin_shell: Add help section about stats
|
Kim Alvefur |
2022-01-29 |
mod_admin_shell: Add help section about customizing table columns
|
Kim Alvefur |
2022-01-28 |
mod_admin_shell: Add command to show current user roles
|
Kim Alvefur |
2022-01-23 |
mod_admin_shell: Add help section about roles
|
Kim Alvefur |
2022-01-23 |
mod_admin_shell: Log creation of incoming s2s connections during ping
|
Kim Alvefur |
2021-12-27 |
mod_admin_shell: Print s2s related events while waiting for ping
|
Kim Alvefur |
2021-12-26 |
mod_smacks: Limit queue memory consumption using new util
|
Kim Alvefur |
2021-12-14 |
mod_admin_shell: Add port as a c2s/s2s:show column definition
|
Kim Alvefur |
2021-12-07 |
mod_admin_shell: Handle global roles (pass host=*)
|
Kim Alvefur |
2021-12-06 |
mod_admin_shell: Only check that local users exist locally
|
Kim Alvefur |
2021-12-06 |
mod_admin_shell: Support setting roles on hosts other than the users'
|
Kim Alvefur |
2021-12-06 |
mod_admin_shell: Add command for updating roles user:roles(jid, roles)
|
Kim Alvefur |
2021-12-06 |
mod_admin_shell: Allow setting roles when creating user
|
Kim Alvefur |
2021-12-04 |