Commit Graph

3 Commits

Author SHA1 Message Date
Ophestra Umiker 34304119ca
rpcfetch: retry nonce errors
Nonce errors shouldn't be fatal, sometimes weird stuff happens and retrying could fix it.

Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
2024-06-30 02:52:48 +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 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