Re: Module Developer Wanted

2013-02-07 Thread Manlio Perillo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 06/02/2013 18:07, Justin Tocci ha scritto: > We have about 700 lines of Perl that we want to replace by an NGINX module. > Is it really necessary to write a C module? You also have an option to use Lua or Python. > [...] Regards Manlio -B

[nginx] svn commit: r5035 - trunk/src/core

2013-02-07 Thread mdounin
Author: mdounin Date: 2013-02-07 12:09:56 + (Thu, 07 Feb 2013) New Revision: 5035 URL: http://trac.nginx.org/nginx/changeset/5035/nginx Log: Added support for {SHA} passwords (ticket #50). Note: use of {SHA} passwords is discouraged as {SHA} password scheme is vulnerable to attacks using rain

[nginx] svn commit: r5034 - in trunk/src: core http/modules/perl

2013-02-07 Thread mdounin
Author: mdounin Date: 2013-02-07 12:09:09 + (Thu, 07 Feb 2013) New Revision: 5034 URL: http://trac.nginx.org/nginx/changeset/5034/nginx Log: Version bump. Modified: trunk/src/core/nginx.h trunk/src/http/modules/perl/nginx.pm Modified: trunk/src/core/nginx.h ===