| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(global): even more modules becoming crates | Fuwn | 2021-05-17 | 1 | -163/+0 |
| | | | | | I did multiple checks and **yes**, everything still works perfectly fine. | ||||
| * | refactor(global): whirl_config modulized | Fuwn | 2021-05-17 | 1 | -21/+19 |
| | | | | | The config module has now become it's own crate. | ||||
| * | refactor(global): use async_trait macro globally | Fuwn | 2021-05-12 | 1 | -1/+1 |
| | | |||||
| * | docs(hub): comment out some unused debug logs | Fuwn | 2021-05-11 | 1 | -2/+2 |
| | | |||||
| * | 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 |
| | | |||||
| * | refactor(todo): update todo style | Fuwn | 2021-05-02 | 1 | -1/+1 |
| | | |||||
| * | feat(cmds): trait based commands | Fuwn | 2021-05-01 | 1 | -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-ifying | Fuwn | 2021-05-01 | 1 | -6/+6 |
| | | |||||
| * | refactor(cmds): of2m | Fuwn | 2021-04-30 | 1 | -2/+2 |
| | | |||||
| * | refactor(cmds): of2m | Fuwn | 2021-04-30 | 1 | -2/+2 |
| | | |||||
| * | refactor(cmds): of2m | Fuwn | 2021-04-30 | 1 | -2/+2 |
| | | |||||
| * | 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 | -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, ↵ | Fuwn | 2021-04-30 | 1 | -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 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/+145 |