../
|
Makefile.in
|
34
(20 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
balloc.c
|
585
(20 years ago)
by michael:
- Proper typecasting in newblock()
|
channel.c
|
634
(20 years ago)
by db:
- At least I noticed it myself, I got it completely backwards
when folding in Michael's suggested optimisation.
|
channel_mode.c
|
593
(20 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
|
client.c
|
650
(20 years ago)
by michael:
- Fixed bug that would exit unknown clients in check_unknowns_list() that are
still processing auth/dns queries.
Basically check_unknowns_list() should only exit clients that have finished
auth/dns and didn't send a NICK/USER combination since they have been
released from auth.
Reported by ThaPrince.
|
crypt.c
|
34
(20 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
csvlib.c
|
521
(20 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.
|
dbuf.c
|
34
(20 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
dynlink.c
|
258
(20 years ago)
by michael:
- Fixed another core on dlclose()
|
event.c
|
34
(20 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
fdlist.c
|
436
(20 years ago)
by michael:
- Fixed bug in fd_close() that caused a core when calling restart_resolver()
|
fileio.c
|
34
(20 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
getopt.c
|
34
(20 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
hash.c
|
34
(20 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
hook.c
|
157
(20 years ago)
by adx:
- MFC: fixed register_callback
|
hostmask.c
|
300
(20 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
(20 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
irc_getaddrinfo.c
|
34
(20 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
irc_getnameinfo.c
|
34
(20 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
irc_res.c
|
468
(20 years ago)
by db:
- Cleaned up the resolver some more, added some comments
|
irc_reslib.c
|
34
(20 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
irc_string.c
|
593
(20 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.c
|
163
(20 years ago)
by adx:
- MFC iorecv/iosend changes to allow charset recoding
|
ircd_lexer.l
|
632
(20 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_parser.y
|
632
(20 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
(20 years ago)
by michael:
- Added missing sigaction for SIGALRM
|
lex.yy.c
|
632
(20 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
|
list.c
|
34
(20 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
listener.c
|
563
(20 years ago)
by michael:
- Backported accept_connection() cleanup from HEAD
|
m_error.c
|
34
(20 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
match.c
|
637
(20 years ago)
by adx:
+ added invisible character ^O (cancel all formatting)
|
memory.c
|
34
(20 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
messages.tab
|
660
(20 years ago)
by adx:
+ backported numeric changes
|
modules.c
|
512
(20 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
|
motd.c
|
34
(20 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
numeric.c
|
34
(20 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
packet.c
|
428
(20 years ago)
by michael:
- Fixed bug where all ssl clients would get disconnected in certain situations.
(reported by many people)
|
parse.c
|
522
(20 years ago)
by michael:
- Backported msg_tree_parse() speedup
|
restart.c
|
588
(20 years ago)
by michael:
- m_restart(): don't send restart notices twice to locally connected clients
|
resv.c
|
34
(20 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
rsa.c
|
34
(20 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
s_auth.c
|
664
(20 years ago)
by michael:
- Fixed compile error in s_auth.c
|
s_bsd.c
|
549
(20 years ago)
by michael:
- Backported add_connection() speedups
|
s_bsd_devpoll.c
|
282
(20 years ago)
by adx:
+ MFC /dev/poll
|
s_bsd_epoll.c
|
34
(20 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
s_bsd_kqueue.c
|
34
(20 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
s_bsd_poll.c
|
34
(20 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
s_bsd_select.c
|
34
(20 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
s_bsd_sigio.c
|
34
(20 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
s_bsd_win32.c
|
34
(20 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
s_conf.c
|
632
(20 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
|
s_gline.c
|
34
(20 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
s_log.c
|
582
(20 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()
|
s_misc.c
|
34
(20 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
s_serv.c
|
391
(20 years ago)
by michael:
- fixed compile error in sendnick_TS()
|
s_stats.c
|
34
(20 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
s_user.c
|
627
(20 years ago)
by michael:
- Fixed compile warning in change_simple_umode as reported by Volk
|
send.c
|
572
(20 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.
|
snprintf.c
|
34
(20 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
sprintf_irc.c
|
34
(20 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
tools.c
|
34
(20 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
version.c
|
34
(20 years ago)
by lusky:
create 7.2 branch, we can move/rename it as needed.
|
whowas.c
|
507
(20 years ago)
by michael:
- Removed some outdated XXX comments
|
y.tab.c
|
668
(20 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
|
y.tab.h
|
668
(20 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
|