Skip to content

Releases: cocodelabs/znc-palaver

1.2.2

24 Sep 12:49
Compare
Choose a tag to compare
  • Retry sending push notification on failure.

1.2.1

18 Jul 18:12
Compare
Choose a tag to compare

Bug Fixes

  • Fixes a case where the unread badge on send push notifications would not get reset when reconnecting the same Palaver device.

1.2.0

05 Apr 13:47
Compare
Choose a tag to compare

Enhancements

  • Adds support for cap-notify, this allows Palaver to know when the ZNC module was loaded/unloaded so it can setup push notifications without having to reconnect Palaver after loading the module.

1.1.2

18 Sep 18:44
Compare
Choose a tag to compare

Bug Fixes

  • Fix issue where local notifications may appear twice.

1.1.0

13 Apr 16:21
Compare
Choose a tag to compare

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
  • We no longer mention you with private NOTICEs, these are usually server or
    service notices and rarely from a real user.

  • You can now disable showing message previews in the Palaver app which will
    prevent the message contents from being sent as a push notification.

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.
  • ZNC will no longer send push notifications to backgrounded Palaver devices.

1.0.1

06 Jul 14:42
Compare
Choose a tag to compare

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

24 Sep 20:15
Compare
Choose a tag to compare

Initial version.