Skip to content

Releases: zachbr/Dis4IRC

Dis4IRC 1.6.5

24 May 18:51
96b6acc

Choose a tag to compare

  • Adds basic support for Discord Message Forwards.
  • Updates to the underlying Discord library and other libraries.
  • Container images are now published at ghcr.io/zachbr/dis4irc
    • A tagged version for the specific release version.
    • A latest tag updated to the current release version.
    • An edge tag that tracks development on the primary branch.

Dis4IRC 1.6.4

02 Jan 23:08
df1e4ff

Choose a tag to compare

  • Fixes an issue with mentions being bridged incorrectly. Thank you sqyyy-jar!
  • A fix for compiling the project when git is not available or the repo is not included.
  • An update to the underlying Discord library.

Dis4IRC 1.6.3

05 Oct 17:51
28d68cb

Choose a tag to compare

  • Updates to the Discord library and the other underlying libraries.
  • Improved avatar lookup for IRC users when messages are bridged to Discord.

Dis4IRC 1.6.2

03 Sep 23:07
65965e8

Choose a tag to compare

  • Updates to the Discord library and the other underlying libraries.
  • Adds a configuration option for whether to bridge channel embeds from Discord.

Dis4IRC 1.6.1

04 Jul 01:18
3cfdf07

Choose a tag to compare

  • Updates to the Discord library to better handle the username changes.
  • Adds support for bridging channel embeds.
  • Updates the IRC message splitter to better handle certain unicode.

Dis4IRC 1.6.0

27 Mar 23:30
c71aaca

Choose a tag to compare

  • Better handling of mentions, emoji, and other string replacements.
  • Updates to the Discord library to better support the latest Discord changes.
  • The logging system has been switched to Logback from Log4j.

Dis4IRC 1.5.0

30 May 01:24
630d6ae

Choose a tag to compare

  • Update various libraries, including the one used for Discord.
  • Add the ability to set the activity and online status of the bot.
  • Add the ability to disable nickname coloring in IRC.
  • Use color in more places when enabled in IRC.
  • Fixes a few miscellaneous bugs.

Dis4IRC 1.4.2

18 Dec 20:29
9cbba83

Choose a tag to compare

  • Update Log4J library (again) to 2.17.0 out of an abundance of caution.
    • There are currently no known exploits affecting Dis4IRC's default logging configuration in 1.4.0 or 1.4.1. However, out of an abundance of caution this update further expands upon protections added in the previous release.

Dis4IRC 1.4.1

17 Dec 05:47
328d4e7

Choose a tag to compare

  • Update Log4J library to 2.16.0 out of an abundance of caution.
    • There are currently no known exploits affecting Dis4IRC's default logging configuration in 1.4.0. However, out of an abundance of caution this update further expands upon protections added in the previous release.

Dis4IRC 1.4.0

14 Dec 01:30
d3a4512

Choose a tag to compare

  • Update Log4J logging library to 2.15.0 to resolve CVE-2021-44228.
  • Discord library updates to better support platform API changes.
  • Support for bridging Discord stickers
  • Dis4IRC now leaves mention triggers from Discord in bridged messages. This can offer additional context to IRC users.
  • Better support for newer versions of Java.