comparison MIGRATING.md @ 779:317c66a131be

Irccd: merge [identity] with [server], closes #905 @2h While here, also add some tests for server_util, #779
author David Demelier <markand@malikania.fr>
date Thu, 01 Nov 2018 10:34:21 +0100
parents bd12709b1975
children 560b62f6b0a7
comparison
equal deleted inserted replaced
778:3ff081c72250 779:317c66a131be
81 #### Configuration 81 #### Configuration
82 82
83 - The option `reconnect-tries` has been removed from `[server]` section, use 83 - The option `reconnect-tries` has been removed from `[server]` section, use
84 `auto-reconnect` boolean option instead. 84 `auto-reconnect` boolean option instead.
85 - The option `reconnect-timeout` has been renamed to `auto-reconnect-delay`. 85 - The option `reconnect-timeout` has been renamed to `auto-reconnect-delay`.
86 - The section `[identity]` has been removed, instead move those values inside
87 each server in their `[server]` section.