diff options
| author | 2025-12-25 09:57:54 +0000 | |
|---|---|---|
| committer | 2025-12-25 10:00:52 +0000 | |
| commit | 3c78991bf9e0a9ea18dca268fc608567ea8cbcdb (patch) | |
| tree | 74504a09efde4d2d7cf36c8301593e834602353d | |
| parent | Strip all newline characters from the PostgreSQL error message. (diff) | |
Update the docs for the eol of the v3 branch.
| -rw-r--r-- | .github/SECURITY.md | 6 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/.github/SECURITY.md b/.github/SECURITY.md index a8b92eb0e..4f27b7f97 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -2,15 +2,15 @@ ## Supported Versions -Currently the v3 (old stable) and v4 (stable) branches are actively receiving security fixes. Support for v3 will end at the end of 2025. +Currently the v3 (old stable) and v4 (stable) branches are actively receiving security fixes. Support for v3 has ended as of 2026-01-01. -The v5 branch is still early in development and only receives security fixes when they are synced from the v3 and v4 branches. +The v5 branch is still early in development and only receives security fixes when they are synced from the v4 branch. Version | Supported ------- | --------- 5.x.y | :warning: 4.x.y | :white_check_mark: -3.x.y | :white_check_mark: +3.x.y | :x: 2.0.x | :x: 1.2.y | :x: 1.1.y | :x: @@ -2,6 +2,8 @@ InspIRCd is a modular C++ Internet Relay Chat (IRC) server for UNIX-like and Windows systems. +**IMPORTANT** InspIRCd v3 is no longer maintained. Please upgrade as soon as possible. + ## Supported Platforms InspIRCd is supported on the following platforms: |
