]> git.sesse.net Git - remoteglot/history - server/hash-lookup.js
Handle streaming PGNs, like from Lichess (although this might break non-streaming...
[remoteglot] / server / hash-lookup.js
2023-07-12 Steinar H. GundersonMerge remote-tracking branch 'magne/master'
2023-07-12 Steinar H. GundersonFix serve-analysis.js crash with our custom chess.js.
2021-06-26 Steinar H. GundersonConvert from grpc to grpc-js, since the former is depre...
2016-11-20 Steinar H. GundersonDeal with a world where there are no more non-pretty...
2016-11-20 Steinar H. GundersonUse the prettyprinted files from the protobuf. Leave...
2016-11-20 Steinar H. GundersonUse the non-minified chess.js; it is easier to profile.
2016-11-13 Steinar H. GundersonMerge branch 'master' of /home/magne/remoteglot
2016-11-13 Steinar H. GundersonSend gRPC backends from the Perl code to the Node.js.
2016-04-24 Steinar H. GundersonProtect the node.js against empty fen.
2016-03-23 Steinar H. GundersonAnother deprettification.
2016-03-22 Steinar H. GundersonMore deprettification. Not pretty_move and pretty_histo...
2016-03-22 Steinar H. GundersonGet rid of some cruft (pv_uci and sort_key), and rename...
2016-03-22 Steinar H. GundersonMake it possible for the hash probes to reconcile multi...
2016-03-22 Steinar H. GundersonMove the Node.js stuff out of the public www directory.