aboutsummaryrefslogtreecommitdiff
path: root/src/server
Commit message (Expand)AuthorAgeFilesLines
* refactor(global): even more modules becoming cratesFuwn2021-05-1730-1331/+0
* refactor(global): whirl_config modulizedFuwn2021-05-174-66/+59
* refactor(global): use async_trait macro globallyFuwn2021-05-123-3/+3
* docs(hub): comment out some unused debug logsFuwn2021-05-111-2/+2
* fix(docker): the dockeringFuwn2021-05-064-9/+9
* refactor(server): clippy: module inceptionFuwn2021-05-064-63/+60
* feat(redirect_id): specify custom ip in configFuwn2021-05-041-1/+1
* refactor(todo): update todo styleFuwn2021-05-024-6/+8
* docs(cmds): add of2m notice to command: actionFuwn2021-05-011-0/+5
* refactor(cmds): remove unimplemented command: whisperFuwn2021-05-013-14/+12
* feat(cmds): trait based commandsFuwn2021-05-0111-27/+82
* refactor(cmds): even more of2m-ifyingFuwn2021-05-019-66/+82
* refactor(cmds): remove unimplemented command modulesFuwn2021-04-306-14/+0
* refactor(cmds): of2mFuwn2021-04-305-32/+24
* refactor(cmds): of2mFuwn2021-04-305-39/+30
* refactor(cmds): of2mFuwn2021-04-305-67/+34
* refactor(cmds): orphan functions to methodsFuwn2021-04-307-62/+54
* refactor(cmds): more orphan module functions to methods within structFuwn2021-04-307-66/+55
* feat(hub): *implement* new commands; subscribe room, subscribe distance, tele...Fuwn2021-04-3011-13/+129
* refactor(commands): rename subscribe command module to subscribe_roomFuwn2021-04-303-0/+0
* etc: Replace copyleft holder nameFuwn2021-04-2843-43/+43
* etc: Add copyleft symbol to copyleft headerFuwn2021-04-2739-39/+39
* feature: New configuration file formatFuwn2021-04-274-12/+12
* fmt: Rename re_server module to serverFuwn2021-04-2643-0/+1232
* etc: Remove legacy server moduleFuwn2021-04-2626-2674/+0
* major: :star:Fuwn2021-04-2324-605/+2558
* format: Preinitialize vector with elementsFuwn2021-03-291-3/+5
* format: Remove uncessecary `iter_mut`Fuwn2021-03-292-2/+2
* fix: CHANGED WRONG LINEFuwn2021-03-291-2/+2
* feature: Reimplement room ID request command branch to command handlerFuwn2021-03-291-26/+26
* format: Fix a few Clippy warningsFuwn2021-03-294-3/+8
* format: Make use of `is_empty` method.Fuwn2021-03-291-1/+1
* feature: Grab ports AutoServer and RoomServer from configFuwn2021-03-292-2/+2
* feature: Use TOML as config instead of environment variablesFuwn2021-03-291-1/+2
* fix: Implement parserFuwn2021-03-284-248/+204
* Feature: Parse property set commandFuwn2021-03-282-0/+7
* etc: Prepare AutoServer SESSINIT parse functionFuwn2021-03-281-0/+16
* major: Publish work-in-progressFuwn2021-03-2519-520/+504
* format: Move server type specific functions to correct modulesFuwn2021-03-248-5/+141
* etc: Remove unused module and implement structuresFuwn2021-03-233-1/+16
* format: Change log severity of eventsFuwn2021-03-232-32/+107
* fix: Buddy name not being correctly readFuwn2021-03-231-2/+2
* feature: Send WORLDSMASTER greeting on joinFuwn2021-03-231-3/+17
* fix: `room_id` not being set and sentFuwn2021-03-221-2/+2
* etc: Correct struct namesFuwn2021-03-2212-39/+55
* etc: ...Fuwn2021-03-2211-17/+306
* fix: Only send to one client not all for certain commandsFuwn2021-03-221-8/+8
* refactor: move broadcast function to separate moduleFuwn2021-03-213-10/+16
* etc: development testingFuwn2021-03-211-4/+13
* Added username support for textNicholas George2021-03-201-1/+2