Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.


Commits
(ec3ce19) ~brainiacMerge remote-tracking branch 'upstream/master'
(71b5ae0) ~KnightlyFix classes config overwriting servers
- Classes config was being loaded into the server config
- Classes and servers can now peacefully coexist
(230a82c) ~KnightlyMerge branch 'curl-84' into 'master'
Pin for Curl 8.4
See merge request alynel/mq2discord!4
(6ff5594) ~KnightlyAdd gametstate information for disconnect
(c88cddf) ~KnightlyUpdate for using curl 8.4.0 for sleepy discord compatiblity
(3835cc9) ~KnightlyQuick fix for strings > MAX_STRING
(e4f4ab5) ~KnightlySpacing and update cast
(8bf3a0c) ~KnightlyAccept PR !1
(ebb5959) ~KnightlyRemove dependence on curl[openssl]
(1f6f8cc) ~KnightlyMerge branch 'v143' into 'master'
Update for v143
See merge request alynel/mq2discord!2
(6c21238) ~Knightly
(0cdf35b) ~KnightlyUpdate docs for Intent changes
(c86d31d) ~KnightlyUpdate Regex & Connected message
- Update regex for new discord token string (but remove regex check)
- Since the regex check is removed, change connected message to "ready"
(95f8448) ~KnightlyConst tokenRegex
(91a1281) ~KnightlyUpdate token format check
(5fb3299) ~KnightlyOops
(221bc89) ~KnightlyFurther genericize token format check
(00221b3) ~brainiacFix deprecations
(e4cf26e) ~KnightlyUpdate vcpkg mq for sleepy-discord
(7395c81) ~KnightlyAdd Docs/Debug - Fix Crash in process
- /discord process will no longer crash if no arguments are sent
- Added docs with images showing how to setup an Create_Bot_Account
- Added example yaml
- Added additional error reporting and debug output for sending messages
- Need to check connection still rather than assuming connected
(11ea0e1) ~brainiacX64 support
(6b7b72b) ~KnightlyActually fix versioning
(9f8e697) ~KnightlyFix spaces in versioning command
(b2bc779) ~KnightlyFix crash when no process message is sent
(00e9a3b) ~KnightlyUpgrade yaml-cpp to 0.7.0
(c1ede23) ~KnightlyWIP - Get commands working again
- The /discord command will now be parsed
- Added `/discord debug` which will toggle debug mode on or off
- Added `/discord process` which will allow you to send a command to be processed by your config
- Added an OutputDebug function
- Updated the token check function to include new Discord token formats (and extend to Z)
(f1a5d05) ~KnightlyFix crash on blocked item
(eb122b7) ~KnightlyFix matches consuming text
(3e9abf3) ~KnightlyString vs Char Array
(39448b7) ~KnightlySilence yaml warnings, remove Test
(7425c06) ~KnightlyUpdate vcpkg to MQ manifest
(1020adb) ~KnightlyAdd vcpkg via manifest
(acba132) ~KnightlyRemove vcpkg scripts
(b30e758) ~KnightlyMinor cleanup & Fix line endings
(a64f6c1) ~KnightlyFix crash on char select
(3da5513) ~KnightlyUpdate for Next & vcpkg
(7b1c238) ~KnightlyChange file structure
(e38cb45) ~KnightlyStandardize and add Versioning
- Remove Project GUID from vcxproj
- Add Versioning script
- Add resource files for versioning
- Standardize project files
(3473caa) ~KnightlyUpdate to override new Common.props
(11fba33) ~KnightlyUpdate paths
- :filesystem no longer experimental
(ae94830) ~Alynel
(285d879) ~AlynelUpdate dependencies for dynamic runtime, 32-bit time_t
(d44463a) ~AlynelWIP update
(0156f2c) ~AlynelChange MQ2Plugin include
(ff0169b) ~AlynelMove to Plugin.props
(1468010) ~AlynelUpdate to new props files
(0d0468e) ~AlynelRemove submodule
(0bfc1d0) ~AlynelMerge branch 'master' of https://gitlab.com/alynel-private/mq2discord
(84ef3ce) ~AlynelAdd missing header
(344cc10) ~AlynelPlugin building again
(9323304) ~AlynelUpdate dependencies
(65de62f) ~AlynelAdd dependencies
(997faf8) ~AlynelAdd sleepy-discord submodule
(fa805d7) ~AlynelAdd gitignore
(38b3aa9) ~AlynelInitial commit from VV @ commit # [dabf2e3](https://github.com/RedGuides/MQ2Discord/commit/dabf2e3b)
Commits
(71b5ae0) ~KnightlyFix classes config overwriting servers
- Classes config was being loaded into the server config
- Classes and servers can now peacefully coexist
Commits
- Update Regex & Connected message
- Update regex for new discord token string (but remove regex check)
- Since the regex check is removed, change connected message to "ready"
(c86d31d)
- /discord process will no longer crash if no arguments are sent
- Added docs with images showing how to setup an Create_Bot_Account
- Added example yaml
- Added additional error reporting and debug output for sending messages
- Need to check connection still rather than assuming connected