ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid-7.2/src
(Current path doesn't exist after revision 1027)
r946
File (rev) Last Change
 ../
whowas.c 507 (19 years ago) by michael: - Removed some outdated XXX comments
watch.c 896 (17 years ago) by michael: - Killed s_stats.c
version.c 685 (19 years ago) by michael: - Updated copyright years in version.c and INSTALL - Bumped version to 7.2.2 in configure.ac and doxygen.conf
tools.c 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
sprintf_irc.c 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
snprintf.c 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
send.c 939 (16 years ago) by db: -Remove obsolete references to LL
s_user.c 896 (17 years ago) by michael: - Killed s_stats.c
s_serv.c 896 (17 years ago) by michael: - Killed s_stats.c
s_misc.c 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
s_log.c 582 (19 years ago) by michael: - The 2nd and 3rd character of a SID may be a digit as well. Spotted by ThaPrince - Fixed compile warnings in log_user_exit()
s_gline.c 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
s_conf.c 936 (16 years ago) by db: - Fix typo
s_bsd_win32.c 908 (17 years ago) by stu: Completely redo the build system. Now uses libtool and automake. Suggest you clean out your tree and then do ./autogen.sh.
s_bsd_sigio.c 908 (17 years ago) by stu: Completely redo the build system. Now uses libtool and automake. Suggest you clean out your tree and then do ./autogen.sh.
s_bsd_select.c 908 (17 years ago) by stu: Completely redo the build system. Now uses libtool and automake. Suggest you clean out your tree and then do ./autogen.sh.
s_bsd_poll.c 908 (17 years ago) by stu: Completely redo the build system. Now uses libtool and automake. Suggest you clean out your tree and then do ./autogen.sh.
s_bsd_kqueue.c 908 (17 years ago) by stu: Completely redo the build system. Now uses libtool and automake. Suggest you clean out your tree and then do ./autogen.sh.
s_bsd_epoll.c 908 (17 years ago) by stu: Completely redo the build system. Now uses libtool and automake. Suggest you clean out your tree and then do ./autogen.sh.
s_bsd_devpoll.c 908 (17 years ago) by stu: Completely redo the build system. Now uses libtool and automake. Suggest you clean out your tree and then do ./autogen.sh.
s_bsd.c 896 (17 years ago) by michael: - Killed s_stats.c
s_auth.c 896 (17 years ago) by michael: - Killed s_stats.c
rsa.c 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
resv.c 867 (18 years ago) by michael: - Fixed occasional core when placing RESVs on channel names as repoared by Christopher A. Bongaarts.
restart.c 588 (19 years ago) by michael: - m_restart(): don't send restart notices twice to locally connected clients
parse.c 946 (16 years ago) by michael: - move m_error.c to modules/
packet.c 428 (19 years ago) by michael: - Fixed bug where all ssl clients would get disconnected in certain situations. (reported by many people)
numeric.c 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
motd.c 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
modules.c 946 (16 years ago) by michael: - move m_error.c to modules/
messages.tab 876 (17 years ago) by michael: Backported WATCH
memory.c 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
match.c 637 (19 years ago) by adx: + added invisible character ^O (cancel all formatting)
m_error.c 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
listener.c 900 (17 years ago) by michael: - Added new 'server' option to listener::flags
list.c 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
ircd_signal.c 598 (19 years ago) by michael: - Added missing sigaction for SIGALRM
ircd_parser.y 912 (17 years ago) by michael: - Implemented libtool-ltdl. Only shared modules are supported currently - Several build fixes and cleanups. ircd now builds and runs without any problems - Added back all files to SVN that are needed to built the daemon I really don't want to force other people that want to test the snapshots or svn versions to install yyacc, lex, automake, autoconf and libtool... No problem having required files in svn - Removed some automake maintainer stuff which is kinda useless for us
ircd_parser.h 913 (17 years ago) by michael: - Added some missing files - Moved HOSTLEN and USERLEN definition back to ircd_defs.h Those two shouldn't be configurable
ircd_parser.c 913 (17 years ago) by michael: - Added some missing files - Moved HOSTLEN and USERLEN definition back to ircd_defs.h Those two shouldn't be configurable
ircd_lexer.l 908 (17 years ago) by stu: Completely redo the build system. Now uses libtool and automake. Suggest you clean out your tree and then do ./autogen.sh.
ircd_lexer.c 913 (17 years ago) by michael: - Added some missing files - Moved HOSTLEN and USERLEN definition back to ircd_defs.h Those two shouldn't be configurable
ircd.c 896 (17 years ago) by michael: - Killed s_stats.c
irc_string.c 593 (19 years ago) by michael: - Backported RKLINE fix so the user and host portion of a banmask don't get cut off after 10 and 63 chars, respectively. A split_nuh() rewrite was required for this. - Removed now unused xstrldup() function
irc_reslib.c 912 (17 years ago) by michael: - Implemented libtool-ltdl. Only shared modules are supported currently - Several build fixes and cleanups. ircd now builds and runs without any problems - Added back all files to SVN that are needed to built the daemon I really don't want to force other people that want to test the snapshots or svn versions to install yyacc, lex, automake, autoconf and libtool... No problem having required files in svn - Removed some automake maintainer stuff which is kinda useless for us
irc_res.c 468 (19 years ago) by db: - Cleaned up the resolver some more, added some comments
irc_getnameinfo.c 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
irc_getaddrinfo.c 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
inet_misc.c 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
hostmask.c 723 (19 years ago) by adx: + fixed a bug where auths/klines/glines with digit wildcards (#) were not handled correctly
hook.c 713 (19 years ago) by michael: - fixed core on MODRESTART as reported by xZ/CoolCold
hash.c 896 (17 years ago) by michael: - Killed s_stats.c
getopt.c 786 (19 years ago) by michael: - Fix for the parseargs() fix
fileio.c 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
fdlist.c 436 (19 years ago) by michael: - Fixed bug in fd_close() that caused a core when calling restart_resolver()
event.c 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
dynlink.c 912 (17 years ago) by michael: - Implemented libtool-ltdl. Only shared modules are supported currently - Several build fixes and cleanups. ircd now builds and runs without any problems - Added back all files to SVN that are needed to built the daemon I really don't want to force other people that want to test the snapshots or svn versions to install yyacc, lex, automake, autoconf and libtool... No problem having required files in svn - Removed some automake maintainer stuff which is kinda useless for us
dbuf.c 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
csvlib.c 521 (19 years ago) by db: - When checking for first " in a line, make sure it doesn't run off the end of the line before it finds one.
crypt.c 34 (19 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
client.c 889 (17 years ago) by michael: - Got rid of Serv.dep_users and Serv.dep_servers
channel_mode.c 931 (17 years ago) by db: - bug fix by caf <kevin@sylandro.com>
channel.c 885 (17 years ago) by michael: - Removed LazyLinks in 7.2 to stop people from asking why we keep broken code for half a decade. LL will be implemented in a smarter fashion in due time
balloc.c 912 (17 years ago) by michael: - Implemented libtool-ltdl. Only shared modules are supported currently - Several build fixes and cleanups. ircd now builds and runs without any problems - Added back all files to SVN that are needed to built the daemon I really don't want to force other people that want to test the snapshots or svn versions to install yyacc, lex, automake, autoconf and libtool... No problem having required files in svn - Removed some automake maintainer stuff which is kinda useless for us
Makefile.in 946 (16 years ago) by michael: - move m_error.c to modules/
Makefile.am 946 (16 years ago) by michael: - move m_error.c to modules/
0 directories and 66 files shown