ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules
r4809
File Last Change (rev)
 ../
core/ 4809 (11 years ago) by michael: - m_sjoin.c:ms_sjoin(): moved remove_ban_lis() calls
m_topic.c 4794 (11 years ago) by michael: - Removed pointless test for UMODE_DEAF in both sendto_channel_local() and sendto_channel_local_butone()
m_tburst.c 4794 (11 years ago) by michael: - Removed pointless test for UMODE_DEAF in both sendto_channel_local() and sendto_channel_local_butone()
m_knock.c 4794 (11 years ago) by michael: - Removed pointless test for UMODE_DEAF in both sendto_channel_local() and sendto_channel_local_butone()
m_cap.c 4793 (11 years ago) by michael: - Added support for the "extended-join" client capability
m_whois.c 4766 (11 years ago) by michael: - /WHOWAS now shows the name of the services account a user was logged in - Prepare whois_person() for target_p->svid[0] being '*' for user that aren't logged into a services account - Update NEWS
m_whowas.c 4766 (11 years ago) by michael: - /WHOWAS now shows the name of the services account a user was logged in - Prepare whois_person() for target_p->svid[0] being '*' for user that aren't logged into a services account - Update NEWS
m_map.c 4758 (11 years ago) by michael: - Improved RPL_LOAD2HI numeric
m_info.c 4758 (11 years ago) by michael: - Improved RPL_LOAD2HI numeric
m_stats.c 4758 (11 years ago) by michael: - Improved RPL_LOAD2HI numeric
m_help.c 4758 (11 years ago) by michael: - Improved RPL_LOAD2HI numeric
m_who.c 4758 (11 years ago) by michael: - Improved RPL_LOAD2HI numeric
m_motd.c 4758 (11 years ago) by michael: - Improved RPL_LOAD2HI numeric
m_admin.c 4758 (11 years ago) by michael: - Improved RPL_LOAD2HI numeric
m_version.c 4758 (11 years ago) by michael: - Improved RPL_LOAD2HI numeric
m_lusers.c 4758 (11 years ago) by michael: - Improved RPL_LOAD2HI numeric
m_links.c 4758 (11 years ago) by michael: - Improved RPL_LOAD2HI numeric
m_list.c 4753 (11 years ago) by michael: - m_list.c:do_list(): removed unused parameters
m_module.c 4743 (11 years ago) by michael: - m_module.c:mo_module(): improve readability; avoid indexing parv[] several times
m_certfp.c 4740 (11 years ago) by michael: - m_certfp.c:ms_certfp(): use source_p->certfp instead of parv[1]
m_pong.c 4717 (11 years ago) by michael: - m_pong.c:ms_pong(): hash_find_client() covers both named servers and clients thus replaced hash_find_server() with hash_find_id() for ID-based server/client lookups
m_ping.c 4714 (11 years ago) by michael: - m_ping.c:ms_ping(): added sanity test for wrong directed PING messages as suggested by Adam. Needs more discussion whether that test is still needed with TS6
m_globops.c 4701 (11 years ago) by michael: - m_globops.c:ms_globops(): avoid indexing parv three times
m_time.c 4691 (11 years ago) by michael: - Style corrections
m_connect.c 4688 (11 years ago) by michael: - m_connect.c: whitespace changes
m_dline.c 4675 (11 years ago) by michael: - m_dline.c:mo_dline(): correction to previous commit
m_kline.c 4672 (11 years ago) by michael: - m_dline.c, m_kline.c: avoid using valid_comment()
m_unxline.c 4671 (11 years ago) by michael: - m_unxline.c: renamed remove_xline_match to remove_xline_exact
m_undline.c 4652 (11 years ago) by michael: - m_undline.c: fixed broken /dline remote.server
m_unresv.c 4649 (11 years ago) by michael: - m_resv.c, m_unresv.c: allow servers to add/remove RESVs
m_resv.c 4649 (11 years ago) by michael: - m_resv.c, m_unresv.c: allow servers to add/remove RESVs
m_xline.c 4645 (11 years ago) by michael: - m_xline.c, m_unxline.c: allow servers to add/remove XLINEs
m_unkline.c 4636 (11 years ago) by michael: - m_kline.c, m_unkline.c: allow servers to add/remove KLINEs
m_invite.c 4617 (11 years ago) by michael: - Renamed Channel::chname to Channel::name
m_names.c 4602 (11 years ago) by michael: - m_names.c:m_names(): removed legacy code; constification
m_capab.c 4589 (11 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_accept.c 4589 (11 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_etrace.c 4589 (11 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_away.c 4589 (11 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_user.c 4589 (11 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_svsnick.c 4589 (11 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_pass.c 4589 (11 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_watch.c 4589 (11 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_webirc.c 4589 (11 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_challenge.c 4589 (11 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_trace.c 4589 (11 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_eob.c 4589 (11 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_gline.c 4589 (11 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_close.c 4564 (11 years ago) by michael: - Update GPL 2 license headers
m_svsjoin.c 4564 (11 years ago) by michael: - Update GPL 2 license headers
m_locops.c 4564 (11 years ago) by michael: - Update GPL 2 license headers
m_svinfo.c 4564 (11 years ago) by michael: - Update GPL 2 license headers
m_oper.c 4564 (11 years ago) by michael: - Update GPL 2 license headers
m_ison.c 4564 (11 years ago) by michael: - Update GPL 2 license headers
m_set.c 4564 (11 years ago) by michael: - Update GPL 2 license headers
m_hash.c 4564 (11 years ago) by michael: - Update GPL 2 license headers
m_post.c 4564 (11 years ago) by michael: - Update GPL 2 license headers
m_svsmode.c 4564 (11 years ago) by michael: - Update GPL 2 license headers
m_userhost.c 4564 (11 years ago) by michael: - Update GPL 2 license headers
m_rehash.c 4564 (11 years ago) by michael: - Update GPL 2 license headers
m_encap.c 4564 (11 years ago) by michael: - Update GPL 2 license headers
m_svskill.c 4564 (11 years ago) by michael: - Update GPL 2 license headers
m_svspart.c 4564 (11 years ago) by michael: - Update GPL 2 license headers
m_restart.c 4564 (11 years ago) by michael: - Update GPL 2 license headers
m_wallops.c 4564 (11 years ago) by michael: - Update GPL 2 license headers
Makefile.in 4533 (11 years ago) by michael: - Implemented pseudo {} blocks (service aliases)
Makefile.am 4533 (11 years ago) by michael: - Implemented pseudo {} blocks (service aliases)
1 directory and 66 files shown