| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | etc: Remove legacy server module | Fuwn | 2021-04-26 | 1 | -319/+0 |
| | | |||||
| * | major: :star: | Fuwn | 2021-04-23 | 1 | -165/+316 |
| | | |||||
| * | format: Remove uncessecary `iter_mut` | Fuwn | 2021-03-29 | 1 | -1/+1 |
| | | |||||
| * | format: Fix a few Clippy warnings | Fuwn | 2021-03-29 | 1 | -1/+1 |
| | | |||||
| * | feature: Grab ports AutoServer and RoomServer from config | Fuwn | 2021-03-29 | 1 | -1/+1 |
| | | | | | | | This is mostly a developmental feature. Tampering with this is not recommended. | ||||
| * | feature: Use TOML as config instead of environment variables | Fuwn | 2021-03-29 | 1 | -1/+2 |
| | | |||||
| * | fix: Implement parser | Fuwn | 2021-03-28 | 1 | -165/+82 |
| | | | | | Fixes the problem that sometimes, commands are just skipped despite being sent from the client. | ||||
| * | major: Publish work-in-progress | Fuwn | 2021-03-25 | 1 | -248/+232 |
| | | |||||
| * | format: Move server type specific functions to correct modules | Fuwn | 2021-03-24 | 1 | -3/+3 |
| | | |||||
| * | format: Change log severity of events | Fuwn | 2021-03-23 | 1 | -19/+53 |
| | | |||||
| * | fix: Buddy name not being correctly read | Fuwn | 2021-03-23 | 1 | -2/+2 |
| | | | | | This change also now shows all buddies sent from client to server as online, mostly for testing. | ||||
| * | feature: Send WORLDSMASTER greeting on join | Fuwn | 2021-03-23 | 1 | -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 sent | Fuwn | 2021-03-22 | 1 | -2/+2 |
| | | |||||
| * | etc: Correct struct names | Fuwn | 2021-03-22 | 1 | -5/+42 |
| | | |||||
| * | etc: ... | Fuwn | 2021-03-22 | 1 | -0/+181 |