| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | etc: Remove legacy server module | Fuwn | 2021-04-26 | 10 | -1479/+0 |
| | | |||||
| * | major: :star: | Fuwn | 2021-04-23 | 9 | -250/+1449 |
| | | |||||
| * | format: Preinitialize vector with elements | Fuwn | 2021-03-29 | 1 | -3/+5 |
| | | |||||
| * | format: Remove uncessecary `iter_mut` | Fuwn | 2021-03-29 | 1 | -1/+1 |
| | | |||||
| * | format: Fix a few Clippy warnings | Fuwn | 2021-03-29 | 2 | -2/+2 |
| | | |||||
| * | 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. | ||||
| * | etc: Prepare AutoServer SESSINIT parse function | Fuwn | 2021-03-28 | 1 | -0/+16 |
| | | |||||
| * | major: Publish work-in-progress | Fuwn | 2021-03-25 | 7 | -298/+260 |
| | | |||||
| * | format: Move server type specific functions to correct modules | Fuwn | 2021-03-24 | 3 | -3/+75 |
| | | |||||
| * | 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 | 7 | -54/+84 |
| | | |||||
| * | etc: ... | Fuwn | 2021-03-22 | 5 | -0/+232 |