Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
BearFTP/CHANGELOG.txt
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
10 lines (9 sloc)
579 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --> IT ONLY CONTAINS THE MOST RECENT CHANGES! | |
| v0.2.0: | |
| - Fixed "errors" handling, designed to prevent users spamming invalid FTP commands | |
| - Fixed PWN not being logged due to its size | |
| - Added "connections per second" and "total connections" antispam for default port | |
| - Added "total connections" antispam for PASV port | |
| - Fixed PASV mode handler not checking for default port connection, as well as fixed handling of non-active users (CVE-2020-8416 fix) | |
| - Passive mode now autodisconnects AFK persons after 120 seconds of inactivity (Beware when sending big files!) | |
| - Minor bugfixes |