ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid-8/src
(Current path doesn't exist after revision 1591)
r1344
File Last Change
 ../
s_serv.c 1344 (12 years ago) by michael: - hunt_server(): removed extranous match(). me.name cannot contain wilds anylonger. This is basically a fakename leftover.
hostmask.c 1343 (12 years ago) by michael: - hostmask.c, rng_mt.c: avoid use of long int types
rng_mt.c 1343 (12 years ago) by michael: - hostmask.c, rng_mt.c: avoid use of long int types
restart.c 1341 (12 years ago) by michael: - Applied patch to shut up gcc with -Wformat-security enabled. Patch submitted by Moritz Muehlenhoff/Debian Security.
client.c 1340 (12 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.
Makefile.in 1338 (12 years ago) by michael: - automake 1.11.4
version.c 1334 (12 years ago) by michael: - Update copyright-years
hash.c 1332 (12 years ago) by michael: - init_hash(): remove unused variable
fdlist.c 1330 (12 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.c 1330 (12 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
conf_parser.c 1329 (12 years ago) by michael: - Remove unused configure tests - Fixed compile warning in conf_parser.c
conf_parser.h 1329 (12 years ago) by michael: - Remove unused configure tests - Fixed compile warning in conf_parser.c
conf_parser.y 1329 (12 years ago) by michael: - Remove unused configure tests - Fixed compile warning in conf_parser.c
log.c 1327 (12 years ago) by michael: - minor cleanups to the new logging system
irc_reslib.c 1325 (12 years ago) by michael: - Get rid of fileio.c. Replace some ircsprintf() with snprintf() while on it
irc_res.c 1325 (12 years ago) by michael: - Get rid of fileio.c. Replace some ircsprintf() with snprintf() while on it
numeric.c 1325 (12 years ago) by michael: - Get rid of fileio.c. Replace some ircsprintf() with snprintf() while on it
csvlib.c 1325 (12 years ago) by michael: - Get rid of fileio.c. Replace some ircsprintf() with snprintf() while on it
conf_lexer.c 1325 (12 years ago) by michael: - Get rid of fileio.c. Replace some ircsprintf() with snprintf() while on it
conf_lexer.l 1325 (12 years ago) by michael: - Get rid of fileio.c. Replace some ircsprintf() with snprintf() while on it
ircd.c 1325 (12 years ago) by michael: - Get rid of fileio.c. Replace some ircsprintf() with snprintf() while on it
conf.c 1325 (12 years ago) by michael: - Get rid of fileio.c. Replace some ircsprintf() with snprintf() while on it
motd.c 1325 (12 years ago) by michael: - Get rid of fileio.c. Replace some ircsprintf() with snprintf() while on it
Makefile.am 1325 (12 years ago) by michael: - Get rid of fileio.c. Replace some ircsprintf() with snprintf() while on it
parse.c 1323 (12 years ago) by michael: - parse.c: remove unused prototypes
s_bsd_poll.c 1309 (12 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 (12 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 (12 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
rsa.c 1309 (12 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
watch.c 1309 (12 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
listener.c 1309 (12 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
ircd_signal.c 1309 (12 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 (12 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
packet.c 1309 (12 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 (12 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 (12 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
whowas.c 1309 (12 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
modules.c 1309 (12 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
channel_mode.c 1309 (12 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_user.c 1309 (12 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
memory.c 1309 (12 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 (12 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 (12 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 (12 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 (12 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
event.c 1309 (12 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
resv.c 1309 (12 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 (12 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
match.c 1298 (12 years ago) by michael: - fixed style in some places
dbuf.c 1243 (12 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
messages.tab 1179 (12 years ago) by michael: - Forward-port r1177: Fix ERR_ACCEPTEXIST numeric string. Two %s conversion specifier have been missed here
irc_string.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
balloc.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
getopt.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
sprintf_irc.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
hook.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
list.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
0 directories and 57 files shown