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)
r849
File Last Change
 ../
match.c 637 (17 years ago) by adx: + added invisible character ^O (cancel all formatting)
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
s_bsd_devpoll.c 282 (18 years ago) by adx: + MFC /dev/poll
hostmask.c 723 (17 years ago) by adx: + fixed a bug where auths/klines/glines with digit wildcards (#) were not handled correctly
ircd.c 163 (18 years ago) by adx: - MFC iorecv/iosend changes to allow charset recoding
channel.c 675 (17 years ago) by adx: + patch against truncated NAMES output Submitted by: Murat Deligonul <deligonul@gmail.com>
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).
y.tab.c 849 (17 years ago) by db: - Add +C - add etrace -full Reviewed by: cryogen, bear
y.tab.h 849 (17 years ago) by db: - Add +C - add etrace -full Reviewed by: cryogen, bear
client.c 849 (17 years ago) by db: - Add +C - add etrace -full Reviewed by: cryogen, bear
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.
ircd_lexer.l 849 (17 years ago) by db: - Add +C - add etrace -full Reviewed by: cryogen, bear
s_user.c 849 (17 years ago) by db: - Add +C - add etrace -full Reviewed by: cryogen, bear
lex.yy.c 849 (17 years ago) by db: - Add +C - add etrace -full Reviewed by: cryogen, bear
irc_res.c 468 (18 years ago) by db: - Cleaned up the resolver some more, added some comments
ircd_parser.y 849 (17 years ago) by db: - Add +C - add etrace -full Reviewed by: cryogen, bear
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.
hash.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.
resv.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.
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 715 (17 years ago) by michael: - Rebuilt configure using autoconf 2.60
listener.c 563 (17 years ago) by michael: - Backported accept_connection() cleanup from HEAD
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 808 (17 years ago) by michael: - Misc. fixes to TESTMASK/TESTLINE as reported by Phar Lap - Prevent TESTLINE from reporting k-lines twice - Show the actual k-line reason when reporting k-lines - Test the host part of a u@h mask against the client's sockhost field in TESTMASK - Added support for nick masks to TESTMASK - CIDR is to come in 7.3
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 670 (17 years ago) by michael: - balloc.(c|h): backported r544 (Killed Block::used_list) - Update RELNOTES
whowas.c 507 (18 years ago) by michael: - Removed some outdated XXX comments
fdlist.c 436 (18 years ago) by michael: - Fixed bug in fd_close() that caused a core when calling restart_resolver()
modules.c 512 (18 years ago) by michael: - Fixed static build for m_cap() (fix doesn't need to get forward-ported to HEAD) - Added BS alias for BOTSERV
channel_mode.c 760 (17 years ago) by michael: - Fixed compile error
getopt.c 786 (17 years ago) by michael: - Fix for the parseargs() fix
s_conf.c 815 (17 years ago) by michael: - Fixed bug in find_conf_exact() which sometimes made CHALLENGE useless
s_auth.c 696 (17 years ago) by michael: - Fixed small memory leak in delete_auth()
hook.c 713 (17 years ago) by michael: - fixed core on MODRESTART as reported by xZ/CoolCold
s_serv.c 391 (18 years ago) by michael: - fixed compile error in sendnick_TS()
dynlink.c 258 (18 years ago) by michael: - Fixed another core on dlclose()
irc_reslib.c 708 (17 years ago) by michael: - Applied nenolod's parse_resvconf() fix
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
ircd_signal.c 598 (17 years ago) by michael: - Added missing sigaction for SIGALRM
s_bsd.c 683 (17 years ago) by michael: - close_connection(): Fixed some harmless bug that could result in incorrect sent statistics in "STATS t" - Updated RELNOTES
restart.c 588 (17 years ago) by michael: - m_restart(): don't send restart notices twice to locally connected clients
send.c 572 (17 years ago) by michael: - Backported changes made in HEAD to get rid of Channel::locmembers. This is mainly to save about 5megs of ram on networks like efnet where we have about 600k allocated Membership structures.
0 directories and 65 files shown