aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_server
Commit message (Expand)AuthorAgeFilesLines
...
* refactor(whirl_server): implement `Clone` for `PropertyList`Fuwn2021-07-012-0/+2
* chore(global): remove unused `license-file` manifest keysFuwn2021-06-231-1/+0
* fix(deps): update rust crate tokio to 1.7.1Renovate Bot2021-06-181-1/+1
* fix(deps): update rust crate tokio to 1.7.0Renovate Bot2021-06-161-1/+1
* fix(deps): update rust crate tokio to 1.6.2Renovate Bot2021-06-151-1/+1
* style(global): fix license specFuwn2021-06-1426-26/+26
* fix(global): doc styling for all cratesFuwn2021-06-101-0/+4
* feat(whirl): conditional sub-server spawning via cliFuwn2021-06-081-0/+3
* feat(whirl_server): conditional sub-server spawningFuwn2021-06-081-12/+34
* docs(whirl_server): remove outdated commentFuwn2021-06-071-1/+1
* style(global): replace double hyphens with long hyphensFuwn2021-06-072-3/+3
* refactor(global): update crate descriptionsFuwn2021-06-071-1/+1
* refactor(whirl_server): un-publicize distributor and hub structsFuwn2021-06-061-2/+2
* docs(whirl_server): document more public functionsFuwn2021-06-063-2/+10
* refactor(whirl_server): move orphan types out of orphan moduleFuwn2021-06-064-14/+3
* fix(whirl_server::hub): space between debug log messageFuwn2021-06-061-1/+1
* refactor(whirl_server): orphan function to command methodFuwn2021-06-063-40/+33
* refactor(whirl_server::net): move orphan functions to methods within property...Fuwn2021-06-0610-263/+227
* refactor(whirl_server): remove single importsFuwn2021-06-051-6/+2
* refactor(whirl_server): create property list typeFuwn2021-06-053-3/+5
* docs(whirl_server::net::constants): portage noticeFuwn2021-06-051-0/+5
* build(global): bump toolchain releaseFuwn2021-06-051-1/+3
* refactor(server): final refactoring of replacing command type constants with ...Fuwn2021-06-026-46/+16
* refactor(server): replace more matches with enumsFuwn2021-06-021-22/+12
* refactor(server): use enum for command typesFuwn2021-06-023-9/+43
* fix(deps): update rust crate tokio to 1.6.1Renovate Bot2021-05-281-1/+1
* fix(global): a lot of clippy warningsFuwn2021-05-2818-93/+125
* fix(server): buddylist struct no longer needs to be clone-ableFuwn2021-05-271-1/+0
* fix(server): create method no longer moves self, but takes referenceFuwn2021-05-276-6/+6
* refactor(global): move thread creation to respective cratesFuwn2021-05-261-1/+22
* docs(global): spelling corrections, global docsFuwn2021-05-231-0/+4
* docs(crates): modify crate descriptions to fit their tasksFuwn2021-05-231-1/+1
* docs(server): minor doc changesFuwn2021-05-232-8/+9
* docs(global): more documentationFuwn2021-05-232-0/+2
* refactor(server): fix some unnecessarily exposed modules, allow dead code for...Fuwn2021-05-234-5/+9
* docs(global): add new documentationFuwn2021-05-233-7/+7
* chore(cargo): remove spare license templates from cratesFuwn2021-05-201-2/+0
* refactor(global): move crates around, stricter module isolationFuwn2021-05-2032-0/+1387