comparison MIGRATING.md @ 850:688f28dd3241

irccd: remove short options, closes #1673 While here, use a brand new home made option parsing.
author David Demelier <markand@malikania.fr>
date Tue, 16 Jul 2019 20:49:36 +0200
parents a23b7b574ed2
children 7c5898a79671
comparison
equal deleted inserted replaced
849:64f8f82ab110 850:688f28dd3241
24 `server-notice` and `server-mode` instead, 24 `server-notice` and `server-mode` instead,
25 - The option `connect.host` has been renamed to `connect.hostname`, 25 - The option `connect.host` has been renamed to `connect.hostname`,
26 - The option `--host` has been renamed to `--hostname`, 26 - The option `--host` has been renamed to `--hostname`,
27 - The output style has been unified, 27 - The output style has been unified,
28 - Options `-S` and `--ssl-verify` in server-connect have been removed. 28 - Options `-S` and `--ssl-verify` in server-connect have been removed.
29 - Connection options are now order dependant and must be set before the command
30 name.
29 31
30 Plugins 32 Plugins
31 ------- 33 -------
32 34
33 ### Logger 35 ### Logger