Skip to content

Commit

Permalink
Move partial files over to the v4 docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
SadieCat committed Aug 27, 2024
1 parent f2bdf3a commit 3152055
Show file tree
Hide file tree
Showing 18 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/3/configuration/_class.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ attributes:
description: |-
The server operator-only snomasks that server operators with this class can change.
details: |+
{! 3/configuration/_class_privs.md !}
{! 4/configuration/_class_privs.md !}
example: |-
```xml
Expand Down
2 changes: 1 addition & 1 deletion docs/3/modules/sqlauth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ configuration:
```
special_notes: |-
{% include "3/modules/_sql_table.md" %}
{% include "4/modules/_sql_table.md" %}
2 changes: 1 addition & 1 deletion docs/3/modules/sqloper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ configuration:
For each row an <oper> will be defined using the field values returned. See [the core `<oper>` tag](/{{ version }}/configuration/#oper) for column names, default values and required columns.
special_notes: |-
{% include "3/modules/_sql_table.md" %}
{% include "4/modules/_sql_table.md" %}
Example schemas for the server operator database are available in [the `sql` subdirectory of the InspIRCd configuration directory](https://github.com/inspircd/inspircd/tree/insp3/docs/sql). You can define your own schema as long as your query returns the required columns.
2 changes: 1 addition & 1 deletion docs/3/snomasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ X | Notifications about X-lines being added/removed/expired on a remote
### Module SNOMasks

{% set snomasks = module_snomasks %}
{% include "3/_snomasks_table.md" %}
{% include "4/_snomasks_table.md" %}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/4/channel-modes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: v{{ version }} Channel Modes
!!! note ""
This page documents channel modes. For user modes see [the user mode page](/{{ version }}/user-modes).

{% include "3/_mode_types_table.md" %}
{% include "4/_mode_types_table.md" %}

### Core

Expand Down Expand Up @@ -80,7 +80,7 @@ Removes channel voice status from Sadie in \#channel:
### Modules

{% set modes = module_chmodes %}
{% include "3/_modes_table.md" %}
{% include "4/_modes_table.md" %}

### Configuration-defined modes

Expand Down
2 changes: 1 addition & 1 deletion docs/4/configuration/_class.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ attributes:
description: |-
The server operator-only snomasks that server operators with this class can change.
details: |+
{! 3/configuration/_class_privs.md !}
{! 4/configuration/_class_privs.md !}
example: |-
```xml
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/4/extended-bans.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Some [list modes](/{{ version }}/channel-modes), such as [channel mode `b` (ban)
Acting extended bans allow restricting actions that users can perform. Such actions can include preventing a user from speaking in a channel (requires [the muteban module](/{{ version }}/modules/muteban)) or changing their nickname (requires [the nonicks module](/{{ version }}/modules/nonicks)). Acting extended bans can also be stacked with matching extended bans (see below).

{% set extbans = acting_module_extbans %}
{% include "3/_extbans_table.md" %}
{% include "4/_extbans_table.md" %}

### Matching

Matching extended bans allow matching against extended user attributes such as connect class (requires [the classban module](/{{ version }}/modules/classban)) or TLS (SSL) fingerprint (requires [the sslmodes module](/{{ version }}/modules/sslmodes)).

{% set extbans = matching_module_extbans %}
{% include "3/_extbans_table.md" %}
{% include "4/_extbans_table.md" %}
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/4/modules/log_sql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ configuration:
```
special_notes: |-
{% include "3/modules/_sql_table.md" %}
{% include "4/modules/_sql_table.md" %}
Example schemas for the server operator database are available in [the `sql` subdirectory of the InspIRCd configuration directory](https://github.com/inspircd/inspircd/tree/insp4/docs/sql). You can define your own schema as long as your query returns the required columns.
2 changes: 1 addition & 1 deletion docs/4/modules/sqlauth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ configuration:
```
special_notes: |-
{% include "3/modules/_sql_table.md" %}
{% include "4/modules/_sql_table.md" %}
2 changes: 1 addition & 1 deletion docs/4/modules/sqloper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ configuration:
For each row an <oper> will be defined using the field values returned. See [the core `<oper>` tag](/{{ version }}/configuration/#oper) for column names, default values and required columns.
special_notes: |-
{% include "3/modules/_sql_table.md" %}
{% include "4/modules/_sql_table.md" %}
Example schemas for the server operator database are available in [the `sql` subdirectory of the InspIRCd configuration directory](https://github.com/inspircd/inspircd/tree/master/docs/sql). You can define your own schema as long as your query returns the required columns.
2 changes: 1 addition & 1 deletion docs/4/snomasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ X | Notifications about X-lines being added/removed/expired on a remote
### Module SNOMasks

{% set snomasks = module_snomasks %}
{% include "3/_snomasks_table.md" %}
{% include "4/_snomasks_table.md" %}
4 changes: 2 additions & 2 deletions docs/4/user-modes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: v{{ version }} User Modes
!!! note ""
This page documents user modes. For channel modes see [the channel mode page](/{{ version }}/channel-modes).

{% include "3/_mode_types_table.md" %}
{% include "4/_mode_types_table.md" %}

### Core

Expand Down Expand Up @@ -43,4 +43,4 @@ Disables all enabled snomasks:
### Modules

{% set modes = module_umodes %}
{% include "3/_modes_table.md" %}
{% include "4/_modes_table.md" %}

0 comments on commit 3152055

Please sign in to comment.