summaryrefslogtreecommitdiff
path: root/server.js
Commit message (Expand)AuthorAgeFilesLines
* add endpoint for team crunchingschneefux2017-05-041-1/+20
* env all the vars; fix crunchesschneefux2017-05-011-29/+45
* BRAWL_RETENTION_DAYS should be intschneefux2017-05-011-1/+1
* fetch Brawls from 3d in the past by defaultschneefux2017-05-011-12/+24
* make tournament & brawl API dynamicschneefux2017-04-291-35/+48
* maximum page limit on /matches is only 5schneefux2017-04-291-1/+2
* refactor & implement region crawlsschneefux2017-04-291-71/+149
* use lpc_id, don't overwrite previous crunchrelease/2.2.0schneefux2017-04-251-0/+3
* don't attempt connection to brawl db if not thereschneefux2017-04-251-2/+5
* add API for crunchesschneefux2017-04-251-14/+39
* update for new cruncherschneefux2017-04-241-10/+56
* don't send grab jobs to processor…schneefux2017-04-241-1/+8
* support downloading brawlsschneefux2017-04-241-20/+41
* integrate logglyrelease/2.1.0release/2.0.0schneefux2017-04-201-16/+26
* be strictschneefux2017-04-181-22/+8
* colorizeschneefux2017-04-181-16/+27
* calculate lmcd on demandschneefux2017-04-161-4/+9
* remove unused endpointschneefux2017-04-161-1/+0
* remove unused endpointschneefux2017-04-161-1/+2
* log response times; use socket poolschneefux2017-04-151-3/+14
* tell apigrabber to send progress report to webschneefux2017-04-131-2/+5
* send search success notif to web on every lookupschneefux2017-04-131-4/+4
* anticipant 404 on player updateschneefux2017-04-131-2/+2
* always call /players before updatingschneefux2017-04-131-56/+86
* improve sample APIschneefux2017-04-101-9/+38
* add global crunch APIschneefux2017-04-101-0/+7
* add cruncher APIschneefux2017-04-101-0/+14
* ignore lmcd on unknown playersschneefux2017-04-081-1/+6
* set player last_update more reliablyschneefux2017-04-081-2/+2
* implement simple sample downloadsschneefux2017-04-081-1/+14
* support cruncherschneefux2017-04-061-0/+15
* return 204 on invalid playerschneefux2017-04-041-0/+1
* use db connection in update APIschneefux2017-04-041-13/+36
* assert queues & sleep longerschneefux2017-04-041-1/+3
* do not give up searching on 429schneefux2017-04-031-2/+4
* send the players to processor, not jsonapi dataschneefux2017-04-031-1/+1
* rewrite for new API requirementsschneefux2017-04-031-188/+108
* fetch backwards in timeschneefux2017-04-011-1/+2
* fetch lmcdschneefux2017-04-011-0/+2
* attempt to find player in dbschneefux2017-03-311-16/+14
* use webstompschneefux2017-03-301-4/+7
* rewrite for AMQPschneefux2017-03-281-0/+212