6 Commits

Author SHA1 Message Date
uelen 2dd4f21534 Manually setup rustls protocol
For some reason the default was broken and I don't know why. Also for
some reason the rustls default feature to set a default provider doesnt
work so I had to manually set that up too
2026-06-01 15:56:37 -07:00
uelen bcd9f1992d Added message + listen commands 2026-05-31 14:15:59 -07:00
uelen 0f36ee454e Add message signing
All messages are now signed by default with a randomly generated key.
TODO still is keyserver stuff, locking down the config file potentially
(or telling users to do it in the readme?), and doing any sort of
verification
2026-05-31 11:09:15 -07:00
uelen 6024798053 Only show last message
This stops intermediate commands from showing things like auth
succeeding every time
2026-05-30 22:19:56 -07:00
uelen b1f31a0de8 Add media directory commands 2026-05-30 22:06:59 -07:00
uelen 7c74c66470 Initial commit
Have the basics working. Need to finish the messaging part of this next
2026-05-30 18:18:38 -07:00