Skip to content

Commit

Permalink
Consistently mark v3 deprecated modules as such.
Browse files Browse the repository at this point in the history
  • Loading branch information
SadieCat committed Sep 6, 2024
1 parent d23db29 commit 34eb62a
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/3/modules/blockcaps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ introduction: |-
!!! warning ""
This module is deprecated and has been removed in the next major version of InspIRCd.
You should use [the anticaps module](/3/modules/anticaps) instead.
You should consider using [the anticaps module](/3/modules/anticaps) instead.
description: |-
This module adds channel mode `B` (blockcaps) which allows channels to block messages which are excessively capitalised.
Expand Down
2 changes: 1 addition & 1 deletion docs/3/modules/censor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: censor

introduction: |-
!!! warning ""
This module has been moved to [inspircd-contrib](/3/module-manager) in the next major version of InspIRCd.
This module is deprecated and has been moved to [inspircd-contrib](/3/module-manager) in the next major version of InspIRCd.
You should consider using [the filter module](/3/modules/filter) instead.
Expand Down
2 changes: 1 addition & 1 deletion docs/3/modules/clones.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: clones

introduction: |-
!!! warning ""
This module has been moved to [inspircd-contrib](/3/module-manager) in the next major version of InspIRCd.
This module is deprecated and has been moved to [inspircd-contrib](/3/module-manager) in the next major version of InspIRCd.
description: |-
This module adds the `/CLONES` command which allows server operators to view IP addresses from which there are more than a specified number of connections.
Expand Down
4 changes: 4 additions & 0 deletions docs/3/modules/hostchange.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: hostchange

introduction: |-
!!! warning ""
This module is deprecated and has been moved to [inspircd-contrib](/3/module-manager) in the next major version of InspIRCd.
description: |-
This module allows the server administrator to define custom rules for applying hostnames to users.
Expand Down
2 changes: 1 addition & 1 deletion docs/3/modules/lockserv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: lockserv

introduction: |-
!!! warning ""
This module has been moved to [inspircd-contrib](/3/module-manager) in the next major version of InspIRCd.
This module is deprecated and has been moved to [inspircd-contrib](/3/module-manager) in the next major version of InspIRCd.
description: |-
This module adds the `/LOCKSERV` and `/UNLOCKSERV` commands which allows server operators to control whether users can connect to the local server.
Expand Down
2 changes: 1 addition & 1 deletion docs/3/modules/modenotice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: modenotice

introduction: |-
!!! warning ""
This module has been moved to [inspircd-contrib](/3/module-manager) in the next major version of InspIRCd.
This module is deprecated and has been moved to [inspircd-contrib](/3/module-manager) in the next major version of InspIRCd.
description: |-
This module adds the `/MODENOTICE` command which sends a message to all users with the specified user modes set. If multiple user modes are specified, the notice is only sent to users who have all of them set.
Expand Down
4 changes: 3 additions & 1 deletion docs/3/modules/nationalchars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: nationalchars

introduction: |-
!!! warning ""
If you want to use a custom 8-bit character set then you're probably better off using [the codepage module](/3/modules/codepage) instead.
This module is deprecated and has been removed in the next major version of InspIRCd.
You should consider using [the codepage module](/3/modules/codepage) instead.
description: |-
This module allows the server administrator to define what characters are allowed in nicknames and channel names and how those characters should be compared in a case insensitive way.
Expand Down
6 changes: 5 additions & 1 deletion docs/3/modules/regex_pcre.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: regex_pcre

introduction: ""
introduction: |-
!!! warning ""
This module is deprecated and has been moved to [inspircd-contrib](/3/module-manager) in the next major version of InspIRCd.
You should consider using [the regex_pre2 module](/3/modules/regex_pcre2) instead.
depends_on:
what: a third-party library ([PCRE](https://www.pcre.org))
Expand Down
2 changes: 1 addition & 1 deletion docs/3/modules/regex_tre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: regex_tre

introduction: |-
!!! warning ""
This module has been moved to [inspircd-contrib](/3/module-manager) in the next major version of InspIRCd.
This module is deprecated and has been moved to [inspircd-contrib](/3/module-manager) in the next major version of InspIRCd.
You should consider using [the regex_stdlib module](/3/modules/regex_stdlib) instead.
Expand Down
6 changes: 5 additions & 1 deletion docs/3/modules/ssl_mbedtls.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: ssl_mbedtls

introduction: ""
introduction: |-
!!! warning ""
This module is deprecated and has been moved to [inspircd-contrib](/3/module-manager) in the next major version of InspIRCd.
You should consider using [the ssl_gnutls module](/3/modules/ssl_gnutls) instead.
depends_on:
what: a third-party library ([mbedTLS](https://tls.mbed.org))
Expand Down
4 changes: 4 additions & 0 deletions docs/3/modules/userip.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: userip

introduction: |-
!!! warning ""
This module is deprecated and has been moved to [inspircd-contrib](/3/module-manager) in the next major version of InspIRCd.
description: |-
This module adds the `/USERIP` command which allows users to find out the IP address of one or more connected users.
Expand Down
4 changes: 2 additions & 2 deletions docs/4/breaking-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ title: v4 Breaking Changes

- The modenotice module has been moved to inspircd-contrib. In order to upgrade either remove this module from your configuration or run `./modulemanager install modenotice` to install it.

- The nopartmsg module has been moved to inspircd-contrib. In order to upgrade either remove this module from your configuration, run `./modulemanager install nopartmsg` to install it, or migrate to [the muteban module](/4/modules/muteban) which now also applies to part messages.

- The nationalchars module has been removed. In order to upgrade you should switch to the codepage module instead.

- The nopartmsg module has been moved to inspircd-contrib. In order to upgrade either remove this module from your configuration, run `./modulemanager install nopartmsg` to install it, or migrate to [the muteban module](/4/modules/muteban) which now also applies to part messages.

- The regex_pcre module has been moved to inspircd-contrib. In order to upgrade either migrate remove this module from your configuration, run `./modulemanager install regex_pcre` to install it, or migrate to [the regex_pcre2 module](/4/modules/regex_pcre2).

- The regex_tre module has been moved to inspircd-contrib. In order to upgrade either remove this module from your configuration or run `./modulemanager install regex_tre` to install it.
Expand Down

0 comments on commit 34eb62a

Please sign in to comment.