RT Disposable Mails (Ban Disposable/Spam via API)
RT Disposable Mails is a plugin which checks an external API to retrieve filtered spam mails and saves them into cache. Then check based on settings if user can login/register
Change Log for RT Disposable Mails (Ban Disposable/Spam via API)
Version 1.7 stable Build #9
# Changelog - 02/Mar/24
1. Add check-up of banned emails on registration email ajax validator.
2. Possible fix for SQL query on statics page in admin panel.
Version 1.6 stable Build #8
Added new file structure for RT plugins
Feel free to delete old folder inc/plugins/rt_disposablemails
Version 1.5 stable Build #7
# Changes
- Reorganized files
- Added log actions option
- Added statistics
- Added Chartjs support
Version 1.4 stable Build #6
Fixed PHP 7.4 compatibility issue.
Version 1.3 dev Build #5
Remove print_r
leftover
Fix wordings
Version 1.2 dev Build #4
Stable 1.2 build
Version 1.2 dev Build #3
#Plugin logic changed
- Due to MyBB limitations of caching, cache is now stored in chunks and is only run on login and register checks when enabled.
- Added normal language file
- Banned mails are no longer stored inside banfilters table.
Version 1.1 dev Build #2
Code cleanup
Version 1.0 dev Build #1
The first build has no changes.