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)
r992
File Last Change
 ../
Makefile.am 982 (14 years ago) by michael: - added a mersenne twister basedn prng
Makefile.in 982 (14 years ago) by michael: - added a mersenne twister basedn prng
balloc.c 912 (16 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
channel.c 885 (16 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
channel_mode.c 931 (15 years ago) by db: - bug fix by caf <kevin@sylandro.com>
client.c 992 (14 years ago) by michael: - fix possible auth/dns related memleaks
csvlib.c 521 (18 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.
dbuf.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
dynlink.c 978 (14 years ago) by michael: - avoid using native basename() since some implementations may or may not modify passed data
event.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
fdlist.c 992 (14 years ago) by michael: - fix possible auth/dns related memleaks
fileio.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
getopt.c 786 (17 years ago) by michael: - Fix for the parseargs() fix
hash.c 982 (14 years ago) by michael: - added a mersenne twister basedn prng
hook.c 713 (17 years ago) by michael: - fixed core on MODRESTART as reported by xZ/CoolCold
hostmask.c 723 (17 years ago) by adx: + fixed a bug where auths/klines/glines with digit wildcards (#) were not handled correctly
inet_misc.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
irc_getaddrinfo.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
irc_getnameinfo.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
irc_res.c 992 (14 years ago) by michael: - fix possible auth/dns related memleaks
irc_reslib.c 912 (16 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_string.c 978 (14 years ago) by michael: - avoid using native basename() since some implementations may or may not modify passed data
ircd.c 982 (14 years ago) by michael: - added a mersenne twister basedn prng
ircd_lexer.c 967 (14 years ago) by michael: - added ssl_server_protocol configuration option to servinfo{}. valid flags are 'sslv3' and 'tlsv1'
ircd_lexer.l 967 (14 years ago) by michael: - added ssl_server_protocol configuration option to servinfo{}. valid flags are 'sslv3' and 'tlsv1'
ircd_parser.c 978 (14 years ago) by michael: - avoid using native basename() since some implementations may or may not modify passed data
ircd_parser.h 967 (14 years ago) by michael: - added ssl_server_protocol configuration option to servinfo{}. valid flags are 'sslv3' and 'tlsv1'
ircd_parser.y 978 (14 years ago) by michael: - avoid using native basename() since some implementations may or may not modify passed data
ircd_signal.c 598 (17 years ago) by michael: - Added missing sigaction for SIGALRM
list.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
listener.c 900 (16 years ago) by michael: - Added new 'server' option to listener::flags
match.c 637 (17 years ago) by adx: + added invisible character ^O (cancel all formatting)
memory.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
messages.tab 948 (14 years ago) by michael: - lp64\llp64\ilp32 portability fixes
modules.c 978 (14 years ago) by michael: - avoid using native basename() since some implementations may or may not modify passed data
motd.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
numeric.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
packet.c 428 (18 years ago) by michael: - Fixed bug where all ssl clients would get disconnected in certain situations. (reported by many people)
parse.c 948 (14 years ago) by michael: - lp64\llp64\ilp32 portability fixes
restart.c 588 (17 years ago) by michael: - m_restart(): don't send restart notices twice to locally connected clients
resv.c 867 (16 years ago) by michael: - Fixed occasional core when placing RESVs on channel names as repoared by Christopher A. Bongaarts.
rng_mt.c 982 (14 years ago) by michael: - added a mersenne twister basedn prng
rsa.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
s_auth.c 992 (14 years ago) by michael: - fix possible auth/dns related memleaks
s_bsd.c 992 (14 years ago) by michael: - fix possible auth/dns related memleaks
s_bsd_devpoll.c 908 (16 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 966 (14 years ago) by michael: - make valgrind shut up when calling epoll_ctl
s_bsd_kqueue.c 908 (16 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 (16 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 (16 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 (16 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_win32.c 908 (16 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_conf.c 992 (14 years ago) by michael: - fix possible auth/dns related memleaks
s_gline.c 957 (14 years ago) by michael: - implement proper GUNGLINE support
s_log.c 582 (17 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_misc.c 967 (14 years ago) by michael: - added ssl_server_protocol configuration option to servinfo{}. valid flags are 'sslv3' and 'tlsv1'
s_serv.c 992 (14 years ago) by michael: - fix possible auth/dns related memleaks
s_user.c 983 (14 years ago) by michael: - fixed bug where unregistered clients were not able to complete registration process with /quote PONG <ping_cookie> in case the client was assigned a zero value ping-cookie
send.c 948 (14 years ago) by michael: - lp64\llp64\ilp32 portability fixes
sprintf_irc.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
tools.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
version.c 685 (17 years ago) by michael: - Updated copyright years in version.c and INSTALL - Bumped version to 7.2.2 in configure.ac and doxygen.conf
watch.c 953 (14 years ago) by michael: - propset keywords
whowas.c 948 (14 years ago) by michael: - lp64\llp64\ilp32 portability fixes
0 directories and 64 files shown