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)
r522
File Last Change
 ../
hook.c 157 (18 years ago) by adx: - MFC: fixed register_callback
ircd.c 163 (18 years ago) by adx: - MFC iorecv/iosend changes to allow charset recoding
irc_string.c 176 (18 years ago) by michael: - Fixed gcc4 related compilewarnings in inet_ntop6(). Reported by ThaPrince
ircd_lexer.l 201 (18 years ago) by adx: MFC: + removed invite_ops_only, controlled by +p now + sorted ircd.conf:channel{} a bit
lex.yy.c 201 (18 years ago) by adx: MFC: + removed invite_ops_only, controlled by +p now + sorted ircd.conf:channel{} a bit
y.tab.h 251 (18 years ago) by michael: - Fixed problem where configure wouldn't deal properly with openssl 0.9.8 - Rebuilt y.tab.c using bison 2.1
dynlink.c 258 (18 years ago) by michael: - Fixed another core on dlclose()
s_bsd_devpoll.c 282 (18 years ago) by adx: + MFC /dev/poll
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
irc_getaddrinfo.c 34 (18 years ago) by lusky: create 7.2 branch, we can move/rename it as needed.
s_log.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.
version.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.
irc_reslib.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.
ircd_signal.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.
restart.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.
balloc.c 368 (18 years ago) by michael: - Forgot the half of the fix
channel_mode.c 388 (18 years ago) by michael: - Forward-port banfix from 7.2 (reported by ThaPrince)
s_serv.c 391 (18 years ago) by michael: - fixed compile error in sendnick_TS()
s_auth.c 397 (18 years ago) by nenolod: MFC r396 from ircd-hybrid 7.3 (s_auth.c reliability fixes)
packet.c 428 (18 years ago) by michael: - Fixed bug where all ssl clients would get disconnected in certain situations. (reported by many people)
s_conf.c 433 (18 years ago) by michael: - Don't try to keep pointers to already freed memory on temporary_resv list when manually removing tempoary N/C resvs.
fdlist.c 436 (18 years ago) by michael: - Fixed bug in fd_close() that caused a core when calling restart_resolver()
send.c 439 (18 years ago) by michael: - Fixed typo in example.conf and send.c
ircd_parser.y 440 (18 years ago) by michael: - Fixed bug where "listen { flags = ssl; port 1,2,3; }" would result in only port 1 being set ssl enabled.
y.tab.c 441 (18 years ago) by michael: - rebuilt y.tab.c
s_bsd.c 451 (18 years ago) by michael: - Properly close ssl clients
irc_res.c 468 (18 years ago) by db: - Cleaned up the resolver some more, added some comments
listener.c 482 (18 years ago) by michael: - Don't give away IP information unless it's an admin doing /stats P
match.c 484 (18 years ago) by michael: - Yet another mach_chan fix (broken #*chan vs. &chan match logic as pointed out by adx)
messages.tab 503 (18 years ago) by michael: - Backported CAP changes from HEAD since it doesn't affect any of the ircd's core components and should be supported as soon as possible.
client.c 503 (18 years ago) by michael: - Backported CAP changes from HEAD since it doesn't affect any of the ircd's core components and should be supported as soon as possible.
channel.c 506 (18 years ago) by michael: - channel_member_names(): properly count the number of prefixes that will be written to lbuf
whowas.c 507 (18 years ago) by michael: - Removed some outdated XXX comments
s_user.c 510 (18 years ago) by michael: - register_remote_user(): Fixed bug where we would increase Count.total and source_p->from->serv->dep_users for unregistered remote clients and don't decrease them if we exit the client due to non existand server or fake direction.
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
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.
parse.c 522 (18 years ago) by michael: - Backported msg_tree_parse() speedup
0 directories and 65 files shown