| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(global): even more modules becoming crates | Fuwn | 2021-05-17 | 1 | -9/+0 |
| | | | | | I did multiple checks and **yes**, everything still works perfectly fine. | ||||
| * | 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. | ||||
| * | 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 |
| | | |||||
| * | fmt: Rename re_server module to server | Fuwn | 2021-04-26 | 1 | -0/+8 |
| | | |||||
| * | etc: Remove legacy server module | Fuwn | 2021-04-26 | 1 | -5/+0 |
| | | |||||
| * | major: :star: | Fuwn | 2021-04-23 | 1 | -0/+1 |
| | | |||||
| * | Feature: Parse property set command | Fuwn | 2021-03-28 | 1 | -0/+1 |
| | | | | | This is mostly in preparation for avatar support as the function's only purpose is parsing the avatar of the user. | ||||
| * | major: Publish work-in-progress | Fuwn | 2021-03-25 | 1 | -1/+1 |
| | | |||||
| * | format: Move server type specific functions to correct modules | Fuwn | 2021-03-24 | 1 | -0/+3 |