Releases: zachbr/Dis4IRC
Dis4IRC 1.3.0
- IRC library updates - Should fix issues with reconnecting to IRC servers.
- Discord replies will now bridge with context. The maximum length is controlled by a new settings option
discord-reply-context-limit. Set it to 0 to disable it. - Messages from IRC will now strip the Anti-Ping characters before being posted to Discord. This can make it easier to copy paste names when pinging Discord users.
- Bridge data is now saved atomically, making it more resilient to system issues.
- Discord roles and channels can now be mentioned from IRC.
- Updates to JDA to better support new discord features since 1.2.0.
Dis4IRC 1.2.0
-
Discord library updates - IMPORTANT: You will be required to update to this version before November 7th 2020. That is when Discord will remove its old discordapp.com API endpoint.
As part of this update, Please note that Dis4IRC REQUIRES the
GUILD_MEMBERSprivileged intent in order to properly cache members at runtime. For instructions on adding the needed intent in the Discord Developer Console, please click here. -
The webhook system now takes advantage of Discord API's Allowed Mentions system, making it harder to abuse mentions.
-
IRC users can now request all pinned messages from the bridged Discord channel using the
pinnedcommand. -
All bridge statistics are now persisted to disk, allowing you to restart the bridge without losing message statistics.
-
Commands like
pinnedandstatscan now be entirely disabled in the config file. -
The expiration time on pastes submitted by the paste service can now be configured.
-
The IRC library was updated, fixing a reconnect issue with unstable connections.
Dis4IRC 1.1.0
- The build date has been removed from the jar to support reproducible builds.
- The stats command will now show a percentage for each side of the bridge.
- The bridge will now exit in error if it cannot connect at startup.
- No-prefix messages can now optionally send an additional message with the triggering user's name.
- Better error messages for startup and connection failures.
- Fixes for mixed case IRC channel mappings.
- Fixes for startup IRC commands and additional logging.
- Fix for IRC nickname coloring issue.
- Add user quit and user kick relaying support.
- Updates to the underlying IRC and Discord libraries.
Dis4IRC 1.0.2
- Hotfix - Do not re-save config at startup as a workaround for GH-19.
Dis4IRC 1.0.1
- Better handling of whitespace-only messages for Discord.
- Statistics command now has a 60s rate limit on use.
- Respects guild-specific bot display name with webhooks.
- Markdown parser ignores messages shorter than 3 characters.
Initial Release
As with any other 1.0 release, it's still new.
It's been running fine in prod but your experience may vary.
Let us know how it goes.