Branch: Tag:

2002-11-11

2002-11-11 01:56:30 by Martin Nilsson <mani@lysator.liu.se>

Roxen -> ChiliMoon

Rev: server/modules/examples/userdb_ex.pike:1.6
Rev: server/modules/filesystems/filesystem.pike:1.121
Rev: server/modules/filesystems/sqlfs.pike:1.6
Rev: server/modules/filters/redirect.pike:1.35
Rev: server/modules/graphics/graphic_text.pike:1.294
Rev: server/modules/icecast/icecast.pike:1.12
Rev: server/modules/proxies/gopher.pike:1.27
Rev: server/modules/proxies/proxy.pike:1.56
Rev: server/modules/proxies/relay2.pike:1.29
Rev: server/modules/proxies/wais.pike:1.28
Rev: server/modules/scripting/cgi.pike:2.60
Rev: server/modules/scripting/fpscript.pike:1.15
Rev: server/modules/scripting/php4.pike:2.17
Rev: server/modules/scripting/pikescript.pike:1.73
Rev: server/modules/tags/email.pike:1.22
Rev: server/modules/tags/rxmltags.pike:1.396

1: - // This is a roxen module. Copyright © 2001, Roxen IS. + // This is a ChiliMoon module. Copyright © 2001, Roxen IS.   #include <module.h>      inherit UserDB;
20:   //! will be impossible to know which of them will be used when   //! authentication is done, however..    - constant cvs_version = "$Id: userdb_ex.pike,v 1.5 2002/10/23 23:31:44 nilsson Exp $"; + constant cvs_version = "$Id: userdb_ex.pike,v 1.6 2002/11/11 01:51:57 mani Exp $";   constant module_name = "RefDoc for MODULE_USERDB";   constant module_doc =    ("This module does nothing special, it implements a simple "    "user database with the passwords and usernames in a string list, " -  "but its inlined documentation gets imported into the Roxen " +  "but its inlined documentation gets imported into the ChiliMoon "    "programmer manual.\n"    "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 " -  "your passwords. For a budding roxen programmer, the module " +  "your passwords. For a budding ChiliMoon programmer, the module "    "however does show the basics of making a user database module.");