19 lines
738 B
Plaintext
19 lines
738 B
Plaintext
### 🚀 **[2.4.5] – IP Limiter Management & Cleanup Improvements**
|
||
|
||
*Released: 2025-11-07*
|
||
|
||
#### ✨ **New Features**
|
||
|
||
* **Web UI:** Added “Clean IP Limiter” button to the settings page for easy management.
|
||
* **API:** Introduced `/api/limit/clean` endpoint to reset the IP limiter state remotely.
|
||
* **CLI:** Added `clean` command to manage IP limiter directly from the terminal.
|
||
|
||
#### 🧠 **Core Enhancements**
|
||
|
||
* Implemented backend logic to fully reset and clean the IP limiter database.
|
||
* Improved tracking and state handling for user IP connections.
|
||
|
||
#### 🐞 **Fixes**
|
||
|
||
* Fixed issue where resetting a user didn’t properly clear usage fields.
|
||
* Ensured all disconnected users have their IPs removed from the limiter state. |