]> jfr.im git - solanum.git/blame - extensions/README
Move irc_* data structures to librb.
[solanum.git] / extensions / README
CommitLineData
212380e3
AC
1This directory contains extensions (modules) to charybdis ircd that
2have been contributed by other people, or written by our development
3team. Unsupported extensions live under unsupported/.
4
5
6Modules
7-------
8
9createauthonly.c - Only allow authenticated (identified) users to create
10 channels.
11
12ip_cloaking.c - Cloak (spoof) the host for users that have umode +h.
13
14m_42.c - The Answer to Life, the Universe, and Everything.
15 Syntax: 42
16
aee6f890
JT
17m_adminwall.c - Sends a message to all admins network-wide (umode +a)
18 Syntax: ADMINWALL :<message>
19
212380e3
AC
20m_findforwards.c - Find channels that forward (+f) to a given channel.
21 Syntax: FINDFORWARDS <channel>
22
40528bf6
JT
23m_identify.c - Identifies to NickServ or ChanServ
24 Syntax: IDENTIFY [nick|channel] <password>
25
212380e3
AC
26m_mkpasswd.c - MKPASSWD - generate a DES or MD5 encryption of a password
27 Syntax: MKPASSWD <plaintext> [MD5|DES]
28
29m_ojoin.c - OJOIN - Join a channel through any modes or limits with
40528bf6 30 an optional status (@+)
212380e3
AC
31 Syntax: OJOIN [status]<channel>
32
33m_olist.c - OLIST - Lists channels like LIST, but shows hidden
34 channels. Oper only of course.
35
36m_opme.c - OPME - Allows an admin to op themselves in an opless channel
37 Syntax: OPME <channel>
38
39m_omode.c - OMODE - Allows an admin to do all sorts of evil upon a
40 channel, sets modes with extreme prejudice
41
925c50ef
AC
42m_remove.c - REMOVE - Implements /REMOVE, which allows a channel op to
43 force-part a problematic user from a channel. Most
44 likely, you don't want this, because it is non-standard,
45 and easily worked around for autojoin purposes.
46
212380e3
AC
47no_oper_invis.c - Disallow opers setting marking themselves as invisible
48 (+i) unless they have the hidden_oper flag.
49
50example_module.c - An example module to be used for creating your own.
51 Syntax: TEST
52
53
54Spy Modules
55-----------
56
40528bf6 57The following are the 'spy' parts, accessible via the +y snomask
212380e3
AC
58
59spy_admin_notice.c - Spy on clients doing ADMIN
60spy_info_notice.c - Spy on clients doing INFO
61spy_links_notice.c - Spy on clients doing LINKS
62spy_motd_notice.c - Spy on clients doing MOTD
63spy_stats_notice.c - Spy on clients doing all STATS
64spy_stats_p_notice.c - Spy on clients doing STATS p only
40528bf6 65spy_trace_notice.c - Spy on clients doing TRACE
212380e3
AC
66
67Note: if you have both spy_stats_notice.c and spy_stats_p_notice.c loaded
68you will get two messages.
69
70Snomask Modules
71---------------
72
73sno_farconnect.c - Remote client connect/exit notices (snomask +F)
74sno_globalkline.c - Global K/D/X-line activation notices
75sno_globaloper.c - Global oper-up notices
40528bf6
JT
76sno_whois.c - Spy on clients who WHOIS you seeing idle time (snomask +W).
77
78Extban Modules
79--------------
80
81extb_account.so - Account bans (+b $a[:mask])
82extb_canjoin.so - Banned from another channel (+b $j:mask)
83extb_channel.so - Other-channel bans (+b $c:mask)
84extb_extgecos.so - Extended ban (+b $x:mask)
85extb_oper.so - Oper bans (+b $o)
86extb_realname.so - Realname (gecos) bans (+b $r:mask)
87extb_server.so - Server bans (+b $s:mask)