]> git.sesse.net Git - remoteglot/shortlog
remoteglot
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.
2014-11-10 Steinar H.... Fix wrong substr() usage, that would break in case...
2014-11-10 Steinar H.... Various fixes related to history and showing moves...
2014-11-09 Steinar H.... Add support for expanding and truncating the history.
2014-11-09 Steinar H.... Support showing the history of the game.
2014-11-09 Steinar H.... Fix issue where the arrow keys could cause us to go...
2014-11-09 Steinar H.... Do not send the prettyprint cache in the JSON; it only...
2014-11-09 Steinar H.... Move most configuration into a separate file.
2014-11-09 Steinar H.... Strip trailing whitespace from engine ids (needed for...
2014-11-09 Steinar H.... Show the engine ID in the footer.
2014-11-09 Steinar H.... Updated hardware in index.html a bit.
2014-11-08 Steinar H.... Add support for gzip in serve-analysis.js.
2014-11-08 Steinar H.... Sort lines by score by default.
2014-09-20 Steinar H.... Minor optimization (5% or so) by moving the most common...
2014-09-20 Steinar H.... Small microoptimization in in_check; do not go through...
2014-09-20 Steinar H.... Only test check status for one side; speeds up almost...
2014-09-20 Steinar H.... Tiny optimization in _find_kings.
2014-09-20 Steinar H.... Call in_check() fewer times. Actually 60% or so faster.
2014-09-20 Steinar H.... Add a benchmark script to test the slowness of prettypr...
2014-09-20 Steinar H.... Small microoptimization in Board::clone.
2014-09-20 Steinar H.... Make parse_info a bit less regex-happy; speeds it up...
2014-09-20 Steinar H.... Add a cache around prettyprint_pv, since it is consumin...
2014-09-20 Steinar H.... Add a quit ocmmand, for easier profiling.
2014-09-07 Steinar H.... Fix several crash issues all related to initial file...
2014-09-06 Steinar H.... Fix an issue in the node.js sender where it would not...
2014-09-05 Steinar H.... Fix last_move_uci for PGN loads.
next