ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.1.x/src
r4257
File Last Change
 ../
version.c 4007 (9 years ago) by michael: - AUTHORS, version.c: added Fawkes to contributors
irc_res.c 3281 (10 years ago) by michael: - Backported -r3268 [irc_res.c:make_request(): lowered retries counter to 2]
hash.c 3462 (9 years ago) by michael: - Backported /list and hunt_server() optimization from TRUNK
s_serv.c 3462 (9 years ago) by michael: - Backported /list and hunt_server() optimization from TRUNK
s_bsd_devpoll.c 2917 (10 years ago) by michael: - Clean up all files in src/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
s_gline.c 2917 (10 years ago) by michael: - Clean up all files in src/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
listener.c 2917 (10 years ago) by michael: - Clean up all files in src/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
log.c 2917 (10 years ago) by michael: - Clean up all files in src/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
s_bsd_epoll.c 2917 (10 years ago) by michael: - Clean up all files in src/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
fdlist.c 2917 (10 years ago) by michael: - Clean up all files in src/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
whowas.c 2917 (10 years ago) by michael: - Clean up all files in src/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
conf_lexer.l 2917 (10 years ago) by michael: - Clean up all files in src/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
getopt.c 2917 (10 years ago) by michael: - Clean up all files in src/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
restart.c 2917 (10 years ago) by michael: - Clean up all files in src/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
memory.c 2917 (10 years ago) by michael: - Clean up all files in src/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
dbuf.c 2917 (10 years ago) by michael: - Clean up all files in src/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
list.c 2917 (10 years ago) by michael: - Clean up all files in src/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
motd.c 2917 (10 years ago) by michael: - Clean up all files in src/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
resv.c 2917 (10 years ago) by michael: - Clean up all files in src/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
s_bsd_kqueue.c 2917 (10 years ago) by michael: - Clean up all files in src/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years
rsa.c 4257 (9 years ago) by michael: - Cleaned up and sanitized /challenge relatedcode - rsa.c:get_randomness(): removed EGD support; also don't fall back to RAND_pseudo_bytes() if RAND_bytes() fails. If RAND_bytes() fails, just reject the /challenge request.
conf_parser.c 4257 (9 years ago) by michael: - Cleaned up and sanitized /challenge relatedcode - rsa.c:get_randomness(): removed EGD support; also don't fall back to RAND_pseudo_bytes() if RAND_bytes() fails. If RAND_bytes() fails, just reject the /challenge request.
conf.c 4257 (9 years ago) by michael: - Cleaned up and sanitized /challenge relatedcode - rsa.c:get_randomness(): removed EGD support; also don't fall back to RAND_pseudo_bytes() if RAND_bytes() fails. If RAND_bytes() fails, just reject the /challenge request.
conf_parser.y 4257 (9 years ago) by michael: - Cleaned up and sanitized /challenge relatedcode - rsa.c:get_randomness(): removed EGD support; also don't fall back to RAND_pseudo_bytes() if RAND_bytes() fails. If RAND_bytes() fails, just reject the /challenge request.
client.c 3193 (10 years ago) by michael: - Cleaned up find_chasing(). Removed useless third 'chasing' argument.
rng_mt.c 1867 (10 years ago) by michael: - Create 8.1.x branch
watch.c 3426 (9 years ago) by michael: - Fixed possible WATCH core. Fix provided by Adam
irc_string.c 2971 (10 years ago) by michael: - Move myctime() from irc_string.c to s_misc.c
s_misc.c 2971 (10 years ago) by michael: - Move myctime() from irc_string.c to s_misc.c
Makefile.in 4157 (9 years ago) by michael: - Removed hooking system - Update help/stats
s_bsd_poll.c 4157 (9 years ago) by michael: - Removed hooking system - Update help/stats
s_bsd.c 4157 (9 years ago) by michael: - Removed hooking system - Update help/stats
packet.c 4157 (9 years ago) by michael: - Removed hooking system - Update help/stats
s_auth.c 4157 (9 years ago) by michael: - Removed hooking system - Update help/stats
s_bsd_select.c 4157 (9 years ago) by michael: - Removed hooking system - Update help/stats
Makefile.am 4157 (9 years ago) by michael: - Removed hooking system - Update help/stats
s_user.c 4158 (9 years ago) by michael: - Removed supported.h
ircd.c 4158 (9 years ago) by michael: - Removed supported.h
channel.c 4064 (9 years ago) by michael: - channel.c:check_splitmode(): logic fixes
channel_mode.c 3718 (9 years ago) by michael: - channel_mode.c:chm_simple(): channel halfops may now set +p
conf_class.c 3549 (9 years ago) by michael: - conf_class.c:class_free(): added an assert()
conf_db.c 3068 (10 years ago) by michael: - conf_db.c: fixed inconsistent use of "can't" and "cannot"
event.c 2920 (10 years ago) by michael: - event.c: fixed compile error
conf_parser.h 3230 (10 years ago) by michael: - flex 2.5.39
conf_lexer.c 3230 (10 years ago) by michael: - flex 2.5.39
hostmask.c 3772 (9 years ago) by michael: - hostmask.c:mask_addr(): fixed merging error
ircd_signal.c 3064 (10 years ago) by michael: - ircd_signal.c:sigint_handler(): fixed inconsistent "SIGINT received" vs. "received signal SIGTERM" message
match.c 2946 (10 years ago) by michael: - match.c: removed unused header include
modules.c 3032 (10 years ago) by michael: - modules.c:load_one_module(): renamed variables to make less confusing
numeric.c 3070 (10 years ago) by michael: - numeric.c, m_set.c: fixed inconsistent use of "can't" and "cannot"
parse.c 3616 (9 years ago) by michael: - parse.c:mod_del_cmd(): make sure the command actually exists in the trie before attempting to remove it. We could end up in a corrupted trie otherwise.
send.c 3802 (9 years ago) by michael: - send.c:sendto_match_servs(): use DLINK_FOREACH_SAFE() as send_message_remote() might exit client/server
irc_reslib.c 2610 (10 years ago) by michael: - src/irc_reslib.c: removed advertising clause
mempool.c 3080 (10 years ago) by michael: - white-space changes / style cleanups
0 directories and 54 files shown