ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules
r4752
File Last Change
 ../
core/ 4711 (10 years ago) by michael: - Applied EOB fix from p4: Send EOB per-server during bursts Will fix incorrectly marking servers are done bursting if they are not when a server introduces a server currently bursting to you. At a later time we will adjust the behavior of the EOB handler to no longer recursively apply EOBs to all servers behind the source.
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 4565 (11 years ago) by michael: - Update GPL 2 license headers
m_away.c 4588 (11 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
m_cap.c 4588 (11 years ago) by michael: - Renamed 'localClient' Client structure member to just 'connection'
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 4565 (11 years ago) by michael: - Update GPL 2 license headers
m_info.c 4690 (10 years ago) by michael: - Style corrections
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 4618 (10 years ago) by michael: - Renamed Channel::chname to Channel::name
m_links.c 4690 (10 years ago) by michael: - Style corrections
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 4721 (10 years ago) by michael: - m_lusers.c:m_lusers(): removed redundant test on 'parc'
m_map.c 4565 (11 years ago) by michael: - Update GPL 2 license headers
m_module.c 4742 (10 years ago) by michael: - m_module.c:mo_module(): improve readability; avoid indexing parv[] several times
m_motd.c 4690 (10 years ago) by michael: - Style corrections
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 4666 (10 years ago) by michael: - m_stats.c:stats_glines(): removed useless test. conf->reason cannot be NULL
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 4618 (10 years ago) by michael: - Renamed Channel::chname to Channel::name
m_time.c 4690 (10 years ago) by michael: - Style corrections
m_topic.c 4618 (10 years ago) by michael: - Renamed Channel::chname to Channel::name
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 4690 (10 years ago) by michael: - Style corrections
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 4618 (10 years ago) by michael: - Renamed Channel::chname to Channel::name
m_whois.c 4695 (10 years ago) by michael: - m_whois.c:whois_person(): removed useless test on target_p->sockhost[0] which can't be NUL now that TS6 is mandatory
m_whowas.c 4720 (10 years ago) by michael: - m_whowas.c:m_whowas(), ms_whowas(): removed redundant test on 'parc'
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