aboutsummaryrefslogtreecommitdiff
path: root/src/server/auto
Commit message (Collapse)AuthorAgeFilesLines
* etc: Remove legacy server moduleFuwn2021-04-2610-1479/+0
|
* major: :star:Fuwn2021-04-239-250/+1449
|
* format: Preinitialize vector with elementsFuwn2021-03-291-3/+5
|
* format: Remove uncessecary `iter_mut`Fuwn2021-03-291-1/+1
|
* format: Fix a few Clippy warningsFuwn2021-03-292-2/+2
|
* feature: Grab ports AutoServer and RoomServer from configFuwn2021-03-291-1/+1
| | | | | | This is mostly a developmental feature. Tampering with this is not recommended.
* feature: Use TOML as config instead of environment variablesFuwn2021-03-291-1/+2
|
* fix: Implement parserFuwn2021-03-281-165/+82
| | | | Fixes the problem that sometimes, commands are just skipped despite being sent from the client.
* etc: Prepare AutoServer SESSINIT parse functionFuwn2021-03-281-0/+16
|
* major: Publish work-in-progressFuwn2021-03-257-298/+260
|
* format: Move server type specific functions to correct modulesFuwn2021-03-243-3/+75
|
* format: Change log severity of eventsFuwn2021-03-231-19/+53
|
* fix: Buddy name not being correctly readFuwn2021-03-231-2/+2
| | | | This change also now shows all buddies sent from client to server as online, mostly for testing.
* feature: Send WORLDSMASTER greeting on joinFuwn2021-03-231-3/+17
| | | | Created function `create_text_command_with_action` which is stable, but only with the preset action. Will expand on this once an understanding of how actions work is met.
* fix: `room_id` not being set and sentFuwn2021-03-221-2/+2
|
* etc: Correct struct namesFuwn2021-03-227-54/+84
|
* etc: ...Fuwn2021-03-225-0/+232