codeling / bfstop

Brute Force Stop Plugin (for Joomla!)
https://bfstop.bfroehler.info
GNU General Public License v3.0
36 stars 20 forks source link

Separate listing of .htaccess blocked entries #108

Closed codeling closed 7 years ago

codeling commented 9 years ago

.htaccess entries are always put last in the list of blocked IP's (as noted in #106). They should adhere to user-specified orderings.

codeling commented 7 years ago

In a common table for database and htaccess entries. all entries from both sources have to be loaded first, then sorted in memory, and then filtered. This is much too complicated, the easier way is to show the .htaccess entries in a separate table.

codeling commented 7 years ago

Fixed by https://github.com/codeling/com_bfstop/commit/6fbc277574a5d3afa0885b9a2bc1bdda8024c5d0