ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src
r4455
File Last Change
 ../
s_bsd_devpoll.c 3377 (12 years ago) by michael: - Create 8.2.x branch
ircd_signal.c 3377 (12 years ago) by michael: - Create 8.2.x branch
whowas.c 3377 (12 years ago) by michael: - Create 8.2.x branch
getopt.c 3377 (12 years ago) by michael: - Create 8.2.x branch
restart.c 3377 (12 years ago) by michael: - Create 8.2.x branch
misc.c 3456 (12 years ago) by michael: - misc.c:ssl_get_ciper(): get rid of this magic IRCD_BUFSIZE/4. Use IRCD_BUFSIZE instead.
s_bsd_poll.c 3505 (12 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
conf_db.c 3505 (12 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
modules.c 3505 (12 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
memory.c 3505 (12 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
reslib.c 3853 (12 years ago) by michael: - reslib.c: style corrections
rng_mt.c 3880 (12 years ago) by michael: - rng_mt.c: removed trailing whitespaces
match.c 3906 (12 years ago) by michael: - Use 'unsigned' whenever possible
s_bsd_epoll.c 3987 (12 years ago) by michael: - Removed unused header includes
s_bsd_kqueue.c 3987 (12 years ago) by michael: - Removed unused header includes
version.c 4006 (12 years ago) by michael: - AUTHORS, version.c: added Fawkes to contributors
watch.c 4087 (12 years ago) by michael: - Let mp_pool_get() clear memory
dbuf.c 4087 (12 years ago) by michael: - Let mp_pool_get() clear memory
hash.c 4087 (12 years ago) by michael: - Let mp_pool_get() clear memory
list.c 4087 (12 years ago) by michael: - Let mp_pool_get() clear memory
channel_mode.c 4175 (12 years ago) by michael: - channel_mode.c:clear_ban_cache(): use locmembers list
rsa.c 4253 (12 years ago) by michael: - Cleaned up and sanitized /challenge related code - 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.
parse.c 4299 (12 years ago) by michael: - Fixed typos all over the place
irc_string.c 4310 (11 years ago) by michael: - Backported auth code related cleanups from newio branch
conf_parser.h 4314 (11 years ago) by michael: - Improved AWAY throttling to allow for better fine-tuning
conf_lexer.c 4314 (11 years ago) by michael: - Improved AWAY throttling to allow for better fine-tuning
conf_lexer.l 4314 (11 years ago) by michael: - Improved AWAY throttling to allow for better fine-tuning
Makefile.am 4334 (11 years ago) by michael: - Removed select() support
packet.c 4341 (11 years ago) by michael: - Renamed structures to meet code conventions
log.c 4341 (11 years ago) by michael: - Renamed structures to meet code conventions
fdlist.c 4341 (11 years ago) by michael: - Renamed structures to meet code conventions
Makefile.in 4363 (11 years ago) by michael: - Moved ax_check_openssl.m4 to ax_arg_openssl.m4
numeric.c 4381 (11 years ago) by michael: - numeric.c: ERR_NICKTOOFAST: use %u conversion specifier
hostmask.c 4414 (11 years ago) by michael: - Removed ipv6 detection. We now assume all systems that run hybrid have ipv6 availability and sockaddr_storage.
conf_parser.c 4414 (11 years ago) by michael: - Removed ipv6 detection. We now assume all systems that run hybrid have ipv6 availability and sockaddr_storage.
ircd.c 4414 (11 years ago) by michael: - Removed ipv6 detection. We now assume all systems that run hybrid have ipv6 availability and sockaddr_storage.
auth.c 4414 (11 years ago) by michael: - Removed ipv6 detection. We now assume all systems that run hybrid have ipv6 availability and sockaddr_storage.
conf_parser.y 4414 (11 years ago) by michael: - Removed ipv6 detection. We now assume all systems that run hybrid have ipv6 availability and sockaddr_storage.
gline.c 4414 (11 years ago) by michael: - Removed ipv6 detection. We now assume all systems that run hybrid have ipv6 availability and sockaddr_storage.
ipcache.c 4414 (11 years ago) by michael: - Removed ipv6 detection. We now assume all systems that run hybrid have ipv6 availability and sockaddr_storage.
motd.c 4414 (11 years ago) by michael: - Removed ipv6 detection. We now assume all systems that run hybrid have ipv6 availability and sockaddr_storage.
conf_class.c 4414 (11 years ago) by michael: - Removed ipv6 detection. We now assume all systems that run hybrid have ipv6 availability and sockaddr_storage.
channel.c 4414 (11 years ago) by michael: - Removed ipv6 detection. We now assume all systems that run hybrid have ipv6 availability and sockaddr_storage.
resv.c 4414 (11 years ago) by michael: - Removed ipv6 detection. We now assume all systems that run hybrid have ipv6 availability and sockaddr_storage.
listener.c 4430 (11 years ago) by michael: - Rewrite sendto_realops_flags_ratelimited() so it can be used in other places as well
send.c 4430 (11 years ago) by michael: - Rewrite sendto_realops_flags_ratelimited() so it can be used in other places as well
event.c 4433 (11 years ago) by michael: - event.c: update show_events() to make /stats E look nicer
s_bsd.c 4438 (11 years ago) by michael: - Renamed various variables
client.c 4438 (11 years ago) by michael: - Renamed various variables
server.c 4438 (11 years ago) by michael: - Renamed various variables
mempool.c 4438 (11 years ago) by michael: - Renamed various variables
conf.c 4438 (11 years ago) by michael: - Renamed various variables
user.c 4441 (11 years ago) by michael: - user.c:oper_up(): successful operator logins are now announced globally via GLOBOPS
res.c 4455 (11 years ago) by michael: - res.c:proc_answer(): use 'unsigned'
0 directories and 54 files shown