• 4.9.2 f71eaac05b

    github-actions[bot] released this 2023-10-11 07:08:23 +00:00 | 24 commits to main since this release

    What's Changed

    Full Changelog: https://github.com/aronson/discord-irc/compare/4.9.1...4.9.2

    Downloads
  • 4.9.1 710c747acd

    github-actions[bot] released this 2023-10-10 06:14:17 +00:00 | 25 commits to main since this release

    What's Changed

    To enable TLS, provided your IRC server supports it, configure like so (changing the port to the TLS port provided by your IRC server admins):

    {
      // ...
      "tls": true, // false by default
      "port": 6697 // common port for IRC over TLS
      // ...
    }
    

    Full Changelog: https://github.com/aronson/discord-irc/compare/4.9.0...4.9.1

    Downloads
  • 4.8.10 95b459e71a

    github-actions[bot] released this 2023-10-10 05:32:42 +00:00 | 27 commits to main since this release

    What's Changed

    Full Changelog: https://github.com/aronson/discord-irc/compare/4.8.8...4.8.10

    Downloads
  • 4.8.8 fb8636d511

    github-actions[bot] released this 2023-10-09 18:46:17 +00:00 | 30 commits to main since this release

    What's Changed

    Full Changelog: https://github.com/aronson/discord-irc/compare/4.8.7...4.8.8

    Downloads
  • 4.8.7 c05ac68c0a

    github-actions[bot] released this 2023-10-08 23:09:37 +00:00 | 31 commits to main since this release

    What's Changed

    Full Changelog: https://github.com/aronson/discord-irc/compare/4.8.6...4.8.7

    Downloads
  • 4.8.6 eaad47e5bf

    github-actions[bot] released this 2023-10-08 09:17:22 +00:00 | 32 commits to main since this release

    What's Changed

    Internal Changes

    Full Changelog: https://github.com/aronson/discord-irc/compare/4.8.5...4.8.6

    Downloads
  • 4.8.5 7fdc4f5639

    github-actions[bot] released this 2023-10-03 10:51:48 +00:00 | 39 commits to main since this release

    What's Changed

    Full Changelog: https://github.com/aronson/discord-irc/compare/4.7.1...4.8.5

    Downloads
  • 4.7.1 1d30829c73

    github-actions[bot] released this 2023-09-18 00:59:25 +00:00 | 49 commits to main since this release

    What's Changed

    Full Changelog: https://github.com/aronson/discord-irc/compare/4.7.0...4.7.1

    Downloads
  • 4.7.0 5201133ebb

    github-actions[bot] released this 2023-09-17 02:47:59 +00:00 | 53 commits to main since this release

    What's Changed

    The mentions logic has been updated to make it easier for IRC users to ping users on the discord side. Previously the system attempted to partial match discord display names and would have varied success; now it has been updated to solely use discord usernames, which are only one word. The IRC formatting has been updated with a new variable, "discordUsername", that can be configured to send the name colored separately from the display name.

    Here's an example of the update in action:
    image
    image

    Full Changelog: https://github.com/aronson/discord-irc/compare/4.6.0...4.7.0

    Downloads
  • 4.6.0 6170b843cd

    github-actions[bot] released this 2023-08-29 22:29:07 +00:00 | 57 commits to main since this release

    Configuration file validation

    This update adds descriptive errors when the user provides a config.json in the old or an incorrect format.

    image

    What's Changed

    Full Changelog: https://github.com/aronson/discord-irc/compare/4.5.6...4.6.0

    Downloads