• v3.1.0 2fc90d1b35

    github-actions[bot] released this 2025-10-24 00:18:51 +00:00 | 1 commits to main since this release

    Downloads
  • v3.0.0 8b4d7fda21

    github-actions[bot] released this 2025-10-23 23:01:34 +00:00 | 5 commits to main since this release

    What's Changed

    Full Changelog: https://github.com/aronson/discord-irc/compare/6.1.0...v3.0.0

    Downloads
  • 6.1.0 e4ca6529c7

    github-actions[bot] released this 2023-12-11 03:53:05 +00:00 | 12 commits to main since this release

    Auto-managed webhooks

    The webhook config format has changed. It's now really simple:

    {
      "webhooks": true
    }
    

    If it's set to true, the bot will create and re-use its own webhooks. No need to create them manually anymore. You can find them under the integrations tab in server settings for the bot.

    Note: this means the nickname field in config cannot contain the string discord.

    What's Changed

    Full Changelog: https://github.com/aronson/discord-irc/compare/6.0.3...6.1.0

    Downloads
  • 6.0.3 a3cf98e22f

    Release 6.0.3 Stable

    github-actions[bot] released this 2023-11-28 22:47:58 +00:00 | 13 commits to main since this release

    What's Changed

    Full Changelog: https://github.com/aronson/discord-irc/compare/6.0.2...6.0.3

    Downloads
  • 6.0.2 3287286fa2

    github-actions[bot] released this 2023-11-15 10:54:32 +00:00 | 14 commits to main since this release

    This fixes the case where when sending a message from the IRC side to the Discord side of the format crashme @ crashme the bot would crash.

    What's Changed

    Full Changelog: https://github.com/aronson/discord-irc/compare/6.0.1...6.0.2

    Downloads
  • 6.0.1 4e930b33a8

    Bugfix Update Stable

    github-actions[bot] released this 2023-11-04 10:22:55 +00:00 | 15 commits to main since this release

    What's Changed

    Full Changelog: https://github.com/aronson/discord-irc/compare/6.0.0...6.0.1

    Downloads
  • 6.0.0 fd7db38489

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

    What's Changed

    Full Changelog: https://github.com/aronson/discord-irc/compare/5.0.0...6.0.0

    Enabling PluralKit support

    Edit config.json to add the property at the bot level:

    {
      // Other properties...
      "pluralKit": true,
      // Other properties...
    }
    

    Note that autoproxy is not supported. You will need to use the new property ignoreUsers->roles to get the desired behavior:

    {
      // ...
      "ignoreUsers": {
        "roles": ["1144086714797793400", "114408954499793702"]
      },
      // ...
    }
    

    Enabling message edits:

    Edit config.json to add the property at the bot level:

    {
      // Other properties...
      "sendMessageUpdates": true,
      // Other properties...
    }
    

    It is false by default.

    Downloads
  • 5.0.0 8f8a880d6e

    github-actions[bot] released this 2023-10-15 02:42:43 +00:00 | 19 commits to main since this release

    What's Changed

    Full Changelog: https://github.com/aronson/discord-irc/compare/4.9.4...5.0.0

    Downloads
  • 4.9.4 8192597030

    github-actions[bot] released this 2023-10-12 00:55:45 +00:00 | 22 commits to main since this release

    What's Changed

    Full Changelog: https://github.com/aronson/discord-irc/compare/4.9.3...4.9.4

    Downloads
  • 4.9.3 7833c4ed0e

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

    What's Changed

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

    Downloads