../
|
Makefile.am
|
1325
(13 years ago)
by michael:
- Get rid of fileio.c. Replace some ircsprintf() with snprintf() while on it
|
Makefile.in
|
1356
(13 years ago)
by michael:
- automake 1.11.5
|
balloc.c
|
1156
(14 years ago)
by michael:
- create ircd-hybrid-8 "branch"
|
channel.c
|
1330
(13 years ago)
by michael:
- Squash two other compile warnings. ircd now compiles clean with
-Wall
-Wextra
-Wno-unused
-Wcast-qual
-Wcast-align
-Wbad-function-cast
-Wmissing-declarations
-Wmissing-prototypes
-Wnested-externs
-Wredundant-decls
-Wshadow
-Wwrite-strings
-Wundef
|
channel_mode.c
|
1309
(13 years ago)
by michael:
- renaming files:
ircd_parser.y -> conf_parser.y
ircd_lexer.l -> conf_lexer.l
s_conf.c -> conf.c
s_conf.h -> conf.h
s_log.c -> log.c
s_log.h -> log.h
|
client.c
|
1340
(13 years ago)
by michael:
- get_client_name(): only compare client->name with client->host if it's
any type of server. Saves thousands of irccmp calls.
|
conf.c
|
1353
(13 years ago)
by michael:
- move conf_yy_input and conf_yy_fatal_error to conf_lexer.l
- conf_lexer.l: replace a strcpy with strlcpy
|
conf_lexer.c
|
1353
(13 years ago)
by michael:
- move conf_yy_input and conf_yy_fatal_error to conf_lexer.l
- conf_lexer.l: replace a strcpy with strlcpy
|
conf_lexer.l
|
1353
(13 years ago)
by michael:
- move conf_yy_input and conf_yy_fatal_error to conf_lexer.l
- conf_lexer.l: replace a strcpy with strlcpy
|
conf_parser.c
|
1352
(13 years ago)
by michael:
- conf_parser.y: dh prime size should be at least 1024 bits
|
conf_parser.h
|
1329
(13 years ago)
by michael:
- Remove unused configure tests
- Fixed compile warning in conf_parser.c
|
conf_parser.y
|
1352
(13 years ago)
by michael:
- conf_parser.y: dh prime size should be at least 1024 bits
|
csvlib.c
|
1325
(13 years ago)
by michael:
- Get rid of fileio.c. Replace some ircsprintf() with snprintf() while on it
|
dbuf.c
|
1243
(13 years ago)
by michael:
- move content of msg.h, ircd_handler.h and handlers.h into parse.h and
remove headers accordingly
- killed common.h
- remove m_killhost.c and m_flags.c from contrib/
- sort out unused header includes here and there
|
event.c
|
1309
(13 years ago)
by michael:
- renaming files:
ircd_parser.y -> conf_parser.y
ircd_lexer.l -> conf_lexer.l
s_conf.c -> conf.c
s_conf.h -> conf.h
s_log.c -> log.c
s_log.h -> log.h
|
fdlist.c
|
1330
(13 years ago)
by michael:
- Squash two other compile warnings. ircd now compiles clean with
-Wall
-Wextra
-Wno-unused
-Wcast-qual
-Wcast-align
-Wbad-function-cast
-Wmissing-declarations
-Wmissing-prototypes
-Wnested-externs
-Wredundant-decls
-Wshadow
-Wwrite-strings
-Wundef
|
getopt.c
|
1357
(13 years ago)
by michael:
- minor cleanups to the getopt code
|
hash.c
|
1332
(13 years ago)
by michael:
- init_hash(): remove unused variable
|
hook.c
|
1156
(14 years ago)
by michael:
- create ircd-hybrid-8 "branch"
|
hostmask.c
|
1343
(13 years ago)
by michael:
- hostmask.c, rng_mt.c: avoid use of long int types
|
irc_res.c
|
1346
(13 years ago)
by michael:
- irc_reslib.c: add localhost as default nameserver in case we cannot find
a suitable entrie in resolv.conf
- irc_res.c:res_ourserver(): no need to test against INADDR_ANY.
This is a relict of old BIND versions which added INADDR_ANDY as default
nameserver if no other servers could be found.
|
irc_reslib.c
|
1346
(13 years ago)
by michael:
- irc_reslib.c: add localhost as default nameserver in case we cannot find
a suitable entrie in resolv.conf
- irc_res.c:res_ourserver(): no need to test against INADDR_ANY.
This is a relict of old BIND versions which added INADDR_ANDY as default
nameserver if no other servers could be found.
|
irc_string.c
|
1156
(14 years ago)
by michael:
- create ircd-hybrid-8 "branch"
|
ircd.c
|
1358
(13 years ago)
by michael:
- cleanup and rewrite whowas.c to use the dlink list manipulation routines
- increase NICKNAMEHISTORYLENGTH to 16384
|
ircd_signal.c
|
1309
(13 years ago)
by michael:
- renaming files:
ircd_parser.y -> conf_parser.y
ircd_lexer.l -> conf_lexer.l
s_conf.c -> conf.c
s_conf.h -> conf.h
s_log.c -> log.c
s_log.h -> log.h
|
list.c
|
1156
(14 years ago)
by michael:
- create ircd-hybrid-8 "branch"
|
listener.c
|
1309
(13 years ago)
by michael:
- renaming files:
ircd_parser.y -> conf_parser.y
ircd_lexer.l -> conf_lexer.l
s_conf.c -> conf.c
s_conf.h -> conf.h
s_log.c -> log.c
s_log.h -> log.h
|
log.c
|
1327
(13 years ago)
by michael:
- minor cleanups to the new logging system
|
match.c
|
1350
(13 years ago)
by michael:
- fix odd behaviour of ircncmp with 'n' being 0, plus
performance improvements.
|
memory.c
|
1309
(13 years ago)
by michael:
- renaming files:
ircd_parser.y -> conf_parser.y
ircd_lexer.l -> conf_lexer.l
s_conf.c -> conf.c
s_conf.h -> conf.h
s_log.c -> log.c
s_log.h -> log.h
|
messages.tab
|
1179
(14 years ago)
by michael:
- Forward-port r1177:
Fix ERR_ACCEPTEXIST numeric string. Two %s conversion specifier
have been missed here
|
modules.c
|
1309
(13 years ago)
by michael:
- renaming files:
ircd_parser.y -> conf_parser.y
ircd_lexer.l -> conf_lexer.l
s_conf.c -> conf.c
s_conf.h -> conf.h
s_log.c -> log.c
s_log.h -> log.h
|
motd.c
|
1325
(13 years ago)
by michael:
- Get rid of fileio.c. Replace some ircsprintf() with snprintf() while on it
|
numeric.c
|
1325
(13 years ago)
by michael:
- Get rid of fileio.c. Replace some ircsprintf() with snprintf() while on it
|
packet.c
|
1309
(13 years ago)
by michael:
- renaming files:
ircd_parser.y -> conf_parser.y
ircd_lexer.l -> conf_lexer.l
s_conf.c -> conf.c
s_conf.h -> conf.h
s_log.c -> log.c
s_log.h -> log.h
|
parse.c
|
1323
(13 years ago)
by michael:
- parse.c: remove unused prototypes
|
restart.c
|
1341
(13 years ago)
by michael:
- Applied patch to shut up gcc with -Wformat-security enabled.
Patch submitted by Moritz Muehlenhoff/Debian Security.
|
resv.c
|
1309
(13 years ago)
by michael:
- renaming files:
ircd_parser.y -> conf_parser.y
ircd_lexer.l -> conf_lexer.l
s_conf.c -> conf.c
s_conf.h -> conf.h
s_log.c -> log.c
s_log.h -> log.h
|
rng_mt.c
|
1343
(13 years ago)
by michael:
- hostmask.c, rng_mt.c: avoid use of long int types
|
rsa.c
|
1309
(13 years ago)
by michael:
- renaming files:
ircd_parser.y -> conf_parser.y
ircd_lexer.l -> conf_lexer.l
s_conf.c -> conf.c
s_conf.h -> conf.h
s_log.c -> log.c
s_log.h -> log.h
|
s_auth.c
|
1309
(13 years ago)
by michael:
- renaming files:
ircd_parser.y -> conf_parser.y
ircd_lexer.l -> conf_lexer.l
s_conf.c -> conf.c
s_conf.h -> conf.h
s_log.c -> log.c
s_log.h -> log.h
|
s_bsd.c
|
1309
(13 years ago)
by michael:
- renaming files:
ircd_parser.y -> conf_parser.y
ircd_lexer.l -> conf_lexer.l
s_conf.c -> conf.c
s_conf.h -> conf.h
s_log.c -> log.c
s_log.h -> log.h
|
s_bsd_devpoll.c
|
1309
(13 years ago)
by michael:
- renaming files:
ircd_parser.y -> conf_parser.y
ircd_lexer.l -> conf_lexer.l
s_conf.c -> conf.c
s_conf.h -> conf.h
s_log.c -> log.c
s_log.h -> log.h
|
s_bsd_epoll.c
|
1309
(13 years ago)
by michael:
- renaming files:
ircd_parser.y -> conf_parser.y
ircd_lexer.l -> conf_lexer.l
s_conf.c -> conf.c
s_conf.h -> conf.h
s_log.c -> log.c
s_log.h -> log.h
|
s_bsd_kqueue.c
|
1309
(13 years ago)
by michael:
- renaming files:
ircd_parser.y -> conf_parser.y
ircd_lexer.l -> conf_lexer.l
s_conf.c -> conf.c
s_conf.h -> conf.h
s_log.c -> log.c
s_log.h -> log.h
|
s_bsd_poll.c
|
1309
(13 years ago)
by michael:
- renaming files:
ircd_parser.y -> conf_parser.y
ircd_lexer.l -> conf_lexer.l
s_conf.c -> conf.c
s_conf.h -> conf.h
s_log.c -> log.c
s_log.h -> log.h
|
s_bsd_select.c
|
1309
(13 years ago)
by michael:
- renaming files:
ircd_parser.y -> conf_parser.y
ircd_lexer.l -> conf_lexer.l
s_conf.c -> conf.c
s_conf.h -> conf.h
s_log.c -> log.c
s_log.h -> log.h
|
s_bsd_sigio.c
|
1309
(13 years ago)
by michael:
- renaming files:
ircd_parser.y -> conf_parser.y
ircd_lexer.l -> conf_lexer.l
s_conf.c -> conf.c
s_conf.h -> conf.h
s_log.c -> log.c
s_log.h -> log.h
|
s_gline.c
|
1309
(13 years ago)
by michael:
- renaming files:
ircd_parser.y -> conf_parser.y
ircd_lexer.l -> conf_lexer.l
s_conf.c -> conf.c
s_conf.h -> conf.h
s_log.c -> log.c
s_log.h -> log.h
|
s_misc.c
|
1309
(13 years ago)
by michael:
- renaming files:
ircd_parser.y -> conf_parser.y
ircd_lexer.l -> conf_lexer.l
s_conf.c -> conf.c
s_conf.h -> conf.h
s_log.c -> log.c
s_log.h -> log.h
|
s_serv.c
|
1344
(13 years ago)
by michael:
- hunt_server(): removed extranous match(). me.name cannot contain wilds anylonger.
This is basically a fakename leftover.
|
s_user.c
|
1309
(13 years ago)
by michael:
- renaming files:
ircd_parser.y -> conf_parser.y
ircd_lexer.l -> conf_lexer.l
s_conf.c -> conf.c
s_conf.h -> conf.h
s_log.c -> log.c
s_log.h -> log.h
|
send.c
|
1309
(13 years ago)
by michael:
- renaming files:
ircd_parser.y -> conf_parser.y
ircd_lexer.l -> conf_lexer.l
s_conf.c -> conf.c
s_conf.h -> conf.h
s_log.c -> log.c
s_log.h -> log.h
|
sprintf_irc.c
|
1156
(14 years ago)
by michael:
- create ircd-hybrid-8 "branch"
|
version.c
|
1334
(13 years ago)
by michael:
- Update copyright-years
|
watch.c
|
1359
(13 years ago)
by michael:
- watch_init(): remove useless memset since watchTable resides in .bss
- replace C++ comments with C comments
|
whowas.c
|
1358
(13 years ago)
by michael:
- cleanup and rewrite whowas.c to use the dlink list manipulation routines
- increase NICKNAMEHISTORYLENGTH to 16384
|