# HG changeset patch # User David Demelier # Date 1563303144 -7200 # Node ID 7c5898a79671f07ea29f39989fe76421f6ecfd51 # Parent 688f28dd32415804d38e898540a757fcdf7d8248 misc: update MIGRATING.md diff -r 688f28dd3241 -r 7c5898a79671 MIGRATING.md --- a/MIGRATING.md Tue Jul 16 20:49:36 2019 +0200 +++ b/MIGRATING.md Tue Jul 16 20:52:24 2019 +0200 @@ -9,6 +9,7 @@ Irccd ----- +- Long options have been removed. - The option `reconnect-tries` has been removed from `[server]` section, use `auto-reconnect` boolean option instead, - The option `reconnect-timeout` has been renamed to `auto-reconnect-delay`. @@ -20,12 +21,13 @@ Irccdctl -------- +- Long options have been removed. - The functions `server-cnotice` and `server-cmode` have been removed, use `server-notice` and `server-mode` instead, - The option `connect.host` has been renamed to `connect.hostname`, -- The option `--host` has been renamed to `--hostname`, - The output style has been unified, -- Options `-S` and `--ssl-verify` in server-connect have been removed. +- Options `-S` in server-connect have been removed, also + the port option is now specified with `-p` instead of a positional argument. - Connection options are now order dependant and must be set before the command name.