ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid-8/src
(Current path doesn't exist after revision 1591)
r1504
File Last Change
 ../
Makefile.am 1325 (13 years ago) by michael: - Get rid of fileio.c. Replace some ircsprintf() with snprintf() while on it
Makefile.in 1504 (13 years ago) by michael: - automake 1.12.3
balloc.c 1156 (14 years ago) by michael: - create ircd-hybrid-8 "branch"
channel.c 1495 (13 years ago) by michael: - Removed use_invex, use_except and use_knock configuration options. These features are now enabled by default
channel_mode.c 1495 (13 years ago) by michael: - Removed use_invex, use_except and use_knock configuration options. These features are now enabled by default
client.c 1483 (13 years ago) by michael: - Made Client::away a fixed-size array at the expense of a somewhat higher memory consumption
conf.c 1503 (13 years ago) by michael: - Removed all unused references to GPATH and glinefile. There's no glines.conf.
conf_lexer.c 1495 (13 years ago) by michael: - Removed use_invex, use_except and use_knock configuration options. These features are now enabled by default
conf_lexer.l 1495 (13 years ago) by michael: - Removed use_invex, use_except and use_knock configuration options. These features are now enabled by default
conf_parser.c 1498 (13 years ago) by michael: - bison 2.6.2
conf_parser.h 1498 (13 years ago) by michael: - bison 2.6.2
conf_parser.y 1495 (13 years ago) by michael: - Removed use_invex, use_except and use_knock configuration options. These features are now enabled by default
csvlib.c 1459 (13 years ago) by michael: - remove g-line acls - added general::gline_request_duration configuration option which simply replaces the harcoded PENDING_GLINE_TIME definition
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 1397 (13 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 (14 years ago) by michael: - create ircd-hybrid-8 "branch"
hostmask.c 1455 (13 years ago) by michael: - Minor constification changes
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 1400 (13 years ago) by michael: - move has_wildcards() to irc_string.c and make use of it in several places
ircd.c 1503 (13 years ago) by michael: - Removed all unused references to GPATH and glinefile. There's no glines.conf.
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 1474 (13 years ago) by michael: - removed &localchannels
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 1495 (13 years ago) by michael: - Removed use_invex, use_except and use_knock configuration options. These features are now enabled by default
modules.c 1447 (13 years ago) by michael: - Added m_module.c and moved mo_module() into it
motd.c 1446 (13 years ago) by michael: - Removed OMOTD --- Diese und die folgenden Zeilen werden ignoriert -- M include/defaults.h M include/conf.h M include/numeric.h M include/motd.h M src/s_user.c M src/messages.tab M src/motd.c M src/ircd.c M modules/Makefile.in M modules/m_challenge.c M modules/m_oper.c D modules/m_omotd.c M modules/m_rehash.c M modules/Makefile.am M NEWS
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 1427 (13 years ago) by michael: - parse.c: make msg_tree_parse() only take one argument - client.h: rearrange structures
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 1391 (13 years ago) by michael: - s_bsd.c:close_connection(): fixed connection scheduling
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 1459 (13 years ago) by michael: - remove g-line acls - added general::gline_request_duration configuration option which simply replaces the harcoded PENDING_GLINE_TIME definition
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 1490 (13 years ago) by michael: - removed serverhide::disable_hidden configuration option - update NEWS
s_user.c 1469 (13 years ago) by michael: - s_user.c:oper_up(): information about oper privileges can be obtained via "STATS p|o". No need to send a separate notice on oper-up.
send.c 1479 (13 years ago) by michael: - fix msg_channel_flags() so it can deal with messages coming from servers
sprintf_irc.c 1156 (14 years ago) by michael: - create ircd-hybrid-8 "branch"
version.c 1402 (13 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 (13 years ago) by michael: - watch_init(): remove useless memset since watchTable resides in .bss - replace C++ comments with C comments
whowas.c 1362 (13 years ago) by michael: - whowas.c: sort out header includes
0 directories and 57 files shown