snowyyd
snowyyd
Docker scripts have been updated to fosscord staging. Steps to deploy: ```sh docker compose run fosscord node scripts/first_setup.js docker compose up -d # or if you want to use postgresql...
Some events do not correctly sanitize the received arguments. Also, the function parsing chat commands could access properties of the Object prototype. While these bugs are not critical at first...
**Branch or Release** 1b5ff7739601f504d7563b280185eae267bdc047 **Game and Engine Version** N/A **Describe the bug** https://github.com/UE4SS-RE/RE-UE4SS/blob/1b5ff7739601f504d7563b280185eae267bdc047/UE4SS/src/Mod/LuaMod.cpp#L458 `VK_NUMPAD0` is 0x60 but it's defined as 0x69 (`VK_NUMPAD9`) in the base code. **Mods directory** N/A **To...