aboutsummaryrefslogtreecommitdiff
path: root/src/server/hub.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor(global): even more modules becoming cratesFuwn2021-05-171-163/+0
| | | | I did multiple checks and **yes**, everything still works perfectly fine.
* refactor(global): whirl_config modulizedFuwn2021-05-171-21/+19
| | | | The config module has now become it's own crate.
* refactor(global): use async_trait macro globallyFuwn2021-05-121-1/+1
|
* docs(hub): comment out some unused debug logsFuwn2021-05-111-2/+2
|
* fix(docker): the dockeringFuwn2021-05-061-2/+2
| | | | Fix Docker functionalities.
* refactor(server): clippy: module inceptionFuwn2021-05-061-1/+1
|
* refactor(todo): update todo styleFuwn2021-05-021-1/+1
|
* feat(cmds): trait based commandsFuwn2021-05-011-1/+2
| | | | | | | This commit adds the abiltity to implement a series of given traits for a command, where each command should implement **at least** one of these traits; Parsable, ParsableWithArguments, Creatable. These changed are put in place to ensure that when implementing a command, the proper methods are implemented in the proper format.
* refactor(cmds): even more of2m-ifyingFuwn2021-05-011-6/+6
|
* refactor(cmds): of2mFuwn2021-04-301-2/+2
|
* refactor(cmds): of2mFuwn2021-04-301-2/+2
|
* refactor(cmds): of2mFuwn2021-04-301-2/+2
|
* refactor(cmds): orphan functions to methodsFuwn2021-04-301-4/+5
|
* refactor(cmds): more orphan module functions to methods within structFuwn2021-04-301-6/+6
| | | | The rest of the current commands will also receive this refactor... when I have time.
* feat(hub): *implement* new commands; subscribe room, subscribe distance, ↵Fuwn2021-04-301-0/+18
| | | | | | | teleport This is NOT the final implementation of these commands, this commit is mearly a preperation for future implementation.
* etc: Replace copyleft holder nameFuwn2021-04-281-1/+1
|
* etc: Add copyleft symbol to copyleft headerFuwn2021-04-271-1/+1
|
* feature: New configuration file formatFuwn2021-04-271-3/+3
|
* fmt: Rename re_server module to serverFuwn2021-04-261-0/+145