Re: [Catalyst] A Perl Message Queue?

2007-08-23 Thread Steve Atkins
On Aug 23, 2007, at 10:39 AM, tprinty wrote: Have you looked at memcache? http://www.danga.com/memcached/ Memcached is nice for caching, and OK for temporary session data, but last time I looked at it I couldn't see any good way to use it for queuing. Is there a trick I missed? Cheers,

Re: [Catalyst] Rate limiting password attacks

2007-08-16 Thread Steve Atkins
On Aug 16, 2007, at 10:13 AM, Bill Moseley wrote: I'm looking for ideas on how to implement a way to detect and block dictionary attacks. This is not a question of how to implement strong passwords, but rather the act of limiting logins when too many failed passwords have been attempted in

Re: [Catalyst] {OT] protecting against attacks with multilingual input

2006-12-05 Thread Steve Atkins
On Dec 5, 2006, at 5:28 AM, Daniel McBrearty wrote: If you're talking about sql injection then presumably you could do this exactly the same as you would any other input field - use sql placeholders in a prepared query rather than blindly pasting untrusted input as sql. This is what I'm

Re: [Catalyst] IDE/editor

2006-11-14 Thread Steve Atkins
On Nov 14, 2006, at 8:25 AM, [EMAIL PROTECTED] wrote: I hesitate to ask this question because it seems to often result in some juvenille flame war. Everyone is different, with different needs and preferences. That's why we have choices. It's Perl after all, right? [grin] With that out of

Re: [Catalyst] how to get started?

2006-08-21 Thread Steve Atkins
On Aug 21, 2006, at 8:54 AM, Matt S Trout wrote: Steve Atkins wrote: Task::Catalyst is completely broken. Contact Sebastian Riedel ([EMAIL PROTECTED]), he retained maintainership after leaving the project so there's nothing we can do about it. I'm not asking for it to be fixed