ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid-8/src
(Current path doesn't exist after revision 1591)
r1412
File Last Change
 ../
Makefile.am 1325 (12 years ago) by michael: - Get rid of fileio.c. Replace some ircsprintf() with snprintf() while on it
Makefile.in 1373 (11 years ago) by michael: - autoconf 2.69 & automake 1.12
balloc.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
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
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
client.c 1360 (11 years ago) by michael: - free_client(): add some assert()
conf.c 1411 (11 years ago) by michael: - src/conf.c: fixed compile error with openssl disabled
conf_lexer.c 1401 (11 years ago) by michael: o) Removed channel::burst_topicwho configuration option. Topicsetters are now sent by default
conf_lexer.l 1401 (11 years ago) by michael: o) Removed channel::burst_topicwho configuration option. Topicsetters are now sent by default
conf_parser.c 1401 (11 years ago) by michael: o) Removed channel::burst_topicwho configuration option. Topicsetters are now sent by default
conf_parser.h 1401 (11 years ago) by michael: o) Removed channel::burst_topicwho configuration option. Topicsetters are now sent by default
conf_parser.y 1401 (11 years ago) by michael: o) Removed channel::burst_topicwho configuration option. Topicsetters are now sent by default
csvlib.c 1371 (11 years ago) by michael: - "UNKLINE bla@bla.net" may accidentaly remove existing klines such as *@bla.* - Fixed
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
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
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
getopt.c 1357 (11 years ago) by michael: - minor cleanups to the getopt code
hash.c 1397 (11 years ago) by michael: - src/hash.c: there's no need keep on searching clientTable[] for a server-id if we didn't find it in the idTable[] before.
hook.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
hostmask.c 1393 (11 years ago) by michael: - conf.h: remove CONF_LISTEN_PORT and CONF_EXEMPTKLINE #defines - hostmask.h: remove HostMaskEntry structure - hostmask.c: remove find_gline_conf() and find_kline_conf() wrapper functions
irc_res.c 1346 (12 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 (12 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 1400 (11 years ago) by michael: - move has_wildcards() to irc_string.c and make use of it in several places
ircd.c 1404 (11 years ago) by michael: - minor cleanups to the module code
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
list.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
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
log.c 1327 (12 years ago) by michael: - minor cleanups to the new logging system
match.c 1399 (11 years ago) by michael: - match(), match_esc(): remove XXX-comment. Bad idea to have match() rely on collapse()
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
messages.tab 1179 (12 years ago) by michael: - Forward-port r1177: Fix ERR_ACCEPTEXIST numeric string. Two %s conversion specifier have been missed here
modules.c 1404 (11 years ago) by michael: - minor cleanups to the module code
motd.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
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
parse.c 1361 (11 years ago) by michael: - remove clear_tree_parse()
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.
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
rng_mt.c 1343 (12 years ago) by michael: - hostmask.c, rng_mt.c: avoid use of long int types
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
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.c 1391 (11 years ago) by michael: - s_bsd.c:close_connection(): fixed connection scheduling
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_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_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
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_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_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
s_gline.c 1376 (11 years ago) by michael: - minor cleanups to s_gline, hostmask.c and m_stats.c. remove useless NULL assignment of dlink_node pointers. the DLINK_FOREACH macros already take care of this.
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
s_serv.c 1401 (11 years ago) by michael: o) Removed channel::burst_topicwho configuration option. Topicsetters are now sent by default
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
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
sprintf_irc.c 1156 (12 years ago) by michael: - create ircd-hybrid-8 "branch"
version.c 1402 (11 years ago) by michael: - /info no longer sends information about the platform ircd is running on - remove get_ircd_platform() function - configure: --enable-efnet switch is no longer required
watch.c 1359 (11 years ago) by michael: - watch_init(): remove useless memset since watchTable resides in .bss - replace C++ comments with C comments
whowas.c 1362 (11 years ago) by michael: - whowas.c: sort out header includes
0 directories and 57 files shown