DragonByte keeps a watchful eye over your forum even when you are not there, and has the capability to alert you of any suspicious activity.
Uses
DragonByte is the ideal product for forums that are concerned about security, or wish to be alerted when something suspicious happens. Featuring multiple "Security Watchers" such as Failed Logins and Failed AdminCP Logins, you can set up different "tiers" of actions to be taken when certain thresholds are met. For example, if someone tries...
changeCallback DBTech\Security\Template\Callback\Copyright::get Copyright Text is invalid
fromsrc/addons/DBTech/Security/Template/Callback/Copyright.php
class Copyright
{
}
class Copyright
{
public static function getCopyrightText(): string {
return "";
}
}
Change: Switch to a more stable method of updating the country list
Release notes
This version updates the country fetching code to be more reliable, and no longer requires an API key. If you previously had problems fetching the country list, please run the "Update country list" cron job one more time manually, after which the list should populate itself correctly.
Furthermore, since no API key is needed, fresh installation should once again find the country list...
* **Feature:** Account unlocks now add an entry to the IP log *2022-01-27*
* **Feature:** Batch update: Account lock (user unlock) *2022-01-27*
* **Feature:** Optional forced CAPTCHA for front-end and AdminCP logins *2022-01-27*
* **Change:** Account locks (user unlock or admin unlock) are now logged in the User Change Log *2022-01-27*
* **Fix:** Fix potential server errors when viewing certain pages *2022-01-27*
* **Fix:** Fix an issue where the User Information watcher wasn't correctly...
* **Fix:** Login captcha no longer applies to password confirmation screens
Fix: "You must be logged in to do that" pages did not have captcha properly applied on first load
Fix: Fix incompatibility with 3rd party add-ons that also extend certain View classes
Fix: Using the new XF2 security locking feature in a Security Watcher could fail to apply the lock in certain scenarios
Release notes
This version fixes a couple of issues with the new Login Captcha feature, as well as an issue with the new Security Lock feature in...
Fix: Fix potential server error while upgrading other add-ons
Complete Change Log
- This version fixes an issue with "Always show CAPTCHA when logging in to: front-end" option if the login form was loaded via AJAX (i.e. in an overlay).
- Fix: The "Always show CAPTCHA when logging in to: front-end" option would not function correctly if the login form was loaded via AJAX
Change: Change UTF-8 related functions
Fix: Certain URLs could cause a server error in dispatcherPostRender
Update highlights
This version fixes an issue where an old, unused block of code could be used to delete other users' "Remember Me" records.
Complete Change Log
Fix: Fixed an issue where it was possible to delete other users' "Remember Me" records