Skip to content

Commit fcac992

Browse files
committed
Add some info about ban system refactoring
1 parent c2d373b commit fcac992

File tree

1 file changed

+16
-0
lines changed
  • development/development/changes

1 file changed

+16
-0
lines changed

development/development/changes/400.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,17 @@ custom PHP or Extension code for phpBB 4.0:
2929

3030
You can find more upgrade guides in the `Symfony Repository <https://github.com/symfony/symfony/tree/6.4>`_ on GitHub.
3131

32+
Major changes
33+
=============
34+
35+
Ban system
36+
----------
37+
The ban system has been greatly refactored for phpBB 4.0. As part of this, the following changes were introduced:
38+
39+
- Added support for banning `CIDR blocks <https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_blocks>`_
40+
- Added support for IPv6 banning
41+
- Removed "exclude" functionality which resulted in ambiguous settings
42+
3243
Class and function changes
3344
==========================
3445
The following table lists class and function changes that might affect custom PHP or Extension code.
@@ -48,6 +59,11 @@ Also have a look at the `phpBB API documentation <https://area51.phpbb.com/docs/
4859
- Removed
4960
- ``4.0.0-a1``
5061
- Use alternative avatar like gravatar or upload avatar.
62+
* - ``\phpbb\ban\*``
63+
- ``phpbb/ban/*``
64+
- Added
65+
- ``4.0.0-a1``
66+
- Added new refactored banning system. See the API docs for `\\phpbb\\ban <https://area51.phpbb.com/docs/code/master/phpbb/ban.html>`_ namespace.
5167
* - ``\phpbb\captcha\plugins\incomplete``
5268
- ``phpbb/captcha/plugins/incomplete.php``
5369
- Added

0 commit comments

Comments
 (0)