../
|
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
|
5590
(10 years ago)
by michael:
- Sprinkle some assert()
|
channel_mode.c
|
5583
(10 years ago)
by michael:
- Style corrections only
|
client.c
|
5590
(10 years ago)
by michael:
- Sprinkle some assert()
|
conf.c
|
5644
(10 years ago)
by michael:
- conf.h, conf.c: renamed some structures to match naming convetion of other structures
|
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
|
5557
(10 years ago)
by michael:
- Regenerate parser/lexer files
|
conf_lexer.l
|
5556
(10 years ago)
by michael:
- Added oper::whois configuration option which allows to override the default
RPL_WHOISOPERATOR numeric string shown in /whois.
|
conf_parser.c
|
5697
(10 years ago)
by michael:
- Rebuilt parser files
|
conf_parser.h
|
5697
(10 years ago)
by michael:
- Rebuilt parser files
|
conf_parser.y
|
5693
(10 years ago)
by michael:
- conf_parser.y: removed YY_NO_UNPUT define which was an undocumented feature
and has been deprecated for many years now. Proper way is to use 'nounput'
in the scanner options.
|
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
|
5602
(10 years ago)
by michael:
- Fixed core in conjunction with OSX 10.10/possibly other system when parsing pseudo{} blocks as reported by Daniel Oaks
- Reverted -r4080, -r4609 and 4106 as they only cause undefined behavior on some systems
|
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
|
5583
(10 years ago)
by michael:
- Style corrections only
|
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
|
5460
(10 years ago)
by michael:
- Minor cleanups here and there
|
user.c
|
5590
(10 years ago)
by michael:
- Sprinkle some assert()
|
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
|