../
|
Makefile.am
|
5042
(10 years ago)
by michael:
- Added latest patricia.c, patricia.h from Net-Patricia-1.22 for later use
|
Makefile.in
|
5395
(10 years ago)
by michael:
- libtool 2.4.5, automake 1.15
|
auth.c
|
5720
(10 years ago)
by michael:
- auth.c:auth_connect_callback(): saved a strlen(); hardened test of send()'s return value to
ensure all bytes were sent
|
channel.c
|
5757
(10 years ago)
by michael:
- Changed some members of the Ban structure to use fixed-size arrays
|
channel_mode.c
|
5757
(10 years ago)
by michael:
- Changed some members of the Ban structure to use fixed-size arrays
|
client.c
|
5752
(10 years ago)
by michael:
- Mostly whitespace changes
|
conf.c
|
5783
(10 years ago)
by michael:
- conf.c:find_user_host(): removed unused 'flags' argument
|
conf_class.c
|
5411
(10 years ago)
by michael:
- conf_class.c: removed duplicated code
|
conf_db.c
|
5347
(10 years ago)
by michael:
- Update copyright years
|
conf_lexer.c
|
5761
(10 years ago)
by michael:
- Regenerate parser/lexer files
|
conf_lexer.l
|
5760
(10 years ago)
by michael:
- Removed unused HIDE_SPOOF_IPS and GLOBAL_KILL tokens
|
conf_parser.c
|
5761
(10 years ago)
by michael:
- Regenerate parser/lexer files
|
conf_parser.h
|
5761
(10 years ago)
by michael:
- Regenerate parser/lexer files
|
conf_parser.y
|
5760
(10 years ago)
by michael:
- Removed unused HIDE_SPOOF_IPS and GLOBAL_KILL tokens
|
conf_pseudo.c
|
5583
(10 years ago)
by michael:
- Style corrections only
|
dbuf.c
|
5347
(10 years ago)
by michael:
- Update copyright years
|
event.c
|
5583
(10 years ago)
by michael:
- Style corrections only
|
fdlist.c
|
5590
(10 years ago)
by michael:
- Sprinkle some assert()
|
getopt.c
|
5347
(10 years ago)
by michael:
- Update copyright years
|
gline.c
|
5347
(10 years ago)
by michael:
- Update copyright years
|
hash.c
|
5545
(10 years ago)
by michael:
- Fixed style in several places
|
hostmask.c
|
5460
(10 years ago)
by michael:
- Minor cleanups here and there
|
ipcache.c
|
5347
(10 years ago)
by michael:
- Update copyright years
|
irc_string.c
|
5347
(10 years ago)
by michael:
- Update copyright years
|
ircd.c
|
5737
(10 years ago)
by michael:
- ircd.c:write_pidfile(): removed the PID from the error message
|
ircd_signal.c
|
5347
(10 years ago)
by michael:
- Update copyright years
|
list.c
|
5347
(10 years ago)
by michael:
- Update copyright years
|
listener.c
|
5347
(10 years ago)
by michael:
- Update copyright years
|
log.c
|
5347
(10 years ago)
by michael:
- Update copyright years
|
match.c
|
5347
(10 years ago)
by michael:
- Update copyright years
|
memory.c
|
5425
(10 years ago)
by michael:
- memory.c:MyFree(): removed extraneous pointer test
|
mempool.c
|
5347
(10 years ago)
by michael:
- Update copyright years
|
misc.c
|
5347
(10 years ago)
by michael:
- Update copyright years
|
modules.c
|
5347
(10 years ago)
by michael:
- Update copyright years
|
motd.c
|
5545
(10 years ago)
by michael:
- Fixed style in several places
|
numeric.c
|
5664
(10 years ago)
by michael:
- numeric.c: RPL_WHOREPLY: use %u conversion specifier for unsigned ints
|
packet.c
|
5545
(10 years ago)
by michael:
- Fixed style in several places
|
parse.c
|
5777
(10 years ago)
by michael:
- parse.c:msg_tree_parse(): cleaned up an assert()
|
patricia.c
|
5049
(10 years ago)
by michael:
- patricia.c: fixed another compile warning
|
res.c
|
5347
(10 years ago)
by michael:
- Update copyright years
|
reslib.c
|
3852
(11 years ago)
by michael:
- reslib.c: style corrections
|
restart.c
|
5347
(10 years ago)
by michael:
- Update copyright years
|
resv.c
|
5347
(10 years ago)
by michael:
- Update copyright years
|
rng_mt.c
|
3881
(11 years ago)
by michael:
- rng_mt.c: removed trailing whitespaces
|
rsa.c
|
5347
(10 years ago)
by michael:
- Update copyright years
|
s_bsd.c
|
5583
(10 years ago)
by michael:
- Style corrections only
|
s_bsd_devpoll.c
|
5347
(10 years ago)
by michael:
- Update copyright years
|
s_bsd_epoll.c
|
5347
(10 years ago)
by michael:
- Update copyright years
|
s_bsd_kqueue.c
|
5347
(10 years ago)
by michael:
- Update copyright years
|
s_bsd_poll.c
|
5347
(10 years ago)
by michael:
- Update copyright years
|
send.c
|
5347
(10 years ago)
by michael:
- Update copyright years
|
server.c
|
5776
(10 years ago)
by michael:
- Changed some function to void if we don't need a return value
- Have some other functions return saner values
|
user.c
|
5784
(10 years ago)
by michael:
- sendnick_TS(), introduce_client(): use the %u conversion specifier for unsigned ints
|
version.c
|
5347
(10 years ago)
by michael:
- Update copyright years
|
watch.c
|
5347
(10 years ago)
by michael:
- Update copyright years
|
whowas.c
|
5631
(10 years ago)
by michael:
- WHOWAS now shows IP addresses to irc operators
- Changed RPL_WHOISACTUALLY numeric string. In the future it will also show the
*real* hostname once we distinguish between spoofs/vhosts and real hosts
|