ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src
r4073
File (rev) Last Change
 ../
whowas.c 3273 (12 years ago) by michael: - whowas.c:whowas_add_history(): constification; sanitize assert()
watch.c 3424 (12 years ago) by michael: - Fixed possible WATCH core. Fix provided by Adam
version.c 4005 (12 years ago) by michael: - AUTHORS, version.c: added Fawkes to contributors
user.c 4020 (12 years ago) by michael: - Got rid of SEND_UMODES. We now propagate all modes.
server.c 4028 (12 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.
send.c 3947 (12 years ago) by michael: - send.c:sendto_match_servs(): swap function calls; renamed variable
s_bsd_select.c 3986 (12 years ago) by michael: - Removed unused header includes
s_bsd_poll.c 3504 (12 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
s_bsd_kqueue.c 3986 (12 years ago) by michael: - Removed unused header includes
s_bsd_epoll.c 3986 (12 years ago) by michael: - Removed unused header includes
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.c 3375 (12 years ago) by michael: - Style corrections
rsa.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
resv.c 3504 (12 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
restart.c 3186 (12 years ago) by michael: - Get rid of the ID() macro
reslib.c 3852 (12 years ago) by michael: - reslib.c: style corrections
res.c 3652 (12 years ago) by michael: - res.c: removed unused definitions
parse.c 3872 (12 years ago) by michael: - parse.c:mod_add_cmd(): no need to reset command counters upon module load
packet.c 3453 (12 years ago) by michael: - packet.c: style corrections
numeric.c 3767 (12 years ago) by michael: - /INVITE without any parameters now shows a list of channels a client is invited to
motd.c 3589 (12 years ago) by michael: - Use sendto_one_numeric() everywhere
modules.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.
mempool.c 3504 (12 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
memory.c 3504 (12 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
match.c 3907 (12 years ago) by michael: - Use 'unsigned' whenever possible
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
listener.c 3877 (12 years ago) by michael: - Added general::throttle_count idea from p4
list.c 3335 (12 years ago) by michael: - Style corrections
ircd_signal.c 3063 (12 years ago) by michael: - ircd_signal.c:sigint_handler(): fixed inconsistent "SIGINT received" vs. "received signal SIGTERM" message
ircd.c 4073 (12 years ago) by michael: - ircd.c:ssl_init(): removed SSL_OP_ALL from options
irc_string.c 3565 (12 years ago) by michael: - Style corrections
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]
hook.c 3589 (12 years ago) by michael: - Use sendto_one_numeric() everywhere
hash.c 3908 (12 years ago) by michael: - hash.c: Use 'unsigned' whenever possible
gline.c 3321 (12 years ago) by michael: - Moved s_gline.c to gline.c
getopt.c 3250 (12 years ago) by michael: - Fixed inconsistent style in several places
fdlist.c 3602 (12 years ago) by michael: - fdlist.c: style corrections
event.c 3599 (12 years ago) by michael: - event.c: use unsigned whenever possible
dbuf.c 3113 (12 years ago) by michael: - Update dbuf.h, dbuf.c
conf_parser.y 4070 (12 years ago) by michael: - Added proper ECDH support
conf_parser.h 4070 (12 years ago) by michael: - Added proper ECDH support
conf_parser.c 4070 (12 years ago) by michael: - Added proper ECDH support
conf_lexer.l 4070 (12 years ago) by michael: - Added proper ECDH support
conf_lexer.c 4070 (12 years ago) by michael: - Added proper ECDH support
conf_db.c 3504 (12 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
conf_class.c 3547 (12 years ago) by michael: - conf_class.c:class_free(): added an assert()
conf.c 4068 (12 years ago) by michael: - conf.c:set_default_conf(): default to 1 connection per 1 second
client.c 3929 (12 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{}
channel_mode.c 4044 (12 years ago) by michael: - channel.c, channel_mode.c: update documentation in some places
channel.c 4066 (12 years ago) by michael: - channel.c:check_splitmode(): logic fixes
auth.c 3563 (12 years ago) by michael: - auth.c: constification
Makefile.in 3838 (12 years ago) by michael: - Update macros in m4/
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
0 directories and 55 files shown