Attempt to not throw exception on server socket error
[vchess.git] / sockets.js
2018-12-08 Benjamin AuderAttempt to not throw exception on server socket error
2018-11-19 Benjamin AuderFix lastate propagation
2018-11-19 Benjamin AuderSome simplifications (breaking commit)
2018-11-18 Benjamin AuderFirst draft of game balancing solution after reconnect
2018-11-18 Benjamin AuderA few fixes. Still undelivered moves issue
2018-11-18 Benjamin AuderAttempt to fix the non-transmitted moves issue
2018-11-18 Benjamin AuderSuggest using Redis when failing to deliver messages
2018-11-18 Benjamin AuderMore robust in-check indications (ready for Antiking)
2018-11-16 Benjamin AuderRobustify game seek
2018-11-15 Benjamin AuderAdd a few TODOs to handle invisible disconnections
2018-11-13 Benjamin AuderFirst commit