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)
r1008
File Last Change
 ../
Makefile.am 1005 (14 years ago) by michael: - remove conf_add_d_conf wrapper
Makefile.in 1005 (14 years ago) by michael: - remove conf_add_d_conf wrapper
balloc.c 1007 (14 years ago) by michael: - continue doxyfying sources
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 1002 (14 years ago) by michael: - moved set_initial_nick() to m_nick.c
csvlib.c 1005 (14 years ago) by michael: - remove conf_add_d_conf wrapper
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 1001 (14 years ago) by michael: - remove half done and broken win32 support
fileio.c 1001 (14 years ago) by michael: - remove half done and broken win32 support
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 1001 (14 years ago) by michael: - remove half done and broken win32 support
irc_getnameinfo.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
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.
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_string.c 978 (14 years ago) by michael: - avoid using native basename() since some implementations may or may not modify passed data
ircd.c 1001 (14 years ago) by michael: - remove half done and broken win32 support
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 1005 (14 years ago) by michael: - remove conf_add_d_conf wrapper
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 1005 (14 years ago) by michael: - remove conf_add_d_conf wrapper
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 1001 (14 years ago) by michael: - remove half done and broken win32 support
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 1001 (14 years ago) by michael: - remove half done and broken win32 support
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 1001 (14 years ago) by michael: - remove half done and broken win32 support
s_bsd.c 1001 (14 years ago) by michael: - remove half done and broken win32 support
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_conf.c 1005 (14 years ago) by michael: - remove conf_add_d_conf wrapper
s_gline.c 957 (14 years ago) by michael: - implement proper GUNGLINE support
s_log.c 1001 (14 years ago) by michael: - remove half done and broken win32 support
s_misc.c 1004 (14 years ago) by michael: - remove unused small_file_date() function
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 1001 (14 years ago) by michael: - remove half done and broken win32 support
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 1001 (14 years ago) by michael: - remove half done and broken win32 support
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 63 files shown