aboutsummaryrefslogtreecommitdiff
path: root/src/server/room
Commit message (Collapse)AuthorAgeFilesLines
* etc: Remove legacy server moduleFuwn2021-04-267-1045/+0
|
* major: :star:Fuwn2021-04-235-214/+1022
|
* format: Remove uncessecary `iter_mut`Fuwn2021-03-291-1/+1
|
* feature: Reimplement room ID request command branch to command handlerFuwn2021-03-291-26/+26
|
* format: Fix a few Clippy warningsFuwn2021-03-291-1/+1
|
* feature: Grab ports AutoServer and RoomServer from configFuwn2021-03-291-1/+1
| | | | | | This is mostly a developmental feature. Tampering with this is not recommended.
* fix: Implement parserFuwn2021-03-281-82/+83
| | | | Fixes the problem that sometimes, commands are just skipped despite being sent from the client.
* major: Publish work-in-progressFuwn2021-03-255-219/+167
|
* format: Move server type specific functions to correct modulesFuwn2021-03-241-2/+2
|
* etc: Remove unused module and implement structuresFuwn2021-03-233-1/+16
| | | | As you might see, I've began expanding on the RoomServer. Hopefully within the next week, you might be able to see connected users' avatars.
* format: Change log severity of eventsFuwn2021-03-231-13/+54
|
* etc: Correct struct namesFuwn2021-03-225-0/+232