From: Kyle Fuller Date: Tue, 5 Jul 2016 23:39:44 +0000 (+0100) Subject: Add a CHANGELOG X-Git-Tag: 1.1.0~6^2 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=1fa2909e450a680e63f2ee571601a0d24f7e9a19;p=znc-palaver.git Add a CHANGELOG --- diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c9693f8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,39 @@ +# Changelog for Palaver ZNC Module + +## Master + +### Enhancements + +- Push notifications are now sent for CTCP ACTIONs (`/me` messages). +- Support for FreeBSD has been added. +- Push notifications are no longer sent for NOTICEs that are received before + registering with the IRC server. + + For example, the following NOTICEs will not send push notifications while + connecting: + + - Looking up your hostname... + - Checking Ident + - Found your hostname + - Got Ident response + +### Bug Fixes + +- We now detect when building the module with an unsupported compiler and will + now produce an error. This detects compilers that do not have a correct regex + implementation. +- Prevents stripping colour codes from messages incoming IRC messages. + + +## 1.0.1 + +### Bug Fixes + +- Fixes a timing issue where the push notification may not be sent due to ZNC + disconnecting from the push notification server before the request was + processed. + + +## 1.0.0 + +Initial version.