aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_server/src/cmd/commands
Commit message (Collapse)AuthorAgeFilesLines
* feat(whirl_server): create REGOBJID and APPRACTR commandsFuwn2021-07-043-0/+79
|
* feat(whirl_server): create the SESSEXIT commandFuwn2021-07-012-0/+13
|
* style(global): fix license specFuwn2021-06-1411-11/+11
|
* style(global): replace double hyphens with long hyphensFuwn2021-06-071-1/+1
|
* refactor(whirl_server::net): move orphan functions to methods within ↵Fuwn2021-06-063-145/+118
| | | | property list struct
* refactor(server): final refactoring of replacing command type constants with ↵Fuwn2021-06-024-14/+14
| | | | enum values
* fix(global): a lot of clippy warningsFuwn2021-05-287-30/+36
| | | | 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-273-3/+3
|
* refactor(global): move crates around, stricter module isolationFuwn2021-05-2012-0/+488