0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-28 00:14:07 +01:00
construct/modules
William Pitcock 1f112a04f4 Allow ENCAP GCAP to be reused to broadcast capability changes to the network.
This means that modules can now be added which change CAPs.
2008-04-01 11:45:46 -05:00
..
core Fix compiler warning. 2008-03-29 21:36:11 +01:00
.cvsignore
.depend
.indent.pro
m_accept.c
m_admin.c
m_away.c
m_cap.c Fix Invalid CAP subcommand error if the user has no nick. 2008-03-18 23:47:37 +01:00
m_capab.c Allow ENCAP GCAP to be reused to broadcast capability changes to the network. 2008-04-01 11:45:46 -05:00
m_challenge.c
m_chghost.c Use ERR_DISABLED in CHGHOST and STATS e. 2008-03-30 20:02:55 +02:00
m_close.c
m_cmessage.c
m_connect.c
m_dline.c Speed up /undline similarly 2007-11-30 01:14:12 +01:00
m_encap.c
m_etrace.c Get rid of User.server. 2007-11-20 06:36:55 -06:00
m_gline.c Remove reject entries on unkline/ungline/unxline. 2007-12-08 21:54:51 +01:00
m_help.c Unbreak /quote help stats as an oper (all where oper and user help are different). 2008-03-29 23:38:22 +01:00
m_info.c Remove idle time checking (auto disconnecting users idle too long). 2008-01-01 23:04:34 +01:00
m_invite.c Fix a UID leak. 2008-02-04 23:56:13 +01:00
m_ison.c
m_kline.c Never allow a duplicate kline; always allow a wider kline. 2007-12-26 00:51:22 +01:00
m_knock.c
m_links.c Merge links_cache into scache and rework scache. 2007-11-23 22:11:25 +01:00
m_list.c
m_locops.c Get rid of User.server. 2007-11-20 06:36:55 -06:00
m_lusers.c
m_map.c Show opers a list of recently (<24hrs) split servers in /map. 2007-11-23 23:38:54 +01:00
m_monitor.c
m_motd.c
m_names.c
m_oper.c
m_operspy.c
m_pass.c
m_ping.c
m_pong.c Move various flags from flags2 to flags. 2007-12-24 20:58:55 +01:00
m_post.c
m_privs.c Move PRIVS command from extensions to modules (shows effective oper privs). 2008-03-31 00:39:14 +02:00
m_rehash.c Make /rehash help work again. 2007-12-12 22:26:17 +01:00
m_restart.c
m_resv.c Add resv oper priv, enabled by default for compatibility. 2007-12-17 02:20:14 +01:00
m_sasl.c
m_scan.c
m_services.c Replace int fd; in local client object with an fde object. 2007-12-28 15:06:33 -06:00
m_set.c Remove idle time checking (auto disconnecting users idle too long). 2008-01-01 23:04:34 +01:00
m_signon.c Replace int fd; in local client object with an fde object. 2007-12-28 15:06:33 -06:00
m_snote.c
m_stats.c Use ERR_DISABLED in CHGHOST and STATS e. 2008-03-30 20:02:55 +02:00
m_svinfo.c Make the notable TS delta snote netwide as this may screw up the entire network. 2007-12-25 00:18:34 +01:00
m_tb.c
m_testline.c
m_testmask.c
m_time.c
m_topic.c
m_trace.c
m_unreject.c Remove reject entries on unkline/ungline/unxline. 2007-12-08 21:54:51 +01:00
m_user.c Get rid of User.server. 2007-11-20 06:36:55 -06:00
m_userhost.c
m_users.c
m_version.c
m_wallops.c Add mass_notice oper priv, enabled by default for compatibility. 2007-12-24 21:47:05 +01:00
m_who.c Get rid of User.server. 2007-11-20 06:36:55 -06:00
m_whois.c Remove silly a2client_p, entirely pointless since User.server removal. 2008-01-14 23:59:46 +01:00
m_whowas.c
m_xline.c Remove reject entries on unkline/ungline/unxline. 2007-12-08 21:54:51 +01:00
Makefile.in Move PRIVS command from extensions to modules (shows effective oper privs). 2008-03-31 00:39:14 +02:00
sno_routing.c
static_modules.c.SH