aboutsummaryrefslogtreecommitdiff
path: root/src/server/cmd/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor(global): even more modules becoming cratesFuwn2021-05-171-9/+0
| | | | I did multiple checks and **yes**, everything still works perfectly fine.
* 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.
* etc: Replace copyleft holder nameFuwn2021-04-281-1/+1
|
* etc: Add copyleft symbol to copyleft headerFuwn2021-04-271-1/+1
|
* fmt: Rename re_server module to serverFuwn2021-04-261-0/+8
|
* etc: Remove legacy server moduleFuwn2021-04-261-5/+0
|
* major: :star:Fuwn2021-04-231-0/+1
|
* Feature: Parse property set commandFuwn2021-03-281-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-progressFuwn2021-03-251-1/+1
|
* format: Move server type specific functions to correct modulesFuwn2021-03-241-0/+3