comparison CHANGES.md @ 1166:a388a6193131

plugin links: rewrite in Javascript
author David Demelier <markand@malikania.fr>
date Sun, 06 Mar 2022 10:33:50 +0100
parents 8278d14e7aaa
children 18e92d7f859f
comparison
equal deleted inserted replaced
1165:47ed24577389 1166:a388a6193131
4 irccd 4.1.0 ????-??-?? 4 irccd 4.1.0 ????-??-??
5 ====================== 5 ======================
6 6
7 - Add `irc_bot_pollable_add` to insert a custom interface into the main irccd 7 - Add `irc_bot_pollable_add` to insert a custom interface into the main irccd
8 loop. 8 loop.
9 - A new option `IRCCD_WITH_HTTP` has been added to accommodate the new curl
10 dependency for `Irccd.Http` API.
11
12 javascript API
13 --------------
14
15 - Brand new asynchronous `Irccd.Http` API.
16
17 plugins
18 -------
19
20 - links: rewritten in Javascript using the brand new `Irccd.Http` API.
9 21
10 irccd 4.0.1 2022-02-07 22 irccd 4.0.1 2022-02-07
11 ====================== 23 ======================
12 24
13 - Fix disconnection with multiple servers. 25 - Fix disconnection with multiple servers.