diff 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
line wrap: on
line diff
--- a/MIGRATING.md	Fri Jan 15 14:44:52 2021 +0100
+++ b/MIGRATING.md	Sat Jan 16 09:45:33 2021 +0100
@@ -53,6 +53,15 @@
 
 - The method `Util.ticks` as been removed.
 
+### Module Server
+
+- The property `channels` in the object returned from `Server.info` is now an
+  array of objects which also contain a list of nicknames present in the
+  channel.
+- The property `channels` in the object for the `Server` constructor now takes
+  an array of objects containing two properties each: `name` and `password`
+  which must be string (password is optional).
+
 Migrating from 2.x to 3.x
 =========================