Discord RPC library and a system info program.
Go to file
Ophestra Umiker f0e6395a3e
library: rpc: fix SET_ACTIVITY response type
Had a bad response type, did not affect usage with arRPC, however did not work with proper Discord RPC.

Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
2024-06-30 02:51:40 +09:00
fetch rpcfetch: config profiles and graphical user interface 2024-06-29 17:58:23 +09:00
.gitignore go: initialise go module 2024-06-19 23:07:05 +09:00
activity.go library: rpc: fix SET_ACTIVITY response type 2024-06-30 02:51:40 +09:00
flake.lock nix: initialise flake with Fyne native dependencies 2024-06-29 18:01:40 +09:00
flake.nix nix: initialise flake with Fyne native dependencies 2024-06-29 18:01:40 +09:00
go.mod rpcfetch: config profiles and graphical user interface 2024-06-29 17:58:23 +09:00
go.sum rpcfetch: config profiles and graphical user interface 2024-06-29 17:58:23 +09:00
io.go library: io: expose ID, User and Config via methods 2024-06-29 17:48:32 +09:00
io_unix.go library: io: handle retryable errors 2024-06-20 01:14:04 +09:00
rpc.go rpc: handle response with Identify opcode as retryable 2024-06-21 21:55:04 +09:00