ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules
r4799
File Last Change
 ../
core/ 4795 (10 years ago) by michael: - Removed pointless test for UMODE_DEAF in both sendto_channel_local() and sendto_channel_local_butone()
Makefile.am 4545 (11 years ago) by michael: - Implemented pseudo {} blocks (service aliases) - Fixed compile warnings with -Wmissing-field-initializers
Makefile.in 4545 (11 years ago) by michael: - Implemented pseudo {} blocks (service aliases) - Fixed compile warnings with -Wmissing-field-initializers
m_accept.c 4588 (11 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_admin.c 4759 (10 years ago) by michael: - Improved RPL_LOAD2HI numeric
m_away.c 4588 (11 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_cap.c 4792 (10 years ago) by michael: - Added support for the "extended-join" client capability
m_capab.c 4588 (11 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_certfp.c 4741 (10 years ago) by michael: - m_certfp.c:ms_certfp(): use source_p->certfp instead of parv[1]
m_challenge.c 4588 (11 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_close.c 4565 (11 years ago) by michael: - Update GPL 2 license headers
m_connect.c 4689 (10 years ago) by michael: - m_connect.c: whitespace changes
m_dline.c 4674 (10 years ago) by michael: - m_dline.c:mo_dline(): correction to previous commit
m_encap.c 4565 (11 years ago) by michael: - Update GPL 2 license headers
m_eob.c 4588 (11 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_etrace.c 4588 (11 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_gline.c 4588 (11 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_globops.c 4700 (10 years ago) by michael: - m_globops.c:ms_globops(): avoid indexing parv three times
m_hash.c 4565 (11 years ago) by michael: - Update GPL 2 license headers
m_help.c 4759 (10 years ago) by michael: - Improved RPL_LOAD2HI numeric
m_info.c 4759 (10 years ago) by michael: - Improved RPL_LOAD2HI numeric
m_invite.c 4618 (10 years ago) by michael: - Renamed Channel::chname to Channel::name
m_ison.c 4565 (11 years ago) by michael: - Update GPL 2 license headers
m_kline.c 4673 (10 years ago) by michael: - m_dline.c, m_kline.c: avoid using valid_comment()
m_knock.c 4795 (10 years ago) by michael: - Removed pointless test for UMODE_DEAF in both sendto_channel_local() and sendto_channel_local_butone()
m_links.c 4759 (10 years ago) by michael: - Improved RPL_LOAD2HI numeric
m_list.c 4752 (10 years ago) by michael: - m_list.c:do_list(): removed unused parameters
m_locops.c 4565 (11 years ago) by michael: - Update GPL 2 license headers
m_lusers.c 4759 (10 years ago) by michael: - Improved RPL_LOAD2HI numeric
m_map.c 4759 (10 years ago) by michael: - Improved RPL_LOAD2HI numeric
m_module.c 4742 (10 years ago) by michael: - m_module.c:mo_module(): improve readability; avoid indexing parv[] several times
m_motd.c 4759 (10 years ago) by michael: - Improved RPL_LOAD2HI numeric
m_names.c 4603 (10 years ago) by michael: - m_names.c:m_names(): removed legacy code; constification
m_oper.c 4565 (11 years ago) by michael: - Update GPL 2 license headers
m_pass.c 4588 (11 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_ping.c 4715 (10 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_pong.c 4716 (10 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_post.c 4565 (11 years ago) by michael: - Update GPL 2 license headers
m_rehash.c 4565 (11 years ago) by michael: - Update GPL 2 license headers
m_restart.c 4565 (11 years ago) by michael: - Update GPL 2 license headers
m_resv.c 4650 (10 years ago) by michael: - m_resv.c, m_unresv.c: allow servers to add/remove RESVs
m_set.c 4565 (11 years ago) by michael: - Update GPL 2 license headers
m_stats.c 4759 (10 years ago) by michael: - Improved RPL_LOAD2HI numeric
m_svinfo.c 4565 (11 years ago) by michael: - Update GPL 2 license headers
m_svsjoin.c 4565 (11 years ago) by michael: - Update GPL 2 license headers
m_svskill.c 4565 (11 years ago) by michael: - Update GPL 2 license headers
m_svsmode.c 4565 (11 years ago) by michael: - Update GPL 2 license headers
m_svsnick.c 4588 (11 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_svspart.c 4565 (11 years ago) by michael: - Update GPL 2 license headers
m_tburst.c 4795 (10 years ago) by michael: - Removed pointless test for UMODE_DEAF in both sendto_channel_local() and sendto_channel_local_butone()
m_time.c 4690 (10 years ago) by michael: - Style corrections
m_topic.c 4795 (10 years ago) by michael: - Removed pointless test for UMODE_DEAF in both sendto_channel_local() and sendto_channel_local_butone()
m_trace.c 4588 (11 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_undline.c 4653 (10 years ago) by michael: - m_undline.c: fixed broken /dline remote.server
m_unkline.c 4635 (10 years ago) by michael: - m_kline.c, m_unkline.c: allow servers to add/remove KLINEs
m_unresv.c 4650 (10 years ago) by michael: - m_resv.c, m_unresv.c: allow servers to add/remove RESVs
m_unxline.c 4670 (10 years ago) by michael: - m_unxline.c: renamed remove_xline_match to remove_xline_exact
m_user.c 4588 (11 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_userhost.c 4565 (11 years ago) by michael: - Update GPL 2 license headers
m_version.c 4759 (10 years ago) by michael: - Improved RPL_LOAD2HI numeric
m_wallops.c 4565 (11 years ago) by michael: - Update GPL 2 license headers
m_watch.c 4588 (11 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_webirc.c 4588 (11 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_who.c 4759 (10 years ago) by michael: - Improved RPL_LOAD2HI numeric
m_whois.c 4767 (10 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
m_whowas.c 4767 (10 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
m_xline.c 4646 (10 years ago) by michael: - m_xline.c, m_unxline.c: allow servers to add/remove XLINEs
1 directory and 66 files shown