aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_server/src/distributor.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(whirl_server): enhanced room insertion loggingFuwn2021-07-011-1/+1
|
* feat(whirl_server): implement SESSEXIT commandFuwn2021-07-011-2/+17
|
* style(global): fix license specFuwn2021-06-141-1/+1
|
* refactor(whirl_server::net): move orphan functions to methods within ↵Fuwn2021-06-061-9/+5
| | | | property list struct
* refactor(server): use enum for command typesFuwn2021-06-021-9/+9
|
* fix(global): a lot of clippy warningsFuwn2021-05-281-19/+20
| | | | This change makes clippy **a lot** more strict.
* fix(server): create method no longer moves self, but takes referenceFuwn2021-05-271-1/+1
|
* docs(server): minor doc changesFuwn2021-05-231-5/+5
|
* docs(global): more documentationFuwn2021-05-231-0/+1
|
* refactor(global): move crates around, stricter module isolationFuwn2021-05-201-0/+148