solanum/modules
Jilles Tjoelker d182b85454 Minor cleanup to command throttling code:
* Deduce allow_read from the client's state (IsFloodDone) rather than
   storing it in LocalUser.
 * Fix the documentation (in oper /info), however strange
   client_flood_burst_rate and client_flood_burst_max may seem, that is
   how they currently work.
2011-10-04 00:46:00 +02:00
..
core If use_forward=no, ignore any forwarding for joins by local users. 2011-09-25 17:26:01 +02:00
.depend
.indent.pro
m_accept.c
m_admin.c
m_away.c Propagate changed away messages to other servers, 2010-06-10 22:16:07 +02:00
m_cap.c Add extended-join client capability. 2010-12-16 00:24:54 -06:00
m_capab.c
m_certfp.c Pass certfp to other servers and show it in whois. Do not show it on connect. 2010-02-06 00:18:27 +01:00
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 dline,kline: Avoid breaking the protocol with bad bans. 2011-06-25 11:34:34 +02:00
m_encap.c
m_etrace.c
m_help.c
m_info.c Minor cleanup to command throttling code: 2011-10-04 00:46:00 +02:00
m_invite.c invite: Remove useless IsChannelName check. 2011-06-25 11:34:16 +02:00
m_ison.c
m_kline.c dline,kline: Avoid breaking the protocol with bad bans. 2011-06-25 11:34:34 +02:00
m_knock.c Port ircd-seven banfowards to charybdis. 2011-08-12 20:33:10 -04:00
m_links.c Fix /links buffer overflow. 2010-01-27 21:05:10 +01:00
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
m_names.c
m_oper.c Clarify ERR_NOOPERHOST and convert it to use sendto_one_numeric(). 2010-02-17 06:51:41 -06:00
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 Use FLAGS_SENTUSER when checking whether to register when ping cookie is received. 2010-02-24 23:28:27 +01:00
m_post.c
m_privs.c
m_rehash.c Skip propagated bans in rehash txlines/tresvs. 2010-03-05 00:37:56 +01:00
m_restart.c
m_resv.c m_resv.c: replace erroneous UNXLINE cluster calls with UNRESV. 2011-08-18 03:48:40 +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 SCAN UMODES: default list-max to 500, like a global WHO. 2010-01-01 22:55:25 +01:00
m_services.c RSFNC: allow RSFNC against a target which just changes the capitalization of the nickname 2011-07-02 19:53:21 -05: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 /stats g to show propagated (global) klines. 2010-03-06 00:31:51 +01:00
m_svinfo.c
m_tb.c
m_testline.c Track who set a dline/kline/xline/resv as in ratbox3. 2010-03-01 01:23:22 +01:00
m_testmask.c
m_time.c
m_topic.c Back out chanroles. 2011-07-07 21:24:14 -04:00
m_trace.c hunt_server: Disallow wildcarded nicknames. 2011-01-08 17:47:05 +01:00
m_unreject.c
m_user.c
m_userhost.c
m_users.c
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
m_whois.c Pass certfp to other servers and show it in whois. Do not show it on connect. 2010-02-06 00:18:27 +01:00
m_whowas.c Show the services login name in WHOWAS. 2010-08-29 22:30:54 +02:00
m_xline.c XLINE: Do not cluster unxlines ON specific servers. 2010-03-27 16:09:26 +01:00
Makefile.in Back out chanroles. 2011-07-07 21:24:14 -04:00
sno_routing.c
static_modules.c.SH