comparison MIGRATING.md @ 974:342fb90f2512

irccdctl: re-implement many of the plugin-* commands
author David Demelier <markand@malikania.fr>
date Sun, 07 Feb 2021 14:36:28 +0100
parents 371e1cc2c697
children 5ffc8350e84b
comparison
equal deleted inserted replaced
973:e2a86096bc05 974:342fb90f2512
15 instead of a password. 15 instead of a password.
16 16
17 Irccdctl 17 Irccdctl
18 -------- 18 --------
19 19
20 The `irccdctl.conf` is now using a custom syntax. 20 - There is no longer configuration file because it now use a plain UNIX socket
21 to */tmp/irccd.sock* by default (may be changed through the `-s` option).
22 - Aliases have been removed, please use shell scripts or aliases instead.
23 - The `watch` command no longer produce JSON output but only the original
24 "human" format but may be used for scripts as it is honored through the
25 semantic versioning.
21 26
22 Platform support 27 Platform support
23 ---------------- 28 ----------------
24 29
25 Windows support is now completely obsolescent because the code make excessive 30 Windows support is now completely obsolescent because the code make excessive