Articles tagged with Chrss

chrss update 9

By john

Updated chrss yesterday:

  • "open" games (an opponent needs no invitation needed to join)
  • commenting on moves (for that extra bit of social interaction)

chrss update 8

By john

Nearly a month since the last update, but there's a few new things:

  • user niceties such as being able to change your password and resetting forgotten passwords
  • user rss feeds now filter out that user's own moves (so you no longer get notification after you've just moved - only when your …

chrss update 7

By john

Few minor background tweaks, but the major new feature in this upgrade is that you can now get an aggregated rss feed for all of a user's games. e.g.:

/chrss/user/lilspikey/rss

Is the rss feed for all of my games. If you are playing several games (as …

chrss update 6

By john

So I've now uploaded the results of the saturday morning code-a-thon. This means that you can now browse all of the previous moves and they also have a convenient URL. So if you want to show someone a move that you thought was particularly good/bad you can just send …

saturday morning code-a-thon

By john

For some reason I seem to be getting up early at the moment and coding. Just had a pretty good intense coding session and managed to get a whole load of stuff done to chrss. So good when you get that feeling of "flow".

So needs testing before I deploy …

Longer logins

By john

Just tweaked some settings, so logins to chrss shouldn't expire for a couple of days - instead of after twenty minutes. It was getting annoying having to log in all the time...

Chrss update 5

By john

Another minor update to chrss. Changes:

  • captured pieces are displayed in a summary next to the user's name
  • rounded corners (thanks to MochiKit)

Other than that my losing streak continues. That game contained a move I immediately saw as being wrong after I did it, so I think one of …

Chrss update 3

By john

Just done:

  • user account creation now does email validation (more useful for myself)
  • ordering rss entries in date order (as some rss readers seem to display entries in the order the entries appear in the file), to ensure most recent moves appear first

TODO:

  • move confirmation (probably just with javascript …