-
Better Auto-Send Commands Stable
released this
2023-10-11 07:08:23 +00:00 | 24 commits to main since this releaseWhat's Changed
- Update schema to support multi-argument auto-send commands by @aronson in https://github.com/aronson/discord-irc/pull/43
Full Changelog: https://github.com/aronson/discord-irc/compare/4.9.1...4.9.2
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
discord-irc-linux-arm64
1 download ·
2023-10-11 07:10:27 +00:00 · 106 MiB -
discord-irc-linux-x64
2 downloads ·
2023-10-11 07:09:27 +00:00 · 125 MiB -
discord-irc-macos-arm64
1 download ·
2023-10-11 07:12:11 +00:00 · 105 MiB -
discord-irc-macos-x64
1 download ·
2023-10-11 07:09:47 +00:00 · 108 MiB -
discord-irc-windows-x64.exe
1 download ·
2023-10-11 07:09:55 +00:00 · 84 MiB
-
TLS and Custom Port Support Stable
released this
2023-10-10 06:14:17 +00:00 | 25 commits to main since this releaseWhat's Changed
- Speed up load times and improve logging on join events by @aronson in https://github.com/aronson/discord-irc/pull/42
- Support TLS connections and custom ports by @aronson in https://github.com/aronson/discord-irc/pull/41
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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
discord-irc-linux-arm64
1 download ·
2023-10-10 06:16:33 +00:00 · 106 MiB -
discord-irc-linux-x64
1 download ·
2023-10-10 06:15:29 +00:00 · 125 MiB -
discord-irc-macos-arm64
1 download ·
2023-10-10 06:18:00 +00:00 · 105 MiB -
discord-irc-macos-x64
1 download ·
2023-10-10 06:15:51 +00:00 · 108 MiB -
discord-irc-windows-x64.exe
1 download ·
2023-10-10 06:15:48 +00:00 · 84 MiB
-
Enhanced Logging Stable
released this
2023-10-10 05:32:42 +00:00 | 27 commits to main since this releaseWhat's Changed
- Implement enhanced logging for various events by @aronson in https://github.com/aronson/discord-irc/pull/40
- Refactor colors.ts, rename options to config, and fix/enhance logging by @aronson in https://github.com/aronson/discord-irc/pull/39
Full Changelog: https://github.com/aronson/discord-irc/compare/4.8.8...4.8.10
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
discord-irc-linux-arm64
1 download ·
2023-10-10 05:34:57 +00:00 · 106 MiB -
discord-irc-linux-x64
1 download ·
2023-10-10 05:33:56 +00:00 · 125 MiB -
discord-irc-macos-arm64
1 download ·
2023-10-10 05:36:14 +00:00 · 105 MiB -
discord-irc-macos-x64
1 download ·
2023-10-10 05:36:10 +00:00 · 108 MiB -
discord-irc-windows-x64.exe
1 download ·
2023-10-10 05:34:05 +00:00 · 84 MiB
-
Webhook Avatar Fix Stable
released this
2023-10-09 18:46:17 +00:00 | 30 commits to main since this releaseWhat's Changed
- Add channel mapper abstraction and fix webhooks+avatars by @aronson in https://github.com/aronson/discord-irc/pull/36
Full Changelog: https://github.com/aronson/discord-irc/compare/4.8.7...4.8.8
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
discord-irc-linux-arm64
1 download ·
2023-10-09 18:56:56 +00:00 · 106 MiB -
discord-irc-linux-x64
1 download ·
2023-10-09 18:56:00 +00:00 · 125 MiB -
discord-irc-macos-arm64
1 download ·
2023-10-09 18:56:01 +00:00 · 105 MiB -
discord-irc-macos-x64
1 download ·
2023-10-09 18:55:58 +00:00 · 108 MiB -
discord-irc-windows-x64.exe
1 download ·
2023-10-09 18:56:11 +00:00 · 84 MiB
-
Config File Parse Fix Stable
released this
2023-10-08 23:09:37 +00:00 | 31 commits to main since this releaseWhat's Changed
- Make ircOptions validation optional by @aronson in https://github.com/aronson/discord-irc/pull/37
Full Changelog: https://github.com/aronson/discord-irc/compare/4.8.6...4.8.7
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
discord-irc-linux-arm64
1 download ·
2023-10-08 23:11:47 +00:00 · 106 MiB -
discord-irc-linux-x64
2 downloads ·
2023-10-08 23:11:05 +00:00 · 125 MiB -
discord-irc-macos-arm64
1 download ·
2023-10-08 23:11:16 +00:00 · 105 MiB -
discord-irc-macos-x64
1 download ·
2023-10-08 23:11:11 +00:00 · 108 MiB -
discord-irc-windows-x64.exe
2 downloads ·
2023-10-08 23:10:59 +00:00 · 84 MiB
-
The Utility Update Stable
released this
2023-10-08 09:17:22 +00:00 | 32 commits to main since this releaseWhat's Changed
- Support JSONC format config by @aronson in https://github.com/aronson/discord-irc/pull/33
- Add support for logging to local file by @aronson in https://github.com/aronson/discord-irc/pull/28
- Strip IRC and Discord bold formatting from special bot log messages by @aronson in https://github.com/aronson/discord-irc/pull/30
Internal Changes
- Update README to have valid JSON for config by @aronson in https://github.com/aronson/discord-irc/pull/31
- Fix formatting in README to use json by @aronson in https://github.com/aronson/discord-irc/pull/32
- Further fixup README configuration by @aronson in https://github.com/aronson/discord-irc/pull/34
- Remove trailing punctuation from README by @aronson in https://github.com/aronson/discord-irc/pull/35
Full Changelog: https://github.com/aronson/discord-irc/compare/4.8.5...4.8.6
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
discord-irc-linux-arm64
1 download ·
2023-10-08 09:19:54 +00:00 · 106 MiB -
discord-irc-linux-x64
1 download ·
2023-10-08 09:18:53 +00:00 · 125 MiB -
discord-irc-macos-arm64
1 download ·
2023-10-08 09:21:03 +00:00 · 105 MiB -
discord-irc-macos-x64
1 download ·
2023-10-08 09:21:00 +00:00 · 108 MiB -
discord-irc-windows-x64.exe
1 download ·
2023-10-08 09:19:02 +00:00 · 84 MiB
-
IRC Library Upgrade Stable
released this
2023-10-03 10:51:48 +00:00 | 39 commits to main since this releaseWhat's Changed
- Update deno-irc to v0.14.1 for nicklist hotfix by @aronson in https://github.com/aronson/discord-irc/pull/27
- Update deno-irc to v0.14.0 in order to fix an issue with libera.chat connections.
- Change order of flags in CI/CD by @aronson in https://github.com/aronson/discord-irc/pull/25
- Fix macOS builder artifact name by @aronson in https://github.com/aronson/discord-irc/pull/26
Full Changelog: https://github.com/aronson/discord-irc/compare/4.7.1...4.8.5
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
discord-irc-linux-arm64
1 download ·
2023-10-03 10:54:51 +00:00 · 106 MiB -
discord-irc-linux-x64
2 downloads ·
2023-10-03 10:53:58 +00:00 · 125 MiB -
discord-irc-macos-arm64
1 download ·
2023-10-03 10:54:00 +00:00 · 105 MiB -
discord-irc-macos-x64
1 download ·
2023-10-03 10:53:56 +00:00 · 108 MiB -
discord-irc-windows-x64.exe
1 download ·
2023-10-03 10:54:05 +00:00 · 84 MiB
-
The Bugfix Update Stable
released this
2023-09-18 00:59:25 +00:00 | 49 commits to main since this releaseWhat's Changed
- Add option to ignore ping parsing on specific (e.g. bot) IRC users by @aronson in https://github.com/aronson/discord-irc/pull/15
- Change ignore schema to be simpler by @aronson in https://github.com/aronson/discord-irc/pull/16
- Fix ignore by @aronson in https://github.com/aronson/discord-irc/pull/17
- Fix user search on discord to only match exactly by @aronson in https://github.com/aronson/discord-irc/pull/18
Full Changelog: https://github.com/aronson/discord-irc/compare/4.7.0...4.7.1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
discord-irc-linux-arm64
4 downloads ·
2023-09-18 01:23:42 +00:00 · 106 MiB -
discord-irc-linux-x64
3 downloads ·
2023-09-18 01:23:24 +00:00 · 115 MiB -
discord-irc-macos-arm64
1 download ·
2023-09-18 01:24:07 +00:00 · 98 MiB -
discord-irc-macos-x64
1 download ·
2023-09-18 01:24:03 +00:00 · 101 MiB -
discord-irc-windows-x64.exe
1 download ·
2023-09-18 01:23:58 +00:00 · 79 MiB
-
Updated Mentions Stable
released this
2023-09-17 02:47:59 +00:00 | 53 commits to main since this releaseWhat'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:
Full Changelog: https://github.com/aronson/discord-irc/compare/4.6.0...4.7.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
discord-irc-linux-arm64
1 download ·
2023-09-17 02:50:10 +00:00 · 106 MiB -
discord-irc-linux-x64
1 download ·
2023-09-17 02:49:25 +00:00 · 115 MiB -
discord-irc-macos-arm64
1 download ·
2023-09-17 02:50:10 +00:00 · 98 MiB -
discord-irc-macos-x64
1 download ·
2023-09-17 02:50:05 +00:00 · 101 MiB -
discord-irc-windows-x64.exe
1 download ·
2023-09-17 02:50:29 +00:00 · 79 MiB
-
Source code (ZIP)
-
released this
2023-08-29 22:29:07 +00:00 | 57 commits to main since this releaseConfiguration file validation
This update adds descriptive errors when the user provides a config.json in the old or an incorrect format.
What's Changed
- Add zod JSON schema for config.json by @aronson in https://github.com/aronson/discord-irc/pull/12
- Add validation for ircOptions of old config format with helpful warnings by @aronson in https://github.com/aronson/discord-irc/pull/13
Full Changelog: https://github.com/aronson/discord-irc/compare/4.5.6...4.6.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
discord-irc-linux-arm64
1 download ·
2023-08-29 22:34:12 +00:00 · 161 MiB -
discord-irc-linux-x64
4 downloads ·
2023-08-29 22:33:38 +00:00 · 169 MiB -
discord-irc-macos-arm64
1 download ·
2023-08-29 22:34:15 +00:00 · 152 MiB -
discord-irc-macos-x64
1 download ·
2023-08-29 22:34:10 +00:00 · 156 MiB -
discord-irc-windows-x64.exe
2 downloads ·
2023-08-29 22:34:29 +00:00 · 136 MiB