../
|
Makefile.am
|
5805
(10 years ago)
by michael:
- Removed glines
- Added kline_min_cidr, kline_min_cidr6, dline_min_cidr and
dline_min_cidr6 configuration options
|
Makefile.in
|
5806
(10 years ago)
by michael:
- Recreate autogenerated files
|
auth.c
|
5902
(10 years ago)
by michael:
- Style corrections
|
channel.c
|
5983
(10 years ago)
by michael:
- channel.c:channel_do_join(): removed useless test on conf->reason
|
channel_mode.c
|
5757
(10 years ago)
by michael:
- Changed some members of the Ban structure to use fixed-size arrays
|
client.c
|
5985
(10 years ago)
by michael:
- Added 'xline_exempt' to auth{} block flags
|
conf.c
|
5955
(10 years ago)
by michael:
- conf.c:parse_aline(): removed test on target_server. There's no command that doesn't support the "ON" option
|
conf_class.c
|
5411
(10 years ago)
by michael:
- conf_class.c: removed duplicated code
|
conf_db.c
|
5899
(10 years ago)
by michael:
- conf_db.h, conf_db.c: remove functions/definitions we don't need
|
conf_lexer.c
|
5987
(10 years ago)
by michael:
- Re-generate parser files
|
conf_lexer.l
|
5990
(10 years ago)
by michael:
- conf_lexer.l: fixed typo introduced in previous commit
|
conf_parser.c
|
6010
(10 years ago)
by michael:
- Re-built parser files
|
conf_parser.h
|
5987
(10 years ago)
by michael:
- Re-generate parser files
|
conf_parser.y
|
6008
(10 years ago)
by michael:
- conf_parser.y: always rebuild CIDR lists
|
conf_pseudo.c
|
5881
(10 years ago)
by michael:
- Use C99-style initializers in all struct Message items
- Removed MFLG_SLOW
- Removed DUMMY_HANDLER
|
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
|
hash.c
|
5545
(10 years ago)
by michael:
- Fixed style in several places
|
hostmask.c
|
5976
(10 years ago)
by michael:
- hostmask.c:try_parse_v4_netmask(): fixed possible OOB read
|
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
|
5805
(10 years ago)
by michael:
- Removed glines
- Added kline_min_cidr, kline_min_cidr6, dline_min_cidr and
dline_min_cidr6 configuration options
|
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
|
5898
(10 years ago)
by michael:
- '!' and '@' are no longer threated as wildcard characters
|
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
|
5804
(10 years ago)
by michael:
- numeric.c: use C99 array initialization
|
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
|
5875
(10 years ago)
by michael:
- Style corrections; removed trailing whitespaces
|
restart.c
|
5347
(10 years ago)
by michael:
- Update copyright years
|
resv.c
|
5956
(10 years ago)
by michael:
- Removed useless header includes
|
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
|
5887
(10 years ago)
by michael:
- s_bsd.c: use C99-style array initialization
|
s_bsd_devpoll.c
|
5347
(10 years ago)
by michael:
- Update copyright years
|
s_bsd_epoll.c
|
5902
(10 years ago)
by michael:
- Style corrections
|
s_bsd_kqueue.c
|
5347
(10 years ago)
by michael:
- Update copyright years
|
s_bsd_poll.c
|
5902
(10 years ago)
by michael:
- Style corrections
|
send.c
|
5347
(10 years ago)
by michael:
- Update copyright years
|
server.c
|
6060
(10 years ago)
by michael:
- server.c:hunt_server(): prioritize wildcard lookups on server names as suggested by Adam. Could have used some
dlinkAddTail magic for clients to keep the list ordered by servers and clients but introducing a second loop in
hunt_server() makes things more obvious. Also it should be investigated if there's still good a reason for
putting servers on the global_client_list.
|
user.c
|
5985
(10 years ago)
by michael:
- Added 'xline_exempt' to auth{} block flags
|
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
|