aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_server/src/cmd
Commit message (Collapse)AuthorAgeFilesLines
* refactor(command): clearer field namesFuwn2024-06-121-8/+9
|
* 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-127-23/+132
|
* refactor(crates): update idiomsFuwn2024-06-033-7/+5
|
* format: rustfmt with new rulesFuwn2024-06-0313-127/+78
|
* 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-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 ↵Fuwn2021-06-063-145/+118
| | | | property list struct
* 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-025-44/+14
| | | | enum values
* refactor(server): use enum for command typesFuwn2021-06-021-0/+33
|
* fix(global): a lot of clippy warningsFuwn2021-05-289-35/+41
| | | | 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-274-4/+4
|
* refactor(server): fix some unnecessarily exposed modules, allow dead code ↵Fuwn2021-05-231-0/+2
| | | | for constants
* docs(global): add new documentationFuwn2021-05-231-2/+2
|
* refactor(global): move crates around, stricter module isolationFuwn2021-05-2017-0/+608