ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules
r1687
File Last Change
 ../
core/ 1687 (11 years ago) by michael: - Forward-port -r1685 [STATS q|Q now shows how many times a resv{} block has been matched]
Makefile.am 1659 (11 years ago) by michael: - move m_webirc.c from contrib/ to modules/
Makefile.in 1680 (11 years ago) by michael: - bison 2.7 & automake 1.12.6 - Update configure.ac
m_accept.c 1666 (11 years ago) by michael: - Cleanup unused header file includes - Fixed minor compile warning in conf.c
m_admin.c 1618 (11 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
m_away.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
m_cap.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
m_capab.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
m_challenge.c 1666 (11 years ago) by michael: - Cleanup unused header file includes - Fixed minor compile warning in conf.c
m_close.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
m_connect.c 1636 (11 years ago) by michael: - Cleanup configuration subsystem - Fixed broken CIDR support for /challenge
m_dline.c 1666 (11 years ago) by michael: - Cleanup unused header file includes - Fixed minor compile warning in conf.c
m_encap.c 1652 (11 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
m_eob.c 1618 (11 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
m_etrace.c 1676 (11 years ago) by michael: - m_etrace.c: fixed compile warning; removed set_time() call in report_this_status()
m_gline.c 1666 (11 years ago) by michael: - Cleanup unused header file includes - Fixed minor compile warning in conf.c
m_globops.c 1662 (11 years ago) by michael: - Fixed inconsistent svn file properties
m_hash.c 1632 (11 years ago) by michael: - Initial rewrite of the configuration subsystem
m_help.c 1674 (11 years ago) by michael: - Minor cleanups to m_help.c, also helpfiles may no longer contain #comments
m_info.c 1618 (11 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
m_invite.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
m_ison.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
m_kline.c 1666 (11 years ago) by michael: - Cleanup unused header file includes - Fixed minor compile warning in conf.c
m_knock.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
m_links.c 1652 (11 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
m_list.c 1666 (11 years ago) by michael: - Cleanup unused header file includes - Fixed minor compile warning in conf.c
m_locops.c 1652 (11 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
m_lusers.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
m_map.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
m_module.c 1653 (11 years ago) by michael: - added improved match() stolen from ircu - fixed compile warning in m_module.c
m_motd.c 1618 (11 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
m_names.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
m_oper.c 1632 (11 years ago) by michael: - Initial rewrite of the configuration subsystem
m_operwall.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
m_pass.c 1666 (11 years ago) by michael: - Cleanup unused header file includes - Fixed minor compile warning in conf.c
m_ping.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
m_pong.c 1652 (11 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
m_post.c 1618 (11 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
m_rehash.c 1618 (11 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
m_restart.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
m_resv.c 1652 (11 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
m_services.c 1662 (11 years ago) by michael: - Fixed inconsistent svn file properties
m_set.c 1632 (11 years ago) by michael: - Initial rewrite of the configuration subsystem
m_stats.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
m_svinfo.c 1618 (11 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
m_svsmode.c 1662 (11 years ago) by michael: - Fixed inconsistent svn file properties
m_svsnick.c 1662 (11 years ago) by michael: - Fixed inconsistent svn file properties
m_tburst.c 1615 (11 years ago) by michael: - Fixed possible TBURST desynchronization with services - Fixed TBURST sending server's name to clients if it's a hidden server
m_testline.c 1649 (11 years ago) by michael: - minor MaskItem structure cleanup
m_testmask.c 1652 (11 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
m_time.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
m_topic.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
m_trace.c 1652 (11 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
m_user.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
m_userhost.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
m_users.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
m_version.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
m_wallops.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
m_watch.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
m_webirc.c 1659 (11 years ago) by michael: - move m_webirc.c from contrib/ to modules/
m_who.c 1652 (11 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
m_whois.c 1652 (11 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
m_whowas.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
m_xline.c 1666 (11 years ago) by michael: - Cleanup unused header file includes - Fixed minor compile warning in conf.c
1 directory and 63 files shown