aboutsummaryrefslogtreecommitdiff
path: root/src/hostcache.cc
Commit message (Collapse)AuthorAge
* GET_WORLD_CONFIG robustness + tidying up a few variable namesfusion322025-10-14
|
* switch to blocking poll + fix config, signals, time, non-game loginfusion322025-10-10
|
* worker initialization robustness + query processingfusion322025-10-07
|
* make connections properly handle async queriesfusion322025-10-07
| | | | | | This moves queries from `src/connections.cc` to `src/query.cc` and adds a few missing details. The only thing left is to review query processing and tie database operations to the `TDatabase` struct.
* store world hostname and resolve at runtimefusion322025-08-08