comparison CHANGES.md @ 903:e71fd436f6c8

misc: merge from stable-3
author David Demelier <markand@malikania.fr>
date Sun, 22 Sep 2019 21:13:15 +0200
parents f0d6bc79aa32 da58b5e42d9a
children 32b0397f0992
comparison
equal deleted inserted replaced
896:b594a9269f49 903:e71fd436f6c8
6 6
7 irccd: 7 irccd:
8 8
9 - Added a new hook system. Hooks consist of an alternative approach to plugins 9 - Added a new hook system. Hooks consist of an alternative approach to plugins
10 to extend irccd in any language (#2342). 10 to extend irccd in any language (#2342).
11
12 irccd 3.0.2 2019-09-22
13 ----------------------
14
15 - Added *IRCCD_WITH_JS* CMake variable in irccd package (#2340),
16 - Fixed trailing CTCP escape code (#2339),
17 - Fixed invalid parameters in topic event (#2341),
18 - Fixed invalid documentation of Irccd.System.usleep function (#2262),
19 - Fixed invalid system configuration directory (#2263).
11 20
12 irccd 3.0.1 2019-09-01 21 irccd 3.0.1 2019-09-01
13 ---------------------- 22 ----------------------
14 23
15 - Fixed an invalid template escape sequence (#2250), 24 - Fixed an invalid template escape sequence (#2250),