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)
r708
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)
channel.c 675 (17 years ago) by adx: + patch against truncated NAMES output Submitted by: Murat Deligonul <deligonul@gmail.com>
client.c 706 (17 years ago) by michael: - ACCEPT fixes as reported by ThaPrince
ircd_lexer.l 632 (17 years ago) by michael: - Added channel::disable_fake_channels which disallows creation of channels that have ascii 2, 3, 31 and 160 in their names. - Minor improvements and cleanups to channel name validation routines backported from 7.3
lex.yy.c 632 (17 years ago) by michael: - Added channel::disable_fake_channels which disallows creation of channels that have ascii 2, 3, 31 and 160 in their names. - Minor improvements and cleanups to channel name validation routines backported from 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
channel_mode.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
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
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.
parse.c 522 (18 years ago) by michael: - Backported msg_tree_parse() speedup
irc_res.c 468 (18 years ago) by db: - Cleaned up the resolver some more, added some comments
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)
y.tab.c 671 (17 years ago) by michael: - Fixed class limit bug as spotted by stu. ("REHASH" would always reset current user count) - Made "STATS y|Y" show inactive (deleted) classes that still have attached clients
messages.tab 671 (17 years ago) by michael: - Fixed class limit bug as spotted by stu. ("REHASH" would always reset current user count) - Made "STATS y|Y" show inactive (deleted) classes that still have attached clients
ircd_parser.y 671 (17 years ago) by michael: - Fixed class limit bug as spotted by stu. ("REHASH" would always reset current user count) - Made "STATS y|Y" show inactive (deleted) classes that still have attached clients
s_user.c 627 (17 years ago) by michael: - Fixed compile warning in change_simple_umode as reported by Volk
s_auth.c 696 (17 years ago) by michael: - Fixed small memory leak in delete_auth()
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
ircd.c 163 (18 years ago) by adx: - MFC iorecv/iosend changes to allow charset recoding
hook.c 157 (18 years ago) by adx: - MFC: fixed register_callback
y.tab.h 668 (17 years ago) by michael: - Rebuilt y.tab.(c|h) using bison 2.3 - Bumped pcrelib version to 6.4. There were no changes since 6.3 that would have affected our hacked version of the pcre library, so this is mainly to satisfy paranoid I-always-need-the-latest-version people
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
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
s_conf.c 673 (17 years ago) by michael: - check_classes(): Only call destroy_cidr_class() on a class that is ready for deletion, otherwise the current cidr count would become unadjusted in case a disabled class gets re-enabled later on.
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
s_serv.c 391 (18 years ago) by michael: - fixed compile error in sendnick_TS()
hostmask.c 300 (18 years ago) by db: - fixed infinite loop spotted and fixed by *runedude* Jeremy Sayres and my email is runedude@runedude.net
restart.c 588 (17 years ago) by michael: - m_restart(): don't send restart notices twice to locally connected clients
irc_getaddrinfo.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
Makefile.in 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.
getopt.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_kqueue.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.
0 directories and 65 files shown