Commit Graph

17 Commits (main)

Author SHA1 Message Date
_ 2cc1ed4a92 ⬆️ use directories v5.0.0 instead of vendoring it 2023-03-31 05:45:40 +00:00
_ 354a74aeaa vendor my fork of `directories`.
I'll swap back to the crates.io version if `config_local_dir` is merged
upstream, or if it times out I'll fork it.
2021-12-16 21:46:25 +00:00
_ ed58df2e6b add ini files for both client and server
Long-lived servers can have their nickname configured in `server.ini`.
Clients can have a hosts-file-like nickname lookup in `client.ini`.
2021-12-09 18:15:03 +00:00
_ 73434756b6 this will eventually go into 0.1.6 2021-12-09 17:02:04 +00:00
_ 8aae200ebf add `directories` dep and `--version` subcommand 2021-12-09 17:01:29 +00:00
_ 30ebb528eb bump to v0.1.5 2021-12-08 21:53:27 -06:00
_ b620bcfe06 ♻️ refactor: make it a little more idiomatic 2021-12-09 00:45:18 +00:00
_ 5d8bb3282b ♻️ refactor: literal translation to async 2021-12-09 00:34:59 +00:00
_ 5d6c566317 add Tokio dep
Release build only went from 1.9 to 2.0 MB, but that could cause I'm not really using Tokio yet
2021-12-08 23:55:22 +00:00
_ c8ed7e5d06 📝 bump to 0.1.4, forgot to update the docs 2021-12-08 02:19:56 +00:00
_ 3871d87a0a bump to 0.1.3 2021-12-08 02:14:23 +00:00
_ 42d0557612 release: bump to 0.1.2 2021-12-06 21:21:12 -06:00
_ c1992fd562 🐛 bug: forgot to check in Cargo.lock after the version bump 2021-12-06 21:21:12 -06:00
_ 50b668780b add a request ID so I can re-send it. (I forgot UDP is unreliable, lol) 2021-12-05 20:40:37 +00:00
_ 98e1e33859 read MAC address 2021-12-05 03:46:56 +00:00
_ c356ed9cc3 switch to thiserror and optimize release builds for size 2021-12-05 03:39:53 +00:00
_ 73b93d99af 🐣 so that's how multicast groups work 2021-11-26 21:46:27 +00:00