0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-08 11:38:35 +02:00
construct/modules
2013-01-02 20:07:28 +01:00
..
core server: Move required CAPAB check after authentication and add snote and log. 2013-01-02 20:07:28 +01:00
.depend Run make depend. 2012-03-01 03:51:33 +00:00
.indent.pro
chm_nocolour.c Remove MODE_NOCOLOR from core, replacing it with modules/chm_nocolour.so. 2012-03-31 22:26:45 -05:00
chm_noctcp.c Remove MODE_NOCTCP from core, in favor of chm_noctcp. 2012-03-31 22:48:36 -05:00
m_accept.c
m_admin.c
m_away.c m_away: Add missing return value. 2012-03-25 02:47:39 +00:00
m_cap.c m_cap: add 'tls' core capability 2012-09-22 14:15:45 -05:00
m_capab.c m_capab: fix a possible remote crash triggered by the CAPAB parsing code. 2012-12-31 13:13:05 -06:00
m_certfp.c tginfo/certfp ENCAP: Specify the minimum number of parameters instead of checking parc. 2012-03-25 17:04:21 +00:00
m_challenge.c
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 list: Strip colours from channel topics. 2012-04-29 00:44:33 +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
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 Add option to immediately apply nick RESVs by FNC'ing. 2012-03-25 01:34:45 +00:00
m_sasl.c
m_scan.c
m_services.c Move marking of services entirely to m_services.c; mark all services when m_services loads and unmark them when it unloads. 2012-05-21 21:03:56 +00:00
m_set.c
m_signon.c Complain to opers if a server that isn't a service tries to SU/RSFNC/NICKDELAY/SVSLOGIN. 2012-05-21 17:27:02 +00:00
m_snote.c
m_starttls.c starttls: Explicitly reject starttls if TLS is not configured or not compiled in. 2012-11-03 15:50:43 +01:00
m_stats.c m_stats: apply same logic to anonymous /stats l as /stats p 2012-09-18 20:01:53 -05: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_tginfo.c tginfo/certfp ENCAP: Specify the minimum number of parameters instead of checking parc. 2012-03-25 17:04:21 +00:00
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 Remove unused variable cruft. 2012-03-25 02:37:41 +00:00
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
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 m_starttls: new module implementing ircv3 tls-3.1 optional extension 2012-09-22 16:30:01 -05:00
sno_routing.c
static_modules.c.SH