comparison MIGRATING.md @ 947:95201fd9ad88

irccd: servers are now linked lists - Add reference counting to be shared with Javascript. - Implement server-disconnect command.
author David Demelier <markand@malikania.fr>
date Sat, 16 Jan 2021 09:45:33 +0100
parents aef1568a76bf
children 63208f5bb0f6
comparison
equal deleted inserted replaced
946:2ec05b9db2ee 947:95201fd9ad88
50 - All methods have been removed except `Chrono.reset`. 50 - All methods have been removed except `Chrono.reset`.
51 51
52 ### Module Util 52 ### Module Util
53 53
54 - The method `Util.ticks` as been removed. 54 - The method `Util.ticks` as been removed.
55
56 ### Module Server
57
58 - The property `channels` in the object returned from `Server.info` is now an
59 array of objects which also contain a list of nicknames present in the
60 channel.
61 - The property `channels` in the object for the `Server` constructor now takes
62 an array of objects containing two properties each: `name` and `password`
63 which must be string (password is optional).
55 64
56 Migrating from 2.x to 3.x 65 Migrating from 2.x to 3.x
57 ========================= 66 =========================
58 67
59 Irccd 68 Irccd