| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(global): even more modules becoming crates | Fuwn | 2021-05-17 | 17 | -608/+0 |
| | | | | | I did multiple checks and **yes**, everything still works perfectly fine. | ||||
| * | refactor(global): whirl_config modulized | Fuwn | 2021-05-17 | 2 | -25/+22 |
| | | | | | The config module has now become it's own crate. | ||||
| * | fix(docker): the dockering | Fuwn | 2021-05-06 | 2 | -5/+5 |
| | | | | | Fix Docker functionalities. | ||||
| * | feat(redirect_id): specify custom ip in config | Fuwn | 2021-05-04 | 1 | -1/+1 |
| | | | | | | | | Adds the abiltiy to specify a custom IP in the Whirl.toml BREAKING CHANGE: This feature updates the configuration file format, update your Whirl.toml per the repository example. | ||||
| * | refactor(todo): update todo style | Fuwn | 2021-05-02 | 3 | -5/+7 |
| | | |||||
| * | docs(cmds): add of2m notice to command: action | Fuwn | 2021-05-01 | 1 | -0/+5 |
| | | |||||
| * | refactor(cmds): remove unimplemented command: whisper | Fuwn | 2021-05-01 | 3 | -14/+12 |
| | | | | | | When it's time comes, the action command will be implemented, however, at this moment it was serving no purpose. | ||||
| * | feat(cmds): trait based commands | Fuwn | 2021-05-01 | 9 | -26/+79 |
| | | | | | | | | 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 | 7 | -48/+61 |
| | | |||||
| * | refactor(cmds): remove unimplemented command modules | Fuwn | 2021-04-30 | 6 | -14/+0 |
| | | |||||
| * | refactor(cmds): of2m | Fuwn | 2021-04-30 | 4 | -30/+22 |
| | | |||||
| * | refactor(cmds): of2m | Fuwn | 2021-04-30 | 4 | -37/+28 |
| | | |||||
| * | refactor(cmds): of2m | Fuwn | 2021-04-30 | 4 | -65/+32 |
| | | |||||
| * | refactor(cmds): orphan functions to methods | Fuwn | 2021-04-30 | 5 | -54/+44 |
| | | |||||
| * | refactor(cmds): more orphan module functions to methods within struct | Fuwn | 2021-04-30 | 5 | -57/+46 |
| | | | | | 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 | 10 | -13/+111 |
| | | | | | | | | teleport This is NOT the final implementation of these commands, this commit is mearly a preperation for future implementation. | ||||
| * | refactor(commands): rename subscribe command module to subscribe_room | Fuwn | 2021-04-30 | 3 | -0/+0 |
| | | | | | | subscribe_room and subscribe are different commands, this is to ensure to mixups occur when referencing either of the modules. | ||||
| * | etc: Replace copyleft holder name | Fuwn | 2021-04-28 | 29 | -29/+29 |
| | | |||||
| * | etc: Add copyleft symbol to copyleft header | Fuwn | 2021-04-27 | 25 | -25/+25 |
| | | |||||
| * | feature: New configuration file format | Fuwn | 2021-04-27 | 2 | -6/+6 |
| | | |||||
| * | fmt: Rename re_server module to server | Fuwn | 2021-04-26 | 29 | -0/+527 |
| | | |||||
| * | etc: Remove legacy server module | Fuwn | 2021-04-26 | 6 | -93/+0 |
| | | |||||
| * | major: :star: | Fuwn | 2021-04-23 | 6 | -46/+65 |
| | | |||||
| * | Feature: Parse property set command | Fuwn | 2021-03-28 | 2 | -0/+7 |
| | | | | | 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 | 3 | -3/+7 |
| | | |||||
| * | format: Move server type specific functions to correct modules | Fuwn | 2021-03-24 | 3 | -0/+63 |