aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_server/src/cmd/commands
Commit message (Expand)AuthorAgeFilesLines
* feat(commands): add channel commandFuwn2024-06-122-0/+2
* refactor(buddy_list): clearer namingFuwn2024-06-121-11/+11
* feat(whirl_server): short object id sendingFuwn2024-06-126-22/+128
* refactor(crates): update idiomsFuwn2024-06-032-3/+3
* format: rustfmt with new rulesFuwn2024-06-0312-119/+77
* fix: bump rust and update accordinglyoldFuwn2024-06-038-36/+28
* 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 property...Fuwn2021-06-063-145/+118
* refactor(server): final refactoring of replacing command type constants with ...Fuwn2021-06-024-14/+14
* fix(global): a lot of clippy warningsFuwn2021-05-287-30/+36
* 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