../
|
Makefile.am
|
3347
(11 years ago)
by michael:
- Moved files:
s_user.c -> user.c
s_misc.c -> misc.c
s_serv.c -> server.c
|
Makefile.in
|
3838
(11 years ago)
by michael:
- Update macros in m4/
|
auth.c
|
3563
(11 years ago)
by michael:
- auth.c: constification
|
channel.c
|
4066
(11 years ago)
by michael:
- channel.c:check_splitmode(): logic fixes
|
channel_mode.c
|
4044
(11 years ago)
by michael:
- channel.c, channel_mode.c: update documentation in some places
|
client.c
|
3929
(11 years ago)
by michael:
- Greatly speedup d-line lookup. Instead of testing every single client against
every existing d-line just check the just added ban against connected clients.
Also now check d-line _before_ looking for a matching exempt{}
|
conf.c
|
4068
(11 years ago)
by michael:
- conf.c:set_default_conf(): default to 1 connection per 1 second
|
conf_class.c
|
3547
(11 years ago)
by michael:
- conf_class.c:class_free(): added an assert()
|
conf_db.c
|
3504
(11 years ago)
by michael:
- Renamed MyMalloc() to MyCalloc()
|
conf_lexer.c
|
4070
(11 years ago)
by michael:
- Added proper ECDH support
|
conf_lexer.l
|
4070
(11 years ago)
by michael:
- Added proper ECDH support
|
conf_parser.c
|
4070
(11 years ago)
by michael:
- Added proper ECDH support
|
conf_parser.h
|
4070
(11 years ago)
by michael:
- Added proper ECDH support
|
conf_parser.y
|
4070
(11 years ago)
by michael:
- Added proper ECDH support
|
dbuf.c
|
3113
(11 years ago)
by michael:
- Update dbuf.h, dbuf.c
|
event.c
|
3599
(11 years ago)
by michael:
- event.c: use unsigned whenever possible
|
fdlist.c
|
3602
(11 years ago)
by michael:
- fdlist.c: style corrections
|
getopt.c
|
3250
(11 years ago)
by michael:
- Fixed inconsistent style in several places
|
gline.c
|
3321
(11 years ago)
by michael:
- Moved s_gline.c to gline.c
|
hash.c
|
3908
(11 years ago)
by michael:
- hash.c: Use 'unsigned' whenever possible
|
hook.c
|
3589
(11 years ago)
by michael:
- Use sendto_one_numeric() everywhere
|
hostmask.c
|
3770
(11 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
(11 years ago)
by michael:
- Style corrections
|
ircd.c
|
4070
(11 years ago)
by michael:
- Added proper ECDH support
|
ircd_signal.c
|
3063
(11 years ago)
by michael:
- ircd_signal.c:sigint_handler(): fixed inconsistent
"SIGINT received" vs. "received signal SIGTERM" message
|
list.c
|
3335
(11 years ago)
by michael:
- Style corrections
|
listener.c
|
3877
(11 years ago)
by michael:
- Added general::throttle_count idea from p4
|
log.c
|
3347
(11 years ago)
by michael:
- Moved files:
s_user.c -> user.c
s_misc.c -> misc.c
s_serv.c -> server.c
|
match.c
|
3907
(11 years ago)
by michael:
- Use 'unsigned' whenever possible
|
memory.c
|
3504
(11 years ago)
by michael:
- Renamed MyMalloc() to MyCalloc()
|
mempool.c
|
3504
(11 years ago)
by michael:
- Renamed MyMalloc() to MyCalloc()
|
misc.c
|
3455
(11 years ago)
by michael:
- misc.c:ssl_get_ciper(): get rid of this magic IRCD_BUFSIZE/4.
Use IRCD_BUFSIZE instead.
|
modules.c
|
3504
(11 years ago)
by michael:
- Renamed MyMalloc() to MyCalloc()
|
motd.c
|
3589
(11 years ago)
by michael:
- Use sendto_one_numeric() everywhere
|
numeric.c
|
3767
(11 years ago)
by michael:
- /INVITE without any parameters now shows a list of channels a client is invited to
|
packet.c
|
3453
(11 years ago)
by michael:
- packet.c: style corrections
|
parse.c
|
3872
(11 years ago)
by michael:
- parse.c:mod_add_cmd(): no need to reset command counters upon module load
|
res.c
|
3652
(11 years ago)
by michael:
- res.c: removed unused definitions
|
reslib.c
|
3852
(11 years ago)
by michael:
- reslib.c: style corrections
|
restart.c
|
3186
(11 years ago)
by michael:
- Get rid of the ID() macro
|
resv.c
|
3504
(11 years ago)
by michael:
- Renamed MyMalloc() to MyCalloc()
|
rng_mt.c
|
3881
(11 years ago)
by michael:
- rng_mt.c: removed trailing whitespaces
|
rsa.c
|
3504
(11 years ago)
by michael:
- Renamed MyMalloc() to MyCalloc()
|
s_bsd.c
|
3375
(11 years ago)
by michael:
- Style corrections
|
s_bsd_devpoll.c
|
2916
(11 years ago)
by michael:
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
|
s_bsd_epoll.c
|
3986
(11 years ago)
by michael:
- Removed unused header includes
|
s_bsd_kqueue.c
|
3986
(11 years ago)
by michael:
- Removed unused header includes
|
s_bsd_poll.c
|
3504
(11 years ago)
by michael:
- Renamed MyMalloc() to MyCalloc()
|
s_bsd_select.c
|
3986
(11 years ago)
by michael:
- Removed unused header includes
|
send.c
|
3947
(11 years ago)
by michael:
- send.c:sendto_match_servs(): swap function calls; renamed variable
|
server.c
|
4028
(11 years ago)
by michael:
- server.c:try_connections(): removed useless test on conf->class to
make coverity shut up. There shouldn't ever be a MaskItem on the
server_items list that hasn't a class attached to it.
|
user.c
|
4020
(11 years ago)
by michael:
- Got rid of SEND_UMODES. We now propagate all modes.
|
version.c
|
4005
(11 years ago)
by michael:
- AUTHORS, version.c: added Fawkes to contributors
|
watch.c
|
3424
(11 years ago)
by michael:
- Fixed possible WATCH core. Fix provided by Adam
|
whowas.c
|
3273
(11 years ago)
by michael:
- whowas.c:whowas_add_history(): constification; sanitize assert()
|