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)
r1001
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>
rsa.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.
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.
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.
dbuf.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.
irc_getnameinfo.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.
event.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
irc_getaddrinfo.c 1001 (14 years ago) by michael: - remove half done and broken win32 support
s_log.c 1001 (14 years ago) by michael: - remove half done and broken win32 support
Makefile.in 982 (14 years ago) by michael: - added a mersenne twister basedn prng
s_gline.c 957 (14 years ago) by michael: - implement proper GUNGLINE support
irc_reslib.c 998 (14 years ago) by michael: - change resolver/auth to use balloc memory pool - ircd.c: init_resolver() has to be called *before* read_conf_files(), otherwise recvfrom() aborts with ENOTSOCK in case there are configured connect{} blocks with a host that needs to be resolved on the very first configuration read.
irc_res.c 998 (14 years ago) by michael: - change resolver/auth to use balloc memory pool - ircd.c: init_resolver() has to be called *before* read_conf_files(), otherwise recvfrom() aborts with ENOTSOCK in case there are configured connect{} blocks with a host that needs to be resolved on the very first configuration read.
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
listener.c 1001 (14 years ago) by michael: - remove half done and broken win32 support
version.c 1001 (14 years ago) by michael: - remove half done and broken win32 support
ircd_signal.c 598 (17 years ago) by michael: - Added missing sigaction for SIGALRM
messages.tab 948 (14 years ago) by michael: - lp64\llp64\ilp32 portability fixes
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 1001 (14 years ago) by michael: - remove half done and broken win32 support
client.c 992 (14 years ago) by michael: - fix possible auth/dns related memleaks
fileio.c 1001 (14 years ago) by michael: - remove half done and broken win32 support
ircd_parser.h 967 (14 years ago) by michael: - added ssl_server_protocol configuration option to servinfo{}. valid flags are 'sslv3' and 'tlsv1'
packet.c 1001 (14 years ago) by michael: - remove half done and broken win32 support
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
fdlist.c 1001 (14 years ago) by michael: - remove half done and broken win32 support
whowas.c 948 (14 years ago) by michael: - lp64\llp64\ilp32 portability fixes
ircd_lexer.l 967 (14 years ago) by michael: - added ssl_server_protocol configuration option to servinfo{}. valid flags are 'sslv3' and 'tlsv1'
ircd_lexer.c 967 (14 years ago) by michael: - added ssl_server_protocol configuration option to servinfo{}. valid flags are 'sslv3' and 'tlsv1'
modules.c 978 (14 years ago) by michael: - avoid using native basename() since some implementations may or may not modify passed data
getopt.c 786 (17 years ago) by michael: - Fix for the parseargs() fix
restart.c 588 (17 years ago) by michael: - m_restart(): don't send restart notices twice to locally connected clients
rng_mt.c 982 (14 years ago) by michael: - added a mersenne twister basedn prng
s_conf.c 1001 (14 years ago) by michael: - remove half done and broken win32 support
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
ircd.c 1001 (14 years ago) by michael: - remove half done and broken win32 support
ircd_parser.y 978 (14 years ago) by michael: - avoid using native basename() since some implementations may or may not modify passed data
s_auth.c 1001 (14 years ago) by michael: - remove half done and broken win32 support
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 992 (14 years ago) by michael: - fix possible auth/dns related memleaks
Makefile.am 982 (14 years ago) by michael: - added a mersenne twister basedn prng
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
send.c 1001 (14 years ago) by michael: - remove half done and broken win32 support
dynlink.c 978 (14 years ago) by michael: - avoid using native basename() since some implementations may or may not modify passed data
resv.c 867 (16 years ago) by michael: - Fixed occasional core when placing RESVs on channel names as repoared by Christopher A. Bongaarts.
parse.c 948 (14 years ago) by michael: - lp64\llp64\ilp32 portability fixes
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_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.
0 directories and 63 files shown