../
|
admin.c
|
209
(20 years ago)
by adx:
+ coded new serverinfo
+ added parse_fatal, similar to parse_error but using L_CRIT and server_die
+ cold moved out from reset_conf, verify_conf callbacks to a global conf_cold
|
channel.c
|
209
(20 years ago)
by adx:
+ coded new serverinfo
+ added parse_fatal, similar to parse_error but using L_CRIT and server_die
+ cold moved out from reset_conf, verify_conf callbacks to a global conf_cold
|
class.c
|
267
(20 years ago)
by adx:
+ s/extern/EXTERN/ in include/conf
+ implemented class{} from scratch; it's almost done,
I only need to add limit checking code
+ added nice syntax e.g. number_per_ip = 3, global:5;
+ added some aliases ie host_limit === number_per_ip,
userhost_limit === number_per_userhost
(replaces max_local & max_global mess)
+ check example.conf for more details.
|
conf.c
|
366
(20 years ago)
by adx:
+ added support for integer enumeration in conf manager
+ will need this for listen{}
|
general.c
|
262
(20 years ago)
by adx:
+ forgot to update newconf as well
|
lex.yy.c
|
267
(20 years ago)
by adx:
+ s/extern/EXTERN/ in include/conf
+ implemented class{} from scratch; it's almost done,
I only need to add limit checking code
+ added nice syntax e.g. number_per_ip = 3, global:5;
+ added some aliases ie host_limit === number_per_ip,
userhost_limit === number_per_userhost
(replaces max_local & max_global mess)
+ check example.conf for more details.
|
lexer.l
|
267
(20 years ago)
by adx:
+ s/extern/EXTERN/ in include/conf
+ implemented class{} from scratch; it's almost done,
I only need to add limit checking code
+ added nice syntax e.g. number_per_ip = 3, global:5;
+ added some aliases ie host_limit === number_per_ip,
userhost_limit === number_per_userhost
(replaces max_local & max_global mess)
+ check example.conf for more details.
|
logging.c
|
225
(20 years ago)
by adx:
|
modules.c
|
212
(20 years ago)
by adx:
+ simple implementation of modules{}
+ ok this sucks, we need new module manager
|
operator.c
|
419
(20 years ago)
by michael:
- As suggested by adx, allow oper{} as well as operator{}
|
parser.y
|
420
(20 years ago)
by adx:
+ added support for syntax SECTION "value" { ...fields... };
ConfSection has a field 'def_field', if non-NULL it will be
assigned with the provided value.
|
serverhide.c
|
209
(20 years ago)
by adx:
+ coded new serverinfo
+ added parse_fatal, similar to parse_error but using L_CRIT and server_die
+ cold moved out from reset_conf, verify_conf callbacks to a global conf_cold
|
serverinfo.c
|
398
(20 years ago)
by michael:
- Ripped out lazylinks as discussed on irc. the main concept wasn't very well
designed and will be done in a better way some day. Anyways, they propably
never worked and were considered bloat by most people. Good bye!
|
y.tab.c
|
420
(20 years ago)
by adx:
+ added support for syntax SECTION "value" { ...fields... };
ConfSection has a field 'def_field', if non-NULL it will be
assigned with the provided value.
|
y.tab.h
|
366
(20 years ago)
by adx:
+ added support for integer enumeration in conf manager
+ will need this for listen{}
|