ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src
r2181
File (rev) Last Change
 ../
whowas.c 1997 (12 years ago) by michael: - Mostly style cleanups & whitespace changes
watch.c 1857 (12 years ago) by michael: - Constification
version.c 2080 (12 years ago) by michael: - version.c: update copyright years
send.c 1844 (12 years ago) by michael: - send.c:sendto_common_channels_local(): fixed core which has been introduced in -r1734
s_user.c 2175 (12 years ago) by michael: - Now that invite- and ban-exempts are hardcoded, there's no need to delete them from ISUPPORT-list on /rehash
s_serv.c 2156 (12 years ago) by michael: - Cleanup flattened links code
s_misc.c 1847 (12 years ago) by michael: - Constification, replaced few sprintf with snprintf
s_gline.c 1997 (12 years ago) by michael: - Mostly style cleanups & whitespace changes
s_bsd_select.c 1592 (12 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
s_bsd_poll.c 1736 (12 years ago) by michael: - Forward-port -r1732 [Dropped support for linux rt signals]
s_bsd_kqueue.c 1592 (12 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
s_bsd_epoll.c 1592 (12 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
s_bsd_devpoll.c 1592 (12 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
s_bsd.c 2181 (12 years ago) by michael: - Fixed debug assertion being triggered on ident lookup as reported by Stuart Walsh
s_auth.c 2181 (12 years ago) by michael: - Fixed debug assertion being triggered on ident lookup as reported by Stuart Walsh
rsa.c 2134 (12 years ago) by michael: - s_user.c, s_serv.c, rsa.c: style corrections; mostly whitespace changes
rng_mt.c 1662 (12 years ago) by michael: - Fixed inconsistent svn file properties
resv.c 2174 (12 years ago) by michael: - Remove unused temporary_resv list. Move channel_resv_list to conf.c
restart.c 1631 (12 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
parse.c 1834 (12 years ago) by michael: - Revert to -r1831
packet.c 1798 (12 years ago) by michael: - Cleanup/reorganize header file layout - Fixed naming convention in some places
numeric.c 2150 (12 years ago) by michael: - Implement motd{} configuration blocks based on ircu's implementation
motd.c 2168 (12 years ago) by michael: - motd.c, motd.h: fix compile warnings
modules.c 1997 (12 years ago) by michael: - Mostly style cleanups & whitespace changes
mempool.c 1967 (12 years ago) by michael: - Print chunk capacity to debug.log instead of ircd.log
memory.c 1664 (12 years ago) by michael: - memory.c: removed mem_frob() - automake 1.12.5
match.c 1874 (12 years ago) by michael: - WHOIS may no longer accept wildcards
log.c 1831 (12 years ago) by michael: - Forward-port -r1741 [Fixed logfiles not getting reopened on /rehash]
listener.c 1834 (12 years ago) by michael: - Revert to -r1831
list.c 1654 (12 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
ircd_signal.c 1592 (12 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
ircd.c 2159 (12 years ago) by michael: - Cleanup ISUPPORT code and get rid of message.c
irc_string.c 1921 (12 years ago) by michael: - Forward-port -r1920 [Dropped PCRE support]
irc_reslib.c 1592 (12 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
irc_res.c 1834 (12 years ago) by michael: - Revert to -r1831
hostmask.c 1786 (12 years ago) by michael: - Fixed possible core in try_parse_v4_netmask() as reported by bobnomnom
hook.c 1646 (12 years ago) by michael: - First pass of conf parser stabilization/cleanup
hash.c 1964 (12 years ago) by michael: - Tweaked various mempool chunk sizes
getopt.c 1592 (12 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
fdlist.c 1736 (12 years ago) by michael: - Forward-port -r1732 [Dropped support for linux rt signals]
event.c 1671 (12 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
dbuf.c 1654 (12 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
conf_parser.y 2150 (12 years ago) by michael: - Implement motd{} configuration blocks based on ircu's implementation
conf_parser.h 2150 (12 years ago) by michael: - Implement motd{} configuration blocks based on ircu's implementation
conf_parser.c 2150 (12 years ago) by michael: - Implement motd{} configuration blocks based on ircu's implementation
conf_lexer.l 2150 (12 years ago) by michael: - Implement motd{} configuration blocks based on ircu's implementation
conf_lexer.c 2150 (12 years ago) by michael: - Implement motd{} configuration blocks based on ircu's implementation
conf_db.c 2174 (12 years ago) by michael: - Remove unused temporary_resv list. Move channel_resv_list to conf.c
conf_class.c 1783 (12 years ago) by michael: - Forward-port -r1774: - Configuration parser now does support 'year' and 'month' units - Add support for fake idle times to /whois. Known from csircd, this adds min_idle, and max_idle configuration directives to class{} blocks
conf.c 2175 (12 years ago) by michael: - Now that invite- and ban-exempts are hardcoded, there's no need to delete them from ISUPPORT-list on /rehash
client.c 2181 (12 years ago) by michael: - Fixed debug assertion being triggered on ident lookup as reported by Stuart Walsh
channel_mode.c 1954 (12 years ago) by michael: - Implemented channel mode +M. Clients that haven't identified their name with NickServ may not speak in a channel that has this mode set
channel.c 2148 (12 years ago) by michael: - Don't let non-SSL users join +S channs if ircd has been compiled without SSL support. Spotted by Stuart Walsh
Makefile.in 2178 (12 years ago) by michael: - automake 1.13.3
Makefile.am 2159 (12 years ago) by michael: - Cleanup ISUPPORT code and get rid of message.c
0 directories and 55 files shown