1. Did you in fact time-out in this game? If so, a draw is the correct result.
2. Interesting idea. I think the biggest challenge would be that in this case both players are disconnected, and server outages can be unplanned. There's probably no way to account for it in an unplanned outage and the challenge even for a planned one is that both players must return.
1. When the opponent has ONE King and I have a Queen, a Bishop and 4 pawns... I can, in fact, checkmate. The game system decided this was a draw as soon as I took his last pawn. I'm sure that can be corrected in the software.
2. After playing a rather long game, the server aborted the game while shutting down. That happens... What I think should mitigate that risk is the ability to pick the game back up again when the server comes back up or choose to abort it ourselves. The server already saves the moves, so... just log the time and send a message we can click on to continue.
Thanks!