aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* remove duplicate MOTD logfusion322026-01-14
|
* fix poll timeoutfusion322025-12-23
| | | | | A small mistake that caused the polling timeout to be 1 millisecond rather than a second, increasing the CPU usage unnecessarily.
* a few adjustmentsfusion322025-11-18
|
* remove status string bufferingfusion322025-11-18
| | | | | | | | I originally had planned for it to be a separate service but it make a lot more sense to have it bundled with the login server and avoiding spinning up yet another service. So instead of using the status string directly for output, we're now copying it into the connection's buffer.
* overall improvements + support STATUS requestsfusion322025-11-18
|
* avoid doing a login query if the account id is empty/zerofusion322025-10-31
|
* support 7.72 with non-default `-DTIBIA772=1` switchfusion322025-09-19
|
* wrapping up for a public releasefusion322025-08-15
|
* initial versionfusion322025-07-18