aboutsummaryrefslogtreecommitdiff
path: root/src/server/parser.rs
Commit message (Collapse)AuthorAgeFilesLines
* etc: Remove legacy server moduleFuwn2021-04-261-35/+0
|
* major: :star:Fuwn2021-04-231-22/+20
|
* fix: CHANGED WRONG LINEFuwn2021-03-291-2/+2
| | | | Clippy complained, I fixed... the wrong line.
* format: Make use of `is_empty` method.Fuwn2021-03-291-1/+1
|
* fix: Implement parserFuwn2021-03-281-0/+37
Fixes the problem that sometimes, commands are just skipped despite being sent from the client.