lila/todo

42 lines
2.0 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-13 17:33:24 -06:00
hide logout button
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-26 07:55:26 -06:00
endgame sound http://en.lichess.org/forum/lichess-feedback/checkmate-sound-feature?page=1#1
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-28 14:49:13 -06:00
compensate lag http://fr.lichess.org/forum/lichess-feedback/the-clock-display-should-account-for-lag?page=1#4
2012-05-28 18:05:44 -06:00
show lobby room logs
refactor preload
2012-05-29 16:51:40 -06:00
lobby sync
2012-05-30 16:08:37 -06:00
chat scroll in game
push enumerator is deprecated
http://fr.lichess.org/forum/lichess-feedback/game-history-bug#1
morozov can't chatban anymore http://en.lichess.org/inbox/mrfsbwou#bottom
monitor + nb slow mongo requests
restore previous elo graph
pie elo chart
2012-05-31 04:16:18 -06:00
guess friend list
2012-05-31 13:45:58 -06:00
profile edition
nb-playing is wrong (mongo date?)
2012-05-31 17:20:07 -06:00
new elo system http://en.wikipedia.org/wiki/Glicko_rating_system
2012-06-01 08:00:42 -06:00
spectator chat!
star people and games (and forum threads?)
2012-05-17 10:34:07 -06:00
2012-05-27 12:37:40 -06:00
new translations:
-rematchOfferCanceled=Rematch offer canceled
-rematchOfferDeclined=Rematch offer declined