aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/security/BanManager.php
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite IP ban managementArthurHoaro2019-02-091-0/+213
This adds a dedicated manager class to handle all ban interactions, which is instantiated and handled by LoginManager. IPs are now stored in the same format as the datastore, through FileUtils. Fixes #1032 #587