Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fuwn/soyuz
🚀 Discord RPC Blocker for Lunar Client
https://github.com/fuwn/soyuz
lunar lunar-client minecraft
Last synced: about 2 months ago
JSON representation
🚀 Discord RPC Blocker for Lunar Client
- Host: GitHub
- URL: https://github.com/fuwn/soyuz
- Owner: Fuwn
- License: gpl-3.0
- Created: 2021-08-18T08:00:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-31T05:41:31.000Z (3 months ago)
- Last Synced: 2024-12-10T12:05:18.899Z (about 2 months ago)
- Topics: lunar, lunar-client, minecraft
- Language: C++
- Homepage:
- Size: 149 KB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> [!NOTE]
> As of [December 19th, 2023](https://www.lunarclient.com/news/how-to-use-the-new-lunar-client-launcher), Lunar Client now has official capacity to disable Discord integration. It only took them nearly 5 years, but it's there.# 🚀 Soyuz
Soyuz has one simple purpose, which is to listen for incoming Discord RPC requests from Lunar Client and block them!
## Usage
Prebuilt binaries are located in the
[releases](https://github.com/Fuwn/soyuz/releases/latest).### Building from source
```powershell
cmake -B build
cmake --build build --config Release
# .\build\Release\soyuz.exe
```## "Startup" Support
1. Create a shortcut to the Soyuz executable
2. Move the shortcut to
`C:\Users\\AppData\Roaming\Microsoft\Windows\StartMenu\Programs\Startup`
## License[GNU General Public License v3.0](https://github.com/Fuwn/soyuz/blob/main/LICENSE)