1dokuwiki-tokenbucketauth 2======================== 3 4DokuWiki plugin to prevent brute force attacks by delaying them. 5 6An IP address failing too many times to authenticate will be banned from the login form a configurable amount of time (10 minutes by default). 7 8An email can be sent to a configurable email address when an IP has just been banned. 9 10Current version: 0.5 11 12 13ChangeLog 14========= 15 160.1 Functionnal plugin (well, it's blocking IP addresses at least) 17 180.2 Bugfix: @IP@ & @DOKUWIKIURL@ in mails now replaced 19 Bugfix: No more email when a banned user is already banned and want to see again the login form 20 Bugfix: Now a user is banned for his/her failed attempts, not for his/her viewing the login page 21 220.3 Plugin renaming 23 240.4 Bugfix: wrong comparison between times (thanks ayambit) 25 Vars renaming according to the plugin name 26 270.5 Fix compatibility problem with "ondeniedlogin" and "showlogin2" plugins 28 Add admin panel to list/remove banned IP addresses 29 30 31Licence 32======= 33 34This program is free software; you can redistribute it and/or modify 35it under the terms of the GNU General Public License version 3, 36as published by the Free Software Foundation. 37 38This program is distributed in the hope that it will be useful, 39but WITHOUT ANY WARRANTY; without even the implied warranty of 40MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 41GNU General Public License for more details. 42 43The license for this software can likely be found here: 44http://www.gnu.org/licenses/gpl-3.0.html 45