../
|
whowas.c
|
5631
(11 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
|
watch.c
|
5347
(11 years ago)
by michael:
- Update copyright years
|
version.c
|
5347
(11 years ago)
by michael:
- Update copyright years
|
user.c
|
5743
(11 years ago)
by michael:
- user.c:register_remote_user(): removed strcmp() mess from remote connection notices
(backward compatibility for older servers using "0" in UID messages for spoofed hosts)
|
server.c
|
5460
(11 years ago)
by michael:
- Minor cleanups here and there
|
send.c
|
5347
(11 years ago)
by michael:
- Update copyright years
|
s_bsd_poll.c
|
5347
(11 years ago)
by michael:
- Update copyright years
|
s_bsd_kqueue.c
|
5347
(11 years ago)
by michael:
- Update copyright years
|
s_bsd_epoll.c
|
5347
(11 years ago)
by michael:
- Update copyright years
|
s_bsd_devpoll.c
|
5347
(11 years ago)
by michael:
- Update copyright years
|
s_bsd.c
|
5583
(11 years ago)
by michael:
- Style corrections only
|
rsa.c
|
5347
(11 years ago)
by michael:
- Update copyright years
|
rng_mt.c
|
3881
(12 years ago)
by michael:
- rng_mt.c: removed trailing whitespaces
|
resv.c
|
5347
(11 years ago)
by michael:
- Update copyright years
|
restart.c
|
5347
(11 years ago)
by michael:
- Update copyright years
|
reslib.c
|
3852
(12 years ago)
by michael:
- reslib.c: style corrections
|
res.c
|
5347
(11 years ago)
by michael:
- Update copyright years
|
patricia.c
|
5049
(11 years ago)
by michael:
- patricia.c: fixed another compile warning
|
parse.c
|
5583
(11 years ago)
by michael:
- Style corrections only
|
packet.c
|
5545
(11 years ago)
by michael:
- Fixed style in several places
|
numeric.c
|
5664
(11 years ago)
by michael:
- numeric.c: RPL_WHOREPLY: use %u conversion specifier for unsigned ints
|
motd.c
|
5545
(11 years ago)
by michael:
- Fixed style in several places
|
modules.c
|
5347
(11 years ago)
by michael:
- Update copyright years
|
misc.c
|
5347
(11 years ago)
by michael:
- Update copyright years
|
mempool.c
|
5347
(11 years ago)
by michael:
- Update copyright years
|
memory.c
|
5425
(11 years ago)
by michael:
- memory.c:MyFree(): removed extraneous pointer test
|
match.c
|
5347
(11 years ago)
by michael:
- Update copyright years
|
log.c
|
5347
(11 years ago)
by michael:
- Update copyright years
|
listener.c
|
5347
(11 years ago)
by michael:
- Update copyright years
|
list.c
|
5347
(11 years ago)
by michael:
- Update copyright years
|
ircd_signal.c
|
5347
(11 years ago)
by michael:
- Update copyright years
|
ircd.c
|
5737
(11 years ago)
by michael:
- ircd.c:write_pidfile(): removed the PID from the error message
|
irc_string.c
|
5347
(11 years ago)
by michael:
- Update copyright years
|
ipcache.c
|
5347
(11 years ago)
by michael:
- Update copyright years
|
hostmask.c
|
5460
(11 years ago)
by michael:
- Minor cleanups here and there
|
hash.c
|
5545
(11 years ago)
by michael:
- Fixed style in several places
|
gline.c
|
5347
(11 years ago)
by michael:
- Update copyright years
|
getopt.c
|
5347
(11 years ago)
by michael:
- Update copyright years
|
fdlist.c
|
5590
(11 years ago)
by michael:
- Sprinkle some assert()
|
event.c
|
5583
(11 years ago)
by michael:
- Style corrections only
|
dbuf.c
|
5347
(11 years ago)
by michael:
- Update copyright years
|
conf_pseudo.c
|
5583
(11 years ago)
by michael:
- Style corrections only
|
conf_parser.y
|
5693
(11 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_parser.h
|
5697
(11 years ago)
by michael:
- Rebuilt parser files
|
conf_parser.c
|
5697
(11 years ago)
by michael:
- Rebuilt parser files
|
conf_lexer.l
|
5556
(11 years ago)
by michael:
- Added oper::whois configuration option which allows to override the default
RPL_WHOISOPERATOR numeric string shown in /whois.
|
conf_lexer.c
|
5557
(11 years ago)
by michael:
- Regenerate parser/lexer files
|
conf_db.c
|
5347
(11 years ago)
by michael:
- Update copyright years
|
conf_class.c
|
5411
(11 years ago)
by michael:
- conf_class.c: removed duplicated code
|
conf.c
|
5644
(11 years ago)
by michael:
- conf.h, conf.c: renamed some structures to match naming convetion of other structures
|
client.c
|
5732
(11 years ago)
by michael:
- client.c: cleanup some comments
|
channel_mode.c
|
5749
(11 years ago)
by michael:
- channel_mode.c: moved 'if (!mode_count)' test from send_mode_changes_client() to
set_channel_mode()
|
channel.c
|
5590
(11 years ago)
by michael:
- Sprinkle some assert()
|
auth.c
|
5720
(11 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
|
Makefile.in
|
5395
(11 years ago)
by michael:
- libtool 2.4.5, automake 1.15
|
Makefile.am
|
5042
(11 years ago)
by michael:
- Added latest patricia.c, patricia.h from Net-Patricia-1.22 for later use
|