lila/todo

30 lines
1.5 KiB
Plaintext
Raw Normal View History

2012-04-25 14:15:35 -06:00
chat should autoscroll only when at bottom
2012-05-06 16:11:39 -06:00
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.
2012-05-14 08:43:20 -06:00
player timeout depending on game duration
do not count games vs engine as win/loss
2012-05-17 07:47:38 -06:00
prevent cheaters from joining the game
translate "view rematch"
2012-05-17 10:49:10 -06:00
translate clock name
2012-05-17 13:57:17 -06:00
start chess960 after both player move http://fr.lichess.org/forum/lichess-feedback/clock-fairness-in-chess960-games
2012-05-20 10:12:21 -06:00
prevent round watcher/player response client caching
2012-05-23 17:38:24 -06:00
user info is expensive - cache it
chess960 confirmation http://fr.lichess.org/forum/lichess-feedback/separate-960-lobby?page=1#7
use play-navigator router case class MyRegexStr(value: String); implicit val MyRegexStrPathParam: PathParam[MyRegexStr] = new PathParam[MyRegexStr] { def apply(s: MyRegexStr) = s.value}; def unapply(s: String) = val Rx = "(\w+)".r; s match { case Rx(x) => Some(x); case _ => None } }
http://codetunes.com/2012/05/09/scala-dsl-tutorial-writing-web-framework-router
2012-05-25 15:05:19 -06:00
use POST instead of GET where it makes sense
2012-05-28 08:20:57 -06:00
translation contributions
2012-05-28 11:31:53 -06:00
check sf2 commands to port
make the wiki static html pages managed by git?
2012-05-31 13:45:58 -06:00
nb-playing is wrong (mongo date?)
2012-06-01 09:07:07 -06:00
guess friend list
autoclose top menus
2012-06-05 12:59:11 -06:00
tournaments http://www.chess.com/tournaments/help.html
fix game list translations
temporary mod IP ban to help stopping cheaters
2012-06-14 13:04:43 -06:00
more infos under realtime games
2012-05-27 12:37:40 -06:00
new translations:
-rematchOfferCanceled=Rematch offer canceled
-rematchOfferDeclined=Rematch offer declined