ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules
r4684
File Last Change
 ../
core/ 4669 (9 years ago) by michael: - m_error.c: whitespace change
Makefile.am 4545 (9 years ago) by michael: - Implemented pseudo {} blocks (service aliases) - Fixed compile warnings with -Wmissing-field-initializers
Makefile.in 4545 (9 years ago) by michael: - Implemented pseudo {} blocks (service aliases) - Fixed compile warnings with -Wmissing-field-initializers
m_accept.c 4588 (9 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_admin.c 4565 (9 years ago) by michael: - Update GPL 2 license headers
m_away.c 4588 (9 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_cap.c 4588 (9 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_capab.c 4588 (9 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_certfp.c 4565 (9 years ago) by michael: - Update GPL 2 license headers
m_challenge.c 4588 (9 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_close.c 4565 (9 years ago) by michael: - Update GPL 2 license headers
m_connect.c 4684 (9 years ago) by michael: - m_connect.c:ms_connect(): properly sanity check parv[3] before actually calling hunt_server()
m_dline.c 4674 (9 years ago) by michael: - m_dline.c:mo_dline(): correction to previous commit
m_encap.c 4565 (9 years ago) by michael: - Update GPL 2 license headers
m_eob.c 4588 (9 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_etrace.c 4588 (9 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_gline.c 4588 (9 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_globops.c 4565 (9 years ago) by michael: - Update GPL 2 license headers
m_hash.c 4565 (9 years ago) by michael: - Update GPL 2 license headers
m_help.c 4565 (9 years ago) by michael: - Update GPL 2 license headers
m_info.c 4588 (9 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_invite.c 4618 (9 years ago) by michael: - Renamed Channel::chname to Channel::name
m_ison.c 4565 (9 years ago) by michael: - Update GPL 2 license headers
m_kline.c 4673 (9 years ago) by michael: - m_dline.c, m_kline.c: avoid using valid_comment()
m_knock.c 4618 (9 years ago) by michael: - Renamed Channel::chname to Channel::name
m_links.c 4565 (9 years ago) by michael: - Update GPL 2 license headers
m_list.c 4588 (9 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_locops.c 4565 (9 years ago) by michael: - Update GPL 2 license headers
m_lusers.c 4565 (9 years ago) by michael: - Update GPL 2 license headers
m_map.c 4565 (9 years ago) by michael: - Update GPL 2 license headers
m_module.c 4565 (9 years ago) by michael: - Update GPL 2 license headers
m_motd.c 4565 (9 years ago) by michael: - Update GPL 2 license headers
m_names.c 4603 (9 years ago) by michael: - m_names.c:m_names(): removed legacy code; constification
m_oper.c 4565 (9 years ago) by michael: - Update GPL 2 license headers
m_pass.c 4588 (9 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_ping.c 4565 (9 years ago) by michael: - Update GPL 2 license headers
m_pong.c 4588 (9 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_post.c 4565 (9 years ago) by michael: - Update GPL 2 license headers
m_rehash.c 4565 (9 years ago) by michael: - Update GPL 2 license headers
m_restart.c 4565 (9 years ago) by michael: - Update GPL 2 license headers
m_resv.c 4650 (9 years ago) by michael: - m_resv.c, m_unresv.c: allow servers to add/remove RESVs
m_set.c 4565 (9 years ago) by michael: - Update GPL 2 license headers
m_stats.c 4666 (9 years ago) by michael: - m_stats.c:stats_glines(): removed useless test. conf->reason cannot be NULL
m_svinfo.c 4565 (9 years ago) by michael: - Update GPL 2 license headers
m_svsjoin.c 4565 (9 years ago) by michael: - Update GPL 2 license headers
m_svskill.c 4565 (9 years ago) by michael: - Update GPL 2 license headers
m_svsmode.c 4565 (9 years ago) by michael: - Update GPL 2 license headers
m_svsnick.c 4588 (9 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_svspart.c 4565 (9 years ago) by michael: - Update GPL 2 license headers
m_tburst.c 4618 (9 years ago) by michael: - Renamed Channel::chname to Channel::name
m_time.c 4565 (9 years ago) by michael: - Update GPL 2 license headers
m_topic.c 4618 (9 years ago) by michael: - Renamed Channel::chname to Channel::name
m_trace.c 4588 (9 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_undline.c 4653 (9 years ago) by michael: - m_undline.c: fixed broken /dline remote.server
m_unkline.c 4635 (9 years ago) by michael: - m_kline.c, m_unkline.c: allow servers to add/remove KLINEs
m_unresv.c 4650 (9 years ago) by michael: - m_resv.c, m_unresv.c: allow servers to add/remove RESVs
m_unxline.c 4670 (9 years ago) by michael: - m_unxline.c: renamed remove_xline_match to remove_xline_exact
m_user.c 4588 (9 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_userhost.c 4565 (9 years ago) by michael: - Update GPL 2 license headers
m_version.c 4565 (9 years ago) by michael: - Update GPL 2 license headers
m_wallops.c 4565 (9 years ago) by michael: - Update GPL 2 license headers
m_watch.c 4588 (9 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_webirc.c 4588 (9 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_who.c 4618 (9 years ago) by michael: - Renamed Channel::chname to Channel::name
m_whois.c 4618 (9 years ago) by michael: - Renamed Channel::chname to Channel::name
m_whowas.c 4565 (9 years ago) by michael: - Update GPL 2 license headers
m_xline.c 4646 (9 years ago) by michael: - m_xline.c, m_unxline.c: allow servers to add/remove XLINEs
1 directory and 66 files shown