../
|
Makefile.am
|
3347
(12 years ago)
by michael:
- Moved files:
s_user.c -> user.c
s_misc.c -> misc.c
s_serv.c -> server.c
|
Makefile.in
|
3838
(12 years ago)
by michael:
- Update macros in m4/
|
auth.c
|
3563
(12 years ago)
by michael:
- auth.c: constification
|
channel.c
|
3888
(12 years ago)
by michael:
- channel.c: documentation updates
|
channel_mode.c
|
3841
(12 years ago)
by michael:
- Removed ONLY_CHANOPS; let non-ops see +I/+e lists, too
|
client.c
|
3730
(12 years ago)
by michael:
- client.c:get_client_name(): minor optimization
|
conf.c
|
3877
(12 years ago)
by michael:
- Added general::throttle_count idea from p4
|
conf_class.c
|
3547
(12 years ago)
by michael:
- conf_class.c:class_free(): added an assert()
|
conf_db.c
|
3504
(12 years ago)
by michael:
- Renamed MyMalloc() to MyCalloc()
|
conf_lexer.c
|
3877
(12 years ago)
by michael:
- Added general::throttle_count idea from p4
|
conf_lexer.l
|
3877
(12 years ago)
by michael:
- Added general::throttle_count idea from p4
|
conf_parser.c
|
3892
(12 years ago)
by michael:
- conf_parser.y: fixed stupid bug that has successfully has hidden itself since Feb 5, 2002
|
conf_parser.h
|
3877
(12 years ago)
by michael:
- Added general::throttle_count idea from p4
|
conf_parser.y
|
3892
(12 years ago)
by michael:
- conf_parser.y: fixed stupid bug that has successfully has hidden itself since Feb 5, 2002
|
dbuf.c
|
3113
(12 years ago)
by michael:
- Update dbuf.h, dbuf.c
|
event.c
|
3599
(12 years ago)
by michael:
- event.c: use unsigned whenever possible
|
fdlist.c
|
3602
(12 years ago)
by michael:
- fdlist.c: style corrections
|
getopt.c
|
3250
(12 years ago)
by michael:
- Fixed inconsistent style in several places
|
gline.c
|
3321
(12 years ago)
by michael:
- Moved s_gline.c to gline.c
|
hash.c
|
3429
(12 years ago)
by michael:
- hash.c:list_one_channel(): constification
|
hook.c
|
3589
(12 years ago)
by michael:
- Use sendto_one_numeric() everywhere
|
hostmask.c
|
3770
(12 years ago)
by michael:
- hostmask.c:mask_addr(): ficed compile warnings:
hostmask.c: In function ‘mask_addr’:
hostmask.c:332:35: warning: declaration of ‘__v’ shadows a previous local [-Wshadow]
hostmask.c:332:35: warning: shadowed declaration is here [-Wshadow]
hostmask.c:332:35: warning: declaration of ‘__x’ shadows a previous local [-Wshadow]
hostmask.c:332:35: warning: shadowed declaration is here [-Wshadow]
|
irc_string.c
|
3565
(12 years ago)
by michael:
- Style corrections
|
ircd.c
|
3724
(12 years ago)
by michael:
- Halfops are now part of the ircd core and enabled by default
|
ircd_signal.c
|
3063
(12 years ago)
by michael:
- ircd_signal.c:sigint_handler(): fixed inconsistent
"SIGINT received" vs. "received signal SIGTERM" message
|
list.c
|
3335
(12 years ago)
by michael:
- Style corrections
|
listener.c
|
3877
(12 years ago)
by michael:
- Added general::throttle_count idea from p4
|
log.c
|
3347
(12 years ago)
by michael:
- Moved files:
s_user.c -> user.c
s_misc.c -> misc.c
s_serv.c -> server.c
|
match.c
|
3565
(12 years ago)
by michael:
- Style corrections
|
memory.c
|
3504
(12 years ago)
by michael:
- Renamed MyMalloc() to MyCalloc()
|
mempool.c
|
3504
(12 years ago)
by michael:
- Renamed MyMalloc() to MyCalloc()
|
misc.c
|
3455
(12 years ago)
by michael:
- misc.c:ssl_get_ciper(): get rid of this magic IRCD_BUFSIZE/4.
Use IRCD_BUFSIZE instead.
|
modules.c
|
3504
(12 years ago)
by michael:
- Renamed MyMalloc() to MyCalloc()
|
motd.c
|
3589
(12 years ago)
by michael:
- Use sendto_one_numeric() everywhere
|
numeric.c
|
3767
(12 years ago)
by michael:
- /INVITE without any parameters now shows a list of channels a client is invited to
|
packet.c
|
3453
(12 years ago)
by michael:
- packet.c: style corrections
|
parse.c
|
3872
(12 years ago)
by michael:
- parse.c:mod_add_cmd(): no need to reset command counters upon module load
|
res.c
|
3652
(12 years ago)
by michael:
- res.c: removed unused definitions
|
reslib.c
|
3852
(12 years ago)
by michael:
- reslib.c: style corrections
|
restart.c
|
3186
(12 years ago)
by michael:
- Get rid of the ID() macro
|
resv.c
|
3504
(12 years ago)
by michael:
- Renamed MyMalloc() to MyCalloc()
|
rng_mt.c
|
3881
(12 years ago)
by michael:
- rng_mt.c: removed trailing whitespaces
|
rsa.c
|
3504
(12 years ago)
by michael:
- Renamed MyMalloc() to MyCalloc()
|
s_bsd.c
|
3375
(12 years ago)
by michael:
- Style corrections
|
s_bsd_devpoll.c
|
2916
(12 years ago)
by michael:
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
|
s_bsd_epoll.c
|
2916
(12 years ago)
by michael:
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
|
s_bsd_kqueue.c
|
2916
(12 years ago)
by michael:
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
|
s_bsd_poll.c
|
3504
(12 years ago)
by michael:
- Renamed MyMalloc() to MyCalloc()
|
s_bsd_select.c
|
2916
(12 years ago)
by michael:
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
|
send.c
|
3805
(12 years ago)
by michael:
- send.c:sendto_channel_butone(): replaced IsServer() test with IsClient()
|
server.c
|
3746
(12 years ago)
by michael:
- server.c:send_capabilities(): replaced sprintf() with strlcat()
|
user.c
|
3870
(12 years ago)
by michael:
- Use unsigned whenever possible
|
version.c
|
3011
(12 years ago)
by michael:
- Update AUTHORS/version.c; add missing '>' spotted by Dizzie
|
watch.c
|
3424
(12 years ago)
by michael:
- Fixed possible WATCH core. Fix provided by Adam
|
whowas.c
|
3273
(12 years ago)
by michael:
- whowas.c:whowas_add_history(): constification; sanitize assert()
|