]> git.sesse.net Git - remoteglot/history - remoteglot.pl
Remove the score padding; it made sense when a terminal was our primary output, but...
[remoteglot] / remoteglot.pl
2016-03-22 Steinar H. GundersonInclude the score when showing other games.
2016-03-22 Steinar H. GundersonRemove first names from PGNs.
2016-03-22 Steinar H. GundersonAdd support for switching /hash backends when switching...
2016-03-21 Steinar H. GundersonFix a typo.
2016-03-21 Steinar H. GundersonMake score computation happen on the client instead...
2016-03-19 Steinar H. GundersonRemove a useless parameter.
2016-02-17 Steinar H. GundersonUpdate email address.
2016-01-24 Steinar H. GundersonUse standalone tablebase probes to convert +123.xx...
2016-01-24 Steinar H. GundersonFix an issue (not yet visible, really) where conversion...
2016-01-24 Steinar H. GundersonFix an insane inconsistency.
2016-01-24 Steinar H. GundersonOverride umask so that we are sure things will be world...
2016-01-20 Steinar H. GundersonSlightly more detailed PGN error messages.
2016-01-20 Steinar H. GundersonUse the UPSERT functionality from PostgreSQL 9.5.
2015-12-10 Steinar H. GundersonRe-prettify the moves, in case they are bogus from...
2015-06-28 Steinar H. GundersonMake engine URL, move source and similar values dynamic...
2015-06-27 Steinar H. GundersonAdd some support for listing games in progress, and...
2015-06-25 Steinar H. GundersonFix a crash in remoteglot.pl with the new SQL stuff.
2015-06-23 Steinar H. GundersonSwitch from flat files to PostgreSQL.
2015-06-20 Steinar H. GundersonAdd a sparkline/bar display for score history.
2015-06-20 Steinar H. GundersonCanonicalize output JSON, so that we do not waste bandw...
2015-05-15 Steinar H. GundersonPersist clock information for more stable restarts.
2015-05-15 Steinar H. GundersonAdd local time management, for when incoming time is...
2015-05-15 Steinar H. GundersonMake all clock data be in seconds internally, moving...
2015-05-12 Steinar H. GundersonWhen a position comes in with the same position but...
2015-05-11 Steinar H. GundersonBe more flexible about clk comments.
2015-05-11 Steinar H. GundersonAdd a small explanatory comment.
2015-05-11 Steinar H. GundersonIf the PGN has no clock information, explicitly delete...
2015-01-17 Steinar H. GundersonAdd support for filtering individual games from a PGN.
2014-11-25 Steinar H. GundersonAdd a lazy safeguard against the JSON output being...
2014-11-24 Steinar H. GundersonFix some warnings.
2014-11-23 Steinar H. GundersonDeal with strange PGN download failures.
2014-11-23 Steinar H. GundersonDeal with inconsistent zero padding in PGN clocks.
2014-11-23 Steinar H. GundersonAdd clock support.
2014-11-20 Steinar H. GundersonUnbreak history storing again.
2014-11-20 Steinar H. GundersonSend the pretty moves instead of the UCI moves; seeming...
2014-11-20 Steinar H. GundersonStart using Chess.js.
2014-11-19 Steinar H. GundersonAvoid overwriting earlier historical analysis if it...
2014-11-19 Steinar H. GundersonOutput historic analysis (not used by the frontend...
2014-11-19 Steinar H. GundersonFactor out atomic file overwriting into its own function.
2014-11-18 Steinar H. GundersonDo not stop polling PGNs if they are invalid.
2014-11-16 Steinar H. GundersonFix 7-man tablebase mate length.
2014-11-16 Steinar H. GundersonMake stoppgn more robust.
2014-11-16 Steinar H. GundersonRemove some stray debugging code.
2014-11-16 Steinar H. GundersonUse an AnyEvent timer instead of an alarm.
2014-11-16 Steinar H. GundersonFix PGN parsing; it was broken by a scoping change.
2014-11-15 Steinar H. GundersonAdd support for fetching move history from FICS (entire...
2014-11-15 Steinar H. GundersonDo observe after we have set up AnyEvent listening...
2014-11-14 Steinar H. GundersonAdd some PGN hysteresis to guard against truncated...
2014-11-14 Steinar H. GundersonSupport defaulting to a PGN for fetching.
2014-11-14 Steinar H. GundersonFix a typo in mate sorting.
2014-11-14 Steinar H. GundersonTiny error message cleanup.
2014-11-14 Steinar H. GundersonFormat the short score (for the page title) properly...
2014-11-13 Steinar H. Gunderson Add support for looking up into the Lomonosov tablebas...
2014-11-13 Steinar H. GundersonMake the JSON output filename configurable.
2014-11-13 Steinar H. GundersonHopefully fix sorting in the cases where the side to...
2014-11-12 Steinar H. GundersonCompletely ignore fail-high/fail-low. This got lost...
2014-11-09 Steinar H. GundersonSupport showing the history of the game.
2014-11-09 Steinar H. GundersonMove most configuration into a separate file.
2014-09-20 Steinar H. GundersonMake parse_info a bit less regex-happy; speeds it up...
2014-09-20 Steinar H. GundersonAdd a cache around prettyprint_pv, since it is consumin...
2014-09-20 Steinar H. GundersonAdd a quit ocmmand, for easier profiling.
2014-08-06 Steinar H. GundersonAdd a command to stop the polling.
2014-08-06 Steinar H. GundersonAdd support for fetching games as PGN over HTTP instead...
2014-08-06 Steinar H. GundersonUse EV instead of AnyEvent::Loop, since the latter...
2014-08-06 Steinar H. GundersonChange main loop to using AnyEvent.
2014-08-06 Steinar H. GundersonSmall refactoring.
2014-06-15 Steinar H. GundersonSmall refactoring.
2014-06-15 Steinar H. GundersonSplit some UCI stuff into a separate module.
2014-06-15 Steinar H. GundersonMove move prettyprinting into Board.
2014-06-15 Steinar H. GundersonRemove the tell code; it is never used in practice.
2014-06-15 Steinar H. GundersonMove most of the chess position/board handling into...
2014-06-09 Steinar H. GundersonPrint the name of the players.
2014-06-09 Steinar H. GundersonReplace Nalimov with Syzygy everywhere.
2013-11-23 Steinar H. GundersonMake the second engine optional.
2013-11-21 Steinar H. GundersonFix the zero-score long display again.
2013-11-21 Steinar H. GundersonFinally fix the -0.00 bug.
2013-11-21 Steinar H. GundersonAnother sign inversion...
2013-11-18 Steinar H. GundersonRemove an obsolete parameter.
2013-11-18 Steinar H. GundersonUpdate slightly more often.
2013-11-18 Steinar H. GundersonFix another score inversion issue, this time in the...
2013-11-18 Steinar H. GundersonInclude the last move in simple (UCI) form in the JSON...
2013-11-18 Steinar H. GundersonFix an issue where moves in the secondary engine search...
2013-11-17 Steinar H. GundersonUse the engine's own MultiPV support instead of trying...
2013-11-17 Steinar H. GundersonDeal with multipv not being the first element on the...
2013-11-17 Steinar H. GundersonFix some score sign issues. (These things are so easy...
2013-11-17 Steinar H. GundersonFix display of selective depth and Nalimov hits together.
2013-11-17 Steinar H. GundersonAdd JSON output, for the upcoming web interface.
2013-11-16 Steinar H. GundersonFix 0.00 showing for long_score, too.
2013-11-16 Steinar H. GundersonShow score_cp=0 as 0.00, not +0.00 or -0.00.
2013-11-15 Steinar H. GundersonFix an issue where mpv-only info would take only the...
2013-11-15 Steinar H. GundersonIgnore upperbound and lowerbound scores (Stockfish...
2013-11-15 Steinar H. GundersonFix refutation display with always-mpv-engines.
2013-11-15 Steinar H. GundersonFix so update is not indefinitely delayed by engine...
2013-11-15 Steinar H. Gundersoneval must be exited with die, not next.
2013-11-15 Steinar H. GundersonTag which engine we are talking to in ucilog.txt
2013-11-15 Steinar H. GundersonAdd some slightly better line buffering.
2013-11-15 Steinar H. GundersonAdd support for a second engine, for showing simple...
2013-11-14 Steinar H. GundersonFix UCI id parsing.
2013-11-13 Steinar H. GundersonFix a minor bug in read_line().
2013-11-13 Steinar H. GundersonStick uciinfo and uciids into the engine.
next