aboutsummaryrefslogtreecommitdiff
path: root/src/server
Commit message (Collapse)AuthorAgeFilesLines
* major: :star:Fuwn2021-04-2324-605/+2558
|
* format: Preinitialize vector with elementsFuwn2021-03-291-3/+5
|
* format: Remove uncessecary `iter_mut`Fuwn2021-03-292-2/+2
|
* fix: CHANGED WRONG LINEFuwn2021-03-291-2/+2
| | | | Clippy complained, I fixed... the wrong line.
* feature: Reimplement room ID request command branch to command handlerFuwn2021-03-291-26/+26
|
* format: Fix a few Clippy warningsFuwn2021-03-294-3/+8
|
* format: Make use of `is_empty` method.Fuwn2021-03-291-1/+1
|
* feature: Grab ports AutoServer and RoomServer from configFuwn2021-03-292-2/+2
| | | | | | 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-284-248/+204
| | | | Fixes the problem that sometimes, commands are just skipped despite being sent from the client.
* Feature: Parse property set commandFuwn2021-03-282-0/+7
| | | | This is mostly in preparation for avatar support as the function's only purpose is parsing the avatar of the user.
* etc: Prepare AutoServer SESSINIT parse functionFuwn2021-03-281-0/+16
|
* major: Publish work-in-progressFuwn2021-03-2519-520/+504
|
* format: Move server type specific functions to correct modulesFuwn2021-03-248-5/+141
|
* 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-232-32/+107
|
* 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-2212-39/+55
|
* etc: ...Fuwn2021-03-2211-17/+306
|
* fix: Only send to one client not all for certain commandsFuwn2021-03-221-8/+8
|
* refactor: move broadcast function to separate moduleFuwn2021-03-213-10/+16
|
* etc: development testingFuwn2021-03-211-4/+13
| | | | append random integer to end of "User" for testing purposes.
* Added username support for textNicholas George2021-03-201-1/+2
|
* chore: create broadcast_to_all_clients() function, rename sub directoryFuwn2021-03-201-15/+23
|
* format: remove unnecessary debug statements, formatFuwn2021-03-201-8/+2
|
* whirl: :star:Fuwn2021-03-203-0/+187