Skip to content

Commit

Permalink
Document the SSL profile config key changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
SadieCat committed Nov 24, 2024
1 parent 10ec4b1 commit 55e87a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/4/breaking-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ title: v4 Breaking Changes

### Config

- `<bind:ssl>` has been moved to `<bind:sslprofile>`. This move originally happened in v3 so if you are using a v3 config you probably don't need to do anything.

- `<cban:glob>` has been removed with no replacement (now always enabled).

- `<cgiirc:opernotice>` has been removed. If you wish to keep this behaviour you can use server operator snomask privileges instead.
Expand Down Expand Up @@ -82,6 +84,8 @@ title: v4 Breaking Changes

- `<limits:maxgecos>` has been moved to `<limits:maxreal>`. This move originally happened in v3 so if you are using a v3 config you probably don't need to do anything.

- `<link:ssl>` has been moved to `<link:sslprofile>`. This move originally happened in v3 so if you are using a v3 config you probably don't need to do anything.

- `<mbedtls>` has been removed (other than `<mbedtls:onrehash>`). You should configure a TLS (SSL) profile instead.

- `<noctcp:enableumode>` has been removed with no replacement (now always enabled).
Expand Down

0 comments on commit 55e87a8

Please sign in to comment.