Re: Preventing spam attacks on Ajax views

2008-11-29 Thread Julien Phalip
On Nov 29, 10:32 pm, Andrei Eftimie <[EMAIL PROTECTED]> wrote: > Probably best thing would be to have accounts... > > On Nov 29, 12:27 am, Julien Phalip <[EMAIL PROTECTED]> wrote: > > > Hi, > > > I'm building a rating app, so people can rate any kind of object (e.g. > > a video, a news entry,

Re: Preventing spam attacks on Ajax views

2008-11-29 Thread Andrei Eftimie
Probably best thing would be to have accounts... On Nov 29, 12:27 am, Julien Phalip <[EMAIL PROTECTED]> wrote: > Hi, > > I'm building a rating app, so people can rate any kind of object (e.g. > a video, a news entry, etc.). The rating is done anonymously (there's > no user account on that site)

Re: Preventing spam attacks on Ajax views

2008-11-28 Thread Malcolm Tredinnick
On Fri, 2008-11-28 at 14:27 -0800, Julien Phalip wrote: > Hi, > > I'm building a rating app, so people can rate any kind of object (e.g. > a video, a news entry, etc.). The rating is done anonymously (there's > no user account on that site) and via an Ajax query. The view > currently only takes

Preventing spam attacks on Ajax views

2008-11-28 Thread Julien Phalip
Hi, I'm building a rating app, so people can rate any kind of object (e.g. a video, a news entry, etc.). The rating is done anonymously (there's no user account on that site) and via an Ajax query. The view currently only takes one parameter, the rating value (a float), so I don't think I can