aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_server
Commit message (Collapse)AuthorAgeFilesLines
...
* docs(whirl_server::net::constants): portage noticeFuwn2021-06-051-0/+5
|
* build(global): bump toolchain releaseFuwn2021-06-051-1/+3
| | | | This commit also fixes all of the new lints that arose because of the bump.
* refactor(server): final refactoring of replacing command type constants with ↵Fuwn2021-06-026-46/+16
| | | | enum values
* 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
| | | | This change makes clippy **a lot** more strict.
* 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 ↵Fuwn2021-05-234-5/+9
| | | | for constants
* 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