]> git.sesse.net Git - remoteglot/shortlog
remoteglot
2016-01-24 Steinar H.... Fix an issue (not yet visible, really) where conversion...
2016-01-24 Steinar H.... Fix an insane inconsistency.
2016-01-24 Steinar H.... Override umask so that we are sure things will be world...
2016-01-24 Steinar H.... Fix a bug with formatting pawn captures that result...
2016-01-23 Steinar H.... Make castling O-O instead of 0-0, as per FEN standard.
2016-01-20 Steinar H.... Slightly more detailed PGN error messages.
2016-01-20 Steinar H.... Use the UPSERT functionality from PostgreSQL 9.5.
2015-12-23 Steinar H.... Fix an issue where prettyprint_move would write out...
2015-12-23 Steinar H.... Update chess.js.
2015-12-10 Steinar H.... Re-prettify the moves, in case they are bogus from...
2015-12-10 Steinar H.... Deal with PGNs that do not give out piece information.
2015-06-28 Steinar H.... Make the current game switchable through the URL hash...
2015-06-28 Steinar H.... Make engine URL, move source and similar values dynamic...
2015-06-27 Steinar H.... Add some support for listing games in progress, and...
2015-06-27 Steinar H.... Remove an obsolete comment.
2015-06-25 Steinar H.... Integrate varnishcount.pl into serve-analysis.js, so...
2015-06-25 Steinar H.... Make serve-analysis.js capable of handling e.g. /analys...
2015-06-25 Steinar H.... Fix a crash in remoteglot.pl with the new SQL stuff.
2015-06-23 Steinar H.... Remove ingest.pl, as planned.
2015-06-23 Steinar H.... Switch from flat files to PostgreSQL.
2015-06-23 Steinar H.... Fix an IE11 crash.
2015-06-21 Steinar H.... Fix an issue in varnishcount.pl with alternative URLs.
2015-06-21 Steinar H.... Fix an issue where switching backends would cause the...
2015-06-21 Steinar H.... Take config filename from an environment variable if...
2015-06-21 Steinar H.... Make varnishcount.pl multi-backend-capable.
2015-06-21 Steinar H.... Add code to switch backends; not yet used.
2015-06-21 Steinar H.... Make the JSON filename served by Node.js configurable.
2015-06-21 Steinar H.... Prepare the VCL for multiple backends, with independent...
2015-06-21 Steinar H.... Make serve-analysis.js capable of listening on a differ...
2015-06-21 Steinar H.... Version bump is done.
2015-06-21 Steinar H.... Bump version to 2015062104.
2015-06-21 Steinar H.... Remove the Sizzle selectors we do not have.
2015-06-21 Steinar H.... Revert "Revert all the Sparkline optimizations; somehow...
2015-06-21 Steinar H.... Also revert broken JSON_delta stuff.
2015-06-21 Steinar H.... Revert all the Sparkline optimizations; somehow they...
2015-06-21 Steinar H.... Fix some silly logging issues.
2015-06-21 Steinar H.... Add a mechanism for the server to ask the client to...
2015-06-21 Steinar H.... Add back the margin over the PV.
2015-06-20 Steinar H.... Remove yet more sparkline stuff we do not need (3 kB).
2015-06-20 Steinar H.... Remove yet more sparkline stuff we do not need (2 kB).
2015-06-20 Steinar H.... Remove VML support from jQuery Sparkline (only relevant...
2015-06-20 Steinar H.... Re-add the local change to make json_delta work under...
2015-06-20 Steinar H.... Small comment update.
2015-06-20 Steinar H.... Remove some chart types we don't need; kills 16 kb...
2015-06-20 Steinar H.... Add a sparkline/bar display for score history.
2015-06-20 Steinar H.... Factor out halfmove -> move formatting into a separate...
2015-06-20 Steinar H.... Canonicalize output JSON, so that we do not waste bandw...
2015-06-19 Steinar H.... jQuery is part of the compiled build.
2015-06-19 Steinar H.... Fix another bug with sound play with JSON deltas they...
2015-06-19 Steinar H.... Upgrade JSON-delta to v1.1.3.
2015-06-17 Steinar H.... Fix an issue where varnishcount would undercount on...
2015-06-17 Steinar H.... Possibly fix a sound issue related to JSON diffs.
2015-05-16 Steinar H.... Show material imbalances.
2015-05-15 Steinar H.... Note a FIXME.
2015-05-15 Steinar H.... Persist clock information for more stable restarts.
2015-05-15 Steinar H.... Add local time management, for when incoming time is...
2015-05-15 Steinar H.... Make all clock data be in seconds internally, moving...
2015-05-12 Steinar H.... When a position comes in with the same position but...
2015-05-12 Steinar H.... Fix display of castling (Chess.js does not like 0-0...
2015-05-11 Steinar H.... Be more flexible about clk comments.
2015-05-11 Steinar H.... Update multi-PV search hardware.
2015-05-11 Steinar H.... Update copyright year.
2015-05-11 Steinar H.... Add a small explanatory comment.
2015-05-11 Steinar H.... If the PGN has no clock information, explicitly delete...
2015-01-24 Steinar H.... Fix FICS clock parsing.
2015-01-17 Steinar H.... Add support for filtering individual games from a PGN.
2014-12-09 Steinar H.... Update the .gitignore field to keep my sanity.
2014-12-08 Steinar H.... Fix misattribution.
2014-12-04 Steinar H.... Support constructing Position objects from FEN strings.
2014-12-03 Steinar H.... We do not need to prettyprint a move if we already...
2014-12-03 Steinar H.... Be lazier when parsing pretty moves. About 25% speedup...
2014-12-03 Steinar H.... A little serve-analysis bugfix I forgot to commit.
2014-12-03 Steinar H.... Add board/position output to a bitpacked format.
2014-12-03 Steinar H.... Remove en passant hack for Rybka 2, which is now obsole...
2014-11-25 Steinar H.... More header squeezing.
2014-11-25 Steinar H.... Some pointless HTTP header microoptimization.
2014-11-25 Steinar H.... No longer serve Expires header; it is not needed.
2014-11-25 Steinar H.... Fetch a custom build of jQuery and compile that in...
2014-11-25 Steinar H.... Make sure we do not try to process more than one analys...
2014-11-25 Steinar H.... Make some constants SHOUT_A_BIT.
2014-11-25 Steinar H.... Add support for delta JSON, to squeeze the request...
2014-11-25 Steinar H.... Add a lazy safeguard against the JSON output being...
2014-11-24 Steinar H.... Stick most of the properties of the served object in...
2014-11-24 Steinar H.... Remove the obsolete text.pl.
2014-11-24 Steinar H.... Add the historic text.pl, so we can delete it right...
2014-11-24 Steinar H.... Upgrade to jQuery 2.1.1; 10 kB smaller, and we have...
2014-11-24 Steinar H.... Clean up the minification stuff a bit; still not really...
2014-11-24 Steinar H.... Remove unused JavaScript.
2014-11-24 Steinar H.... Fix some warnings.
2014-11-23 Steinar H.... Deal with strange PGN download failures.
2014-11-23 Steinar H.... Deal with inconsistent zero padding in PGN clocks.
2014-11-23 Steinar H.... Do not bold anything when there is no running clock.
2014-11-23 Steinar H.... Set the active clock in bold.
2014-11-23 Steinar H.... Do not show seconds in the clocks; a bit too distracting.
2014-11-23 Steinar H.... Add clock support.
2014-11-22 Steinar H.... Add the Varnish configuration we are currently using...
2014-11-22 Steinar H.... Explicitly prefer Opus over MP3.
2014-11-22 Steinar H.... In <title>, there is nothing to align, so remove the...
2014-11-22 Steinar H.... Store sound and sorting settings in HTML5 local storage.
2014-11-22 Steinar H.... Support a ding sound per move. Off by default, of course.
next