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)
r889
File Last Change (rev)
 ../
client.c 889 (18 years ago) by michael: - Got rid of Serv.dep_users and Serv.dep_servers
s_user.c 889 (18 years ago) by michael: - Got rid of Serv.dep_users and Serv.dep_servers
s_serv.c 889 (18 years ago) by michael: - Got rid of Serv.dep_users and Serv.dep_servers
y.tab.c 885 (18 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
y.tab.h 885 (18 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 885 (18 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
ircd_lexer.l 885 (18 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
s_conf.c 885 (18 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
lex.yy.c 885 (18 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
ircd.c 885 (18 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
ircd_parser.y 885 (18 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.c 885 (18 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 885 (18 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
hash.c 880 (18 years ago) by michael: - hash_find_id() should be using strcmp instead or irccmp
watch.c 879 (18 years ago) by michael: svn propset svn:keywords
Makefile.in 876 (18 years ago) by michael: Backported WATCH
messages.tab 876 (18 years ago) by michael: Backported WATCH
modules.c 876 (18 years ago) by michael: Backported WATCH
s_bsd.c 871 (18 years ago) by db: - When a connect block uses a hostname instead of an IP, ircd will connect to the hostname's IPv6 if available, independent of the aftype setting. This causes the ircd to fail to connect to a IPv4 host that also has an IPv6 IP. Submitted By: evilmoon (hgchew) (via Sourceforge bts)
resv.c 867 (19 years ago) by michael: - Fixed occasional core when placing RESVs on channel names as repoared by Christopher A. Bongaarts.
s_bsd_kqueue.c 842 (19 years ago) by adx: + fixed off-by-one which turned out to cause large memory overwrites + this is an old one, very hard to catch: 1) FreeBSD system, 2) a lot of clients (preferably 10K+), 3) exiting/reading from/writing to 128+ clients at a time, 4) ircd version where the bug shows up clearly (on 7.3 WHOWASHASH gets corrupted, and somewhat later we have a core: whowas_add_history -> dlinkDelete) This applies to ALL versions of hybrid since 7.0, but is known to disclose most noticeably under 7.3
getopt.c 786 (19 years ago) by michael: - Fix for the parseargs() fix
parse.c 753 (20 years ago) by adx: + fixed an old bug that affected our numeric delivery: Spotted by: stu Imagine we have a scenario like this: [origin A on server 0] --> [OUR IRCD] --> [TS6 server] --> [TS5 server and target Z] We'd try to address Z by its null ID only because the next server on the way is TS6. That led to delivery failure in cases like ts6(origin)->ts6->ts6->ts5(target).
hostmask.c 723 (20 years ago) by adx: + fixed a bug where auths/klines/glines with digit wildcards (#) were not handled correctly
hook.c 713 (20 years ago) by michael: - fixed core on MODRESTART as reported by xZ/CoolCold
irc_reslib.c 708 (20 years ago) by michael: - Applied nenolod's parse_resvconf() fix
s_auth.c 696 (20 years ago) by michael: - Fixed small memory leak in delete_auth()
version.c 685 (20 years ago) by michael: - Updated copyright years in version.c and INSTALL - Bumped version to 7.2.2 in configure.ac and doxygen.conf
balloc.c 670 (20 years ago) by michael: - balloc.(c|h): backported r544 (Killed Block::used_list) - Update RELNOTES
match.c 637 (20 years ago) by adx: + added invisible character ^O (cancel all formatting)
ircd_signal.c 598 (20 years ago) by michael: - Added missing sigaction for SIGALRM
irc_string.c 593 (20 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
restart.c 588 (20 years ago) by michael: - m_restart(): don't send restart notices twice to locally connected clients
s_log.c 582 (20 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()
listener.c 563 (20 years ago) by michael: - Backported accept_connection() cleanup from HEAD
csvlib.c 521 (20 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.
whowas.c 507 (20 years ago) by michael: - Removed some outdated XXX comments
irc_res.c 468 (20 years ago) by db: - Cleaned up the resolver some more, added some comments
fdlist.c 436 (20 years ago) by michael: - Fixed bug in fd_close() that caused a core when calling restart_resolver()
packet.c 428 (20 years ago) by michael: - Fixed bug where all ssl clients would get disconnected in certain situations. (reported by many people)
irc_getaddrinfo.c 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
crypt.c 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
numeric.c 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
fileio.c 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
snprintf.c 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
s_bsd_sigio.c 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
s_bsd_epoll.c 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
sprintf_irc.c 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
memory.c 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
s_bsd_select.c 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
s_misc.c 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
irc_getnameinfo.c 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
list.c 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
motd.c 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
s_bsd_poll.c 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
s_gline.c 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
rsa.c 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
tools.c 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
inet_misc.c 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
s_stats.c 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
s_bsd_win32.c 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
m_error.c 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
dbuf.c 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
event.c 34 (20 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
s_bsd_devpoll.c 282 (20 years ago) by adx: + MFC /dev/poll
dynlink.c 258 (20 years ago) by michael: - Fixed another core on dlclose()
0 directories and 66 files shown