aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
Commit message (Expand)AuthorAgeFilesLines
* prosodyctl: Fix check for whether to show init system warningMatthew Wild6 days1-1/+1
* prosodyctl: Further deprecate start/stop/restart commands when installedMatthew Wild6 days1-11/+35
* prosodyctl: reload: Assume reload-via-socket if any arguments passedMatthew Wild6 days1-0/+3
* prosodyctl: Fix luacheck warningMatthew Wild6 days1-1/+1
* prosodyctl: reload: Remove redundant requireMatthew Wild6 days1-1/+0
* prosodyctl: stop: Fix detection of whether Prosody is runningMatthew Wild6 days1-1/+5
* prosodyctl: reload: Fix detection of whether prosody is runningMatthew Wild6 days1-3/+5
* prosodyctl: reload: use admin socket to issue reload command, if availableMatthew Wild6 days1-7/+11
* prosodyctl: Hide the 'lua_paths' command from default command listingKim Alvefur2025-01-081-1/+1
* prosodyctl: Add lua_paths command to print the LUA_PATH and LUA_CPATH usedMatthew Wild2025-01-081-0/+9
* prosodyctl: 'about' becomes 'version -v', 'version' prints only versionMatthew Wild2025-01-081-2/+15
* prosodyctl: Remove unused importKim Alvefur2025-01-081-2/+0
* prosodyctl: deluser: Use user:delete() shell command for implementationMatthew Wild2025-01-071-27/+2
* prosodyctl: passwd: Use user:password() shell command for implementationMatthew Wild2025-01-071-31/+2
* prosodyctl: adduser: use shell user:create() to provide the implementationMatthew Wild2025-01-071-31/+2
* prosodyctl: Add experimental way to reload specific modules directlyKim Alvefur2023-06-251-0/+9
* Merge 0.12->trunkMatthew Wild2023-04-071-1/+1
|\
| * prosodyctl: Fix using variable content in a format stringMatthew Wild2023-04-071-1/+1
* | executables: Prefix module imports with prosody namespaceKim Alvefur2023-03-171-18/+18
* | executables: Invoke loader to allow mixing of old and new import styleKim Alvefur2023-03-171-0/+4
* | Merge 0.12->trunkKim Alvefur2023-01-221-4/+4
|\|
| * util.startup: Close state on exit to ensure GC finalizers are calledKim Alvefur2023-01-221-4/+4
* | compat: Remove handling of Lua 5.1 location of 'unpack' functionKim Alvefur2022-07-111-1/+1
* | executables: Reject Lua 5.1 earlyKim Alvefur2022-07-021-0/+7
|/
* prosodyctl: Pass server when listing (outdated) plugins (fix #1738)Kim Alvefur2022-04-051-1/+7
* prosodyctl about: Report version of lua-readlineKim Alvefur2022-03-271-2/+8
* prosodyctl: Restore 'list --outdated'Kim Alvefur2022-02-171-0/+4
* prosodyctl: Allow passing server on command line with --serverKim Alvefur2022-02-041-1/+1
* prosodyctl: Allow install plugin via explicit path or URLKim Alvefur2022-02-041-2/+2
* prosodyctl: Return success status code from --helpKim Alvefur2022-02-041-11/+11
* prosodyctl: Use argument parsing library to parse --help, -h, -?Kim Alvefur2022-02-041-12/+27
* prosodyctl: Hide process management commands when init system should be used ...Kim Alvefur2021-12-211-3/+19
* prosodyctl: Reorder help sectionsKim Alvefur2021-12-211-5/+5
* prosodyctl: Fix weird indentationKim Alvefur2021-11-061-2/+2
* Merge 0.11->trunkKim Alvefur2021-09-201-1/+1
|\
| * prosodyctl: Fix later import of LuaFileSystemKim Alvefur2021-09-111-1/+1
| * prosodyctl: Add 'limits' to known globals to warn about misplacing itKim Alvefur2021-05-271-1/+1
* | prosodyctl: Add a note about checking the order of listed commandsKim Alvefur2021-07-151-1/+1
* | prosodyctl: Add cert to command listingKim Alvefur2021-07-151-1/+3
* | prosodyctl: Add 'shell' to command listingKim Alvefur2021-07-151-1/+2
* | prosodyctl: Add 'check' to command listing (fixes #1622)Kim Alvefur2021-05-301-0/+10
* | prosodyctl: Reorganize help / command listKim Alvefur2021-01-221-7/+15
* | prosodyctl: Report OpenSSL versionKim Alvefur2021-05-121-0/+4
* | Merge 0.11->trunkMatthew Wild2021-05-131-0/+4
|\|
| * prosodyctl about: Report libexpat version if knownMatthew Wild2021-05-111-1/+5
| * prosodyctl: check config: Add 'gc' to list of global optionsMatthew Wild2021-04-301-1/+1
* | prosodyctl: Add reference to #1602 (plugin installer docs) in commentKim Alvefur2021-01-211-0/+1
* | prosodyctl: Move message after conditionKim Alvefur2021-01-211-1/+1
* | prosodyctl: Fix copypaste oversightKim Alvefur2021-01-211-2/+2
* | prosodyctl: Abort if no plugin source specified for the installerKim Alvefur2021-01-211-1/+7