lila/todo
Thibault Duplessis 5f5da3207f Add deploy steps
2012-05-20 22:46:04 +02:00

29 lines
1.2 KiB
Plaintext

ping nbm
extract chess
chat should autoscroll only when at bottom
back button to game -> old status
finish flagged game
It's possible to join your own game and win it, which will then be displayed as a win and I saw players who abuse this to manipulate their stats.
hide logout button
create play2 session module
forms that validate while constructing the object
player timeout depending on game duration
chess captcha is broken sometimes curl localhost:9000/api/captcha/solve/36yabr3t
do not count games vs engine as win/loss
permission hierarchy
prevent cheaters from joining the game
translate "view rematch"
translate clock name
start chess960 after both player move http://fr.lichess.org/forum/lichess-feedback/clock-fairness-in-chess960-games
elo floor 800
use true auth for socket username
prevent round watcher/player response client caching
next deploy:
db.user.update({},{$unset:{isOnline: true}}, false, true)
db.user.update({},{$unset:{gameConfigs: true}}, false, true)
db.user.update({},{$unset:{email: true}}, false, true)
db.user.dropIndex("emailCanonical_1")
db.user.update({},{$unset:{emailCanonical: true}}, false, true)
db.user.update({},{$unset:{updatedAt: true}}, false, true)