aboutsummaryrefslogtreecommitdiff
path: root/src/connections.cc
Commit message (Expand)AuthorAge
* lower monotonic uptime resolution from MILLISECONDS to SECONDSfusion322025-10-16
* organize database configs and schema files + compilation guardsfusion322025-10-10
* switch to blocking poll + fix config, signals, time, non-game loginfusion322025-10-10
* update sqlite driver + impl INTERNAL_RESOLVE_WORLDfusion322025-10-09
* worker initialization robustness + query processingfusion322025-10-07
* make connections properly handle async queriesfusion322025-10-07
* sketch out new query queue/worker for async queriesfusion322025-10-06
* fix RIGHT check with notations and ip banishmentsfusion322025-09-13
* remove ParseOptionalIPAddressfusion322025-09-13
* fix queries where the IP address is optionalfusion322025-09-12
* fix problem with concurrent writes + implement website queriesfusion322025-08-01
* improvements and bug fixesfusion322025-07-22
* impl LOGIN_ACCOUNT to be used with the login serverfusion322025-07-17
* finish game queriesfusion322025-07-15
* impl banishment, deaths, and buddies queriesfusion322025-07-14
* impl BANISH_ACCOUNTfusion322025-07-13
* reorganize query functions and impl SET_NOTATIONfusion322025-07-13
* house related queriesfusion322025-07-12
* add `TransactionScope`fusion322025-07-11
* implement more queries + overall improvementsfusion322025-07-11
* bare bones query managerfusion322025-07-10