ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src
r1904
File (rev) Last Change
 ../
whowas.c 1857 (13 years ago) by michael: - Constification
watch.c 1857 (13 years ago) by michael: - Constification
version.c 1592 (13 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
send.c 1844 (13 years ago) by michael: - send.c:sendto_common_channels_local(): fixed core which has been introduced in -r1734
s_user.c 1904 (13 years ago) by michael: - Removed operflag 'nick_changes'. Operators can now set +n at will
s_serv.c 1877 (13 years ago) by michael: - Made find_capability() return an unsigned int
s_misc.c 1847 (13 years ago) by michael: - Constification, replaced few sprintf with snprintf
s_gline.c 1644 (13 years ago) by michael: - More config subsystem cleanups
s_bsd_select.c 1592 (13 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
s_bsd_poll.c 1736 (13 years ago) by michael: - Forward-port -r1732 [Dropped support for linux rt signals]
s_bsd_kqueue.c 1592 (13 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
s_bsd_epoll.c 1592 (13 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
s_bsd_devpoll.c 1592 (13 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
s_bsd.c 1858 (13 years ago) by michael: - Added basic support for libGeoIP - Added exempt configuration option to resv{} blocks
s_auth.c 1798 (13 years ago) by michael: - Cleanup/reorganize header file layout - Fixed naming convention in some places
rsa.c 1752 (13 years ago) by michael: - Forward-port -r1740 [Fixed yyerror() not reporting configuration errors in some cases]
rng_mt.c 1662 (13 years ago) by michael: - Fixed inconsistent svn file properties
resv.c 1872 (13 years ago) by michael: - Fixed broken compile with libGeoIP disabled
restart.c 1631 (13 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 (13 years ago) by michael: - Revert to -r1831
packet.c 1798 (13 years ago) by michael: - Cleanup/reorganize header file layout - Fixed naming convention in some places
numeric.c 1899 (13 years ago) by michael: - Changed RPL_WELCOME to comply with rfc2812
motd.c 1834 (13 years ago) by michael: - Revert to -r1831
modules.c 1737 (13 years ago) by michael: - Quick and dirty workaround to fix build on GNU/Hurd because of undefined PATH_MAX
mempool.c 1662 (13 years ago) by michael: - Fixed inconsistent svn file properties
memory.c 1664 (13 years ago) by michael: - memory.c: removed mem_frob() - automake 1.12.5
match.c 1874 (13 years ago) by michael: - WHOIS may no longer accept wildcards
log.c 1831 (13 years ago) by michael: - Forward-port -r1741 [Fixed logfiles not getting reopened on /rehash]
listener.c 1834 (13 years ago) by michael: - Revert to -r1831
list.c 1654 (13 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 (13 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
ircd.c 1858 (13 years ago) by michael: - Added basic support for libGeoIP - Added exempt configuration option to resv{} blocks
irc_string.c 1801 (13 years ago) by michael: - myctime(): replaced strcpy() with strlcpy()
irc_reslib.c 1592 (13 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
irc_res.c 1834 (13 years ago) by michael: - Revert to -r1831
hostmask.c 1786 (13 years ago) by michael: - Fixed possible core in try_parse_v4_netmask() as reported by bobnomnom
hook.c 1646 (13 years ago) by michael: - First pass of conf parser stabilization/cleanup
hash.c 1834 (13 years ago) by michael: - Revert to -r1831
getopt.c 1592 (13 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
fdlist.c 1736 (13 years ago) by michael: - Forward-port -r1732 [Dropped support for linux rt signals]
event.c 1671 (13 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 (13 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 1904 (13 years ago) by michael: - Removed operflag 'nick_changes'. Operators can now set +n at will
conf_parser.h 1904 (13 years ago) by michael: - Removed operflag 'nick_changes'. Operators can now set +n at will
conf_parser.c 1904 (13 years ago) by michael: - Removed operflag 'nick_changes'. Operators can now set +n at will
conf_lexer.l 1904 (13 years ago) by michael: - Removed operflag 'nick_changes'. Operators can now set +n at will
conf_lexer.c 1904 (13 years ago) by michael: - Removed operflag 'nick_changes'. Operators can now set +n at will
conf_db.c 1858 (13 years ago) by michael: - Added basic support for libGeoIP - Added exempt configuration option to resv{} blocks
conf_class.c 1783 (13 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 1904 (13 years ago) by michael: - Removed operflag 'nick_changes'. Operators can now set +n at will
client.c 1847 (13 years ago) by michael: - Constification, replaced few sprintf with snprintf
channel_mode.c 1834 (13 years ago) by michael: - Revert to -r1831
channel.c 1902 (13 years ago) by michael: - channel.c:get_member_status(): removed useless NULL pointer test
Makefile.in 1834 (13 years ago) by michael: - Revert to -r1831
Makefile.am 1834 (13 years ago) by michael: - Revert to -r1831
0 directories and 55 files shown