aboutsummaryrefslogtreecommitdiff
path: root/src/server/distributor.rs
Commit message (Collapse)AuthorAgeFilesLines
* fix(docker): the dockeringFuwn2021-05-061-2/+2
| | | | Fix Docker functionalities.
* refactor(server): clippy: module inceptionFuwn2021-05-061-1/+1
|
* feat(cmds): trait based commandsFuwn2021-05-011-0/+1
| | | | | | | 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-12/+15
|
* refactor(cmds): orphan functions to methodsFuwn2021-04-301-4/+5
|
* refactor(cmds): more orphan module functions to methods within structFuwn2021-04-301-3/+3
| | | | The rest of the current commands will also receive this refactor... when I have time.
* 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/+147