| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(docker): the dockering | Fuwn | 2021-05-06 | 1 | -2/+2 |
| | | | | | Fix Docker functionalities. | ||||
| * | refactor(server): clippy: module inception | Fuwn | 2021-05-06 | 1 | -1/+1 |
| | | |||||
| * | feat(cmds): trait based commands | Fuwn | 2021-05-01 | 1 | -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-ifying | Fuwn | 2021-05-01 | 1 | -12/+15 |
| | | |||||
| * | refactor(cmds): orphan functions to methods | Fuwn | 2021-04-30 | 1 | -4/+5 |
| | | |||||
| * | refactor(cmds): more orphan module functions to methods within struct | Fuwn | 2021-04-30 | 1 | -3/+3 |
| | | | | | The rest of the current commands will also receive this refactor... when I have time. | ||||
| * | etc: Replace copyleft holder name | Fuwn | 2021-04-28 | 1 | -1/+1 |
| | | |||||
| * | etc: Add copyleft symbol to copyleft header | Fuwn | 2021-04-27 | 1 | -1/+1 |
| | | |||||
| * | feature: New configuration file format | Fuwn | 2021-04-27 | 1 | -3/+3 |
| | | |||||
| * | fmt: Rename re_server module to server | Fuwn | 2021-04-26 | 1 | -0/+147 |