Results 55 comments of dvz

> Allow administrators to configure MyBB to ban IP addresses automatically after exceeding a specified number of login attempts over a given time period. > > Depends on https://github.com/mybb/mybb/issues/4577, https://github.com/mybb/mybb/issues/4137

This should be addressed in 1.9 via https://github.com/mybb/mybb/commit/b78c90d6b72c2569f41473eb5aef8d49fc2683fd and https://github.com/mybb/mybb/blob/d27be5a522d02ce88f3e63d6a40db8b9ddd2b4e6/inc/src/Maintenance/Process/Model/UpgradeModel.php#L183-L185

Can none of the listed entities be part of a valid search phrase (perhaps in other languages/scripts)? If there are no known issues, we can keep using the inbuilt functions...

Tangentially related - some practical changes made to the Security Log plugin: https://github.com/Starpaul20/Security-Log/pull/3

Note that in 1.9 the displayed post counter seems to be removed by default (but is still exposed in a [variable](https://github.com/mybb/mybb/blob/f3e4d92cc4c3c1d83ec72555e932686904bca46a/inc/functions_post.php#L677)), and the post date serves as the anchor text...

I'd probably still use a `$seconds` argument and pass `0`/`false`/`null` for clarity. We can also delete it from the upgrade files and call it in a single place, e.g. before...

# Miscellaneous Changes - [x] ~~Old template system removals~~ merged via #4603 - [ ] `undefined` PHP 8 fixes (i.a. `global.php`) - [ ] password handling - [ ] 1.9...

Our plans are generally in line with your suggestions, @da-anda. Eventually, we want to adjust how MyBB stores data to improve clarity, safety, and deployment & management. These changes would...

> How about using a 2px border instead of 1px for the active role? It may be too hard to notice. How about displaying the member count (if not 0)...