aboutsummaryrefslogtreecommitdiff
path: root/src/sha256.cc
Commit message (Collapse)AuthorAge
* most of the postgres primitives/helpersfusion322025-10-13
|
* fix problem with concurrent writes + implement website queriesfusion322025-08-01
| | | | | | There was a problem with concurrent writes not being visible until after restart, due to how cached prepared statements work with SQLite (see comment in `database.cc`).
* finish game queriesfusion322025-07-15