Roxen.git
/
server
/
modules
/
examples
/
auth.pike
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/modules/examples/auth.pike:1:
+
// This is a roxen module. Copyright © 2000 - 2001, Roxen IS.
+
#include <module.h> inherit "module"; // All roxen modules must inherit module.pike // Some defines for the translation system // //<locale-token project="mod_auth">LOCALE</locale-token> #define LOCALE(X,Y) _DEF_LOCALE("mod_auth",X,Y) // end of the locale related stuff
-
constant cvs_version = "$Id: auth.pike,v 1.
6
2001/
01
/
29
05:
40:30
per
Exp $";
+
constant cvs_version = "$Id: auth.pike,v 1.
7
2001/
09
/
03
18:
05:
10
nilsson
Exp $";
constant module_type = MODULE_AUTH; LocaleString module_name = LOCALE(1,"RefDoc for MODULE_AUTH"); LocaleString module_doc = LOCALE(2,"This module does nothing, but its inlined documentation " "gets imported into the roxen programmer manual. You definetely " "don't want to use this module in your virtual servers, since " "anybody with access to your admin interface or server configuration " " file automatically gains access to all yourpasswords. For a " " budding roxen programmer, the module however does show the " " basics of making an authentication module.");