]> git.sesse.net Git - remoteglot/shortlog
remoteglot
2020-01-28 Steinar H.... Verify that JSON_delta does not have any strangeness.
2019-10-29 Steinar H.... Fix an issue where Chess960 castling rights would get...
2019-10-28 Steinar H.... Fix some deep recursion.
2019-09-05 Steinar H.... Fix a castling edge case in Chess960 positions where...
2019-09-05 Steinar H.... Fix a crash bug when looking at old moves with no analysis.
2019-09-05 Steinar H.... Fix another Chess960 Chess.js issue.
2019-09-03 Steinar H.... When something goes wrong, actually wait five seconds...
2019-09-03 Steinar H.... Get jQuery over TLS.
2019-08-13 Steinar H.... Fix a crash on short multi-PVs.
2019-05-10 Steinar H.... Add support for 7-piece Fathom.
2019-03-31 Steinar H.... Fix an incompatibility with newer Node.js.
2018-12-27 Steinar H.... Set Threads before the other options, so that setting...
2018-11-26 Steinar H.... Fix an issue where we would lose the history after...
2018-11-26 Steinar H.... Make sure analysis contempt is off; Stockfish > 9 enabl...
2018-11-19 Steinar H.... Fix an issue where we would sort the wrong way when...
2018-11-19 Steinar H.... Support getting PGNs from local files.
2018-11-16 Steinar H.... Add pickup of games from old history.
2018-06-06 Steinar H.... Support flipped boards (no UI, you have to activate...
2018-06-06 Steinar H.... Unbreak move chaining.
2018-02-10 Steinar H.... Yet more Chess960 castling fixes.
2018-02-09 Steinar H.... Yet more Chess960 castling fixes.
2018-02-09 Steinar H.... Fix Chess960 bug when castling does not move the rook.
2018-02-09 Steinar H.... Fix visualization of Chess960 moves where the king...
2018-02-09 Steinar H.... Fix a Chess.js issue when the king started on the c...
2018-02-04 Steinar H.... Yet more Chess960 fixes.
2018-01-14 Steinar H.... Backport a JSON_delta fix that would cause deletions...
2018-01-14 Steinar H.... Upgrade Chess.js to a version that supports Chess960...
2018-01-13 Steinar H.... Fix non-Chess960 castling.
2018-01-07 Steinar H.... Another castling fix.
2018-01-06 Steinar H.... Fix various Chess960 castling bugs.
2018-01-06 Steinar H.... Cosmetic improvement for Chess960 games.
2018-01-06 Steinar H.... Fix UCI syntax error.
2018-01-06 Steinar H.... Implement Chess960 castling rules on the backend.
2018-01-06 Steinar H.... Remove an obsolete comment.
2018-01-06 Steinar H.... Make the Chess960 storage/test a bit more efficient.
2018-01-06 Steinar H.... Update copyright year.
2018-01-06 Steinar H.... Inform the engine if we have a Chess960 game.
2018-01-06 Steinar H.... Support starting from a nonstandard position.
2018-01-06 Steinar H.... Remove bitpacked_fen, which is only really in use for...
2017-12-28 Steinar H.... Remove the option to sort by name; fewer options is...
2017-12-27 Steinar H.... Ignore old clock positions from the database.
2017-12-26 Steinar H.... Revert "Reject more invalid moves."
2017-12-26 Steinar H.... Update TB7 API URL.
2017-12-26 Steinar H.... Revert "Reintroduce JSON-delta v2.0, but now explicitly...
2017-12-26 Steinar H.... Merge commit '83d2eb4'
2017-08-06 Steinar H.... Put the limit for showing seconds at 20 minutes instead...
2017-08-06 Steinar H.... Handle clocks that enter the PGN after the move do.
2016-11-26 Steinar H.... Reintroduce JSON-delta v2.0, but now explicitly with...
2016-11-25 Steinar H.... Allow navigating by clicking the sparkline.
2016-11-25 Steinar H.... Revert "Upgrade JSON-delta to v2.0, to hopefully fix...
2016-11-25 Steinar H.... Revert "Ask for minimal diffs."
2016-11-24 Steinar H.... Ask for minimal diffs.
2016-11-24 Steinar H.... Upgrade JSON-delta to v2.0, to hopefully fix some diffi...
2016-11-22 Steinar H.... Fix an issue where we would error out if we called...
2016-11-20 Steinar H.... Fix a client crash when the server was not sending...
2016-11-20 Steinar H.... Fix another off-by-one bug that was introduced while...
2016-11-20 Steinar H.... Deal with a world where there are no more non-pretty...
2016-11-20 Steinar H.... Use the prettyprinted files from the protobuf. Leave...
2016-11-20 Steinar H.... Use the non-minified chess.js; it is easier to profile.
2016-11-20 Steinar H.... Actually remove the internal information from the JSON...
2016-11-16 Steinar H.... Rewrite the buffering on position change.
2016-11-16 Steinar H.... Reduce the number of Postgres transactions we start.
2016-11-16 Steinar H.... Fix various off-by-ones, especially in the sparkline.
2016-11-16 Steinar H.... Revert "Fix a null pointer exception in the frontend."
2016-11-15 Steinar H.... Fix a null pointer exception in the frontend.
2016-11-15 Steinar H.... Fix umask; it messed up the history.
2016-11-15 Steinar H.... When getting an invalid update, hard-reload instead...
2016-11-15 Steinar H.... Reject more invalid moves.
2016-11-14 Steinar H.... Fix the PV check.
2016-11-14 Steinar H.... Fix a syntax error.
2016-11-13 Steinar H.... Merge branch 'master' of /home/magne/remoteglot
2016-11-13 Steinar H.... Send gRPC backends from the Perl code to the Node.js.
2016-11-13 Steinar H.... Add an option not to connect to FICS at all.
2016-11-13 Steinar H.... Support pulling PGNs from HTTPS.
2016-11-13 Steinar H.... Make the frontend more resistant to bogus PVs.
2016-11-13 Steinar H.... Fix a problem where invalid PVs would not be detected...
2016-06-13 Steinar H.... Fix a deadlock in the JSON loading code in serve-analys...
2016-06-13 Steinar H.... Fix an issue where the cp score would not be an int...
2016-04-24 Steinar H.... Protect the node.js against empty fen.
2016-04-14 Steinar H.... Revert "Un-opensource due to possible licensing issues."
2016-03-30 Steinar H.... Un-opensource due to possible licensing issues.
2016-03-23 Steinar H.... Fix an issue where the URL hash would override the...
2016-03-23 Steinar H.... Make the tbprobe cache global.
2016-03-23 Steinar H.... Enable the tbprobe cache.
2016-03-23 Steinar H.... Fix a bug where fathom would cause all winning multi...
2016-03-23 Steinar H.... Fix a bug where an invisible PV could be selected when...
2016-03-23 Steinar H.... Turn off the depth secondary key sorting for the purpos...
2016-03-23 Steinar H.... Another deprettification.
2016-03-22 Steinar H.... Fix some JS compiler warnings.
2016-03-22 Steinar H.... More deprettification. Not pretty_move and pretty_histo...
2016-03-22 Steinar H.... Get rid of some cruft (pv_uci and sort_key), and rename...
2016-03-22 Steinar H.... Version bump.
2016-03-22 Steinar H.... Fix some “???” displaying for unscored lines.
2016-03-22 Steinar H.... If the PV is hidden by exploration stuff, it should...
2016-03-22 Steinar H.... Add a last-ditch resort for format_long_score(), if...
2016-03-22 Steinar H.... Fix (?) an issue where going from a display line all...
2016-03-22 Steinar H.... Make the piece-was-moved detection more robust, so...
2016-03-22 Steinar H.... Fix some issues with things crashing when we had no...
2016-03-22 Steinar H.... Reintroduce the concept of depth as a secondary sort...
2016-03-22 Steinar H.... Fix behavior of displayed score when we are in a sub...
next