index
:
tibia/querymanager
master
Tibia 7.7 compatible query manager
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
move ResolveHostName outside of GetCharacterEndpoints
fusion32
2025-10-16
*
prevent a few SQLite queries to fail when they affected no rows
fusion32
2025-10-16
*
allow all database config options to be loaded, even when not used
fusion32
2025-10-16
*
lower monotonic uptime resolution from MILLISECONDS to SECONDS
fusion32
2025-10-16
*
gracefully handle no rows on "COUNT(*)" queries
fusion32
2025-10-16
*
make config.cfg a distribution template
fusion32
2025-10-16
*
fix a few postgres queries
fusion32
2025-10-15
*
implement all postgres queries
fusion32
2025-10-15
*
postgres interval helpers + a few more queries
fusion32
2025-10-15
*
make query output parameter names more specific
fusion32
2025-10-14
*
GET_WORLD_CONFIG robustness + tidying up a few variable names
fusion32
2025-10-14
*
the remainder of postgres helpers (probably)
fusion32
2025-10-14
*
more postgres helpers and a couple of queries
fusion32
2025-10-14
*
most of the postgres primitives/helpers
fusion32
2025-10-13
*
beginning of postgres driver + overall tweaks
fusion32
2025-10-13
*
organize database configs and schema files + compilation guards
fusion32
2025-10-10
*
switch to blocking poll + fix config, signals, time, non-game login
fusion32
2025-10-10
*
update query functions
fusion32
2025-10-09
*
small indentation adjustment
fusion32
2025-10-09
*
update sqlite driver + impl INTERNAL_RESOLVE_WORLD
fusion32
2025-10-09
*
worker initialization robustness + query processing
fusion32
2025-10-07
*
make connections properly handle async queries
fusion32
2025-10-07
*
sketch out new query queue/worker for async queries
fusion32
2025-10-06
*
fix problem with finishing or excluding from auctions
fusion32
2025-10-04
*
fix RIGHT check with notations and ip banishments
fusion32
2025-09-13
*
remove ParseOptionalIPAddress
fusion32
2025-09-13
*
fix queries where the IP address is optional
fusion32
2025-09-12
*
add check to make sure the database is open with write permissions
fusion32
2025-08-30
*
fix player index loading + small service config change
fusion32
2025-08-18
*
wrapping up for a public release
fusion32
2025-08-15
*
store world hostname and resolve at runtime
fusion32
2025-08-08
*
fix problem with concurrent writes + implement website queries
fusion32
2025-08-01
*
improvements and bug fixes
fusion32
2025-07-22
*
impl LOGIN_ACCOUNT to be used with the login server
fusion32
2025-07-17
*
finish game queries
fusion32
2025-07-15
*
impl banishment, deaths, and buddies queries
fusion32
2025-07-14
*
impl BANISH_ACCOUNT
fusion32
2025-07-13
*
reorganize query functions and impl SET_NOTATION
fusion32
2025-07-13
*
house related queries
fusion32
2025-07-12
*
add `TransactionScope`
fusion32
2025-07-11
*
implement more queries + overall improvements
fusion32
2025-07-11
*
bare bones query manager
fusion32
2025-07-10