SVN: toys/rsget.pl/Get/SharingMatrix

sparky sparky at pld-linux.org
Sun Dec 13 02:22:03 CET 2009


Author: sparky
Date: Sun Dec 13 02:22:02 2009
New Revision: 11036

Modified:
   toys/rsget.pl/Get/SharingMatrix
Log:
- captcha processor is forbidingly inefficient (1 in ~200),
  so it had to be disabled


Modified: toys/rsget.pl/Get/SharingMatrix
==============================================================================
--- toys/rsget.pl/Get/SharingMatrix	(original)
+++ toys/rsget.pl/Get/SharingMatrix	Sun Dec 13 02:22:02 2009
@@ -11,7 +11,7 @@
 tos: "http://sharingmatrix.com/user_agreement"
 uri: qr{sharingmatrix\.com/}
 cookie: sm
-status: OK 2009-10-23
+status: OK 2009-12-13
 
 start:
 	GET( $-{_uri} );
@@ -54,7 +54,7 @@
 
 	CAPTCHA(
 		qr/[a-z]{5}/,
-		process => \&sm_decaptcha,
+		#process => \&sm_decaptcha,
 	);
 
 	GOTO stage_captcha unless defined $_;


More information about the pld-cvs-commit mailing list