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)
r891
File Last Change
 ../
s_bsd_devpoll.c 282 (18 years ago) by adx: + MFC /dev/poll
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
parse.c 753 (17 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).
s_bsd_kqueue.c 842 (17 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
ircd_signal.c 598 (17 years ago) by michael: - Added missing sigaction for SIGALRM
irc_reslib.c 708 (17 years ago) by michael: - Applied nenolod's parse_resvconf() fix
s_user.c 891 (16 years ago) by michael: - Avoid useless irc_getnameinfo calls in several places
s_conf.c 891 (16 years ago) by michael: - Avoid useless irc_getnameinfo calls in several places
irc_string.c 593 (17 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
listener.c 563 (17 years ago) by michael: - Backported accept_connection() cleanup from HEAD
irc_res.c 468 (18 years ago) by db: - Cleaned up the resolver some more, added some comments
getopt.c 786 (17 years ago) by michael: - Fix for the parseargs() fix
dynlink.c 258 (18 years ago) by michael: - Fixed another core on dlclose()
fdlist.c 436 (18 years ago) by michael: - Fixed bug in fd_close() that caused a core when calling restart_resolver()
packet.c 428 (18 years ago) by michael: - Fixed bug where all ssl clients would get disconnected in certain situations. (reported by many people)
resv.c 867 (16 years ago) by michael: - Fixed occasional core when placing RESVs on channel names as repoared by Christopher A. Bongaarts.
s_auth.c 696 (17 years ago) by michael: - Fixed small memory leak in delete_auth()
client.c 889 (16 years ago) by michael: - Got rid of Serv.dep_users and Serv.dep_servers
s_serv.c 889 (16 years ago) by michael: - Got rid of Serv.dep_users and Serv.dep_servers
y.tab.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
y.tab.h 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 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
ircd_lexer.l 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
lex.yy.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
ircd.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
ircd_parser.y 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.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 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
whowas.c 507 (18 years ago) by michael: - Removed some outdated XXX comments
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()
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
s_bsd.c 871 (16 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)
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.
balloc.c 670 (17 years ago) by michael: - balloc.(c|h): backported r544 (Killed Block::used_list) - Update RELNOTES
hook.c 713 (17 years ago) by michael: - fixed core on MODRESTART as reported by xZ/CoolCold
hash.c 880 (16 years ago) by michael: - hash_find_id() should be using strcmp instead or irccmp
restart.c 588 (17 years ago) by michael: - m_restart(): don't send restart notices twice to locally connected clients
Makefile.in 876 (16 years ago) by michael: Backported WATCH
messages.tab 876 (16 years ago) by michael: Backported WATCH
modules.c 876 (16 years ago) by michael: Backported WATCH
irc_getaddrinfo.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
crypt.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.
snprintf.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
s_bsd_sigio.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
s_bsd_epoll.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.
s_bsd_select.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
s_misc.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.
s_bsd_poll.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
s_gline.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.
s_stats.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
s_bsd_win32.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
m_error.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.
watch.c 879 (16 years ago) by michael: svn propset svn:keywords
0 directories and 66 files shown