aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
Commit message (Expand)AuthorAgeFilesLines
* 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
* | prosodyctl: Move UI related calls out of util.prosodyctlKim Alvefur2021-01-211-0/+5
* | prosodyctl: Use luarocks status code as exit codeKim Alvefur2021-01-211-3/+6
* | prosodyctl: Remove non-existant command from hidden commandsKim Alvefur2021-01-051-1/+1
* | util.prosodyctl: Get Luarocks server from configKim Alvefur2020-10-051-1/+2
* | util.prosodyctl: Move hardcoded luarocks server into prosodyctlKim Alvefur2020-10-051-1/+1
* | util.prosodyctl: Flip argument orderKim Alvefur2020-10-051-3/+3
* | prosodyctl about: Show longer name for luaunboundKim Alvefur2020-07-101-2/+2
* | prosodyctl about: Strip name from lua module _VERSIONKim Alvefur2020-07-101-1/+5
* | prosodyctl about: Substitute better names for some Lua modulesKim Alvefur2020-07-101-1/+10
* | prosodyctl about: Split out libraries into a separate sectionKim Alvefur2020-07-101-5/+10
* | prosodyctl about: Use library function for sorted listing of lua modulesKim Alvefur2020-07-101-5/+3
* | prosodyctl about: Report versions of luaunbound and libunboundKim Alvefur2020-06-251-0/+7
* | prosodyctl: Fix traceback when no command provided (thanks Zash)Matthew Wild2020-06-041-1/+1
* | prosodyctl+util.prosodyctl.*: Start breaking up the ever-growing prosodyctlMatthew Wild2020-06-021-825/+11
* | prosodyctl, util.prosodyctl.shell: `prosodyctl shell` - a client to access th...Matthew Wild2020-06-011-0/+4