../
|
Makefile.in
|
34
(19 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
balloc.c
|
368
(19 years ago)
by michael:
- Forgot the half of the fix
|
channel.c
|
456
(19 years ago)
by michael:
- Unbreak can_send
|
channel_mode.c
|
388
(19 years ago)
by michael:
- Forward-port banfix from 7.2 (reported by ThaPrince)
|
client.c
|
384
(19 years ago)
by michael:
- Soft caller ID fix as per ThaPrince (find_channel_link was
called with wrong pointer)
|
crypt.c
|
34
(19 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
csvlib.c
|
34
(19 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
dbuf.c
|
34
(19 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
dynlink.c
|
258
(19 years ago)
by michael:
- Fixed another core on dlclose()
|
event.c
|
34
(19 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
fdlist.c
|
436
(19 years ago)
by michael:
- Fixed bug in fd_close() that caused a core when calling restart_resolver()
|
fileio.c
|
34
(19 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
getopt.c
|
34
(19 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
hash.c
|
34
(19 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
hook.c
|
157
(19 years ago)
by adx:
- MFC: fixed register_callback
|
hostmask.c
|
300
(19 years ago)
by db:
- fixed infinite loop spotted and fixed by
*runedude* Jeremy Sayres and my email is runedude@runedude.net
|
inet_misc.c
|
34
(19 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
irc_getaddrinfo.c
|
34
(19 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
irc_getnameinfo.c
|
34
(19 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
irc_res.c
|
447
(19 years ago)
by db:
- reported by Jon, resolver was not checking for NXDOMAIN as well as SERVFAIL
this caused odd DNS reports and took longer to connect.
Tested by Jon (ThaPrince).
(backported from head)
|
irc_reslib.c
|
34
(19 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
irc_string.c
|
176
(19 years ago)
by michael:
- Fixed gcc4 related compilewarnings in inet_ntop6(). Reported by ThaPrince
|
ircd.c
|
163
(19 years ago)
by adx:
- MFC iorecv/iosend changes to allow charset recoding
|
ircd_lexer.l
|
201
(19 years ago)
by adx:
MFC:
+ removed invite_ops_only, controlled by +p now
+ sorted ircd.conf:channel{} a bit
|
ircd_parser.y
|
440
(19 years ago)
by michael:
- Fixed bug where "listen { flags = ssl; port 1,2,3; }" would result
in only port 1 being set ssl enabled.
|
ircd_signal.c
|
34
(19 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
lex.yy.c
|
201
(19 years ago)
by adx:
MFC:
+ removed invite_ops_only, controlled by +p now
+ sorted ircd.conf:channel{} a bit
|
list.c
|
34
(19 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
listener.c
|
34
(19 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
m_error.c
|
34
(19 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
match.c
|
371
(19 years ago)
by michael:
- Imported recent channelban changes from HEAD which have been tested extensively.
The match_cidr() fix didn't work in the first try, so I'm not going to bother
with further debugging.
- Removed match_cidr() and comp_with_mask()
|
memory.c
|
34
(19 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
messages.tab
|
34
(19 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
modules.c
|
425
(19 years ago)
by michael:
- Add BMASK and TMODE onto message tree when building with static modules.
reported by hb505.
|
motd.c
|
34
(19 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
numeric.c
|
34
(19 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
packet.c
|
428
(19 years ago)
by michael:
- Fixed bug where all ssl clients would get disconnected in certain situations.
(reported by many people)
|
parse.c
|
34
(19 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
restart.c
|
34
(19 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
resv.c
|
34
(19 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
rsa.c
|
34
(19 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
s_auth.c
|
397
(19 years ago)
by nenolod:
MFC r396 from ircd-hybrid 7.3 (s_auth.c reliability fixes)
|
s_bsd.c
|
451
(19 years ago)
by michael:
- Properly close ssl clients
|
s_bsd_devpoll.c
|
282
(19 years ago)
by adx:
+ MFC /dev/poll
|
s_bsd_epoll.c
|
34
(19 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
s_bsd_kqueue.c
|
34
(19 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
s_bsd_poll.c
|
34
(19 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
s_bsd_select.c
|
34
(19 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
s_bsd_sigio.c
|
34
(19 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
s_bsd_win32.c
|
34
(19 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
s_conf.c
|
433
(19 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.
|
s_gline.c
|
34
(19 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
s_log.c
|
34
(19 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
s_misc.c
|
34
(19 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
s_serv.c
|
391
(19 years ago)
by michael:
- fixed compile error in sendnick_TS()
|
s_stats.c
|
34
(19 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
s_user.c
|
386
(19 years ago)
by adx:
+ this should fix sockhost relaying (ThaPrince #1)
|
send.c
|
439
(19 years ago)
by michael:
- Fixed typo in example.conf and send.c
|
snprintf.c
|
34
(19 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
sprintf_irc.c
|
34
(19 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
tools.c
|
34
(19 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
version.c
|
34
(19 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
whowas.c
|
34
(19 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
y.tab.c
|
441
(19 years ago)
by michael:
- rebuilt y.tab.c
|
y.tab.h
|
251
(19 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
|