aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_server/src/cmd
Commit message (Expand)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-1415-15/+15
* style(global): replace double hyphens with long hyphensFuwn2021-06-071-1/+1
* docs(whirl_server): document more public functionsFuwn2021-06-061-0/+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-063-145/+118
* build(global): bump toolchain releaseFuwn2021-06-051-1/+3
* refactor(server): final refactoring of replacing command type constants with ...Fuwn2021-06-025-44/+14
* refactor(server): use enum for command typesFuwn2021-06-021-0/+33
* fix(global): a lot of clippy warningsFuwn2021-05-289-35/+41
* 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-274-4/+4
* refactor(server): fix some unnecessarily exposed modules, allow dead code for...Fuwn2021-05-231-0/+2
* docs(global): add new documentationFuwn2021-05-231-2/+2
* refactor(global): move crates around, stricter module isolationFuwn2021-05-2017-0/+608