ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules
r1761
File Last Change
 ../
core/ 1751 (11 years ago) by michael: - Forward-port -r1750 [IMPORTANT: nick and topic lengths are now configurable via ircd.conf. A max_nick_length, as well as a max_topic_length configuration option can now be found in the serverinfo{} block] - OpenSSL 0.9.8s and higher is now required in order to enable ssl support
m_stats.c 1761 (11 years ago) by michael: - Fixed some other invalid conversion specifiers
m_dline.c 1761 (11 years ago) by michael: - Fixed some other invalid conversion specifiers
m_info.c 1754 (11 years ago) by michael: - Values of max_clients, max_nick_length, and max_topic_length are now shown in /info
m_topic.c 1751 (11 years ago) by michael: - Forward-port -r1750 [IMPORTANT: nick and topic lengths are now configurable via ircd.conf. A max_nick_length, as well as a max_topic_length configuration option can now be found in the serverinfo{} block] - OpenSSL 0.9.8s and higher is now required in order to enable ssl support
m_tburst.c 1751 (11 years ago) by michael: - Forward-port -r1750 [IMPORTANT: nick and topic lengths are now configurable via ircd.conf. A max_nick_length, as well as a max_topic_length configuration option can now be found in the serverinfo{} block] - OpenSSL 0.9.8s and higher is now required in order to enable ssl support
m_away.c 1749 (11 years ago) by michael: - Rebuilt conf_parser.c - Minor logic fixes to recently added away-notify capability
m_help.c 1737 (11 years ago) by michael: - Quick and dirty workaround to fix build on GNU/Hurd because of undefined PATH_MAX
m_set.c 1736 (11 years ago) by michael: - Forward-port -r1732 [Dropped support for linux rt signals]
m_rehash.c 1736 (11 years ago) by michael: - Forward-port -r1732 [Dropped support for linux rt signals]
m_cap.c 1734 (11 years ago) by michael: - Add support for "away-notify" client capability
m_svsnick.c 1734 (11 years ago) by michael: - Add support for "away-notify" client capability
Makefile.in 1730 (11 years ago) by michael: - automake 1.13.1
m_capab.c 1728 (11 years ago) by michael: - Backported -r1723 [Fixed possible core on USERHOST/ISON/CAPAB which for some reason only happens with glibc with optimization enabled. Reported by Mantas]
m_ison.c 1728 (11 years ago) by michael: - Backported -r1723 [Fixed possible core on USERHOST/ISON/CAPAB which for some reason only happens with glibc with optimization enabled. Reported by Mantas]
m_userhost.c 1728 (11 years ago) by michael: - Backported -r1723 [Fixed possible core on USERHOST/ISON/CAPAB which for some reason only happens with glibc with optimization enabled. Reported by Mantas]
m_invite.c 1721 (11 years ago) by michael: - m_invite.c: fixed broken CHWALL invite notice for invitees that are on a remote server
m_webirc.c 1715 (11 years ago) by michael: - Improved WEBIRC authentication; added 'webirc' to auth::flags
m_etrace.c 1676 (11 years ago) by michael: - m_etrace.c: fixed compile warning; removed set_time() call in report_this_status()
m_accept.c 1666 (11 years ago) by michael: - Cleanup unused header file includes - Fixed minor compile warning in conf.c
m_xline.c 1666 (11 years ago) by michael: - Cleanup unused header file includes - Fixed minor compile warning in conf.c
m_list.c 1666 (11 years ago) by michael: - Cleanup unused header file includes - Fixed minor compile warning in conf.c
m_pass.c 1666 (11 years ago) by michael: - Cleanup unused header file includes - Fixed minor compile warning in conf.c
m_kline.c 1666 (11 years ago) by michael: - Cleanup unused header file includes - Fixed minor compile warning in conf.c
m_challenge.c 1666 (11 years ago) by michael: - Cleanup unused header file includes - Fixed minor compile warning in conf.c
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_svsmode.c 1662 (11 years ago) by michael: - Fixed inconsistent svn file properties
m_services.c 1662 (11 years ago) by michael: - Fixed inconsistent svn file properties
Makefile.am 1659 (11 years ago) by michael: - move m_webirc.c from contrib/ to modules/
m_module.c 1653 (11 years ago) by michael: - added improved match() stolen from ircu - fixed compile warning in m_module.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_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_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_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_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_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_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_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_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_testline.c 1649 (11 years ago) by michael: - minor MaskItem structure cleanup
m_connect.c 1636 (11 years ago) by michael: - Cleanup configuration subsystem - Fixed broken CIDR support for /challenge
m_oper.c 1632 (11 years ago) by michael: - Initial rewrite of the configuration subsystem
m_hash.c 1632 (11 years ago) by michael: - Initial rewrite of the configuration subsystem
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_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_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_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_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_close.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_user.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
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_time.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_operwall.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_whowas.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
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_knock.c 1592 (11 years ago) by michael: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk
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_restart.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
1 directory and 63 files shown