solanum-vs-hackint-and-char.../modules
Jilles Tjoelker d1316b193b Keep forward channels in sync after a netjoin.
Arbitrarily prefer a forward channel to no forward channel and an
alphabetically higher forward channel to a lower one.

This is a simplistic implementation that generates one MODE message to
local clients for each ban removed (to be replaced).

For simplicity and to avoid amplification of incoming MODE messages,
regular modes may still desync the forward channel of a ban.
2012-03-03 23:45:52 +01:00
..
core Keep forward channels in sync after a netjoin. 2012-03-03 23:45:52 +01:00
.depend Run make depend. 2012-03-01 03:51:33 +00:00
.indent.pro
m_accept.c
m_admin.c
m_away.c Ensure AWAY pacing only affects local clients. 2012-02-21 21:09:33 -06:00
m_cap.c Add away-notify client capability. 2012-02-14 14:15:44 +00:00
m_capab.c Migrate capability negotiation code to new dynamic capability management API. 2012-02-04 01:47:46 -06:00
m_certfp.c
m_challenge.c m_challenge: fix use of undefined behaviour. 2011-02-22 12:00:45 -05:00
m_chghost.c
m_close.c
m_cmessage.c
m_connect.c
m_dline.c Remove double-quote restriction on dline, kline, resv, and xline reasons; remove colon restriction on xline reasons. 2011-12-30 17:29:58 +00:00
m_encap.c
m_etrace.c
m_help.c
m_info.c Pace aways. 2012-02-18 16:32:57 +01:00
m_invite.c invite: Remove useless IsChannelName check. 2011-06-25 11:34:16 +02:00
m_ison.c
m_kline.c Remove double-quote restriction on dline, kline, resv, and xline reasons; remove colon restriction on xline reasons. 2011-12-30 17:29:58 +00:00
m_knock.c Port ircd-seven banfowards to charybdis. 2011-08-12 20:33:10 -04:00
m_links.c
m_list.c operspy list: Show '!' prefix for otherwise hidden channels rather than +s ones. 2011-05-24 00:30:45 +02:00
m_locops.c
m_lusers.c
m_map.c
m_monitor.c
m_motd.c ratelimit: Add rate-limiting to MOTD, WHO, and remote WHOIS. 2012-02-18 03:56:47 +00:00
m_names.c
m_oper.c
m_operspy.c
m_pass.c Fix memory leaks in PASS command, both in normal and repeated use. 2010-06-01 13:11:47 -04:00
m_ping.c
m_pong.c
m_post.c
m_privs.c Allow normal users to do PRIVS on themselves. 2012-02-06 23:15:03 +01:00
m_rehash.c
m_restart.c
m_resv.c Remove double-quote restriction on dline, kline, resv, and xline reasons; remove colon restriction on xline reasons. 2011-12-30 17:29:58 +00:00
m_sasl.c If the sasl mechanism is EXTERNAL, send the certfp in the initial S message. 2011-04-04 00:59:20 +02:00
m_scan.c
m_services.c Fix potential buffer-overflow from malformed RSFNC request. 2011-11-29 15:50:54 -06:00
m_set.c
m_signon.c rsfnc/svslogin: Add server notices for kills. 2011-06-25 15:56:22 +02:00
m_snote.c
m_stats.c Add ratelimit for high-bandwidth commands. 2012-02-18 03:54:44 +00:00
m_svinfo.c
m_tb.c
m_testline.c Fix -Wformat errors found in ircd-ratbox. 2011-11-13 00:22:09 +01:00
m_testmask.c
m_time.c
m_topic.c Fix -Wformat errors found in ircd-ratbox. 2011-11-13 00:22:09 +01:00
m_trace.c Fix -Wformat errors found in ircd-ratbox. 2011-11-13 00:22:09 +01:00
m_unreject.c
m_user.c
m_userhost.c
m_users.c Fix -Wformat errors found in ircd-ratbox. 2011-11-13 00:22:09 +01:00
m_version.c branding: if CUSTOM_BRANDING is defined, display charybdis version in /info 2011-05-08 09:06:19 -05:00
m_wallops.c
m_who.c ratelimit: Add rate-limiting to MOTD, WHO, and remote WHOIS. 2012-02-18 03:56:47 +00:00
m_whois.c ratelimit: Add rate-limiting to MOTD, WHO, and remote WHOIS. 2012-02-18 03:56:47 +00:00
m_whowas.c Show the services login name in WHOWAS. 2010-08-29 22:30:54 +02:00
m_xline.c Remove double-quote restriction on dline, kline, resv, and xline reasons; remove colon restriction on xline reasons. 2011-12-30 17:29:58 +00:00
Makefile.in Add explicit support for being installed into a system triggered with --enable-fhs-paths. 2012-03-01 02:41:09 +00:00
sno_routing.c
static_modules.c.SH