aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_server/src
Commit message (Expand)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-1212-63/+233
* refactor(crates): update idiomsFuwn2024-06-039-30/+28
* format: rustfmt with new rulesFuwn2024-06-0320-241/+183
* fix: bump rust and update accordinglyoldFuwn2024-06-0312-56/+40
* feat(server): indicate which server type accepted clientFuwn2021-12-221-1/+5
* chore(fmt): auto-formatFuwn2021-12-221-2/+10
* fix: more localhost ipsFuwn2021-12-221-2/+2
* feat(whirl_server): implement a demo of the REGOBJID and APPRACTR commandsFuwn2021-07-041-0/+15
* feat(whirl_server): create REGOBJID and APPRACTR commandsFuwn2021-07-043-0/+79
* feat(whirl_server): drone development implementationFuwn2021-07-011-3/+90
* feat(whirl_server): enhanced room insertion loggingFuwn2021-07-011-1/+1
* feat(whirl_server): implement SESSEXIT commandFuwn2021-07-012-4/+34
* feat(whirl_server): create the SESSEXIT commandFuwn2021-07-012-0/+13
* refactor(whirl_server): implement `Clone` for `PropertyList`Fuwn2021-07-012-0/+2
* style(global): fix license specFuwn2021-06-1426-26/+26
* fix(global): doc styling for all cratesFuwn2021-06-101-0/+4
* feat(whirl): conditional sub-server spawning via cliFuwn2021-06-081-0/+3
* feat(whirl_server): conditional sub-server spawningFuwn2021-06-081-12/+34
* docs(whirl_server): remove outdated commentFuwn2021-06-071-1/+1
* style(global): replace double hyphens with long hyphensFuwn2021-06-072-3/+3
* refactor(whirl_server): un-publicize distributor and hub structsFuwn2021-06-061-2/+2
* docs(whirl_server): document more public functionsFuwn2021-06-063-2/+10
* refactor(whirl_server): move orphan types out of orphan moduleFuwn2021-06-064-14/+3
* fix(whirl_server::hub): space between debug log messageFuwn2021-06-061-1/+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-0610-263/+227
* refactor(whirl_server): remove single importsFuwn2021-06-051-6/+2
* refactor(whirl_server): create property list typeFuwn2021-06-053-3/+5
* docs(whirl_server::net::constants): portage noticeFuwn2021-06-051-0/+5
* build(global): bump toolchain releaseFuwn2021-06-051-1/+3
* refactor(server): final refactoring of replacing command type constants with ...Fuwn2021-06-026-46/+16
* refactor(server): replace more matches with enumsFuwn2021-06-021-22/+12
* refactor(server): use enum for command typesFuwn2021-06-022-9/+42
* fix(global): a lot of clippy warningsFuwn2021-05-2817-93/+124
* 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-276-6/+6
* refactor(global): move thread creation to respective cratesFuwn2021-05-261-1/+22
* docs(global): spelling corrections, global docsFuwn2021-05-231-0/+4
* docs(server): minor doc changesFuwn2021-05-232-8/+9
* docs(global): more documentationFuwn2021-05-232-0/+2
* refactor(server): fix some unnecessarily exposed modules, allow dead code for...Fuwn2021-05-234-5/+9
* docs(global): add new documentationFuwn2021-05-233-7/+7
* refactor(global): move crates around, stricter module isolationFuwn2021-05-2030-0/+1348