Parent Directory
|
|
|
|
|
s_stats.c
|
34
|
15 years |
lusky |
create 7.2 branch, we can move/rename it as needed.
|
s_bsd_epoll.c
|
34
|
15 years |
lusky |
create 7.2 branch, we can move/rename it as needed.
|
irc_getnameinfo.c
|
34
|
15 years |
lusky |
create 7.2 branch, we can move/rename it as needed.
|
event.c
|
34
|
15 years |
lusky |
create 7.2 branch, we can move/rename it as needed.
|
crypt.c
|
34
|
15 years |
lusky |
create 7.2 branch, we can move/rename it as needed.
|
s_misc.c
|
34
|
15 years |
lusky |
create 7.2 branch, we can move/rename it as needed.
|
s_gline.c
|
34
|
15 years |
lusky |
create 7.2 branch, we can move/rename it as needed.
|
m_error.c
|
34
|
15 years |
lusky |
create 7.2 branch, we can move/rename it as needed.
|
s_bsd_sigio.c
|
34
|
15 years |
lusky |
create 7.2 branch, we can move/rename it as needed.
|
s_bsd_poll.c
|
34
|
15 years |
lusky |
create 7.2 branch, we can move/rename it as needed.
|
fileio.c
|
34
|
15 years |
lusky |
create 7.2 branch, we can move/rename it as needed.
|
s_bsd_win32.c
|
34
|
15 years |
lusky |
create 7.2 branch, we can move/rename it as needed.
|
tools.c
|
34
|
15 years |
lusky |
create 7.2 branch, we can move/rename it as needed.
|
s_bsd_select.c
|
34
|
15 years |
lusky |
create 7.2 branch, we can move/rename it as needed.
|
dbuf.c
|
34
|
15 years |
lusky |
create 7.2 branch, we can move/rename it as needed.
|
snprintf.c
|
34
|
15 years |
lusky |
create 7.2 branch, we can move/rename it as needed.
|
rsa.c
|
34
|
15 years |
lusky |
create 7.2 branch, we can move/rename it as needed.
|
memory.c
|
34
|
15 years |
lusky |
create 7.2 branch, we can move/rename it as needed.
|
inet_misc.c
|
34
|
15 years |
lusky |
create 7.2 branch, we can move/rename it as needed.
|
irc_getaddrinfo.c
|
34
|
15 years |
lusky |
create 7.2 branch, we can move/rename it as needed.
|
sprintf_irc.c
|
34
|
15 years |
lusky |
create 7.2 branch, we can move/rename it as needed.
|
motd.c
|
34
|
15 years |
lusky |
create 7.2 branch, we can move/rename it as needed.
|
list.c
|
34
|
15 years |
lusky |
create 7.2 branch, we can move/rename it as needed.
|
numeric.c
|
34
|
15 years |
lusky |
create 7.2 branch, we can move/rename it as needed.
|
hash.c
|
34
|
15 years |
lusky |
create 7.2 branch, we can move/rename it as needed.
|
ircd.c
|
163
|
15 years |
adx |
- MFC iorecv/iosend changes to allow charset recoding
|
dynlink.c
|
258
|
15 years |
michael |
- Fixed another core on dlclose()
|
s_bsd_devpoll.c
|
282
|
15 years |
adx |
+ MFC /dev/poll
|
s_serv.c
|
391
|
15 years |
michael |
- fixed compile error in sendnick_TS()
|
packet.c
|
428
|
15 years |
michael |
- Fixed bug where all ssl clients would get disconnected in certain situations.
…
|
fdlist.c
|
436
|
15 years |
michael |
- Fixed bug in fd_close() that caused a core when calling restart_resolver()
|
irc_res.c
|
468
|
15 years |
db |
- Cleaned up the resolver some more, added some comments
|
whowas.c
|
507
|
15 years |
michael |
- Removed some outdated XXX comments
|
modules.c
|
512
|
15 years |
michael |
- Fixed static build for m_cap() (fix doesn't need to get
forward-ported to H…
|
csvlib.c
|
521
|
14 years |
db |
- When checking for first " in a line, make sure it doesn't run off
the end of…
|
listener.c
|
563
|
14 years |
michael |
- Backported accept_connection() cleanup from HEAD
|
send.c
|
572
|
14 years |
michael |
- Backported changes made in HEAD to get rid of Channel::locmembers.
This is m…
|
s_log.c
|
582
|
14 years |
michael |
- The 2nd and 3rd character of a SID may be a digit as well.
Spotted by ThaPri…
|
restart.c
|
588
|
14 years |
michael |
- m_restart(): don't send restart notices twice to locally connected clients
|
irc_string.c
|
593
|
14 years |
michael |
- Backported RKLINE fix so the user and host portion of a banmask don't get
cu…
|
ircd_signal.c
|
598
|
14 years |
michael |
- Added missing sigaction for SIGALRM
|
match.c
|
637
|
14 years |
adx |
+ added invisible character ^O (cancel all formatting)
|
balloc.c
|
670
|
14 years |
michael |
- balloc.(c|h): backported r544 (Killed Block::used_list)
- Update RELNOTES
|
channel.c
|
675
|
14 years |
adx |
+ patch against truncated NAMES output
Submitted by: Murat Deligonul <deligonul…
|
s_bsd.c
|
683
|
14 years |
michael |
- close_connection(): Fixed some harmless bug that could result in incorrect
s…
|
version.c
|
685
|
14 years |
michael |
- Updated copyright years in version.c and INSTALL
- Bumped version to 7.2.2 in …
|
s_auth.c
|
696
|
14 years |
michael |
- Fixed small memory leak in delete_auth()
|
irc_reslib.c
|
708
|
14 years |
michael |
- Applied nenolod's parse_resvconf() fix
|
hook.c
|
713
|
14 years |
michael |
- fixed core on MODRESTART as reported by xZ/CoolCold
|
Makefile.in
|
715
|
14 years |
michael |
- Rebuilt configure using autoconf 2.60
|
hostmask.c
|
723
|
14 years |
adx |
+ fixed a bug where auths/klines/glines with digit wildcards (#)
were not hand…
|
parse.c
|
753
|
14 years |
adx |
+ fixed an old bug that affected our numeric delivery:
Spotted by: stu
Imagine…
|
channel_mode.c
|
760
|
14 years |
michael |
- Fixed compile error
|
getopt.c
|
786
|
14 years |
michael |
- Fix for the parseargs() fix
|
messages.tab
|
808
|
14 years |
michael |
- Misc. fixes to TESTMASK/TESTLINE as reported by Phar Lap
- Prevent TESTLINE …
|
s_bsd_kqueue.c
|
842
|
14 years |
adx |
+ fixed off-by-one which turned out to cause large memory overwrites
+ this is a…
|
ircd_lexer.l
|
849
|
14 years |
db |
- Add +C
- add etrace -full
Reviewed by: cryogen, bear
|
s_user.c
|
849
|
14 years |
db |
- Add +C
- add etrace -full
Reviewed by: cryogen, bear
|
y.tab.h
|
849
|
14 years |
db |
- Add +C
- add etrace -full
Reviewed by: cryogen, bear
|
ircd_parser.y
|
853
|
14 years |
db |
- fix typo in ircd_parser.y regenerate y.tab.c and lex.yy.c
- fix order shown in…
|
client.c
|
853
|
14 years |
db |
- fix typo in ircd_parser.y regenerate y.tab.c and lex.yy.c
- fix order shown in…
|
y.tab.c
|
853
|
14 years |
db |
- fix typo in ircd_parser.y regenerate y.tab.c and lex.yy.c
- fix order shown in…
|
lex.yy.c
|
853
|
14 years |
db |
- fix typo in ircd_parser.y regenerate y.tab.c and lex.yy.c
- fix order shown in…
|
s_conf.c
|
867
|
13 years |
michael |
- Fixed occasional core when placing RESVs on channel names as repoared
by Chr…
|
resv.c
|
867
|
13 years |
michael |
- Fixed occasional core when placing RESVs on channel names as repoared
by Chr…
|