-
released this
2023-08-29 12:47:57 +00:00 | 59 commits to main since this releaseThis 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
- Support library usage and disconnect bots on on Ctrl+C by @aronson in https://github.com/aronson/discord-irc/pull/8
Full Changelog: https://github.com/aronson/discord-irc/compare/4.4.0...4.5.6
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
discord-irc-linux-arm64
1 download ·
2023-08-29 12:49:50 +00:00 · 121 MiB -
discord-irc-linux-x64
1 download ·
2023-08-29 12:49:56 +00:00 · 129 MiB -
discord-irc-macos-arm64
1 download ·
2023-08-29 12:50:13 +00:00 · 112 MiB -
discord-irc-macos-x64
1 download ·
2023-08-29 12:50:07 +00:00 · 116 MiB -
discord-irc-windows-x64.exe
2 downloads ·
2023-08-29 12:50:20 +00:00 · 96 MiB
-
released this
2023-08-29 04:11:53 +00:00 | 73 commits to main since this releaseThis 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.
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
- Add status badges to README.md by @aronson in https://github.com/aronson/discord-irc/pull/5
- Roguelikes log integration by @aronson in https://github.com/aronson/discord-irc/pull/6
Full Changelog: https://github.com/aronson/discord-irc/compare/4.3.0...4.4.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
discord-irc-linux-arm64
1 download ·
2023-08-29 04:14:16 +00:00 · 121 MiB -
discord-irc-linux-x64
1 download ·
2023-08-29 04:13:07 +00:00 · 129 MiB -
discord-irc-macos-arm64
1 download ·
2023-08-29 04:13:28 +00:00 · 112 MiB -
discord-irc-macos-x64
1 download ·
2023-08-29 04:13:25 +00:00 · 116 MiB -
discord-irc-windows-x64.exe
1 download ·
2023-08-29 04:13:44 +00:00 · 96 MiB
-
Enhanced security release Stable
released this
2023-08-28 20:35:06 +00:00 | 76 commits to main since this releaseThis 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
discord-irc-linux-arm64
1 download ·
2023-08-28 20:41:11 +00:00 · 121 MiB -
discord-irc-linux-x64
1 download ·
2023-08-28 20:39:52 +00:00 · 129 MiB -
discord-irc-macos-arm64
1 download ·
2023-08-28 20:40:09 +00:00 · 112 MiB -
discord-irc-macos-x64
1 download ·
2023-08-28 20:40:05 +00:00 · 116 MiB -
discord-irc-windows-x64.exe
1 download ·
2023-08-28 20:40:06 +00:00 · 96 MiB
-
Source code (ZIP)
-
released this
2023-08-28 05:00:42 +00:00 | 93 commits to main since this releaseWith 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
discord-irc-apple-arm64
1 download ·
2023-08-28 05:11:38 +00:00 · 116 MiB -
discord-irc-apple-x86_64
1 download ·
2023-08-28 05:11:52 +00:00 · 116 MiB -
discord-irc-linux-x86_64
1 download ·
2023-08-28 05:11:56 +00:00 · 129 MiB -
discord-irc-windows-x86_64.exe
1 download ·
2023-08-28 05:12:12 +00:00 · 96 MiB
-
Source code (ZIP)
-
released this
2023-08-27 23:27:37 +00:00 | 132 commits to main since this releaseThis 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)