Block a user
Add missing files to correct dns fix commit (0d13ca38df)
Fix failure of dns resolution in realms
Upgrade clap, rpassword and pwhash to prepare for new code using them
Fix missing svg file in bitbake build process
Fix double click required for wifi connection and upgrade nma
Pulling in GNOME Keyring to "Fix double click" bug is a change that I'll need more information about.
Whether or not to include GNOME Keyring in Citadel is not such a trivial decision because…
Improve error handling by using std lib rust code
PS: Gitea is pretty sweet. I had no idea it would collect all the code review comments I wrote and show them like that.
Improve error handling by using std lib rust code
This is an improvement over the current error handling API?
Improve error handling by using std lib rust code
There's a common idiom for using result::Result<T,E> where you create a new type also called Result that specifies the error type you want to use.