comparison CHANGES.md @ 361:78dc19979f80

Misc: update CHANGES.md
author David Demelier <markand@malikania.fr>
date Thu, 01 Dec 2016 12:55:17 +0100
parents de1c1e4a5dbb
children a8b0353ac831
comparison
equal deleted inserted replaced
360:55bf5c5a65db 361:78dc19979f80
1 IRC Client Daemon CHANGES 1 IRC Client Daemon CHANGES
2 ========================= 2 =========================
3
4 irccd current
5 ----------------------
6
7 Irccd:
8
9 - Add SSL support in transports,
10 - Add authentication support in transports,
11 - Fix a warning about daemon on macOS.
12
13 Javascript API:
14
15 - New Irccd.File.lines function,
16 - Various improvements in Irccd.File API.
17
18 Plugins:
19
20 - Add new format section for plugins,
21 - Add unit tests for plugins.
22
23 Irccdctl:
24
25 - Added brand new plugin-config command,
26 - Added aliases,
27 - Added unit tests for irccdctl commands.
28
29 Libraries:
30
31 - Replaced jansson with Niels Lohmann's JSON library,
32 - Updated Duktape to 1.5.1.
33
34 Misc:
35
36 - Patterns can now use shell escape sequences,
37 - Added .editorconfig file,
38 - Split documentation into topics,
39 - The code is now split into several individual libraries.
40
41 Windows:
42
43 - Get rid of QtIFW and uses NSIS, WIX on Windows,
44 - Installer have components,
45 - Copy DLL files automatically into fakeroot and install,
46 - Added better support for cross-compiling using MinGW.
47
48 irccd 2.0.3 2016-11-01
49 ----------------------
50
51 - Fix various errors in logger plugin,
52 - Fix quakenet support in auth plugin.
3 53
4 irccd 2.0.2 2016-04-19 54 irccd 2.0.2 2016-04-19
5 ---------------------- 55 ----------------------
6 56
7 - Fix CMake error preventing installation of irccd and irccdctl. 57 - Fix CMake error preventing installation of irccd and irccdctl.