• 4.5.6 e4268c1afe

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

    This release fixes code related to using the project as a library.

    It also features a proper Ctrl+C (SIGINT) handler to disconnect the Discord and IRC bots on exit.

    What's Changed

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

    Downloads
  • 4.4.0 254f4c9440

    github-actions[bot] released this 2023-08-29 04:11:53 +00:00 | 73 commits to main since this release

    This change features integration for roguelikes servers to colorize and ignore log output from bots that post game status updates.

    Note for consumers: The log format has changed slightly from the original project upstream. Some properties were removed, the ircOptions format is different (but basic options are the same with sane defaults), and some property names changed in casing. Please see the example config in the install guide.

    image

    Example snippet, note the channel and user names are on the IRC side:

        "gameLogConfig": {
          "patterns": [
            {
              "user": "Luigi2",
              "matches": [{
                "regex": " was killed by | was annihilated by | was vaporized by | was destroyed by | was killed and destroyed by | was torn up by | was shredded by | was wasted by | was crushed by ",
                "color": "0;31"
              }, {
                "regex": "Morgoth, Lord of Darkness was slain by ",
                "color": "0;33"
              }, {
                "regex": "Michael, the Guardian Overlord was slain by |Bahamut, the Platinum King was slain by |The Living Lightning was slain by |Tik'srvzllat was slain by |The Hellraiser was slain by |Zu-Aon, The Cosmic Border Guard was slain by ",
                "color": "0;34"
              }]
            }
          ]
        },
        "ignoreConfig": {
          "ignorePatterns": [
            {
              "#cheems-test": [
                " has entered the game.",
                " has left the game."
              ]
            }
          ]
        },
    

    What's Changed

    Full Changelog: https://github.com/aronson/discord-irc/compare/4.3.0...4.4.0

    Downloads
  • 4.3.0 1e8ad92931

    github-actions[bot] released this 2023-08-28 20:35:06 +00:00 | 76 commits to main since this release

    This release features enhanced security. The application no longer has unlimited access to the file system or environment variables of the running host.

    Download the binary appropriate for your platform. See the install guide for further information.

    Downloads
  • 4.0.0 f6247a5838

    aronson released this 2023-08-28 05:00:42 +00:00 | 93 commits to main since this release

    With this release, the application has migrated away from discord.js towards the Deno-centric library Harmony.

    Download the binary appropriate for your platform. See the install guide for further information.

    Downloads
  • 3.0.0 92beaaf77f

    aronson released this 2023-08-27 23:27:37 +00:00 | 132 commits to main since this release

    This is the first release of my fork for the discord-irc project.

    Of note, the bug where the bot crashes when a user types in a voice channel's integrated text channel is removed.

    Please see the README for instructions on use.

    Downloads