diff 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
line wrap: on
line diff
--- a/MIGRATING.md	Wed Feb 03 20:45:00 2021 +0100
+++ b/MIGRATING.md	Sun Feb 07 14:36:28 2021 +0100
@@ -17,7 +17,12 @@
 Irccdctl
 --------
 
-The `irccdctl.conf` is now using a custom syntax.
+- There is no longer configuration file because it now use a plain UNIX socket
+  to */tmp/irccd.sock* by default (may be changed through the `-s` option).
+- Aliases have been removed, please use shell scripts or aliases instead.
+- The `watch` command no longer produce JSON output but only the original
+  "human" format but may be used for scripts as it is honored through the
+  semantic versioning.
 
 Platform support
 ----------------