index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plugins
/
mod_admin_shell.lua
Commit message (
Expand
)
Author
Age
Files
Lines
*
mod_admin_shell: Allow matching on host or bare JID in c2s:show
Kim Alvefur
2023-03-31
1
-2
/
+2
*
core.usermanager: Correct formatting of not implemented error
Kim Alvefur
2023-03-26
1
-1
/
+1
*
mod_admin_shell: Enable user after creation with role
Kim Alvefur
2023-03-26
1
-0
/
+5
*
mod_admin_shell: Simplify user creation when no role given
Kim Alvefur
2023-03-26
1
-8
/
+16
*
plugins: Prefix module imports with prosody namespace
Kim Alvefur
2023-03-24
1
-29
/
+29
*
mod_admin_shell: Limit module dependency listings to loaded on current host
Kim Alvefur
2023-03-10
1
-2
/
+9
*
mod_admin_shell: Show reverse dependencies in module:info()
Kim Alvefur
2023-03-05
1
-0
/
+6
*
mod_admin_shell: Add commands to disable and enable accounts
Kim Alvefur
2023-02-23
1
-0
/
+32
*
Merge 0.12->trunk
Kim Alvefur
2023-02-16
1
-0
/
+1
|
\
|
*
mod_admin_socket: Return error on unhandled input to prevent apparent freeze
Kim Alvefur
2023-02-16
1
-0
/
+1
*
|
mod_admin_shell: Match substring in muc:affiliations() like muc:occupants()
Kim Alvefur
2023-01-30
1
-1
/
+1
*
|
mod_admin_shell: Sort MUC users by relation and JID
Kim Alvefur
2023-01-29
1
-18
/
+51
*
|
mod_admin_shell: Make Role and Affiliation columns the same width for aesthetics
Kim Alvefur
2023-01-29
1
-2
/
+2
*
|
mod_admin_shell: Use tables to present MUC users
Kim Alvefur
2023-01-29
1
-2
/
+18
*
|
mod_admin_shell: Factor out room retrieval into common function
Kim Alvefur
2023-01-29
1
-18
/
+18
*
|
mod_admin_shell: Add muc:affiliations(room) command to list memberships
Kim Alvefur
2023-01-29
1
-0
/
+28
*
|
mod_admin_shell: Add muc:occupants(room) command to list occupants
Kim Alvefur
2023-01-29
1
-1
/
+30
*
|
Merge 0.12->trunk
Kim Alvefur
2022-10-24
1
-1
/
+5
|
\
|
|
*
mod_admin_shell: Ensure available connection for column 'secure'
Kim Alvefur
2022-10-23
1
-1
/
+1
|
*
mod_admin_shell: Ensure connection exists to get port from (fixes #1777)
Kim Alvefur
2022-10-23
1
-1
/
+5
*
|
mod_admin_shell: Fix display of session without role (thanks Link Mauve)
Kim Alvefur
2022-09-23
1
-1
/
+1
*
|
mod_admin_shell: Rename variable to avoid confusion with global function
Kim Alvefur
2022-08-25
1
-7
/
+7
*
|
mod_admin_shell: Fix output from user:roles()
Kim Alvefur
2022-08-25
1
-0
/
+1
*
|
mod_admin_shell: Ensure account has role before it is usable
Kim Alvefur
2022-08-18
1
-8
/
+16
*
|
mod_admin_shell: Update help for user:create to reflect singular role argument
Kim Alvefur
2022-08-18
1
-1
/
+1
*
|
mod_admin_shell: Update with new role management commands and help text
Matthew Wild
2022-08-18
1
-39
/
+52
*
|
mod_admin_shell: Show session role in c2s:show
Kim Alvefur
2022-08-15
1
-1
/
+10
*
|
Merge 0.12->trunk
Matthew Wild
2022-08-18
1
-4
/
+8
|
\
|
|
*
mod_admin_shell: Switch names for user role management commands
Kim Alvefur
2022-08-15
1
-4
/
+8
*
|
mod_admin_shell: Remove obsolete module:load() argument from 0.8 time
Kim Alvefur
2022-08-05
1
-2
/
+2
*
|
compat: Remove handling of Lua 5.1 location of 'unpack' function
Kim Alvefur
2022-07-11
1
-1
/
+1
*
|
mod_admin_shell: Show session id ping reply came
Kim Alvefur
2022-06-13
1
-1
/
+1
*
|
mod_admin_shell: Include last (mod_cron) task run time in module:info()
Kim Alvefur
2022-06-01
1
-1
/
+11
*
|
mod_admin_shell: Drop unused argument [luacheck]
Kim Alvefur
2022-05-31
1
-1
/
+1
*
|
mod_admin_shell: Show bound ports in module:info
Kim Alvefur
2022-05-31
1
-1
/
+11
*
|
mod_admin_shell: Document the 'watch' section in the built-in help
Kim Alvefur
2022-05-30
1
-0
/
+4
*
|
prosodyctl shell: Communicate width of terminal to mod_admin_shell
Kim Alvefur
2022-05-30
1
-5
/
+10
*
|
Merge 0.12->trunk
Kim Alvefur
2022-05-15
1
-2
/
+2
|
\
|
|
*
mod_admin_shell: Tighten up type checks to fix #1754 (thanks clouded)
Kim Alvefur
2022-05-15
1
-2
/
+2
*
|
net: isolate LuaSec-specifics
Jonas Schäfer
2022-04-27
1
-5
/
+2
*
|
mod_admin_shell: Add watch:stanzas() command
Matthew Wild
2022-03-23
1
-0
/
+38
*
|
mod_admin_shell: Add watch:log() command to tail logs in realtime
Matthew Wild
2022-03-17
1
-0
/
+21
*
|
mod_admin_shell: Add session.is_connected() method
Matthew Wild
2022-03-17
1
-0
/
+3
*
|
mod_admin_shell: Add session.write() method to write data to client with no \n
Matthew Wild
2022-03-17
1
-2
/
+5
|
/
*
mod_admin_shell: Use a table to show help sections
Kim Alvefur
2022-02-20
1
-17
/
+19
*
mod_admin_shell: Squeeze some characters out of the Certificate column
Kim Alvefur
2022-02-17
1
-2
/
+2
*
mod_admin_shell: Fix description of muc:room() (thanks Link Mauve)
Kim Alvefur
2022-02-15
1
-1
/
+1
*
mod_admin_shell: Track connected events instead of created
Kim Alvefur
2022-02-06
1
-3
/
+3
*
mod_admin_shell: Fix typo in comment [codespell]
Kim Alvefur
2022-02-04
1
-1
/
+1
*
mod_admin_shell: Add descriptions of each column to 'help columns'
Kim Alvefur
2022-01-30
1
-5
/
+35
[next]