Add a CHANGELOG
authorKyle Fuller <redacted>
Tue, 5 Jul 2016 23:39:44 +0000 (00:39 +0100)
committerKyle Fuller <redacted>
Wed, 6 Jul 2016 12:20:52 +0000 (13:20 +0100)
CHANGELOG.md [new file with mode: 0644]

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644 (file)
index 0000000..c9693f8
--- /dev/null
@@ -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.
git clone https://git.99rst.org/PROJECT