forked from inspircd/inspircd-contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
modules.lst
517 lines (517 loc) · 40.4 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
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
module m_accounthost 2.0.220 https://raw.githubusercontent.com/inspircd/inspircd-contrib/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.363 https://raw.githubusercontent.com/inspircd/inspircd-contrib/c0994b7a60c6a683fa4fc156fbfc16cc2ca805df/2.0/m_antibear.cpp
description Sends a numeric on connect which cripples the bear.txt trojan/spambot
depends core 2.0-2.1
module m_antibottler 2.0.135 https://raw.githubusercontent.com/inspircd/inspircd-contrib/93f027e93157860173200d1b7d6ea9a708889ef7/2.0/m_antibottler.cpp
description Changes the ident of connecting bottler clients to 'bottler'
depends core 2.0-2.1
module m_anticaps 2.0.543 https://raw.githubusercontent.com/inspircd/inspircd-contrib/e69a709889df6821eab30dfc405f7c31d1cfb6f6/2.0/m_anticaps.cpp
description Provides support for punishing users that send capitalised messages.
depends core 2.0
module m_antirandom 2.0.417 https://raw.githubusercontent.com/inspircd/inspircd-contrib/daf9f63538d4b80e80aba8c61c74a59a77c2e868/2.0/m_antirandom.cpp
description A module to prevent against bots using random patterns.
depends core 2.0
module m_apacheauth 2.0.457 https://raw.githubusercontent.com/inspircd/inspircd-contrib/6285830d548d247b1380f98d31ea715b30ac50dc/2.0/m_apacheauth.cpp
depends core 2.0
description Allow/Deny connections based upon an apache auth file
module m_ascii 2.0.287 https://raw.githubusercontent.com/inspircd/inspircd-contrib/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.githubusercontent.com/inspircd/inspircd-contrib/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.543 https://raw.githubusercontent.com/inspircd/inspircd-contrib/e69a709889df6821eab30dfc405f7c31d1cfb6f6/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.543 https://raw.githubusercontent.com/inspircd/inspircd-contrib/e69a709889df6821eab30dfc405f7c31d1cfb6f6/2.0/m_autokick.cpp
description Automatically kicks people who match a banned mask.
depends core 2.0
module m_autooper 2.0.396 https://raw.githubusercontent.com/inspircd/inspircd-contrib/d4a616b81e88ae3809b5b5544e20ef52d0a9da8e/2.0/m_autooper.cpp
description Adds a opertype option to connect blocks so operators can get autologged in via IP
depends core 2.0
module m_badnicks 2.0.397 https://raw.githubusercontent.com/inspircd/inspircd-contrib/f7c2dae21bbabbf4d0b87a33c4c8dc70593d1cb5/2.0/m_badnicks.cpp
description Adds a badnicks option to connect block, allowing you to specify prohibited nicks
depends core 2.0
module m_bannegate 2.0.368 https://raw.githubusercontent.com/inspircd/inspircd-contrib/23c3fba9f768e061df71425144cd53465f53ecfb/2.0/m_bannegate.cpp
description Enables ban negation by prefixing the match sequence with ~
depends core 2.0
module m_banprotect 2.0.407 https://raw.githubusercontent.com/inspircd/inspircd-contrib/74670ff7bf8d1a0cdd5ba1fac972f9799f1d8db7/2.0/m_banprotect.cpp
description Prevents a lower rank from removing a listmode item set by a higher rank
depends core 2.0
module m_blockhighlight 2.0.543 https://raw.githubusercontent.com/inspircd/inspircd-contrib/e69a709889df6821eab30dfc405f7c31d1cfb6f6/2.0/m_blockhighlight.cpp
description Adds a channel mode which kills clients that mass highlight spam.
depends core 2.0
module m_blockinvite 2.0.473 https://raw.githubusercontent.com/inspircd/inspircd-contrib/fb357b3f195b15d38c6622ec201b05dcedeaebf0/2.0/m_blockinvite.cpp
description Provides usermode 'V' - block all INVITEs
depends core 2.0
module m_blocklistmode 2.0.423 https://raw.githubusercontent.com/inspircd/inspircd-contrib/60e874e9a6d9dbe6d559b7f8a05b512963914995/2.0/m_blocklistmode.cpp
description Allow requiring channel membership to see listmode lists
depends core 2.0
module m_cap_chghost 2.0.279 https://raw.githubusercontent.com/inspircd/inspircd-contrib/dd1cf5f666bd405509ef39b65679086c28e7d83f/2.0/m_cap_chghost.cpp
description Implements CAP chghost
depends core 2.0
module m_capnotify 2.0.203 https://raw.githubusercontent.com/inspircd/inspircd-contrib/676f7d447b5dd9d51f753fac500c4798fc2dac82/2.0/m_capnotify.cpp
description Implements IRC v3.2 cap-notify
depends core 2.0
module m_cgiircban 2.0.390 https://raw.githubusercontent.com/inspircd/inspircd-contrib/3717df61512679cc2fda2b66a471b7e029d05754/2.0/m_cgiircban.cpp
description Implements extban W: - CGI:IRC bans
depends core 2.0
module m_changecap 2.0.202 https://raw.githubusercontent.com/inspircd/inspircd-contrib/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_checkbans 2.0.405 https://raw.githubusercontent.com/inspircd/inspircd-contrib/2914f186f21282d445641af4c30aae4bfe441649/2.0/m_checkbans.cpp
description Adds commands /checkbans, /testban, and /whyban
depends core 2.0
module m_ciphersuitejoin 2.0.245 https://raw.githubusercontent.com/inspircd/inspircd-contrib/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_classban 2.0.361 https://raw.githubusercontent.com/inspircd/inspircd-contrib/3db8bf7af3fc55d4f8d43534f59e05a62a43963d/2.0/m_classban.cpp
description Provides extban 'n' - Connect class ban
depends core 2.0
module m_clientcheck 2.0.625 https://raw.githubusercontent.com/inspircd/inspircd-contrib/cad1cab0f74a14a2cd10c3f80158bd5189f80c79/2.0/m_clientcheck.cpp
description Allows detection of clients by version string.
depends core 2.0
module m_cloaking_extended 2.0.543 https://raw.githubusercontent.com/inspircd/inspircd-contrib/e69a709889df6821eab30dfc405f7c31d1cfb6f6/2.0/m_cloaking_extended.cpp
description Provides masking of user hostnames (backport from v3).
depends core 2.0
module m_conn_accounts 2.0.404 https://raw.githubusercontent.com/inspircd/inspircd-contrib/1f926775983dc4dd852c0058c348d76a53dad693/2.0/m_conn_accounts.cpp
description Limit SASL connect classes by account(s).
depends core 2.0
module m_conn_banner 2.0.192 https://raw.githubusercontent.com/inspircd/inspircd-contrib/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.githubusercontent.com/inspircd/inspircd-contrib/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_conn_invite 2.0.485 https://raw.githubusercontent.com/inspircd/inspircd-contrib/2a4523353f10c4e6b2f716a1e7d3bf7ce6a0c8a5/2.0/m_conn_invite.cpp
description Invites all users to a channel when they connect to the network.
depends core 2.0
module m_conn_matchident 2.0.350 https://raw.githubusercontent.com/inspircd/inspircd-contrib/8fbf3703d0c42fcaab0249078f7cdbe6ce171b67/2.0/m_conn_matchident.cpp
description Allows a connect class to match by ident.
depends core 2.0
module m_conn_require 2.0.474 https://raw.githubusercontent.com/inspircd/inspircd-contrib/6f0c92e3c2bfdbfe6e1b89ec91e42e2ba7bb91ab/2.0/m_conn_require.cpp
description Allow or block connections based on multiple criteria
depends core 2.0
module m_conn_strictsasl 2.0.439 https://raw.githubusercontent.com/inspircd/inspircd-contrib/0339f18cd64823a2aa54a4f1ed09861cdeba6c32/2.0/m_conn_strictsasl.cpp
description Disconnect users that fail a SASL auth.
depends core 2.0
module m_conn_throttle 2.0.464 https://raw.githubusercontent.com/inspircd/inspircd-contrib/49387ffb3197a909a812e3a87f9c70c4c780589c/2.0/m_conn_throttle.cpp
description Incoming connection throttle
depends core 2.0
module m_conn_vhost 2.0.442 https://raw.githubusercontent.com/inspircd/inspircd-contrib/c70971b6bed05abce6c1030f506f4b3a0f84de18/2.0/m_conn_vhost.cpp
description Sets a connect block configured vhost on users when they connect
depends core 2.0
module m_custompenalty 2.0.543 https://raw.githubusercontent.com/inspircd/inspircd-contrib/e69a709889df6821eab30dfc405f7c31d1cfb6f6/2.0/m_custompenalty.cpp
description Allows the customisation of penalty levels.
depends core 2.0
module m_dccblock 2.0.301 https://raw.githubusercontent.com/inspircd/inspircd-contrib/c4aa6e4bd76bf25a40369d700b1e51e27146a1f6/2.0/m_dccblock.cpp
description Provides support for blocking DCC transfers
depends core 2.0
module m_deferaccept 2.0.197 https://raw.githubusercontent.com/inspircd/inspircd-contrib/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.githubusercontent.com/inspircd/inspircd-contrib/a82352127ff38e1e48fe92f58a4f020ca3ca5753/2.0/m_disablemodes.cpp
description Disable modes for users in specific connect blocks
depends core 2.0
module m_extbanbanlist 2.0.406 https://raw.githubusercontent.com/inspircd/inspircd-contrib/3c8fd7607722669605be6f12d9798ba6b3363df1/2.0/m_extbanbanlist.cpp
description Provides extban 'b' - Ban list from another channel
depends core 2.0
module m_extbanredirect 2.0.277 https://raw.githubusercontent.com/inspircd/inspircd-contrib/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_extbanregex 2.0.385 https://raw.githubusercontent.com/inspircd/inspircd-contrib/75191cc7c4e2d8e0b8873ee9e95f47638a2e43f9/2.0/m_extbanregex.cpp
description Provides extban 'x' - Regex matching to n!u@h\sr
depends core 2.0
module m_fakelist 2.0.434 https://raw.githubusercontent.com/inspircd/inspircd-contrib/630f51d122c8b5b581e66e9cf9f07445b941f7f6/2.0/m_fakelist.cpp
description Turns /list into a honeypot for newly connected users
depends core 2.0
module m_findxline 2.0.320 https://raw.githubusercontent.com/inspircd/inspircd-contrib/dea6ae556b8145ab318e5d60d64f13dffddaf848/2.0/m_findxline.cpp
description Provides the FINDXLINE and RMXLINE commands which lets opers search and remove XLines
depends core 2.0
module m_fix_class_inheritance 2.0.454 https://raw.githubusercontent.com/inspircd/inspircd-contrib/63f7767121f9ea7687749a1be34d9ba20199135e/2.0/m_fix_class_inheritance.cpp
description Backport of the fixes for <connect> class inheritance from 3.0
depends core 2.0
module m_flashpolicyd 2.0.271 https://raw.githubusercontent.com/inspircd/inspircd-contrib/77e2fa673315a54538a26f2ebb5ab593b0457006/2.0/m_flashpolicyd.cpp
description Flash Policy Daemon. Allows Flash IRC clients to connect.
depends core 2.0
module m_forceident 2.0.543 https://raw.githubusercontent.com/inspircd/inspircd-contrib/e69a709889df6821eab30dfc405f7c31d1cfb6f6/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.githubusercontent.com/inspircd/inspircd-contrib/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.627 https://raw.githubusercontent.com/inspircd/inspircd-contrib/e515031bb25cab6cff8d60630588dcb2072c5810/2.0/m_geoipban.cpp
description Implements extban +b G: - GeoIP Country Code bans and add county name and country code in whois
depends core 2.0
module m_hash_gnutls 2.0.543 https://raw.githubusercontent.com/inspircd/inspircd-contrib/e69a709889df6821eab30dfc405f7c31d1cfb6f6/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.githubusercontent.com/inspircd/inspircd-contrib/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.543 https://raw.githubusercontent.com/inspircd/inspircd-contrib/e69a709889df6821eab30dfc405f7c31d1cfb6f6/2.0/m_identmeta.cpp
description Stores the ident given in USER as metadata.
depends core 2.0
module m_inviteldapexception 2.0.467 https://raw.githubusercontent.com/inspircd/inspircd-contrib/95469b3f172f9b0c049a866efb1eafbffbba77a3/2.0/m_inviteldapexception.cpp
description Provides support for the +U channel mode
depends core 2.0
module m_invitenotify 2.0.181 https://raw.githubusercontent.com/inspircd/inspircd-contrib/cf9b1d041f8c8bf5917f67d90470dfc4cb800d43/2.0/m_invitenotify.cpp
description Implements invite-notify
depends core 2.0
module m_ircv3_ctctags 2.0.543 https://raw.githubusercontent.com/inspircd/inspircd-contrib/e69a709889df6821eab30dfc405f7c31d1cfb6f6/2.0/m_ircv3_ctctags.cpp
description Dummy module to allow usage of the ircv3_ctctags module on 3.0 servers.
depends core 2.0
module m_ircv3_sts 2.0.487 https://raw.githubusercontent.com/inspircd/inspircd-contrib/fa2dae369215229f2ea90b642648a22ee3f515e5/2.0/m_ircv3_sts.cpp
description Implements IRCv3 STS (Strict Transport Security) policy advertisement
depends core 2.0
module m_ircxusernames 2.0.192 https://raw.githubusercontent.com/inspircd/inspircd-contrib/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.githubusercontent.com/inspircd/inspircd-contrib/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.githubusercontent.com/inspircd/inspircd-contrib/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.githubusercontent.com/inspircd/inspircd-contrib/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_joinpartspam 2.0.421 https://raw.githubusercontent.com/inspircd/inspircd-contrib/e32db31dd59bfa85d7e7b659da02080dfc577933/2.0/m_joinpartspam.cpp
description Adds channel mode +x to block a user after x per y joins and parts/quits (join/part spam)
depends core 2.0
module m_kill_idle 2.0.462 https://raw.githubusercontent.com/inspircd/inspircd-contrib/c239eb61b35fdd9aafc694c78f31934361da4738/2.0/m_kill_idle.cpp
depends core 2.0
description Disconnect idle users matching configured conditions
module m_lusersnoservices 2.0.265 https://raw.githubusercontent.com/inspircd/inspircd-contrib/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_messagelength 2.0.543 https://raw.githubusercontent.com/inspircd/inspircd-contrib/e69a709889df6821eab30dfc405f7c31d1cfb6f6/2.0/m_messagelength.cpp
description Adds a channel mode which limits the length of messages.
depends core 2.0
module m_moderestrict 2.0.401 https://raw.githubusercontent.com/inspircd/inspircd-contrib/9410fa29c9b7018c4f5caa1d840d46a310157a3e/2.0/m_moderestrict.cpp
description Allows locking down channel modes to specific prefix ranks
depends core 2.0
module m_namedstats 2.0.192 https://raw.githubusercontent.com/inspircd/inspircd-contrib/56f3ccc0c2b5710bdbd62ea851f29703830c1d78/2.0/m_namedstats.cpp
description Allows /STATS queries by name
depends core 2.0
module m_nickdelay 2.0.194 https://raw.githubusercontent.com/inspircd/inspircd-contrib/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.githubusercontent.com/inspircd/inspircd-contrib/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_nocreate 2.0.295 https://raw.githubusercontent.com/inspircd/inspircd-contrib/ea7e20a85bbc81f02866e30ec9b3afe510ee1e1e/2.0/m_nocreate.cpp
description Adds oper command '/nocreate' to block a user from creating new channels
depends core 2.0
module m_noctcp_user 2.0.526 https://raw.githubusercontent.com/inspircd/inspircd-contrib/82a6c60c060118e046e79f0eea4e0922c79d0d76/2.0/m_noctcp_user.cpp
description Provides user mode +T to block CTCPs
depends core 2.0
module m_nooponcreate 2.0.210 https://raw.githubusercontent.com/inspircd/inspircd-contrib/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.githubusercontent.com/inspircd/inspircd-contrib/ce92ed3d637bce893d247b73f5eabbac9d1610cf/2.0/m_nouidnick.cpp
description Disallows changing nick to UID using /NICK
depends core 2.0
module m_opban 2.0.400 https://raw.githubusercontent.com/inspircd/inspircd-contrib/1c050e83bcc8243c34a2618154f521a4b78e27d6/2.0/m_opban.cpp
description Implements extban +b o: Prevents these persons from aquiring a privileged position
depends core 2.0
module m_opmoderated 2.0.479 https://raw.githubusercontent.com/inspircd/inspircd-contrib/9c4d19ed4ee60220b071c57626d888af1c07d61c/2.0/m_opmoderated.cpp
description Implements channel mode +U and extban 'u' - moderator mute
depends core 2.0
module m_override_umode 2.0.456 https://raw.githubusercontent.com/inspircd/inspircd-contrib/f32380dd49a20c3873136165d7841e8892766bc3/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.403 https://raw.githubusercontent.com/inspircd/inspircd-contrib/d5e72d0983aa6de4f8fc6be2a092c083a649aa57/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.355 https://raw.githubusercontent.com/inspircd/inspircd-contrib/abb89525e5c64825ee0ac125200db281369bb8f6/2.0/m_privdeaf.cpp
description Provides support for blocking any private messages (umode +D)
depends core 2.0
module m_qrcode 2.0.543 https://raw.githubusercontent.com/inspircd/inspircd-contrib/e69a709889df6821eab30dfc405f7c31d1cfb6f6/2.0/m_qrcode.cpp
description Provides support for QR code generation via the /QRCODE command.
depends core 2.0
module m_quietban 2.0.171 https://raw.githubusercontent.com/inspircd/inspircd-contrib/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_randomnotice 2.0.391 https://raw.githubusercontent.com/inspircd/inspircd-contrib/25e9a5976ccb8682ee6704d383209224522adb81/2.0/m_randomnotice.cpp
description Send a random notice (quote) from a file to all users at a set interval.
depends core 2.0
module m_regex_re2 2.0.543 https://raw.githubusercontent.com/inspircd/inspircd-contrib/e69a709889df6821eab30dfc405f7c31d1cfb6f6/2.0/m_regex_re2.cpp
description Regex Provider Module for RE2.
depends core 2.0
module m_rehashsslsignal 2.0.325 https://raw.githubusercontent.com/inspircd/inspircd-contrib/ca272629a79b9e2537171dd762b9d6c431963056/2.0/m_rehashsslsignal.cpp
description Reload SSL credentials on SIGUSR1
depends core 2.0
module m_replaymsg 2.0.543 https://raw.githubusercontent.com/inspircd/inspircd-contrib/e69a709889df6821eab30dfc405f7c31d1cfb6f6/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.githubusercontent.com/inspircd/inspircd-contrib/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_requirectcp 2.0.383 https://raw.githubusercontent.com/inspircd/inspircd-contrib/2ca5f51861b85f06d8f9748579bb0653753f9c9e/2.0/m_requirectcp.cpp
description Blocks clients not replying to CTCP like botnets/spambots/floodbots.
depends core 2.0
module m_restrictmsg_duration 2.0.443 https://raw.githubusercontent.com/inspircd/inspircd-contrib/694f7d4fad60ea79243d4b8c01489f1d4ea14199/2.0/m_restrictmsg_duration.cpp
description Restrict messages until a user has been connected for a specified duration.
depends core 2.0
module m_rotatelog 2.0.543 https://raw.githubusercontent.com/inspircd/inspircd-contrib/e69a709889df6821eab30dfc405f7c31d1cfb6f6/2.0/m_rotatelog.cpp
description Rotates the log files after a defined period.
depends core 2.0
module m_rpg 2.0.358 https://raw.githubusercontent.com/inspircd/inspircd-contrib/f508cf46da55c9921790861b35c89a10fb90cdbb/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_sasl_servercheck 2.0.440 https://raw.githubusercontent.com/inspircd/inspircd-contrib/a9dd5c10dd7cd483211d5215e4cb083b944b24da/2.0/m_sasl_servercheck.cpp
description Fail SASL auth if the defined target is unavailable.
depends core 2.0
module m_sha1 2.0.227 https://raw.githubusercontent.com/inspircd/inspircd-contrib/fb3b470ebec1b86af801ca68d14e80f06aff8adb/2.0/m_sha1.cpp
description Implements SHA-1 hashing
depends core 2.0
module m_showfile 2.0.420 https://raw.githubusercontent.com/inspircd/inspircd-contrib/366012437ab491a69398fbf9677aa375495805c3/2.0/m_showfile.cpp
description Provides support for showing text files to users
depends core 2.0
module m_slowmode 2.0.388 https://raw.githubusercontent.com/inspircd/inspircd-contrib/99beb629dc66341238bda791bbea8ec775307454/2.0/m_slowmode.cpp
description Provides channel mode +W (slow mode)
depends core 2.0
module m_solvemsg 2.0.543 https://raw.githubusercontent.com/inspircd/inspircd-contrib/e69a709889df6821eab30dfc405f7c31d1cfb6f6/2.0/m_solvemsg.cpp
description Requires users to solve a basic maths problem before messaging others.
depends core 2.0
module m_sslmodeuser 2.0.471 https://raw.githubusercontent.com/inspircd/inspircd-contrib/fc4cfee6e6e259964a66f1fb1748877f7b1b8c9f/2.0/m_sslmodeuser.cpp
description Provides user mode +z to allow for Secure/SSL only queries and user notices
depends core 2.0
module m_sslstats_gnutls 2.0.240 https://raw.githubusercontent.com/inspircd/inspircd-contrib/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.543 https://raw.githubusercontent.com/inspircd/inspircd-contrib/e69a709889df6821eab30dfc405f7c31d1cfb6f6/2.0/m_stats_unlinked.cpp
description Adds stats character 'X' which shows unlinked servers.
depends core 2.0
module m_stun 2.0.468 https://raw.githubusercontent.com/inspircd/inspircd-contrib/3a37511745e5b6191ccec68178c670b6de16b4b8/2.0/m_stun.cpp
description Provides the /STUN command, which stops a user from receiving messages/notices to channels
depends core 2.0
module m_svsoper 2.0.543 https://raw.githubusercontent.com/inspircd/inspircd-contrib/e69a709889df6821eab30dfc405f7c31d1cfb6f6/2.0/m_svsoper.cpp
description Allows services to forcibly oper a user.
depends core 2.0
module m_teams 2.0.588 https://raw.githubusercontent.com/inspircd/inspircd-contrib/4cf9f3752421e335800d4ed0076d4cae71bc99ad/2.0/m_teams.cpp
depends core 2.0
description Allows users to be managed using services-assigned teams.
module m_tgchange 2.0.463 https://raw.githubusercontent.com/inspircd/inspircd-contrib/27ac0016f14d22471b41cd8749f488d82d30b8f9/2.0/m_tgchange.cpp
description Implements "target change" detection to help prevent spam bots
depends core 2.0
module m_timedstaticquit 2.0.366 https://raw.githubusercontent.com/inspircd/inspircd-contrib/4c86eddaccf3c81ef1c6edc0e354a31bfc40f585/2.0/m_timedstaticquit.cpp
description Replaces the quit message of a quitting user if they have been connected for less than a configurable time
depends core 2.0
module m_topicall 2.0.367 https://raw.githubusercontent.com/inspircd/inspircd-contrib/c75c4f6e058868c9eff31bd2292985f702e2d2c1/2.0/m_topicall.cpp
description Provides the /TOPICALL command that changes the topic on all channels
depends core 2.0
module m_totp 2.0.211 https://raw.githubusercontent.com/inspircd/inspircd-contrib/866a57af3b4c6a34f19885f1d7f7bf80fbdadbec/2.0/m_totp.cpp
description Enables two factor authentification for oper blocks
depends core 2.0
module m_whox 2.0.543 https://raw.githubusercontent.com/inspircd/inspircd-contrib/e69a709889df6821eab30dfc405f7c31d1cfb6f6/2.0/m_whox.cpp
description Provides the WHOX extension.
depends core 2.0
module m_xlinetools 2.0.451 https://raw.githubusercontent.com/inspircd/inspircd-contrib/4aea6c851f044bd784d5eb35ed10554852797f2e/2.0/m_xlinetools.cpp
description X-line management with XCOUNT, XREMOVE, XSEARCH, and XCOPY
depends core 2.0
module m_xmlsocket 2.0.386 https://raw.githubusercontent.com/inspircd/inspircd-contrib/8096f7e0acb6938b66aa158fbb457f524db9ac15/2.0/m_xmlsocket.cpp
description Provides XML socket support for Flash
depends core 2.0
module m_antirandom 3.0.496 https://raw.githubusercontent.com/inspircd/inspircd-contrib/60bebb4d07526f77d44b7eb43ea3fea5f995c113/3.0/m_antirandom.cpp
description A module to prevent against bots using random patterns.
depends core 3
module m_autoaway 3.0.584 https://raw.githubusercontent.com/inspircd/inspircd-contrib/e6d2adbf2527d08246cafcb63ee304bd8a8cf326/3.0/m_autoaway.cpp
depends core 3
description Automatically marks idle users as away.
module m_autodrop 3.0.543 https://raw.githubusercontent.com/inspircd/inspircd-contrib/e69a709889df6821eab30dfc405f7c31d1cfb6f6/3.0/m_autodrop.cpp
depends core 3
description Allows clients to be automatically dropped if they execute certain commands before registration.
module m_autokick 3.0.543 https://raw.githubusercontent.com/inspircd/inspircd-contrib/e69a709889df6821eab30dfc405f7c31d1cfb6f6/3.0/m_autokick.cpp
depends core 3
description Automatically kicks people who match a banned mask.
module m_bannegate 3.0.515 https://raw.githubusercontent.com/inspircd/inspircd-contrib/793211671359b0b89506cc9437052f35f4247bcf/3.0/m_bannegate.cpp
depends core 3
description Enables ban negation by prefixing the match sequence with ~
module m_blockhighlight 3.0.543 https://raw.githubusercontent.com/inspircd/inspircd-contrib/e69a709889df6821eab30dfc405f7c31d1cfb6f6/3.0/m_blockhighlight.cpp
description Adds a channel mode which kills clients that mass highlight spam.
depends core 3
module m_blockinvite 3.0.554 https://raw.githubusercontent.com/inspircd/inspircd-contrib/fd2c8818d2d51b0a2ecd0e9a6869dac283dc0da8/3.0/m_blockinvite.cpp
depends core 3
description Provides usermode 'V' - block all INVITEs
module m_checkbans 3.0.554 https://raw.githubusercontent.com/inspircd/inspircd-contrib/fd2c8818d2d51b0a2ecd0e9a6869dac283dc0da8/3.0/m_checkbans.cpp
depends core 3
description Adds commands /checkbans, /testban, and /whyban
module m_clientcheck 3.0.625 https://raw.githubusercontent.com/inspircd/inspircd-contrib/cad1cab0f74a14a2cd10c3f80158bd5189f80c79/3.0/m_clientcheck.cpp
description Allows detection of clients by version string.
depends core 3
module m_close 3.0.496 https://raw.githubusercontent.com/inspircd/inspircd-contrib/60bebb4d07526f77d44b7eb43ea3fea5f995c113/3.0/m_close.cpp
depends core 3
description Provides the ability to close unregistered connections.
module m_complete 3.0.602 https://raw.githubusercontent.com/inspircd/inspircd-contrib/3eaf938f32660715c47b8ff183f3af344a8b3ab2/3.0/m_complete.cpp
depends core 3
description Allows clients to automatically complete commands.
module m_conn_accounts 3.0.558 https://raw.githubusercontent.com/inspircd/inspircd-contrib/dfe41a8ba9d37a6f8703a5e5e203fd0a42530836/3.0/m_conn_accounts.cpp
depends core 3
description Limit SASL connect classes by account(s).
module m_conn_banner 3.0.496 https://raw.githubusercontent.com/inspircd/inspircd-contrib/60bebb4d07526f77d44b7eb43ea3fea5f995c113/3.0/m_conn_banner.cpp
depends core 3
description Displays a static text to every connecting user before registration
module m_conn_join_geoip 3.0.512 https://raw.githubusercontent.com/inspircd/inspircd-contrib/bc02b957bcd9a738592695a0e58a9dec7cd4e5c6/3.0/m_conn_join_geoip.cpp
depends core 3
description Autojoin users to a channel based on GeoIP.
module m_conn_join_ident 3.0.512 https://raw.githubusercontent.com/inspircd/inspircd-contrib/bc02b957bcd9a738592695a0e58a9dec7cd4e5c6/3.0/m_conn_join_ident.cpp
depends core 3
description Autojoin users to a channel based on their ident.
module m_conn_matchident 3.0.590 https://raw.githubusercontent.com/inspircd/inspircd-contrib/4693a05316ea58a9b2749862e72cda615edb8505/3.0/m_conn_matchident.cpp
depends core 3
description Allows a connect class to match by ident(s).
module m_conn_require 3.0.558 https://raw.githubusercontent.com/inspircd/inspircd-contrib/dfe41a8ba9d37a6f8703a5e5e203fd0a42530836/3.0/m_conn_require.cpp
depends core 3
description Allow or block connections based on multiple criteria
module m_conn_strictsasl 3.0.496 https://raw.githubusercontent.com/inspircd/inspircd-contrib/60bebb4d07526f77d44b7eb43ea3fea5f995c113/3.0/m_conn_strictsasl.cpp
depends core 3
description Disconnect users that fail a SASL auth.
module m_conn_vhost 3.0.558 https://raw.githubusercontent.com/inspircd/inspircd-contrib/dfe41a8ba9d37a6f8703a5e5e203fd0a42530836/3.0/m_conn_vhost.cpp
depends core 3
description Sets a connect block configured vhost on users when they connect
module m_custompenalty 3.0.586 https://raw.githubusercontent.com/inspircd/inspircd-contrib/67c0d0438ea10be85a999475037ed3e4bc81ae07/3.0/m_custompenalty.cpp
depends core 3
description Allows the customisation of penalty levels.
module m_customtags 3.0.545 https://raw.githubusercontent.com/inspircd/inspircd-contrib/e23bc33536fe34c5e89c8c15082299be0499d6f9/3.0/m_customtags.cpp
depends core 3
description Allows services to add custom tags to messages sent by clients.
module m_discordnick 3.0.567 https://raw.githubusercontent.com/inspircd/inspircd-contrib/9271cdc801f62d3438da40454a0a70e7d542d769/3.0/m_discordnick.cpp
depends core 3
description Adds support for Discord-style #1234 nick tags.
module m_eventexec 3.0.567 https://raw.githubusercontent.com/inspircd/inspircd-contrib/9271cdc801f62d3438da40454a0a70e7d542d769/3.0/m_eventexec.cpp
description Executes commands when a specified event occurs.
depends core 3
module m_extbanbanlist 3.0.554 https://raw.githubusercontent.com/inspircd/inspircd-contrib/fd2c8818d2d51b0a2ecd0e9a6869dac283dc0da8/3.0/m_extbanbanlist.cpp
depends core 3
description Provides extban 'b' - Ban list from another channel
module m_extbanredirect 3.0.566 https://raw.githubusercontent.com/inspircd/inspircd-contrib/0f664e990c4242ee5b47b4f7839fde829cb72bde/3.0/m_extbanredirect.cpp
depends core 3
description Provide extended ban <extbanchar>:<chan>:<mask> to redirect users to another channel
module m_extbanregex 3.0.598 https://raw.githubusercontent.com/inspircd/inspircd-contrib/901f366637f96bd5d8c37f2a788c278a5e1d3675/3.0/m_extbanregex.cpp
depends core 3
description Provides extban 'x' - Regex matching to n!u@h\sr
module m_fakelist 3.0.522 https://raw.githubusercontent.com/inspircd/inspircd-contrib/c521cac7ad3d102ec7e8068ac389b2ebdd55a986/3.0/m_fakelist.cpp
depends core 3
description Turns /list into a honeypot for newly connected users
module m_forceident 3.0.543 https://raw.githubusercontent.com/inspircd/inspircd-contrib/e69a709889df6821eab30dfc405f7c31d1cfb6f6/3.0/m_forceident.cpp
depends core 3
description Allows forcing idents on users based on their connect class.
module m_geocmd 3.0.560 https://raw.githubusercontent.com/inspircd/inspircd-contrib/adc39dd0bdefd8ead78cc131adce30dd8be6f38f/3.0/m_geocmd.cpp
description Provides the /GEOLOCATE command which performs Geolocation lookups on arbitrary IP addresses.
depends core 3
module m_globalmessageflood 3.0.515 https://raw.githubusercontent.com/inspircd/inspircd-contrib/62aacc12ea6b823960349d5d7e4d552ad7d6d132/3.0/m_globalmessageflood.cpp
description Provides channel mode +x (oper only top-level channel flood protection with SNOMASK +F)
depends core 3
module m_hash_gnutls 3.0.604 https://raw.githubusercontent.com/inspircd/inspircd-contrib/fa4487e9bf23b75c70fbd5bc0b499f6b957fdb0a/3.0/m_hash_gnutls.cpp
description Implements hash functions using GnuTLS API
depends core 2.0
conflicts m_md5.so
conflicts m_sha256.so
module m_hideidle 3.0.496 https://raw.githubusercontent.com/inspircd/inspircd-contrib/60bebb4d07526f77d44b7eb43ea3fea5f995c113/3.0/m_hideidle.cpp
depends core 3
description Provides the +a usermode that hides idle and signon time in WHOIS from non-opers
module m_identmeta 3.0.543 https://raw.githubusercontent.com/inspircd/inspircd-contrib/e69a709889df6821eab30dfc405f7c31d1cfb6f6/3.0/m_identmeta.cpp
depends core 3
description Stores the ident given in USER as metadata.
module m_join0 3.0.599 https://raw.githubusercontent.com/inspircd/inspircd-contrib/692186299f2b946253c5d4fae71a55d35928737f/3.0/m_join0.cpp
description Implement JOIN 0 (joining 0 makes a user part all channels), RFC2812
depends core 3
module m_joinpartsno 3.0.496 https://raw.githubusercontent.com/inspircd/inspircd-contrib/60bebb4d07526f77d44b7eb43ea3fea5f995c113/3.0/m_joinpartsno.cpp
description Sends server notices when a user joins/parts a channel.
depends core 3
module m_joinpartspam 3.0.558 https://raw.githubusercontent.com/inspircd/inspircd-contrib/dfe41a8ba9d37a6f8703a5e5e203fd0a42530836/3.0/m_joinpartspam.cpp
depends core 3
description Adds channel mode +x to block a user after x per y joins and parts/quits (join/part spam)
module m_jumpserver 3.0.496 https://raw.githubusercontent.com/inspircd/inspircd-contrib/60bebb4d07526f77d44b7eb43ea3fea5f995c113/3.0/m_jumpserver.cpp
depends core 3
description Provides support for the RPL_REDIR numeric and the /JUMPSERVER command.
module m_kill_idle 3.0.496 https://raw.githubusercontent.com/inspircd/inspircd-contrib/60bebb4d07526f77d44b7eb43ea3fea5f995c113/3.0/m_kill_idle.cpp
depends core 3
description Disconnect idle users matching configured conditions
module m_messagelength 3.0.543 https://raw.githubusercontent.com/inspircd/inspircd-contrib/e69a709889df6821eab30dfc405f7c31d1cfb6f6/3.0/m_messagelength.cpp
description Adds a channel mode which limits the length of messages.
depends core 3
module m_namedstats 3.0.496 https://raw.githubusercontent.com/inspircd/inspircd-contrib/60bebb4d07526f77d44b7eb43ea3fea5f995c113/3.0/m_namedstats.cpp
description Allows /STATS queries by name
depends core 3
module m_nickdelay 3.0.527 https://raw.githubusercontent.com/inspircd/inspircd-contrib/3dd7ac3ed1f6d11e1aebee8c8d509676ed5d4733/3.0/m_nickdelay.cpp
depends core 3
description Enforces a delay between nick changes per user
module m_nocreate 3.0.554 https://raw.githubusercontent.com/inspircd/inspircd-contrib/fd2c8818d2d51b0a2ecd0e9a6869dac283dc0da8/3.0/m_nocreate.cpp
depends core 3
description Adds oper command '/nocreate' to block a user from creating new channels
module m_noidletyping 3.0.601 https://raw.githubusercontent.com/inspircd/inspircd-contrib/947236deefbbbb7b65365ceecef0b50304546f41/3.0/m_noidletyping.cpp
depends core 3
description Prevents typing notifications from being sent to idle users.
module m_noprivatemode 3.0.543 https://raw.githubusercontent.com/inspircd/inspircd-contrib/e69a709889df6821eab30dfc405f7c31d1cfb6f6/3.0/m_noprivatemode.cpp
description Sets channel mode +s (secret) when users try to set channel mode +p (private).
depends core 3
module m_nouidnick 3.0.533 https://raw.githubusercontent.com/inspircd/inspircd-contrib/ba483614627df5bd2a6d5dbfbfb693c7127d5fee/3.0/m_nouidnick.cpp
depends core 3
description Disallows changing nick to UID using /NICK
module m_opmoderated 3.0.496 https://raw.githubusercontent.com/inspircd/inspircd-contrib/60bebb4d07526f77d44b7eb43ea3fea5f995c113/3.0/m_opmoderated.cpp
depends core 3
description Implements channel mode +U and extban 'u' - moderator mute
module m_qrcode 3.0.570 https://raw.githubusercontent.com/inspircd/inspircd-contrib/68f1ed32f4c059930061ea29c87d13bdd10ad030/3.0/m_qrcode.cpp
description Provides support for QR code generation via the /QRCODE command.
depends core 3
module m_randomnotice 3.0.496 https://raw.githubusercontent.com/inspircd/inspircd-contrib/60bebb4d07526f77d44b7eb43ea3fea5f995c113/3.0/m_randomnotice.cpp
depends core 3
description Send a random notice (quote) from a file to all users at a set interval.
module m_require_auth 3.0.563 https://raw.githubusercontent.com/inspircd/inspircd-contrib/faddc5d9c5e418447cfd7e52f13dacaf4be1f9d6/3.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 3
module m_restrictmsg_duration 3.0.558 https://raw.githubusercontent.com/inspircd/inspircd-contrib/dfe41a8ba9d37a6f8703a5e5e203fd0a42530836/3.0/m_restrictmsg_duration.cpp
depends core 3
description Restrict messages until a user has been connected for a specified duration.
module m_rotatelog 3.0.567 https://raw.githubusercontent.com/inspircd/inspircd-contrib/9271cdc801f62d3438da40454a0a70e7d542d769/3.0/m_rotatelog.cpp
depends core 3
description Rotates the log files after a defined period.
module m_samove 3.0.577 https://raw.githubusercontent.com/inspircd/inspircd-contrib/de97e2fae809e8ab892f01116fcebb6e4aad939e/3.0/m_samove.cpp
depends core 3
description Adds /SAMOVE command to move a user from one channel to another (basically combining SAPART+SAJOIN)
module m_shed_users 3.0.507 https://raw.githubusercontent.com/inspircd/inspircd-contrib/d1d2eaaacfd98851b493c73bc16a8ef16b2ae697/3.0/m_shed_users.cpp
depends core 3
description Slowly disconnects idle users for maintenance
module m_slowmode 3.0.606 https://raw.githubusercontent.com/inspircd/inspircd-contrib/0d04920ca15b694051ac9b66c8adccdb43895017/3.0/m_slowmode.cpp
description Provides channel mode +W (slow mode)
depends core 3
module m_solvemsg 3.0.543 https://raw.githubusercontent.com/inspircd/inspircd-contrib/e69a709889df6821eab30dfc405f7c31d1cfb6f6/3.0/m_solvemsg.cpp
depends core 3
description Requires users to solve a basic maths problem before messaging others.
module m_stats_unlinked 3.0.543 https://raw.githubusercontent.com/inspircd/inspircd-contrib/e69a709889df6821eab30dfc405f7c31d1cfb6f6/3.0/m_stats_unlinked.cpp
depends core 3
description Adds stats character 'X' which shows unlinked servers.
module m_svsoper 3.0.543 https://raw.githubusercontent.com/inspircd/inspircd-contrib/e69a709889df6821eab30dfc405f7c31d1cfb6f6/3.0/m_svsoper.cpp
depends core 3
description Allows services to forcibly oper a user.
module m_tag_iphost 3.0.618 https://raw.githubusercontent.com/inspircd/inspircd-contrib/29c5884f8b1dfaf58ced4c1efd2974ddf27066a7/3.0/m_tag_iphost.cpp
depends core 3
description Provides message tags for showing the IP address and real host to a privileged user.
module m_teams 3.0.579 https://raw.githubusercontent.com/inspircd/inspircd-contrib/af35e03ad12c5a3c50c41e344e401385f3c5b169/3.0/m_teams.cpp
depends core 3
description Allows users to be managed using services-assigned teams.
module m_telegraf 3.0.620 https://raw.githubusercontent.com/inspircd/inspircd-contrib/d18a4824bad9df91bae8618c4e75e84eef766021/3.0/m_telegraf.cpp
description Provides IRCd metrics to a locally running Telegraf instance.
depends core 3
module m_timedstaticquit 3.0.496 https://raw.githubusercontent.com/inspircd/inspircd-contrib/60bebb4d07526f77d44b7eb43ea3fea5f995c113/3.0/m_timedstaticquit.cpp
depends core 3
description Replaces the quit message of a quitting user if they have been connected for less than a configurable time
module m_totp 3.0.496 https://raw.githubusercontent.com/inspircd/inspircd-contrib/60bebb4d07526f77d44b7eb43ea3fea5f995c113/3.0/m_totp.cpp
description Enables two factor authentification for oper blocks
depends core 3
module m_xlinetools 3.0.575 https://raw.githubusercontent.com/inspircd/inspircd-contrib/bbbe67eb4148d919c3bd8d8fdeb978f6f9633003/3.0/m_xlinetools.cpp
depends core 3
description X-line management with XCOPY, XCOUNT, XREMOVE, and XSEARCH
module m_zombie 3.0.567 https://raw.githubusercontent.com/inspircd/inspircd-contrib/9271cdc801f62d3438da40454a0a70e7d542d769/3.0/m_zombie.cpp
depends core 3
description Provides support for zombifying users who have split because of a network issue.