ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src
r2244
File Last Change
 ../
s_bsd.c 2235 (10 years ago) by michael: - Change CERTFP implementation to use SHA-256 hashes - Remove base16_encode()
Makefile.am 2159 (10 years ago) by michael: - Cleanup ISUPPORT code and get rid of message.c
packet.c 1798 (10 years ago) by michael: - Cleanup/reorganize header file layout - Fixed naming convention in some places
client.c 2229 (10 years ago) by michael: - Cleanups and fixes to previous commit -r2228
s_serv.c 2229 (10 years ago) by michael: - Cleanups and fixes to previous commit -r2228
watch.c 1857 (10 years ago) by michael: - Constification
s_misc.c 1847 (10 years ago) by michael: - Constification, replaced few sprintf with snprintf
hook.c 1646 (11 years ago) by michael: - First pass of conf parser stabilization/cleanup
s_auth.c 2181 (10 years ago) by michael: - Fixed debug assertion being triggered on ident lookup as reported by Stuart Walsh
rng_mt.c 1662 (11 years ago) by michael: - Fixed inconsistent svn file properties
hostmask.c 1786 (11 years ago) by michael: - Fixed possible core in try_parse_v4_netmask() as reported by bobnomnom
s_bsd_poll.c 1736 (11 years ago) by michael: - Forward-port -r1732 [Dropped support for linux rt signals]
fdlist.c 1736 (11 years ago) by michael: - Forward-port -r1732 [Dropped support for linux rt signals]
log.c 1831 (10 years ago) by michael: - Forward-port -r1741 [Fixed logfiles not getting reopened on /rehash]
irc_string.c 1921 (10 years ago) by michael: - Forward-port -r1920 [Dropped PCRE support]
ircd.c 2228 (10 years ago) by michael: - Implement certificate fingerprint validation for oper{} and connect{} blocks. Some code taken from oftc-hybrid. Hello, stu!
conf.c 2228 (10 years ago) by michael: - Implement certificate fingerprint validation for oper{} and connect{} blocks. Some code taken from oftc-hybrid. Hello, stu!
dbuf.c 1654 (11 years ago) by michael: - Implemented memory pool allocator which basically is taken from Tor's mempool allocator for Tor cells - Fixed compile warnings in conf_class.c - ./configure --enable-assert works again
list.c 1654 (11 years ago) by michael: - Implemented memory pool allocator which basically is taken from Tor's mempool allocator for Tor cells - Fixed compile warnings in conf_class.c - ./configure --enable-assert works again
s_gline.c 1997 (10 years ago) by michael: - Mostly style cleanups & whitespace changes
whowas.c 1997 (10 years ago) by michael: - Mostly style cleanups & whitespace changes
modules.c 1997 (10 years ago) by michael: - Mostly style cleanups & whitespace changes
mempool.c 1967 (10 years ago) by michael: - Print chunk capacity to debug.log instead of ircd.log
conf_db.c 2174 (10 years ago) by michael: - Remove unused temporary_resv list. Move channel_resv_list to conf.c
resv.c 2174 (10 years ago) by michael: - Remove unused temporary_resv list. Move channel_resv_list to conf.c
irc_res.c 1834 (10 years ago) by michael: - Revert to -r1831
listener.c 1834 (10 years ago) by michael: - Revert to -r1831
s_bsd_devpoll.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
irc_reslib.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
ircd_signal.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
s_bsd_epoll.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
getopt.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
s_bsd_select.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
s_bsd_kqueue.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
parse.c 2182 (10 years ago) by michael: - Style correcions/white-space changes
hash.c 1964 (10 years ago) by michael: - Tweaked various mempool chunk sizes
match.c 1874 (10 years ago) by michael: - WHOIS may no longer accept wildcards
Makefile.in 2238 (10 years ago) by michael: - automake 1.13.4
channel.c 2208 (10 years ago) by michael: - channel.c: optimized can_join(). Do less intensive tests before actually testing for ban/exempt masks
channel_mode.c 2242 (10 years ago) by michael: - channel_mode.c:add_id(): don't leak server names of servers that are hidden. Patch provided by Adam <adam@anope.org>
conf_class.c 2213 (10 years ago) by michael: - conf_class.c: white-space changes
event.c 1671 (11 years ago) by michael: - event.c: fixed bug spotted by Jakub S. where timed events stopped from working if the system's clock is running backwards
memory.c 1664 (11 years ago) by michael: - memory.c: removed mem_frob() - automake 1.12.5
motd.c 2203 (10 years ago) by michael: - motd.c: style correction
numeric.c 2233 (10 years ago) by michael: - numeric.c: fixed core introduced in -r2228
conf_parser.c 2244 (10 years ago) by michael: - rename 'fingerprint' configuration directive to 'ssl_certificate_fingerprint'
conf_parser.h 2244 (10 years ago) by michael: - rename 'fingerprint' configuration directive to 'ssl_certificate_fingerprint'
conf_lexer.c 2244 (10 years ago) by michael: - rename 'fingerprint' configuration directive to 'ssl_certificate_fingerprint'
conf_lexer.l 2244 (10 years ago) by michael: - rename 'fingerprint' configuration directive to 'ssl_certificate_fingerprint'
conf_parser.y 2244 (10 years ago) by michael: - rename 'fingerprint' configuration directive to 'ssl_certificate_fingerprint'
restart.c 1631 (11 years ago) by michael: - restart.c: since save_all_databases may generate server traffic and log activity, it makes more sense to save the databases _before_ flushing the sendqueue/closing file descriptors
rsa.c 2134 (10 years ago) by michael: - s_user.c, s_serv.c, rsa.c: style corrections; mostly whitespace changes
s_user.c 2231 (10 years ago) by michael: - s_user.c:introduce_client(): must send CERTFP on client introduction aswell
send.c 1844 (10 years ago) by michael: - send.c:sendto_common_channels_local(): fixed core which has been introduced in -r1734
version.c 2080 (10 years ago) by michael: - version.c: update copyright years
0 directories and 55 files shown