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