ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src
r9013
File Last Change (rev)
 ../
listener.c 9013 (7 years ago) by michael: - listener.c:listener_make(): another memcpy() bites the dust
res.c 9006 (7 years ago) by michael: - res.c:do_query_number(): kill another memcpy()
s_bsd.c 9004 (7 years ago) by michael: - Kill a few memcpy() not needed in some places
server.c 9004 (7 years ago) by michael: - Kill a few memcpy() not needed in some places
restart.c 9001 (7 years ago) by michael: - Actually remove send_queued_all() as it is no longer needed
send.c 9001 (7 years ago) by michael: - Actually remove send_queued_all() as it is no longer needed
client.c 8989 (7 years ago) by michael: - client.c:exit_client(): add assert()
ircd.c 8981 (7 years ago) by michael: - Run try_connections() once every five seconds
Makefile.in 8978 (7 years ago) by michael: - autoreconf
conf_resv.c 8971 (7 years ago) by michael: - Expire gecos and resv denies on the fly while looking them up
conf_gecos.c 8971 (7 years ago) by michael: - Expire gecos and resv denies on the fly while looking them up
conf.c 8970 (7 years ago) by michael: - Move oper_privs_as_string() from conf.c to m_stats.c
conf_parser.c 8965 (7 years ago) by michael: - Recreate parser files
conf_parser.h 8965 (7 years ago) by michael: - Recreate parser files
conf_lexer.c 8965 (7 years ago) by michael: - Recreate parser files
hostmask.c 8962 (7 years ago) by michael: - Removed general::tkline_expire_notices configuration directive and added user mode +X (sees *LINE expiration notices) instead
conf_lexer.l 8962 (7 years ago) by michael: - Removed general::tkline_expire_notices configuration directive and added user mode +X (sees *LINE expiration notices) instead
conf_parser.y 8962 (7 years ago) by michael: - Removed general::tkline_expire_notices configuration directive and added user mode +X (sees *LINE expiration notices) instead
user.c 8962 (7 years ago) by michael: - Removed general::tkline_expire_notices configuration directive and added user mode +X (sees *LINE expiration notices) instead
tls_gnutls.c 8960 (7 years ago) by michael: - tls_gnutls.c, tls_openssl.c: stylistic changes
tls_openssl.c 8960 (7 years ago) by michael: - tls_gnutls.c, tls_openssl.c: stylistic changes
packet.c 8957 (7 years ago) by michael: - Made read/write functions use ssize_t
tls_none.c 8957 (7 years ago) by michael: - Made read/write functions use ssize_t
whowas.c 8948 (7 years ago) by michael: - whowas: rename hashv to hash_value
s_bsd_poll.c 8940 (7 years ago) by michael: - Fixed issue where timeouts set with comm_setselect() were not working as in most places this function has been called with seconds when it really expected milliseconds. Removed all related multiply/divide by 1000 nonsense that's sprinkled in the code as ircd currently does support one-second granularity anyway.
s_bsd_devpoll.c 8940 (7 years ago) by michael: - Fixed issue where timeouts set with comm_setselect() were not working as in most places this function has been called with seconds when it really expected milliseconds. Removed all related multiply/divide by 1000 nonsense that's sprinkled in the code as ircd currently does support one-second granularity anyway.
s_bsd_epoll.c 8940 (7 years ago) by michael: - Fixed issue where timeouts set with comm_setselect() were not working as in most places this function has been called with seconds when it really expected milliseconds. Removed all related multiply/divide by 1000 nonsense that's sprinkled in the code as ircd currently does support one-second granularity anyway.
auth.c 8940 (7 years ago) by michael: - Fixed issue where timeouts set with comm_setselect() were not working as in most places this function has been called with seconds when it really expected milliseconds. Removed all related multiply/divide by 1000 nonsense that's sprinkled in the code as ircd currently does support one-second granularity anyway.
s_bsd_kqueue.c 8940 (7 years ago) by michael: - Fixed issue where timeouts set with comm_setselect() were not working as in most places this function has been called with seconds when it really expected milliseconds. Removed all related multiply/divide by 1000 nonsense that's sprinkled in the code as ircd currently does support one-second granularity anyway.
watch.c 8927 (7 years ago) by michael: - Killed CurrentTime
channel_mode.c 8927 (7 years ago) by michael: - Killed CurrentTime
misc.c 8927 (7 years ago) by michael: - Killed CurrentTime
channel.c 8927 (7 years ago) by michael: - Killed CurrentTime
numeric.c 8922 (7 years ago) by michael: - Use proper conversion specifiers in some places; remove pointless casts
event.c 8912 (7 years ago) by michael: - event.c:event_time_set(): fixed logic error
ipcache.c 8902 (7 years ago) by michael: - Make more timers use monotonic time
fdlist.c 8874 (7 years ago) by michael: - Cleanup server connecting related code even further - Make comm_connect_tcp() take less arguments and remove unused dns resolving functionality
getopt.c 8863 (7 years ago) by michael: - getopt: rename YESNO to BOOLEAN
id.c 8751 (7 years ago) by michael: - Update copyright years
match.c 8751 (7 years ago) by michael: - Update copyright years
conf_pseudo.c 8751 (7 years ago) by michael: - Update copyright years
irc_string.c 8751 (7 years ago) by michael: - Update copyright years
conf_db.c 8751 (7 years ago) by michael: - Update copyright years
ircd_signal.c 8751 (7 years ago) by michael: - Update copyright years
conf_shared.c 8751 (7 years ago) by michael: - Update copyright years
client_svstag.c 8751 (7 years ago) by michael: - Update copyright years
isupport.c 8751 (7 years ago) by michael: - Update copyright years
log.c 8751 (7 years ago) by michael: - Update copyright years
server_capab.c 8751 (7 years ago) by michael: - Update copyright years
conf_service.c 8751 (7 years ago) by michael: - Update copyright years
conf_cluster.c 8751 (7 years ago) by michael: - Update copyright years
modules.c 8751 (7 years ago) by michael: - Update copyright years
memory.c 8751 (7 years ago) by michael: - Update copyright years
dbuf.c 8751 (7 years ago) by michael: - Update copyright years
hash.c 8751 (7 years ago) by michael: - Update copyright years
list.c 8751 (7 years ago) by michael: - Update copyright years
motd.c 8751 (7 years ago) by michael: - Update copyright years
conf_class.c 8751 (7 years ago) by michael: - Update copyright years
parse.c 8751 (7 years ago) by michael: - Update copyright years
Makefile.am 8728 (7 years ago) by michael: - Get rid of version.c
patricia.c 8632 (7 years ago) by michael: - svn propset
rng_mt.c 7667 (10 years ago) by michael: - Fixed svn properties
reslib.c 7667 (10 years ago) by michael: - Fixed svn properties
0 directories and 63 files shown