summaryrefslogtreecommitdiff
path: root/api.js
Commit message (Expand)AuthorAgeFilesLines
* rewrite for AMQPschneefux2017-03-281-395/+0
* fix anyJobsRunning for API playerrelease/1.6.0schneefux2017-03-261-2/+2
* log a bit moreschneefux2017-03-261-0/+2
* use pg-native serialization error detectionschneefux2017-03-261-1/+3
* pay respect to rate limitschneefux2017-03-261-13/+30
* typo - fix player.id unknownschneefux2017-03-261-1/+1
* send notifications to name/id channel where availableschneefux2017-03-261-14/+32
* new player from API: insert playerNames tooschneefux2017-03-261-0/+1
* emit 'done' only after compile_finishedVainsocial root2017-03-261-3/+5
* set minimum number of pool connectionsVainsocial root2017-03-261-0/+2
* use native psql bindingsVainsocial root2017-03-261-1/+1
* wrap queries in transactions to reduce db loadschneefux2017-03-261-22/+12
* debug shadow playersschneefux2017-03-251-1/+1
* send a 'done' eventschneefux2017-03-251-1/+20
* fix API searchschneefux2017-03-251-3/+5
* upsert in backgroundschneefux2017-03-251-1/+1
* add more regionsschneefux2017-03-251-1/+1
* do not send duplicate notificationsschneefux2017-03-251-11/+20
* fix 'no new data' notifications not being sentschneefux2017-03-251-1/+1
* accept env vars for db confschneefux2017-03-251-10/+10
* refactor - send to player specific channelsschneefux2017-03-241-212/+212
* use common format for socket message bodiesschneefux2017-03-211-2/+8
* prevent deadlocksschneefux2017-03-211-14/+46
* don't insert new grab jobs until compiler is doneschneefux2017-03-211-1/+6
* interpret status notificationsschneefux2017-03-211-4/+86
* do not insert duplicate grab jobsschneefux2017-03-211-6/+19
* skip updates for recent playersschneefux2017-03-211-0/+8
* handle lmcd=nullschneefux2017-03-211-1/+5
* first implementation of updaterschneefux2017-03-211-0/+181