ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src
r1658
File Last Change
 ../
s_bsd_poll.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
irc_reslib.c 1592 (13 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
rsa.c 1592 (13 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
irc_string.c 1592 (13 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
version.c 1592 (13 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
ircd_signal.c 1592 (13 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
log.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_sigio.c 1592 (13 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
whowas.c 1592 (13 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
getopt.c 1592 (13 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
rng_mt.c 1592 (13 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
sprintf_irc.c 1592 (13 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
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_misc.c 1592 (13 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
motd.c 1592 (13 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
event.c 1592 (13 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
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
listener.c 1618 (13 years ago) by michael: - Made m_globops() and ms_globops() use sendto_realops_flags() - Added message-type parameter to sendto_realops_flags() which can be one of SEND_NOTICE, SEND_GLOBAL, SEND_LOCOPS - Forward-port -r1617
fdlist.c 1618 (13 years ago) by michael: - Made m_globops() and ms_globops() use sendto_realops_flags() - Added message-type parameter to sendto_realops_flags() which can be one of SEND_NOTICE, SEND_GLOBAL, SEND_LOCOPS - Forward-port -r1617
parse.c 1618 (13 years ago) by michael: - Made m_globops() and ms_globops() use sendto_realops_flags() - Added message-type parameter to sendto_realops_flags() which can be one of SEND_NOTICE, SEND_GLOBAL, SEND_LOCOPS - Forward-port -r1617
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
packet.c 1632 (13 years ago) by michael: - Initial rewrite of the configuration subsystem
s_gline.c 1644 (13 years ago) by michael: - More config subsystem cleanups
messages.tab 1644 (13 years ago) by michael: - More config subsystem cleanups
conf_lexer.l 1644 (13 years ago) by michael: - More config subsystem cleanups
numeric.c 1646 (13 years ago) by michael: - First pass of conf parser stabilization/cleanup
modules.c 1646 (13 years ago) by michael: - First pass of conf parser stabilization/cleanup
s_user.c 1646 (13 years ago) by michael: - First pass of conf parser stabilization/cleanup
memory.c 1646 (13 years ago) by michael: - First pass of conf parser stabilization/cleanup
hook.c 1646 (13 years ago) by michael: - First pass of conf parser stabilization/cleanup
s_bsd.c 1649 (13 years ago) by michael: - minor MaskItem structure cleanup
conf_db.c 1651 (13 years ago) by michael: - Fixed class blocks not getting default values set properly - bison 2.6.5
conf_parser.c 1651 (13 years ago) by michael: - Fixed class blocks not getting default values set properly - bison 2.6.5
conf_parser.h 1651 (13 years ago) by michael: - Fixed class blocks not getting default values set properly - bison 2.6.5
conf_lexer.c 1651 (13 years ago) by michael: - Fixed class blocks not getting default values set properly - bison 2.6.5
conf_parser.y 1651 (13 years ago) by michael: - Fixed class blocks not getting default values set properly - bison 2.6.5
s_serv.c 1652 (13 years ago) by michael: - changed match() polarity. match() now returns 0 on match and 1 on non-match This cleans up several places where function pointers of different matching functions like irccmp/strcmp/match are passed to other functions. - added improved collapse() to match.c
send.c 1652 (13 years ago) by michael: - changed match() polarity. match() now returns 0 on match and 1 on non-match This cleans up several places where function pointers of different matching functions like irccmp/strcmp/match are passed to other functions. - added improved collapse() to match.c
match.c 1653 (13 years ago) by michael: - added improved match() stolen from ircu - fixed compile warning in m_module.c
resv.c 1653 (13 years ago) by michael: - added improved match() stolen from ircu - fixed compile warning in m_module.c
Makefile.in 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
irc_res.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
watch.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
client.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
channel_mode.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.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.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
s_auth.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
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
hash.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
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
Makefile.am 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
channel.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
hostmask.c 1655 (13 years ago) by michael: - hostmask.c:find_conf_by_address: fixed logic error which got introduced in -r1652
mempool.c 1656 (13 years ago) by michael: - add mempool.(c|h)
conf_class.c 1658 (13 years ago) by michael: - conf_class.c: remove unused header includes
0 directories and 58 files shown