Commit Graph

4 Commits

Author SHA1 Message Date
Ophestra Umiker 1d28743f31
library: io: implement Windows platform support
Discord on Windows makes use of Windows named pipes for the socket instead of UNIX domain sockets.

Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
2024-06-30 03:00:02 +09:00
Ophestra Umiker 4ba3abc185
rpcfetch: config profiles and graphical user interface
The configuration struct now stores a slice of profiles identified by a UUID and with a friendly name each. A UI was added so configuration changes can happen without an external tool.

Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
2024-06-29 17:58:23 +09:00
Ophestra Umiker a8dc09e90c
library: rpc: activity data types and set method
Activity data types come from Discord documentation examples as the documented field optionality is inaccurate.

Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
2024-06-19 23:21:52 +09:00
Ophestra Umiker 078092bc4c
go: initialise go module
Add github.com/google/uuid as a dependency as well since it will be required for nonce generation. Exclude files based on template from GitHub.

Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
2024-06-19 23:07:05 +09:00