1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 18:03:13 +02:00

Merge branch '2.0' into 2.1.

This commit is contained in:
Sadie Powell
2022-12-17 16:18:09 +00:00
6 changed files with 34 additions and 4 deletions
+6
View File
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
CXX: ${{ matrix.compiler }}
CXXFLAGS: -Werror
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt-get update --assume-yes
+2 -2
View File
@@ -8,10 +8,10 @@ jobs:
build:
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1.1.0
uses: microsoft/setup-msbuild@v1.3
- name: Run CMake
run: |
+2
View File
@@ -89,6 +89,8 @@ module
* - noautoop: Disables autoop on the channel
* - cs_keep_modes: Enables keep modes on the channel, which retains modes when the channel is
* not in use.
* - cs_no_expire: Enables no expire. Needs founder, successor (if set) or anyone in the access list
* to be a registered nick, otherwise the channel will be dropped.
* - none: No defaults
*
* This directive is optional, if left blank, the options will default to keeptopic, cs_secure, securefounder,
+14
View File
@@ -1,3 +1,17 @@
Anope Version 2.0.13-git
------------------------
No significant changes.
Anope Version 2.0.12
--------------------
Added account confirmation to the web panel
Added the regex_pcre2 module which provides regex/pcre with PCRE2
Documented the cs_no_expire channel default
Fixed config validation mistakenly allowing spaces in some fields
Fixed the bahamut protocol module not knowing about halfops
Fixed writing a flatfile database not being atomic
Updated the hybrid protocol module for recent protocol changes
Anope Version 2.0.11
--------------------
Fixed ldap on OpenLDAP 2.5+
+9 -1
View File
@@ -1,10 +1,18 @@
Anope Version 2.1.0-git
--------------------
-----------------------
Added nickserv:minpasslen for configuring the minimum password length.
Removed nickserv:strictpasswords as it is obsolete now nickserv:minpasslen exists.
Renamed nickserv:passlen to nickserv:maxpasslen.
Replaced uplink:ipv6 with uplink:protocol.
Anope Version 2.0.13-git
------------------------
No significant changes.
Anope Version 2.0.12
--------------------
Added the regex_pcre2 module
Anope Version 2.0.11
--------------------
No significant changes.