Skip to content

Latest commit

 

History

History
78 lines (48 loc) · 1.97 KB

CHANGELOG.md

File metadata and controls

78 lines (48 loc) · 1.97 KB

Changelog for Palaver ZNC Module

1.2.2 (18/09/2022)

  • Retry sending push notification on failure.

1.2.1 (18/07/2020)

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

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

Bug Fixes

  • Fix issue where local notifications may appear twice.

1.1.1

Bug Fixes

  • Compilation will now respect the CXX environment variable so that Palaver ZNC will be tested against the configured compiler.

1.1.0

### 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

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.