| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-09-05 | 1.4 kB | |
| v4.10.1 source code.tar.gz | 2026-09-05 | 5.4 MB | |
| v4.10.1 source code.zip | 2026-09-05 | 6.1 MB | |
| Totals: 3 Items | 11.5 MB | 1 | |
Fixed
- irc: fix memory leak in SASL authentication with mechanism "ecdsa-nist256p-challenge"
- irc: reject an empty SASL challenge received with mechanism "ecdsa-nist256p-challenge"
Security
- relay: limit size of data queued for sending to a client to prevent memory exhaustion (#2357)
- relay: reject fragmented, compressed or oversized websocket control frames received from a client (#2356)
- relay: limit size of partial message received from a client to prevent memory exhaustion (#2347)
- script: reject script names containing path separators in the scripts repository file to prevent writing files outside the scripts directory (#2351)
- xfer: fix comparison of status in search of transfers, preventing a remote peer from starting a file transfer that was not accepted by the user (#2352)
- xfer: limit size of partial message received in DCC chat to prevent memory exhaustion (#2349)
- xfer: remove path from filename received in DCC file transfer to prevent writing the file outside the download directory (#2348)