../
|
access.c
|
730
(20 years ago)
by adx:
+ implemented K-lines, yet without callback for kline.conf load/store
|
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
|
auth.c
|
730
(20 years ago)
by adx:
+ implemented K-lines, yet without callback for kline.conf load/store
|
class.c
|
721
(20 years ago)
by adx:
+ added missing class unreference when multiple "class=" lines were
encountered.
|
conf.c
|
730
(20 years ago)
by adx:
+ implemented K-lines, yet without callback for kline.conf load/store
|
conf_channel.c
|
657
(20 years ago)
by adx:
+ added implementation for listen{}
+ fixed header in conf_channel.c
|
general.c
|
262
(20 years ago)
by adx:
+ forgot to update newconf as well
|
kill.c
|
731
(20 years ago)
by adx:
+ added report_klines()
|
lex.yy.c
|
700
(20 years ago)
by adx:
+ fixed small memory leak on newconf's .include
|
lexer.l
|
712
(20 years ago)
by michael:
- Also show the full path of .included configuration files when reporting
syntax errors. This is just cosmetical.
|
listen.c
|
678
(20 years ago)
by adx:
+ rebuilt y.tab.c
+ ServerInfo -> ServerInfoX for now to avoid hidden name conflicts
+ serv_list nodes are localClient->lnode, so don't free them with balloc
|
logging.c
|
475
(20 years ago)
by adx:
+ make it compile, and maybe even run...
|
modules.c
|
641
(20 years ago)
by michael:
- Renamed basename() to libio_basename() and use it everywhere instead
of glibc's basename
- Updated configure.ac accordingly
|
operator.c
|
722
(20 years ago)
by adx:
+ save user= entries in the order they're entered
|
parser.y
|
475
(20 years ago)
by adx:
+ make it compile, and maybe even run...
|
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
|
678
(20 years ago)
by adx:
+ rebuilt y.tab.c
+ ServerInfo -> ServerInfoX for now to avoid hidden name conflicts
+ serv_list nodes are localClient->lnode, so don't free them with balloc
|
y.tab.c
|
669
(20 years ago)
by michael:
- lexer.l: added proper support for quotes in strings.
Cleaned up C comment style handling.
Added support for C++ comments.
|
y.tab.h
|
669
(20 years ago)
by michael:
- lexer.l: added proper support for quotes in strings.
Cleaned up C comment style handling.
Added support for C++ comments.
|