Roxen.git/
server/
etc/
modules/
Roxen.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2001-08-23
2001-08-23 16:35:26 by Jonas Wallden <jonasw@roxen.com>
bc6f065bb86ff7c3f8c86874fec483b74cfe4c6a (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Less cryptic names from Configuration objects.
Rev: server/etc/modules/Roxen.pmod:1.114
1:
// This is a roxen pike module. Copyright © 1999 - 2000, Roxen IS. //
-
// $Id: Roxen.pmod,v 1.
113
2001/08/
20
13
:
28
:
53
nilsson
Exp $
+
// $Id: Roxen.pmod,v 1.
114
2001/08/
23
16
:
35
:
26
jonasw
Exp $
#include <roxen.h> #include <config.h>
255:
if( !long_name->name ) error("Illegal first argument to short_name.\n" "Expected Configuration object or string\n");
-
long_name = long_name->
name+hash(long_
name
->name)->digits(36)
;
+
long_name = long_name->name;
} id = Unicode.split_words_and_normalize( lower_case(long_name) )*"_";