../
|
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
|
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.
|
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
|
parser.y
|
182
(20 years ago)
by adx:
* implemented general{}
|
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
|
211
(20 years ago)
by adx:
- reorganisations which aim at:
1) moving read_conf_files() at the end of daemon bootup process,
2) making load_*_modules a part of conf parsing, after the 1st pass
|
y.tab.c
|
179
(20 years ago)
by adx:
- rearranged new conf headers a bit
|
y.tab.h
|
89
(20 years ago)
by adx:
- added dynamically extensible conf parser (compiles ok); enough to start
modularising general{} -> general.c, auth{} -> auth.c and so on.
|