Roxen.git
/
server
/
base_server
/
module.pike
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/base_server/module.pike:1:
-
/* $Id: module.pike,v 1.
29
1998/
02
/
06
18
:
31
:
56
grubba
Exp $ */
+
/* $Id: module.pike,v 1.
30
1998/
03
/
23
08
:
20
:
55
neotron
Exp $ */
#include <module.h> mapping (string:mixed *) variables=([]); object this = this_object(); int module_type; string fix_cvs(string from) { from = replace(from, ({ "$", "Id: "," Exp $" }), ({"","",""}));
Roxen.git/server/base_server/module.pike:325:
} /* Per default, return the value of the module variable 'location' */ string query_location() { string s; catch{s = query("location");}; return s; }
+
/* By default, provide nothing. */
+
string query_provides() { return 0; }
/* * Parse and return a parsed version of the security levels for this module * */ class IP_with_mask { int net; int mask; static private int ip_to_int(string ip)