mod_admin_adhoc: Ignore the very long lines at the end [luacheck]
|
Kim Alvefur |
2018-09-30 |
mod_admin_adhoc: Ignore shadowed 'err' variables [luacheck]
|
Kim Alvefur |
2018-09-30 |
mod_admin_adhoc: Remove unused argument [luacheck]
|
Kim Alvefur |
2018-09-30 |
mod_admin_adhoc: Remove unused loop variables [luacheck]
|
Kim Alvefur |
2018-09-30 |
mod_admin_adhoc: Normalize indentation
|
Kim Alvefur |
2018-08-03 |
mod_admin_adhoc: Keep options for list-single in 'options' field where they belong
|
Kim Alvefur |
2018-08-03 |
mod_admin_adhoc: Silence various harmless warnings [luacheck]
|
Kim Alvefur |
2018-05-01 |
mod_admin_adhoc: Rename loop variable to avoid name clash [luacheck]
|
Kim Alvefur |
2018-05-01 |
mod_admin_adhoc: Rename variable to avoid name clash [luacheck]
|
Kim Alvefur |
2018-05-01 |
mod_admin_adhoc: Remove unused initial values [luacheck]
|
Kim Alvefur |
2018-05-01 |
mod_admin_adhoc: Split a long line (improves readability) [luacheck]
|
Kim Alvefur |
2018-05-01 |
Fix spelling throughout the codebase [codespell]
|
Kim Alvefur |
2018-02-04 |
core.usermanager, various modules: Disconnect other resources on password change (thanks waqas) (fixes #512)
|
Kim Alvefur |
2017-07-28 |
mod_admin_adhoc: Show only connections to/from the host the command was run on
|
Kim Alvefur |
2016-01-03 |
mod_admin_adhoc: Remove extra ) that should not be there
|
Kim Alvefur |
2016-01-03 |
mod_admin_adhoc: Declare local variable, don't set a global [luacheck]
|
Kim Alvefur |
2015-08-26 |
mod_admin_adhoc: Import missing util.set (fixes #518)
|
Kim Alvefur |
2015-08-26 |
core.*: Remove use of module() function
|
Kim Alvefur |
2015-02-21 |
mod_admin_adhoc: Remove special treatment of the "pending" roster entry
|
Kim Alvefur |
2015-04-25 |
Merge 0.9->0.10
|
Kim Alvefur |
2014-10-05 |
mod_admin_adhoc: Add required to field in user deletion form too
|
Kim Alvefur |
2014-09-29 |
mod_admin_adhoc: Mark 'accountjids' field as required in 'end user sessions' command (thanks Lloyd)
|
Kim Alvefur |
2014-09-29 |
mod_admin_web: Add "List S2S connections" command
|
Florian Zeitz |
2014-09-28 |
mod_admin_adhoc: Show IP in detailed version of online user listing
|
Florian Zeitz |
2014-09-28 |
mod_admin_adhoc: As the only user of set:items(), update... it's now an iterator, and the extra keys() iterator is now unnecessary
|
Matthew Wild |
2013-09-03 |
mod_admin_adhoc: Fix node of the "Get List of Online Users" command
|
Florian Zeitz |
2013-06-29 |
mod_admin_adhoc: Use util.adhoc
|
Florian Zeitz |
2013-04-23 |
mod_motd, mod_register, mod_private, mod_http_errors, mod_admin_adhoc: Remove unused imports
|
Kim Alvefur |
2013-03-23 |
mod_admin_adhoc: Fix 'Shut down service' command
|
Florian Zeitz |
2013-02-07 |
mod_admin_adhoc: Implement global module unloading
|
Florian Zeitz |
2013-02-07 |
mod_admin_adhoc: Implement global module reloading
|
Florian Zeitz |
2013-02-06 |
mod_admin_adhoc: Fix info message for module reload/unload
|
Florian Zeitz |
2013-02-05 |
mod_admin_adhoc: Implement global module loading
|
Florian Zeitz |
2013-02-05 |
mod_admin_adhoc: Remove a TODO, our pretty_print turns out not to be helpful after all
|
Florian Zeitz |
2013-02-04 |
mod_admin_adhoc: Remove unused form
|
Kim Alvefur |
2012-11-25 |
mod_admin_adhoc: Add commands for activating and deactivating hosts
|
Kim Alvefur |
2012-09-19 |
mod_admin_adhoc: Use usermanager.delete_user to delete users
|
Kim Alvefur |
2012-08-24 |
mod_admin_adhoc, mod_announce: Explicitly specify possible actions for ad-hoc commands
|
Florian Zeitz |
2012-08-02 |
mod_admin_adhoc, mod_admin_telnet, mod_bosh, mod_c2s, mod_component, mod_pep, mod_presence, mod_roster, mod_s2s: Import core_post_stanza from the global prosody table.
|
Kim Alvefur |
2012-07-26 |
Hopefully inert commit to clean up logging across a number of modules, removing all cases of concatenation when building log messages
|
Matthew Wild |
2012-07-23 |
Merge 0.9->trunk
|
Matthew Wild |
2012-07-19 |
mod_admin_adhoc: Remove unused variable and save a bit of CPU...
|
Matthew Wild |
2012-07-19 |
mod_admin_web: Use util.dataforms' own error checking
|
Florian Zeitz |
2012-07-04 |
mod_adhoc, mod_admin_adhoc, mod_announce: Use module:provides() to manage Ad-Hoc commands
|
Florian Zeitz |
2012-06-12 |
mod_admin_adhoc: Small style fix
|
Matthew Wild |
2012-04-28 |
mod_admin_adhoc: Use module:depends()
|
Kim Alvefur |
2012-03-07 |
mod_admin_adhoc: Import util.iterators properly
|
Kim Alvefur |
2012-03-07 |
mod_admin_adhoc: Only allow global admins to shut the server down
|
Florian Zeitz |
2011-06-03 |
mod_admin_adhoc: Add "Reload configuration" command
|
Florian Zeitz |
2011-06-02 |
mod_admin_adhoc: Support unloading multiple modules
|
Florian Zeitz |
2010-12-18 |
mod_admin_adhoc: Support for reloading multiple modules
|
Florian Zeitz |
2010-12-18 |
Monster whitespace commit (beware the whitespace monster).
|
Waqas Hussain |
2010-10-16 |
mod_admin_adhoc: New module with merged functonality of mod_adhoc_cmd_admin and mod_adhoc_cmd_modules (of prosody-modules fame)
|
Florian Zeitz |
2010-09-02 |