v1.9.1 - 2022/04/04
- fix README example
v1.9.0 - 2022/04/04
- add #32 (single ipv6 support)
- maintenance (upgrade node packages)
v1.8.1 - 2021/08/30
- maintenance (upgrade node packages)
v1.8.0 - 2021/03/01
- refactor
- close #59
v1.7.8 - 2021/01/25
- remove travis-ci, add github ci
v1.7.6 - 2021/01/24
- fix #61 (badge GPL icon in the readme)
- fix #60 (add infile and outfile option)
v1.7.5 - 2019/01/23
- switch to MIT licence
v1.7.4 - 2019/01/23
- fix #57
v1.7.3 - 2019/01/23
- maintenance: update npm packages
- fix geoip test
- ci tests should accept nodejs v10 and v11
v1.7.2 - 2019/01/23 (broken tests, see 1.7.3)
- don't destroy a non existing socket, fix #58
v1.7.1 - 2018/09/29
- don't require geoip-lite if geo option not specified (default) fix #54
v1.1.0 => v1.7.0
- i was probably drunked, i don't remember
v1.1.0 - 2017/11/12
- update some package dependencies (warn, see #48)
v1.0.3 - 2016/11/26
- fix #43
v1.0.2 - 2016/03/13
- fix #39 (display ip list when no port specified)
- merge #38 (async version)
- fix SPDX license expression in package.json
- use static version module in package.json
v1.0.1 - 2015/03/03
v1.0.0 - forgot to update changelog, omfg
- release 1.0
v0.0.9 - forgot to update changelog, shit
v0.0.8 - 2013/06/16
- fix #23 (SIGUSR2 rather than SIGUSR1)
- fix #24 (done event fired twice)
- fix #7 (pause/unpause test)
v0.0.7 - 2013/06/15
- (no ticket) fix --help
v0.0.6 - 2013/06/15
- #14 cache DNS
- #14 cache Geoip
- #1 banner length option
- #12 complete refactor
- Breaking changes regarding command line options, sorry for that
- #12 can now be used as a node module, event based
- #11 add --help options
- Add changelog.md
- Add tests
- First npm module
- Really bad code