All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Moved into a stand-alone repository for better maintainability.
Moved into a stand-alone repository for better maintainability.
- Change the packet size from 1.5 Kbyte to 1.4 Kbyte to prevent packet splitting on smaller MTUs.
- Add LOTS of documentation.
- Hide modules that aren't intended for public use.
- Rename
GenericListener
toListener
and vice versa.
- Remove unused
group_or_default
function.
- Use
127.0.0.1
instead oflocalhost
as default host. This prevents any unforseen consequences if somebody deletes the defaultlocalhost
entry from their/etc/hosts
file.
- Don't parse config path, if it's a directory.
- Error with "Couldn't find config at path {:?}" when passing a directory via
--config
. - Fixed missing newline between tasks in
log
output.