Skip to content

1.1.0

Compare
Choose a tag to compare
@kylef kylef released this 13 Apr 16:21
· 43 commits to master since this release

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.