ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src
r4299
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
log.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
gline.c 3377 (12 years ago) by michael: - Create 8.2.x branch
packet.c 3454 (12 years ago) by michael: - packet.c: style corrections
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()
resv.c 3505 (12 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
conf_class.c 3548 (12 years ago) by michael: - conf_class.c:class_free(): added an assert()
irc_string.c 3566 (12 years ago) by michael: - Style corrections
motd.c 3590 (12 years ago) by michael: - Use sendto_one_numeric() everywhere
fdlist.c 3603 (12 years ago) by michael: - fdlist.c: style corrections
numeric.c 3766 (12 years ago) by michael: - /INVITE without any parameters now shows a list of channels a client is invited to
reslib.c 3853 (12 years ago) by michael: - reslib.c: style corrections
listener.c 3876 (12 years ago) by michael: - Added general::throttle_count idea from p4
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_select.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
mempool.c 4097 (12 years ago) by michael: - mempool.c: run mp_pool_garbage_collect every 3 minutes
s_bsd.c 4115 (12 years ago) by michael: - Added ssl_message_digest_algorithm configuration option to serverinfo{} block. See doc/reference.conf for more information.
event.c 4131 (12 years ago) by michael: - event.c, event.h: update copyright headers
Makefile.in 4143 (12 years ago) by michael: - Removed hooking system
Makefile.am 4143 (12 years ago) by michael: - Removed hooking system
conf_parser.h 4163 (12 years ago) by michael: - Removed ssl_server_method and ssl_client_method configuration options. ircd now only allows TLSv1, TLSv1.1 and TLSv1.2 protocols depending on the OpenSSL version.
channel_mode.c 4175 (12 years ago) by michael: - channel_mode.c:clear_ban_cache(): use locmembers list
auth.c 4188 (12 years ago) by michael: - Don't add/remove unregistered connections to/from global_client_list
ircd.c 4208 (12 years ago) by michael: - Renammed global_serv_list to global_server_list
channel.c 4208 (12 years ago) by michael: - Renammed global_serv_list to global_server_list
send.c 4212 (12 years ago) by michael: - Renamed serv_list to local_server_list
user.c 4224 (12 years ago) by michael: - user.c:register_remote_user(): constification
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.
conf_parser.c 4259 (12 years ago) by michael: - conf_parser.y: do some logging if the dh param file can't be opened/read
conf_parser.y 4259 (12 years ago) by michael: - conf_parser.y: do some logging if the dh param file can't be opened/read
hostmask.c 4299 (12 years ago) by michael: - Fixed typos all over the place
client.c 4299 (12 years ago) by michael: - Fixed typos all over the place
conf_lexer.c 4299 (12 years ago) by michael: - Fixed typos all over the place
conf_lexer.l 4299 (12 years ago) by michael: - Fixed typos all over the place
server.c 4299 (12 years ago) by michael: - Fixed typos all over the place
conf.c 4299 (12 years ago) by michael: - Fixed typos all over the place
res.c 4299 (12 years ago) by michael: - Fixed typos all over the place
parse.c 4299 (12 years ago) by michael: - Fixed typos all over the place
0 directories and 54 files shown