../
|
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
|
5809
(11 years ago)
by michael:
- user.c:report_and_set_user_flags(): removed g-lines leftover in server notice
|
server.c
|
5796
(11 years ago)
by michael:
- Minor cleanups to CAPAB related code
|
send.c
|
5347
(11 years ago)
by michael:
- Update copyright years
|
s_bsd_poll.c
|
5902
(11 years ago)
by michael:
- Style corrections
|
s_bsd_kqueue.c
|
5347
(11 years ago)
by michael:
- Update copyright years
|
s_bsd_epoll.c
|
5902
(11 years ago)
by michael:
- Style corrections
|
s_bsd_devpoll.c
|
5347
(11 years ago)
by michael:
- Update copyright years
|
s_bsd.c
|
5887
(11 years ago)
by michael:
- s_bsd.c: use C99-style array initialization
|
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
|
5956
(11 years ago)
by michael:
- Removed useless header includes
|
restart.c
|
5347
(11 years ago)
by michael:
- Update copyright years
|
reslib.c
|
5875
(11 years ago)
by michael:
- Style corrections; removed trailing whitespaces
|
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
|
5777
(11 years ago)
by michael:
- parse.c:msg_tree_parse(): cleaned up an assert()
|
packet.c
|
5545
(11 years ago)
by michael:
- Fixed style in several places
|
numeric.c
|
5804
(11 years ago)
by michael:
- numeric.c: use C99 array initialization
|
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
|
5898
(11 years ago)
by michael:
- '!' and '@' are no longer threated as wildcard characters
|
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
|
5805
(11 years ago)
by michael:
- Removed glines
- Added kline_min_cidr, kline_min_cidr6, dline_min_cidr and
dline_min_cidr6 configuration options
|
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
|
5850
(11 years ago)
by michael:
- hostmask.c:find_conf_by_address(): constification
|
hash.c
|
5545
(11 years ago)
by michael:
- Fixed style in several places
|
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
|
5881
(11 years ago)
by michael:
- Use C99-style initializers in all struct Message items
- Removed MFLG_SLOW
- Removed DUMMY_HANDLER
|
conf_parser.y
|
5933
(11 years ago)
by michael:
- Removed the 'havent_read_conf' configuration directive as it only caused a whole lot more trouble than
it actually helped
|
conf_parser.h
|
5936
(11 years ago)
by michael:
- Recreate parser/lexer files
|
conf_parser.c
|
5936
(11 years ago)
by michael:
- Recreate parser/lexer files
|
conf_lexer.l
|
5933
(11 years ago)
by michael:
- Removed the 'havent_read_conf' configuration directive as it only caused a whole lot more trouble than
it actually helped
|
conf_lexer.c
|
5936
(11 years ago)
by michael:
- Recreate parser/lexer files
|
conf_db.c
|
5899
(11 years ago)
by michael:
- conf_db.h, conf_db.c: remove functions/definitions we don't need
|
conf_class.c
|
5411
(11 years ago)
by michael:
- conf_class.c: removed duplicated code
|
conf.c
|
5955
(11 years ago)
by michael:
- conf.c:parse_aline(): removed test on target_server. There's no command that doesn't support the "ON" option
|
client.c
|
5852
(11 years ago)
by michael:
- Renamed clear_invites() to clear_invites_channel()
- Added separate clear_invites_client()
|
channel_mode.c
|
5757
(11 years ago)
by michael:
- Changed some members of the Ban structure to use fixed-size arrays
|
channel.c
|
5875
(11 years ago)
by michael:
- Style corrections; removed trailing whitespaces
|
auth.c
|
5902
(11 years ago)
by michael:
- Style corrections
|
Makefile.in
|
5806
(11 years ago)
by michael:
- Recreate autogenerated files
|
Makefile.am
|
5805
(11 years ago)
by michael:
- Removed glines
- Added kline_min_cidr, kline_min_cidr6, dline_min_cidr and
dline_min_cidr6 configuration options
|