ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules
r4879
File Last Change
 ../
core/ 4843 (9 years ago) by michael: - m_die.c:mo_die(), m_restart.c:mo_restart(): minor cleanups
Makefile.am 4533 (9 years ago) by michael: - Implemented pseudo {} blocks (service aliases)
Makefile.in 4533 (9 years ago) by michael: - Implemented pseudo {} blocks (service aliases)
m_accept.c 4816 (9 years ago) by michael: - Renamed variables
m_admin.c 4758 (9 years ago) by michael: - Improved RPL_LOAD2HI numeric
m_away.c 4589 (9 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_cap.c 4793 (9 years ago) by michael: - Added support for the "extended-join" client capability
m_capab.c 4589 (9 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_certfp.c 4740 (9 years ago) by michael: - m_certfp.c:ms_certfp(): use source_p->certfp instead of parv[1]
m_challenge.c 4589 (9 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_close.c 4816 (9 years ago) by michael: - Renamed variables
m_connect.c 4688 (9 years ago) by michael: - m_connect.c: whitespace changes
m_dline.c 4816 (9 years ago) by michael: - Renamed variables
m_encap.c 4564 (9 years ago) by michael: - Update GPL 2 license headers
m_eob.c 4816 (9 years ago) by michael: - Renamed variables
m_etrace.c 4816 (9 years ago) by michael: - Renamed variables
m_gline.c 4816 (9 years ago) by michael: - Renamed variables
m_globops.c 4701 (9 years ago) by michael: - m_globops.c:ms_globops(): avoid indexing parv three times
m_hash.c 4564 (9 years ago) by michael: - Update GPL 2 license headers
m_help.c 4758 (9 years ago) by michael: - Improved RPL_LOAD2HI numeric
m_info.c 4758 (9 years ago) by michael: - Improved RPL_LOAD2HI numeric
m_invite.c 4817 (9 years ago) by michael: - Renamed variables
m_ison.c 4879 (9 years ago) by michael: - m_ison.c: unbreak /ison; removed useless indexing on parv; removed archaic ircII hack
m_kline.c 4816 (9 years ago) by michael: - Renamed variables
m_knock.c 4794 (9 years ago) by michael: - Removed pointless test for UMODE_DEAF in both sendto_channel_local() and sendto_channel_local_butone()
m_links.c 4816 (9 years ago) by michael: - Renamed variables
m_list.c 4753 (9 years ago) by michael: - m_list.c:do_list(): removed unused parameters
m_locops.c 4564 (9 years ago) by michael: - Update GPL 2 license headers
m_lusers.c 4758 (9 years ago) by michael: - Improved RPL_LOAD2HI numeric
m_map.c 4875 (9 years ago) by michael: - m_map.c:dump_map(): from p4: readd ':' after Users in /map
m_module.c 4816 (9 years ago) by michael: - Renamed variables
m_motd.c 4758 (9 years ago) by michael: - Improved RPL_LOAD2HI numeric
m_names.c 4602 (9 years ago) by michael: - m_names.c:m_names(): removed legacy code; constification
m_oper.c 4831 (9 years ago) by michael: - m_oper.c:m_oper(): constification
m_pass.c 4589 (9 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_ping.c 4714 (9 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 4717 (9 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 4564 (9 years ago) by michael: - Update GPL 2 license headers
m_rehash.c 4841 (9 years ago) by michael: - m_rehash.c:mo_rehash(): minor cleanup
m_restart.c 4845 (9 years ago) by michael: - m_die.c:mo_die(), m_restart.c:mo_restart(): minor cleanups
m_resv.c 4649 (9 years ago) by michael: - m_resv.c, m_unresv.c: allow servers to add/remove RESVs
m_set.c 4564 (9 years ago) by michael: - Update GPL 2 license headers
m_stats.c 4816 (9 years ago) by michael: - Renamed variables
m_svinfo.c 4564 (9 years ago) by michael: - Update GPL 2 license headers
m_svsjoin.c 4564 (9 years ago) by michael: - Update GPL 2 license headers
m_svskill.c 4835 (9 years ago) by michael: - m_svskill.c:ms_svskill(): use KILLLEN instead of KICKLEN
m_svsmode.c 4820 (9 years ago) by michael: - Renamed Client::svid to Client::account
m_svsnick.c 4589 (9 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_svspart.c 4564 (9 years ago) by michael: - Update GPL 2 license headers
m_tburst.c 4817 (9 years ago) by michael: - Renamed variables
m_time.c 4691 (9 years ago) by michael: - Style corrections
m_topic.c 4816 (9 years ago) by michael: - Renamed variables
m_trace.c 4816 (9 years ago) by michael: - Renamed variables
m_undline.c 4652 (9 years ago) by michael: - m_undline.c: fixed broken /dline remote.server
m_unkline.c 4636 (9 years ago) by michael: - m_kline.c, m_unkline.c: allow servers to add/remove KLINEs
m_unresv.c 4649 (9 years ago) by michael: - m_resv.c, m_unresv.c: allow servers to add/remove RESVs
m_unxline.c 4816 (9 years ago) by michael: - Renamed variables
m_user.c 4589 (9 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_userhost.c 4827 (9 years ago) by michael: - m_userhost.c:m_userhost(): replaced sprintf() with snprintf()
m_version.c 4758 (9 years ago) by michael: - Improved RPL_LOAD2HI numeric
m_wallops.c 4564 (9 years ago) by michael: - Update GPL 2 license headers
m_watch.c 4816 (9 years ago) by michael: - Renamed variables
m_webirc.c 4589 (9 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_who.c 4824 (9 years ago) by michael: - client.c, m_who.c: style corrections
m_whois.c 4820 (9 years ago) by michael: - Renamed Client::svid to Client::account
m_whowas.c 4820 (9 years ago) by michael: - Renamed Client::svid to Client::account
m_xline.c 4816 (9 years ago) by michael: - Renamed variables
1 directory and 66 files shown