]> git.sesse.net Git - remoteglot/shortlog
remoteglot
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.
2014-11-21 Steinar H.... Fix the red note on moves where we have no historic...
2014-11-21 Steinar H.... Show correct highlight also for historical moves with...
2014-11-21 Steinar H.... Add a favicon (it is the white knight from chessboard...
2014-11-21 Steinar H.... Show highlight and arrows for history moves.
2014-11-20 Steinar H.... Unbreak history storing again.
2014-11-20 Steinar H.... Send the pretty moves instead of the UCI moves; seeming...
2014-11-20 Steinar H.... Support displaying historic analysis. Not perfect still...
2014-11-20 Steinar H.... Some refactorings out of update_board().
2014-11-20 Steinar H.... Minor pruning of some unused JSON fields.
2014-11-20 Steinar H.... Start using Chess.js.
2014-11-20 Steinar H.... Do not hardcode the domain; no longer needed since...
2014-11-20 Steinar H.... Put last move in <title>. Idea from Stephan Brumme.
2014-11-19 Steinar H.... Avoid overwriting earlier historical analysis if it...
2014-11-19 Steinar H.... Output historic analysis (not used by the frontend...
2014-11-19 Steinar H.... Factor out atomic file overwriting into its own function.
2014-11-18 Steinar H.... Do not stop polling PGNs if they are invalid.
2014-11-16 Steinar H.... Fix 7-man tablebase mate length.
2014-11-16 Steinar H.... Make stoppgn more robust.
2014-11-16 Steinar H.... Remove some stray debugging code.
2014-11-16 Steinar H.... Add a little comment about the serial key format.
2014-11-16 Steinar H.... Use AnyEvent instead of signals in varnishcount.pl...
2014-11-16 Steinar H.... Fix a display bug on empty PV.
2014-11-16 Steinar H.... Send the right Vary headers.
2014-11-16 Steinar H.... Add a separate script for counting viewers from Varnish...
2014-11-16 Steinar H.... Use an AnyEvent timer instead of an alarm.
2014-11-16 Steinar H.... Solve timeouts by touching analysis.json.
2014-11-16 Steinar H.... Fix PGN parsing; it was broken by a scoping change.
2014-11-15 Steinar H.... Add support for fetching move history from FICS (entire...
2014-11-15 Steinar H.... Slightly better diagnostics.
2014-11-15 Steinar H.... Do observe after we have set up AnyEvent listening...
2014-11-14 Steinar H.... Add some PGN hysteresis to guard against truncated...
2014-11-14 Steinar H.... Support defaulting to a PGN for fetching.
2014-11-14 Steinar H.... Stop supporting Chrome Frame. It is dead already.
2014-11-14 Steinar H.... Fix (null) in <title>.
2014-11-14 Steinar H.... Fix a typo in mate sorting.
2014-11-14 Steinar H.... Some small status footer updates.
2014-11-14 Steinar H.... Tiny error message cleanup.
2014-11-14 Steinar H.... Add some JavaScript changes that seemingly were not...
2014-11-14 Steinar H.... Add a CSS class for some small news at the bottom.
2014-11-14 Steinar H.... Format the short score (for the page title) properly...
2014-11-13 Steinar H....  Add support for looking up into the Lomonosov tablebas...
2014-11-13 Steinar H.... Handle slightly unstandard PGN promotion syntax.
2014-11-13 Steinar H.... Make the JSON output filename configurable.
2014-11-13 Steinar H.... Hopefully fix sorting in the cases where the side to...
2014-11-12 Steinar H.... Completely ignore fail-high/fail-low. This got lost...
2014-11-12 Steinar H.... Count viewers fewer times when doing mass-sending,...
2014-11-12 Steinar H.... Add the short score to the document title.
2014-11-12 Steinar H.... Fix a typo.
2014-11-11 Steinar H.... Make the unique token persistent, to avoid refreshes...
2014-11-11 Steinar H.... Remove a client from the sleeping list immediately...
2014-11-11 Steinar H.... Count connected viewers a bit more precisely; in partic...
2014-11-11 Steinar H.... Only truncate history if needed.
2014-11-11 Steinar H.... Unbreak promotion again.
2014-11-11 Steinar H.... Fix history display at the start of the game.
2014-11-11 Steinar H.... Fix handling of en passant; reported by Phil Miller.
2014-11-10 Steinar H.... Fix an issue where the Previous link would wrongly...
2014-11-10 Steinar H.... Support promotion when displaying lines.
2014-11-10 Steinar H.... Uppercase promotion choices correctly.
next