comparison MIGRATING.md @ 851:7c5898a79671

misc: update MIGRATING.md
author David Demelier <markand@malikania.fr>
date Tue, 16 Jul 2019 20:52:24 +0200
parents 688f28dd3241
children 6b65493d97cf
comparison
equal deleted inserted replaced
850:688f28dd3241 851:7c5898a79671
7 ========================= 7 =========================
8 8
9 Irccd 9 Irccd
10 ----- 10 -----
11 11
12 - Long options have been removed.
12 - The option `reconnect-tries` has been removed from `[server]` section, use 13 - The option `reconnect-tries` has been removed from `[server]` section, use
13 `auto-reconnect` boolean option instead, 14 `auto-reconnect` boolean option instead,
14 - The option `reconnect-timeout` has been renamed to `auto-reconnect-delay`. 15 - The option `reconnect-timeout` has been renamed to `auto-reconnect-delay`.
15 - The section `[identity]` has been removed, instead move those values inside 16 - The section `[identity]` has been removed, instead move those values inside
16 each server in their `[server]` section. 17 each server in their `[server]` section.
18 `[templates]`. 19 `[templates]`.
19 20
20 Irccdctl 21 Irccdctl
21 -------- 22 --------
22 23
24 - Long options have been removed.
23 - The functions `server-cnotice` and `server-cmode` have been removed, use 25 - The functions `server-cnotice` and `server-cmode` have been removed, use
24 `server-notice` and `server-mode` instead, 26 `server-notice` and `server-mode` instead,
25 - The option `connect.host` has been renamed to `connect.hostname`, 27 - The option `connect.host` has been renamed to `connect.hostname`,
26 - The option `--host` has been renamed to `--hostname`,
27 - The output style has been unified, 28 - The output style has been unified,
28 - Options `-S` and `--ssl-verify` in server-connect have been removed. 29 - Options `-S` in server-connect have been removed, also
30 the port option is now specified with `-p` instead of a positional argument.
29 - Connection options are now order dependant and must be set before the command 31 - Connection options are now order dependant and must be set before the command
30 name. 32 name.
31 33
32 Plugins 34 Plugins
33 ------- 35 -------