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)
r990
File Last Change
 ../
match.c 637 (17 years ago) by adx: + added invisible character ^O (cancel all formatting)
hostmask.c 723 (17 years ago) by adx: + fixed a bug where auths/klines/glines with digit wildcards (#) were not handled correctly
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.
channel_mode.c 931 (15 years ago) by db: - bug fix by caf <kevin@sylandro.com>
irc_getaddrinfo.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.
fileio.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
sprintf_irc.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
memory.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.
list.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
motd.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
rsa.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.
inet_misc.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
dbuf.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
event.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
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()
Makefile.in 982 (14 years ago) by michael: - added a mersenne twister basedn prng
listener.c 900 (16 years ago) by michael: - Added new 'server' option to listener::flags
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
messages.tab 948 (14 years ago) by michael: - lp64\llp64\ilp32 portability fixes
client.c 889 (16 years ago) by michael: - Got rid of Serv.dep_users and Serv.dep_servers
packet.c 428 (18 years ago) by michael: - Fixed bug where all ssl clients would get disconnected in certain situations. (reported by many people)
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
s_bsd_epoll.c 966 (14 years ago) by michael: - make valgrind shut up when calling epoll_ctl
whowas.c 948 (14 years ago) by michael: - lp64\llp64\ilp32 portability fixes
fdlist.c 436 (18 years ago) by michael: - Fixed bug in fd_close() that caused a core when calling restart_resolver()
modules.c 978 (14 years ago) by michael: - avoid using native basename() since some implementations may or may not modify passed data
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'
getopt.c 786 (17 years ago) by michael: - Fix for the parseargs() fix
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
s_conf.c 967 (14 years ago) by michael: - added ssl_server_protocol configuration option to servinfo{}. valid flags are 'sslv3' and 'tlsv1'
rng_mt.c 982 (14 years ago) by michael: - added a mersenne twister basedn prng
s_auth.c 896 (16 years ago) by michael: - Killed s_stats.c
hook.c 713 (17 years ago) by michael: - fixed core on MODRESTART as reported by xZ/CoolCold
hash.c 982 (14 years ago) by michael: - added a mersenne twister basedn prng
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 948 (14 years ago) by michael: - lp64\llp64\ilp32 portability fixes
resv.c 867 (16 years ago) by michael: - Fixed occasional core when placing RESVs on channel names as repoared by Christopher A. Bongaarts.
dynlink.c 978 (14 years ago) by michael: - avoid using native basename() since some implementations may or may not modify passed data
s_gline.c 957 (14 years ago) by michael: - implement proper GUNGLINE support
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_res.c 986 (14 years ago) by michael: - irc_res.c: fixed wide-spread off-by-one when copying hostnames
watch.c 953 (14 years ago) by michael: - propset keywords
irc_string.c 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
ircd_parser.c 978 (14 years ago) by michael: - avoid using native basename() since some implementations may or may not modify passed data
s_bsd.c 967 (14 years ago) by michael: - added ssl_server_protocol configuration option to servinfo{}. valid flags are 'sslv3' and 'tlsv1'
ircd_parser.h 967 (14 years ago) by michael: - added ssl_server_protocol configuration option to servinfo{}. valid flags are 'sslv3' and 'tlsv1'
restart.c 588 (17 years ago) by michael: - m_restart(): don't send restart notices twice to locally connected clients
ircd.c 982 (14 years ago) by michael: - added a mersenne twister basedn prng
ircd_parser.y 978 (14 years ago) by michael: - avoid using native basename() since some implementations may or may not modify passed data
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
Makefile.am 982 (14 years ago) by michael: - added a mersenne twister basedn prng
send.c 948 (14 years ago) by michael: - lp64\llp64\ilp32 portability fixes
parse.c 948 (14 years ago) by michael: - lp64\llp64\ilp32 portability fixes
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_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_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_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_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.
0 directories and 64 files shown