forked from attilamolnar/inspircd-extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
modules.lst
348 lines (348 loc) · 26.8 KB
/
modules.lst
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
module m_antirandom 1.1.50 https://raw.github.com/inspircd/inspircd-extras/27c3af825f747330aadf5320d39e91053e734e69/1.1/m_antirandom.cpp
description A module to prevent against bots using random patterns.
depends core 1.1
module m_banreason 1.1.50 https://raw.github.com/inspircd/inspircd-extras/27c3af825f747330aadf5320d39e91053e734e69/1.1/m_banreason.cpp
description Adds the abiliy to store the reason a user was banned from a channel
depends core 1.1
module m_exception 1.1.50 https://raw.github.com/inspircd/inspircd-extras/27c3af825f747330aadf5320d39e91053e734e69/1.1/m_exception.cpp
description Provides support for the +x channel mode
depends core 1.1
module m_fantasy 1.1.50 https://raw.github.com/inspircd/inspircd-extras/27c3af825f747330aadf5320d39e91053e734e69/1.1/m_fantasy.cpp
description Provides ircd-side fantasy commands.
depends core 1.1
module m_freeformadmin 1.1.50 https://raw.github.com/inspircd/inspircd-extras/27c3af825f747330aadf5320d39e91053e734e69/1.1/m_freeformadmin.cpp
description Allows a freeform reply to the /ADMIN command
depends core 1.1
module m_modeaccess 1.1.50 https://raw.github.com/inspircd/inspircd-extras/27c3af825f747330aadf5320d39e91053e734e69/1.1/m_modeaccess.cpp
description Allows fine configuration of what users can set arbitrary channel modes, based on usermodes, channel modes and prefixes.
depends core 1.1
module m_modesquish 1.1.182 https://raw.github.com/inspircd/inspircd-extras/8fbd4d8af8c050ff2183828e11fe57bf13ca7a16/1.1/m_modesquish.cpp
description Pre-parses MODE command to remove redundant modes
depends core 1.1
module m_operflood 1.1.182 https://raw.github.com/inspircd/inspircd-extras/8fbd4d8af8c050ff2183828e11fe57bf13ca7a16/1.1/m_operflood.cpp
description Removes flood limits from users upon opering up.
depends core 1.1
module m_operperms 1.1.51 https://raw.github.com/inspircd/inspircd-extras/710d6cadb7a4bc72a9cb08289a9288a26362fbcd/1.1/m_operperms.cpp
description Provides an /operperms command, allowing opers to view what commands they and other opers have access to.
depends core 1.1
module m_rpg 1.1.69 https://raw.github.com/inspircd/inspircd-extras/a173e069cf951264d62fcbb6725b0975aafb297f/1.1/m_rpg.cpp
description Provides NPC, NPCA, and AMBIANCE commands for use by Game Masters doing pen & paper RPGs via IRC
depends core 1.1
module m_shun 1.1.51 https://raw.github.com/inspircd/inspircd-extras/710d6cadb7a4bc72a9cb08289a9288a26362fbcd/1.1/m_shun.cpp
description Gives the /shun command, which stops a user executing all commands except PING and PONG.
depends core 1.1
module m_syncbans 1.1.51 https://raw.github.com/inspircd/inspircd-extras/710d6cadb7a4bc72a9cb08289a9288a26362fbcd/1.1/m_syncbans.cpp
description Automatically synchronize bans between lists of channels
depends core 1.1
module m_ulinemessages 1.1.51 https://raw.github.com/inspircd/inspircd-extras/710d6cadb7a4bc72a9cb08289a9288a26362fbcd/1.1/m_ulinemessages.cpp
description Provides user mode +m, which converts uline notices to privmsg
depends core 1.1
module m_whoismodes 1.1.51 https://raw.github.com/inspircd/inspircd-extras/710d6cadb7a4bc72a9cb08289a9288a26362fbcd/1.1/m_whoismodes.cpp
description Allows opers to see users modes on whois
depends core 1.1
module m_antirandom 1.2.107 https://raw.github.com/inspircd/inspircd-extras/cbc43a83de68fd34bca6d3e66575d45c949b16ee/1.2/m_antirandom.cpp
description A module to prevent against bots using random patterns.
depends core 1.2-1.3
module m_bandetails 1.2.96 https://raw.github.com/inspircd/inspircd-extras/1f76f99893e0cec26fd366b5241259b5c525d707/1.2/m_bandetails.cpp
description Synchronises setter and time set of channel bans, so details are not lost.
depends core 1.2-1.3
module m_chanmode 1.2.81 https://raw.github.com/inspircd/inspircd-extras/0ae678b7ca9fc03a4a2e3335b29daf11835ca186/1.2/m_chanmode.cpp
description Module adds snomasks v and V allows opers to view any and ALL mode changes that are done by users to channels on the network.
depends core 1.2-1.3
module m_channelnames 1.2.96 https://raw.github.com/inspircd/inspircd-extras/1f76f99893e0cec26fd366b5241259b5c525d707/1.2/m_channelnames.cpp
description Implements a filter for channel names
depends core 1.2-1.3
module m_codepage 1.2.96 https://raw.github.com/inspircd/inspircd-extras/1f76f99893e0cec26fd366b5241259b5c525d707/1.2/m_codepage.cpp
description Recodes messages from one encoding to another based on port bindings.
depends core 1.2-1.3
module m_conn_pass_nickserv 1.2.96 https://raw.github.com/inspircd/inspircd-extras/1f76f99893e0cec26fd366b5241259b5c525d707/1.2/m_conn_pass_nickserv.cpp
description Forwards NickServ credentials from PASS
depends core 1.2-1.3
module m_delaymsg 1.2.81 https://raw.github.com/inspircd/inspircd-extras/0ae678b7ca9fc03a4a2e3335b29daf11835ca186/1.2/m_delaymsg.cpp
description channel mode +d <time> prevents users from speaking for <time> seconds after join
depends core 1.2-1.3
module m_dnsbl_2 1.2.96 https://raw.github.com/inspircd/inspircd-extras/1f76f99893e0cec26fd366b5241259b5c525d707/1.2/m_dnsbl_2.cpp
description Provides handling of DNS blacklists
depends core 1.2-1.3
module m_elmer 1.2.96 https://raw.github.com/inspircd/inspircd-extras/1f76f99893e0cec26fd366b5241259b5c525d707/1.2/m_elmer.cpp
description Gives /elmer: makes someone talk like Elmer Fudd, that is, letters 'l' and 'r' become 'w', (More info at http://www.geocities.com/Hollywood/Park/2326/character1.html#elmer.)
depends core 1.2-1.3
module m_lusersnoservices 1.2.115 https://raw.github.com/inspircd/inspircd-extras/c32675b54f55d57a7badecfbb06171b169743796/1.2/m_lusersnoservices.cpp
description Adds an extra line to LUSERS output to show global user count minus "clients" from U-Lined servers
depends core 1.2-1.3
module m_mkick 1.2.81 https://raw.github.com/inspircd/inspircd-extras/0ae678b7ca9fc03a4a2e3335b29daf11835ca186/1.2/m_mkick.cpp
description Provides the /MKICK command, allows ops on a a channel to mass kick all non-ops.
depends core 1.2-1.3
module m_modeaccess 1.2.96 https://raw.github.com/inspircd/inspircd-extras/1f76f99893e0cec26fd366b5241259b5c525d707/1.2/m_modeaccess.cpp
description Allows fine configuration of what users can set arbitrary channel modes, based on usermodes, channel modes and prefixes.
depends core 1.2-1.3
module m_modeoncreate 1.2.96 https://raw.github.com/inspircd/inspircd-extras/1f76f99893e0cec26fd366b5241259b5c525d707/1.2/m_modeoncreate.cpp
description Allows modes to be customised for channel creation. e.g. <modeoncreate privs="@%"> would set +oh on a creating user. Also allows <modeoncreate affectsoper="true"> if you want opers affected too.
depends core 1.2-1.3
module m_noctcp_user 1.2.96 https://raw.github.com/inspircd/inspircd-extras/1f76f99893e0cec26fd366b5241259b5c525d707/1.2/m_noctcp_user.cpp
description Provides support for unreal-style user mode +T
depends core 1.2-1.3
module m_ojoin 1.2.81 https://raw.github.com/inspircd/inspircd-extras/0ae678b7ca9fc03a4a2e3335b29daf11835ca186/1.2/m_ojoin.cpp
description Provides the /ojoin command, which joins a user to a channel on network business, and gives them +Y, which makes them immune to kick / deop and so on.
depends core 1.2-1.3
module m_operrequiresr 1.2.96 https://raw.github.com/inspircd/inspircd-extras/1f76f99893e0cec26fd366b5241259b5c525d707/1.2/m_operrequiresr.cpp
description Make /oper require that a user be identified as a certain user.
depends core 1.2-1.3
module m_pretendserver 1.2.96 https://raw.github.com/inspircd/inspircd-extras/1f76f99893e0cec26fd366b5241259b5c525d707/1.2/m_pretendserver.cpp
description Inject a command from a server to a user
depends core 1.2-1.3
module m_pretenduser 1.2.96 https://raw.github.com/inspircd/inspircd-extras/1f76f99893e0cec26fd366b5241259b5c525d707/1.2/m_pretenduser.cpp
description Inject a command from another user
depends core 1.2-1.3
module m_remoteoper 1.2.96 https://raw.github.com/inspircd/inspircd-extras/1f76f99893e0cec26fd366b5241259b5c525d707/1.2/m_remoteoper.cpp
description A module which shows remote /oper up as REMOTEOPER to snomasks
depends core 1.2-1.3
module m_rmtkl 1.2.96 https://raw.github.com/inspircd/inspircd-extras/1f76f99893e0cec26fd366b5241259b5c525d707/1.2/m_rmtkl.cpp
description Removes all xlines (bans) matching given parameters.
depends core 1.2-1.3
module m_rpg 1.2.83 https://raw.github.com/inspircd/inspircd-extras/cb0d9a9ca7aa55a4f498461355a812885a26289b/1.2/m_rpg.cpp
description Provides NPC, NPCA, AMBIANCE, NARRATOR, and NARRATORA commands for use by Game Masters doing pen & paper RPGs via IRC
depends core 1.2-1.3
module m_seechan 1.2.96 https://raw.github.com/inspircd/inspircd-extras/1f76f99893e0cec26fd366b5241259b5c525d707/1.2/m_seechan.cpp
description Creates a snomask with notices for channel creation, join, part, and kick
depends core 1.2-1.3
module m_sqlauth_extended 1.2.186 https://raw.github.com/inspircd/inspircd-extras/59942feb598c9aebf636075f42be6e5cb582a88f/1.2/m_sqlauth_extended.cpp
description Allow/Deny connections based upon an arbitary SQL table with extended options.
depends core 1.2
module m_ssl_autooper 1.2.81 https://raw.github.com/inspircd/inspircd-extras/0ae678b7ca9fc03a4a2e3335b29daf11835ca186/1.2/m_ssl_autooper.cpp
description auto-opers any user if his SSL fingerprint matches with the fingerprint in an oper block
depends core 1.2-1.3
module m_sslumode 1.2.152 https://raw.github.com/inspircd/inspircd-extras/4e14c453b7933ad0f066fd1b1d274671771d227e/1.2/m_sslumode.cpp
depends core 1.2-1.3
description Provides support for ssl-only queries and notices. (umode: z)
module m_statusprefix 1.2.81 https://raw.github.com/inspircd/inspircd-extras/0ae678b7ca9fc03a4a2e3335b29daf11835ca186/1.2/m_statusprefix.cpp
depends core 1.2-1.3
module m_svsoper 1.2.96 https://raw.github.com/inspircd/inspircd-extras/1f76f99893e0cec26fd366b5241259b5c525d707/1.2/m_svsoper.cpp
description Allows services to oper up a given user via SVSOPER. e.g. SVSOPER 00AAAAAAA Network_Administrator.
depends core 1.2-1.3
module m_usermode 1.2.81 https://raw.github.com/inspircd/inspircd-extras/0ae678b7ca9fc03a4a2e3335b29daf11835ca186/1.2/m_usermode.cpp
description Module adds snomasks u and U allows opers to view any and ALL mode changes that are done by users on the network.
depends core 1.2-1.3
module m_xline_sql 1.2.96 https://raw.github.com/inspircd/inspircd-extras/1f76f99893e0cec26fd366b5241259b5c525d707/1.2/m_xline_sql.cpp
description Keeps a dynamic log of all XLines created, and stores them in a database.
depends core 1.2-1.3
module m_xmlsocket 1.2.81 https://raw.github.com/inspircd/inspircd-extras/0ae678b7ca9fc03a4a2e3335b29daf11835ca186/1.2/m_xmlsocket.cpp
description Provides and processes \0 IRC line terminators, for use with Flash XMLSockets.
depends core 1.2
module m_accounthost 2.0.220 https://raw.github.com/inspircd/inspircd-extras/c421705f80863c1d27bd59c33732975ef739cd7e/2.0/m_accounthost.cpp
description Allows setting hosts on users based on their account name on login.
depends core 2.0
module m_antibear 2.0.135 https://raw.github.com/inspircd/inspircd-extras/93f027e93157860173200d1b7d6ea9a708889ef7/2.0/m_antibear.cpp
description Sends a numeric on connect which cripples a common type of trojan/spambot
depends core 2.0-2.1
module m_antibottler 2.0.135 https://raw.github.com/inspircd/inspircd-extras/93f027e93157860173200d1b7d6ea9a708889ef7/2.0/m_antibottler.cpp
description Changes the ident of connecting bottler clients to 'bottler'
depends core 2.0-2.1
module m_antirandom 2.0.274 https://raw.github.com/inspircd/inspircd-extras/40eccd3338352e52904f26cb9d5f4635e1a5c9ec/2.0/m_antirandom.cpp
description A module to prevent against bots using random patterns.
depends core 2.0
module m_ascii 2.0.287 https://raw.github.com/inspircd/inspircd-extras/de316014068178ac74ac5464729a0f9bbe98f353/2.0/m_ascii.cpp
description Implements CASEMAPPING=ascii
depends core 2.0
conflicts m_nationalchars.so
module m_authy 2.0.211 https://raw.github.com/inspircd/inspircd-extras/6392bcde7d39a85c8df6a86eb77b218379874570/2.0/m_authy.cpp
description Enables two factor authentification for oper blocks using authy
depends core 2.0
module m_autodrop 2.0.279 https://raw.github.com/inspircd/inspircd-extras/9d169dc688639542a0e1bbb6b61d11ed0cb049ff/2.0/m_autodrop.cpp
description Allows clients to be automatically dropped if they execute certain commands before registration.
depends core 2.0
module m_autokick 2.0.279 https://raw.github.com/inspircd/inspircd-extras/9d169dc688639542a0e1bbb6b61d11ed0cb049ff/2.0/m_autokick.cpp
description Automatically kicks people who match a banned mask.
depends core 2.0
module m_cap_chghost 2.0.279 https://raw.github.com/inspircd/inspircd-extras/dd1cf5f666bd405509ef39b65679086c28e7d83f/2.0/m_cap_chghost.cpp
description Implements CAP chghost
depends core 2.0
module m_capnotify 2.0.203 https://raw.github.com/inspircd/inspircd-extras/676f7d447b5dd9d51f753fac500c4798fc2dac82/2.0/m_capnotify.cpp
description Implements IRC v3.2 cap-notify
depends core 2.0
module m_changecap 2.0.202 https://raw.github.com/inspircd/inspircd-extras/2e2293e186bbd393e58079b800887c52bff5e777/2.0/m_changecap.cpp
description Provides the CHANGECAP command that allows a channel op to change the capitalization of the channel name
depends core 2.0
module m_ciphersuitejoin 2.0.245 https://raw.github.com/inspircd/inspircd-extras/2739d28db74fcaaf6699a88c15c92f2fe0d19623/2.0/m_ciphersuitejoin.cpp
description Adds channel list mode +Z which only lets clients join who use a ciphersuite on the list
depends core 2.0
module m_conn_banner 2.0.192 https://raw.github.com/inspircd/inspircd-extras/56f3ccc0c2b5710bdbd62ea851f29703830c1d78/2.0/m_conn_banner.cpp
description Displays a static text to every connecting user before registration
depends core 2.0
module m_conn_delayed_join 2.0.271 https://raw.github.com/inspircd/inspircd-extras/b517adbc1aedcabdc9bc9e5fd4d895d85fca82dd/2.0/m_conn_delayed_join.cpp
description Replaces m_conn_join.so and forces users to join the specified channel(s) after a specified delay on connect
depends core 2.0
module m_custompenalty 2.0.279 https://raw.github.com/inspircd/inspircd-extras/9d169dc688639542a0e1bbb6b61d11ed0cb049ff/2.0/m_custompenalty.cpp
description Allows the customisation of penalty levels.
depends core 2.0
module m_dccblock 2.0.279 https://raw.github.com/inspircd/inspircd-extras/a6b8584d8d20a9edae939330885b41ca1c10172a/2.0/m_dccblock.cpp
description Provides support for blocking DCC transfers
module m_deferaccept 2.0.197 https://raw.github.com/inspircd/inspircd-extras/78af1adb3cf9b2bbb247f1f2b3f87f548a7e3dbd/2.0/m_deferaccept.cpp
description Enable TCP_DEFER_ACCEPT on sockets
depends core 2.0
module m_disablemodes 2.0.198 https://raw.github.com/inspircd/inspircd-extras/a82352127ff38e1e48fe92f58a4f020ca3ca5753/2.0/m_disablemodes.cpp
description Disable modes for users in specific connect blocks
depends core 2.0
module m_extbanredirect 2.0.277 https://raw.github.com/inspircd/inspircd-extras/95c5bd68c6580c963903fcfbf7d6c37ea12e5c46/2.0/m_extbanredirect.cpp
description Provide extended ban <extbanchar>:<chan>:<mask> to redirect users to another channel
depends core 2.0
module m_findxline 2.0.192 https://raw.github.com/inspircd/inspircd-extras/56f3ccc0c2b5710bdbd62ea851f29703830c1d78/2.0/m_findxline.cpp
description Provides the FINDXLINE command which lets opers search XLines
depends core 2.0
module m_flashpolicyd 2.0.225 https://raw.github.com/inspircd/inspircd-extras/f71b8fcccee453dd1dba034ace918d8fa4309421/2.0/m_flashpolicyd.cpp
description Flash Policy Daemon. Allows Flash IRC clients to connect.
depends core 2.0
module m_forceident 2.0.279 https://raw.github.com/inspircd/inspircd-extras/9d169dc688639542a0e1bbb6b61d11ed0cb049ff/2.0/m_forceident.cpp
description Allows forcing idents on users based on their connect class.
depends core 2.0
module m_fullversion 2.0.196 https://raw.github.com/inspircd/inspircd-extras/7db943bd59cd47a9fc24e7ac86bdf6c00ad46fe2/2.0/m_fullversion.cpp
description Displays the full version of a server to an oper
depends core 2.0
module m_geoipban 2.0.217 https://raw.github.com/inspircd/inspircd-extras/f18b6d8b0d723cf5e4edc9bfe301a97dc46377c8/2.0/m_geoipban.cpp
description Implements extban +b G: - GeoIP Country Code bans and add county name and country code in whois
module m_hash_gnutls 2.0.192 https://raw.github.com/inspircd/inspircd-extras/56f3ccc0c2b5710bdbd62ea851f29703830c1d78/2.0/m_hash_gnutls.cpp
description Implements hash functions using GnuTLS API
depends core 2.0
conflicts m_sha256.so
conflicts m_ripemd160.so
module m_hideidle 2.0.247 https://raw.github.com/inspircd/inspircd-extras/a499f8d0d3f4a1163ca4636dc87c99a3e9a744fa/2.0/m_hideidle.cpp
description Provides the +a usermode that hides idle and signon time in WHOIS from non-opers
depends core 2.0
module m_identmeta 2.0.279 https://raw.github.com/inspircd/inspircd-extras/9d169dc688639542a0e1bbb6b61d11ed0cb049ff/2.0/m_identmeta.cpp
description Stores the ident given in USER as metadata.
depends core 2.0
module m_invisible 2.0.135 https://raw.github.com/inspircd/inspircd-extras/93f027e93157860173200d1b7d6ea9a708889ef7/2.0/m_invisible.cpp
description Allows for opered clients to join channels without being seen, similar to unreal 3.1 +I mode
depends core 2.0
module m_invitenotify 2.0.181 https://raw.github.com/inspircd/inspircd-extras/cf9b1d041f8c8bf5917f67d90470dfc4cb800d43/2.0/m_invitenotify.cpp
description Implements invite-notify
depends core 2.0
module m_ircxusernames 2.0.192 https://raw.github.com/inspircd/inspircd-extras/56f3ccc0c2b5710bdbd62ea851f29703830c1d78/2.0/m_ircxusernames.cpp
description Provides support for IRCX usernames
depends core 2.0-2.1
module m_join0 2.0.169 https://raw.github.com/inspircd/inspircd-extras/ef75039c4da63380a4d7df25fbdc4e84e808a05d/2.0/m_join0.cpp
description Implement JOIN 0 (joining 0 makes a user part all channels), RFC2812
depends core 2.0
module m_joinoninvite 2.0.233 https://raw.github.com/inspircd/inspircd-extras/b2f6bb58237e139b5bb76233e8047d4a088e6cf9/2.0/m_joinoninvite.cpp
description Forces user to join the channel on invite
depends core 2.0
module m_joinpartsno 2.0.192 https://raw.github.com/inspircd/inspircd-extras/56f3ccc0c2b5710bdbd62ea851f29703830c1d78/2.0/m_joinpartsno.cpp
description Sends server notices when a user joins/parts a channel.
depends core 2.0-2.1
module m_lusersnoservices 2.0.265 https://raw.github.com/inspircd/inspircd-extras/324c93969a479e0237ec2e98b5285c5582df899e/2.0/m_lusersnoservices.cpp
description Adds an extra line to LUSERS output to show global user count minus "clients" from U-Lines servers
depends core 2.0
module m_namedstats 2.0.192 https://raw.github.com/inspircd/inspircd-extras/56f3ccc0c2b5710bdbd62ea851f29703830c1d78/2.0/m_namedstats.cpp
description Allows /STATS queries by name
depends core 2.0
module m_nickdelay 2.0.194 https://raw.github.com/inspircd/inspircd-extras/134cbb1791eb52a1a96a05d00895954ced98cee5/2.0/m_nickdelay.cpp
description Enforces a delay between nick changes per user
depends core 2.0
module m_nickin001 2.0.209 https://raw.github.com/inspircd/inspircd-extras/dffe595182fc3b22b28e46c89a27f523b5a2810a/2.0/m_nickin001.cpp
description Replaces the nick!user@host in RPL_WELCOME (001) with the user's nick
depends core 2.0
module m_noctcp_user 2.0.139 https://raw.github.com/inspircd/inspircd-extras/cc6ac2536e51800f208ea58c73028bb196bf8f48/2.0/m_noctcp_user.cpp
description Provides support for unreal-style user mode +T
depends core 2.0
module m_nooponcreate 2.0.210 https://raw.github.com/inspircd/inspircd-extras/87e016252d6f6fd4968a5fbe2ba87073e69219ab/2.0/m_nooponcreate.cpp
description Don't op normal users when they create a new channel
depends core 2.0
module m_nouidnick 2.0.195 https://raw.github.com/inspircd/inspircd-extras/ce92ed3d637bce893d247b73f5eabbac9d1610cf/2.0/m_nouidnick.cpp
description Disallows changing nick to UID using /NICK
depends core 2.0
module m_override_umode 2.0.242 https://raw.github.com/inspircd/inspircd-extras/f57d88050e1b0fb8bec4d20e48540e69f796282d/2.0/m_override_umode.cpp
description Adds usermode +O that must be set on opers to permit override
depends core 2.0
module m_pretenduser 2.0.192 https://raw.github.com/inspircd/inspircd-extras/56f3ccc0c2b5710bdbd62ea851f29703830c1d78/2.0/m_pretenduser.cpp
description Provides the PRETENDUSER command that lets opers execute commands on behalf of other users
depends core 2.0
module m_privdeaf 2.0.161 https://raw.github.com/inspircd/inspircd-extras/e980fcaa447272a3cd7b4a8f9dc64589b3271d7d/2.0/m_privdeaf.cpp
description Provides support for blocking any private messages (umode +D)
depends core 2.0
module m_quietban 2.0.171 https://raw.github.com/inspircd/inspircd-extras/89317e1cd4534490ea345a68c8931c9f17ade6a8/2.0/m_quietban.cpp
description Provides channel mode +q for 'quiet' bans.
depends core 2.0-2.1
conflicts m_muteban.so
conflicts m_chanprotect.so
module m_regex_re2 2.0.234 https://raw.github.com/inspircd/inspircd-extras/46000d2344b8ca1e4adcadcf8c7edf955f9672d3/2.0/m_regex_re2.cpp
module m_rehashsslsignal 2.0.265 https://raw.github.com/inspircd/inspircd-extras/ec63edaa12a5c02dad1dc7b7355e113056d37926/2.0/m_rehashsslsignal.cpp
description Reload SSL credentials on SIGUSR1
depends core 2.0
module m_replaymsg 2.0.279 https://raw.github.com/inspircd/inspircd-extras/9d169dc688639542a0e1bbb6b61d11ed0cb049ff/2.0/m_replaymsg.cpp
description Replays messages sent to the server back to the sender.
depends core 2.0
module m_require_auth 2.0.276 https://raw.github.com/inspircd/inspircd-extras/5e2bbe2dfee12b96914b90dd8734988947cbc1db/2.0/m_require_auth.cpp
description Gives /aline and /galine, short for auth-lines. Users affected by these will have to use SASL to connect, while any users already connected but not identified to services will be disconnected in a similar manner to G-lines.
depends core 2.0
module m_rotatelog 2.0.253 https://raw.github.com/inspircd/inspircd-extras/319c65de4f95efb1f505267a155e65ee0fca3981/2.0/m_rotatelog.cpp
description Rotates the log files after a defined period.
depends core 2.0
module m_rpg 2.0.269 https://raw.github.com/inspircd/inspircd-extras/a6b9ab0191a8a33e2b719bc43b591d8ebe362718/2.0/m_rpg.cpp
description Provides NPC, NPCA, AMBIANCE, NARRATOR, and NARRATORA commands for use by Game Masters doing pen & paper RPGs via IRC
depends core 2.0
module m_sha1 2.0.227 https://raw.github.com/inspircd/inspircd-extras/fb3b470ebec1b86af801ca68d14e80f06aff8adb/2.0/m_sha1.cpp
description Implements SHA-1 hashing
depends core 2.0
module m_slowmode 2.0.263 https://raw.github.com/inspircd/inspircd-extras/94b8993e5750933a8d8d2ee89cea15c96fd5b342/2.0/m_slowmode.cpp
description Provides channel mode +W (slow mode)
depends core 2.0
module m_solvemsg 2.0.261 https://raw.github.com/inspircd/inspircd-extras/55659fb0148513e6bab6fa09004b8f49e1214cf9/2.0/m_solvemsg.cpp
description Requires users to solve a basic maths problem before messaging others.
depends core 2.0
module m_sslstats_gnutls 2.0.240 https://raw.github.com/inspircd/inspircd-extras/905a7f91f5cdf03d8225dd6e96ad7889a4d2c7ac/2.0/m_sslstats_gnutls.cpp
description Provides stats about SSL ciphersuites in use by users
depends core 2.0
module m_stats_unlinked 2.0.279 https://raw.github.com/inspircd/inspircd-extras/9d169dc688639542a0e1bbb6b61d11ed0cb049ff/2.0/m_stats_unlinked.cpp
description Adds stats character 'X' which shows unlinked servers.
depends core 2.0
module m_svsoper 2.0.189 https://raw.github.com/inspircd/inspircd-extras/ea70c902274356d9aada0ac28d49ec7ea636fe40/2.0/m_svsoper.cpp
description Allows services to forcibly oper a user.
depends core 2.0
module m_totp 2.0.211 https://raw.github.com/inspircd/inspircd-extras/866a57af3b4c6a34f19885f1d7f7bf80fbdadbec/2.0/m_totp.cpp
description Enables two factor authentification for oper blocks
depends core 2.0
module m_invisible 2.1.135 https://raw.github.com/inspircd/inspircd-extras/93f027e93157860173200d1b7d6ea9a708889ef7/2.1/m_invisible.cpp
description Allows for opered clients to join channels without being seen, similar to unreal 3.1 +I mode
depends core 2.1
module m_antibear 2.2.176 https://raw.github.com/inspircd/inspircd-extras/3bd31ed11b69f393a87dbe8d94acbd7033654785/2.2/m_antibear.cpp
description Sends a numeric on connect which cripples a common type of trojan/spambot
depends core 2.2
module m_antibottler 2.2.176 https://raw.github.com/inspircd/inspircd-extras/3bd31ed11b69f393a87dbe8d94acbd7033654785/2.2/m_antibottler.cpp
description Changes the ident of connecting bottler clients to 'bottler'
depends core 2.2
module m_antirandom 2.2.176 https://raw.github.com/inspircd/inspircd-extras/3bd31ed11b69f393a87dbe8d94acbd7033654785/2.2/m_antirandom.cpp
description A module to prevent against bots using random patterns.
depends core 2.2
module m_changecap 2.2.182 https://raw.github.com/inspircd/inspircd-extras/8fbd4d8af8c050ff2183828e11fe57bf13ca7a16/2.2/m_changecap.cpp
description Provides the CHANGECAP command that allows a channel op to change the capitalization of the channel name
depends core 2.2
module m_noctcp_user 2.2.176 https://raw.github.com/inspircd/inspircd-extras/3bd31ed11b69f393a87dbe8d94acbd7033654785/2.2/m_noctcp_user.cpp
description Provides support for unreal-style user mode +T
depends core 2.2
module m_autodrop 3.0.280 https://raw.github.com/inspircd/inspircd-extras/ee17759c008815c9f52809ac48ff976cb2b3e138/3.0/m_autodrop.cpp
depends core 3.0
description Allows clients to be automatically dropped if they execute certain commands before registration.
module m_autokick 3.0.280 https://raw.github.com/inspircd/inspircd-extras/ee17759c008815c9f52809ac48ff976cb2b3e138/3.0/m_autokick.cpp
depends core 3.0
description Automatically kicks people who match a banned mask.
module m_custompenalty 3.0.280 https://raw.github.com/inspircd/inspircd-extras/ee17759c008815c9f52809ac48ff976cb2b3e138/3.0/m_custompenalty.cpp
depends core 3.0
description Allows the customisation of penalty levels.
module m_forceident 3.0.280 https://raw.github.com/inspircd/inspircd-extras/ee17759c008815c9f52809ac48ff976cb2b3e138/3.0/m_forceident.cpp
depends core 3.0
description Allows forcing idents on users based on their connect class.
module m_identmeta 3.0.280 https://raw.github.com/inspircd/inspircd-extras/ee17759c008815c9f52809ac48ff976cb2b3e138/3.0/m_identmeta.cpp
depends core 3.0
description Stores the ident given in USER as metadata.
module m_rotatelog 3.0.280 https://raw.github.com/inspircd/inspircd-extras/ee17759c008815c9f52809ac48ff976cb2b3e138/3.0/m_rotatelog.cpp
depends core 3.0
description Rotates the log files after a defined period.
module m_solvemsg 3.0.280 https://raw.github.com/inspircd/inspircd-extras/ee17759c008815c9f52809ac48ff976cb2b3e138/3.0/m_solvemsg.cpp
depends core 3.0
description Requires users to solve a basic maths problem before messaging others.
module m_stats_unlinked 3.0.280 https://raw.github.com/inspircd/inspircd-extras/ee17759c008815c9f52809ac48ff976cb2b3e138/3.0/m_stats_unlinked.cpp
depends core 3.0
description Adds stats character 'X' which shows unlinked servers.
module m_svsoper 3.0.280 https://raw.github.com/inspircd/inspircd-extras/ee17759c008815c9f52809ac48ff976cb2b3e138/3.0/m_svsoper.cpp
depends core 3.0
description Allows services to forcibly oper a user.