ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src
r4285
File Last Change
 ../
Makefile.am 4143 (11 years ago) by michael: - Removed hooking system
Makefile.in 4143 (11 years ago) by michael: - Removed hooking system
auth.c 4188 (11 years ago) by michael: - Don't add/remove unregistered connections to/from global_client_list
channel.c 4208 (11 years ago) by michael: - Renammed global_serv_list to global_server_list
channel_mode.c 4175 (11 years ago) by michael: - channel_mode.c:clear_ban_cache(): use locmembers list
client.c 4215 (11 years ago) by michael: - client.c: cleaned up style; sprinkled some assert() statements
conf.c 4264 (11 years ago) by michael: - conf.c:valid_wild_card_simple(): don't read past the zero character
conf_class.c 3548 (11 years ago) by michael: - conf_class.c:class_free(): added an assert()
conf_db.c 3505 (11 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
conf_lexer.c 4163 (11 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.
conf_lexer.l 4163 (11 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.
conf_parser.c 4259 (11 years ago) by michael: - conf_parser.y: do some logging if the dh param file can't be opened/read
conf_parser.h 4163 (11 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.
conf_parser.y 4259 (11 years ago) by michael: - conf_parser.y: do some logging if the dh param file can't be opened/read
dbuf.c 4087 (11 years ago) by michael: - Let mp_pool_get() clear memory
event.c 4131 (11 years ago) by michael: - event.c, event.h: update copyright headers
fdlist.c 3603 (11 years ago) by michael: - fdlist.c: style corrections
getopt.c 3377 (11 years ago) by michael: - Create 8.2.x branch
gline.c 3377 (11 years ago) by michael: - Create 8.2.x branch
hash.c 4087 (11 years ago) by michael: - Let mp_pool_get() clear memory
hostmask.c 3769 (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 3566 (11 years ago) by michael: - Style corrections
ircd.c 4208 (11 years ago) by michael: - Renammed global_serv_list to global_server_list
ircd_signal.c 3377 (11 years ago) by michael: - Create 8.2.x branch
list.c 4087 (11 years ago) by michael: - Let mp_pool_get() clear memory
listener.c 3876 (11 years ago) by michael: - Added general::throttle_count idea from p4
log.c 3377 (11 years ago) by michael: - Create 8.2.x branch
match.c 3906 (11 years ago) by michael: - Use 'unsigned' whenever possible
memory.c 3505 (11 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
mempool.c 4097 (11 years ago) by michael: - mempool.c: run mp_pool_garbage_collect every 3 minutes
misc.c 3456 (11 years ago) by michael: - misc.c:ssl_get_ciper(): get rid of this magic IRCD_BUFSIZE/4. Use IRCD_BUFSIZE instead.
modules.c 3505 (11 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
motd.c 3590 (11 years ago) by michael: - Use sendto_one_numeric() everywhere
numeric.c 3766 (11 years ago) by michael: - /INVITE without any parameters now shows a list of channels a client is invited to
packet.c 3454 (11 years ago) by michael: - packet.c: style corrections
parse.c 4232 (11 years ago) by michael: - parse.c: reformatting
res.c 4239 (11 years ago) by michael: - res.c:res_readreply(): removed sparc/alpha hack
reslib.c 3853 (11 years ago) by michael: - reslib.c: style corrections
restart.c 3377 (11 years ago) by michael: - Create 8.2.x branch
resv.c 3505 (11 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
rng_mt.c 3880 (11 years ago) by michael: - rng_mt.c: removed trailing whitespaces
rsa.c 4253 (11 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.
s_bsd.c 4115 (11 years ago) by michael: - Added ssl_message_digest_algorithm configuration option to serverinfo{} block. See doc/reference.conf for more information.
s_bsd_devpoll.c 3377 (11 years ago) by michael: - Create 8.2.x branch
s_bsd_epoll.c 3987 (11 years ago) by michael: - Removed unused header includes
s_bsd_kqueue.c 3987 (11 years ago) by michael: - Removed unused header includes
s_bsd_poll.c 3505 (11 years ago) by michael: - Renamed MyMalloc() to MyCalloc()
s_bsd_select.c 3987 (11 years ago) by michael: - Removed unused header includes
send.c 4212 (11 years ago) by michael: - Renamed serv_list to local_server_list
server.c 4211 (11 years ago) by michael: - server.c:hunt_server(): removed useless test. Discussed and approved by Adam.
user.c 4224 (11 years ago) by michael: - user.c:register_remote_user(): constification
version.c 4006 (11 years ago) by michael: - AUTHORS, version.c: added Fawkes to contributors
watch.c 4087 (11 years ago) by michael: - Let mp_pool_get() clear memory
whowas.c 3377 (11 years ago) by michael: - Create 8.2.x branch
0 directories and 54 files shown