Releases: poolpOrg/filter-senderscore
Releases · poolpOrg/filter-senderscore
0.1.2 release
What's Changed
- Simplify trigger code by @lfos in #1
- Add details to the slow factor documentation by @lfos in #3
- Error out on invalid block phase by @lfos in #4
- Remove unnecessary loop in trigger() by @lfos in #5
- Add .gitignore by @lfos in #7
- Print error messages when bailing out by @lfos in #9
- Avoid segmentation fault on invalid session ID by @lfos in #12
- Synchronize outputs by @lfos in #11
- Support IP address whitelists by @lfos in #15
- Add missing separator to outputs by @lfos in #14
- Remove duplicate code by @lfos in #13
- Whitelist improvements by @lfos in #16
- Add argument to disable all Goroutines by @lfos in #17
- Reformat using gofmt by @lfos in #19
- Update README.md with new features and fix typos by @lfos in #20
- Add test framework and basic test cases by @lfos in #18
- Various improvements by @lfos in #22
- README.md: remove outdated note by @lfos in #23
- Extend the test suite by @lfos in #24
- Added a man page by @ryanakca in #25
- slowFactor include SenderScore 0 by @paukstis in #26
- Rename whitelist to allowlist by @mildis in #29
New Contributors
- @lfos made their first contribution in #1
- @ryanakca made their first contribution in #25
- @paukstis made their first contribution in #26
- @mildis made their first contribution in #29
Full Changelog: 0.1.1...0.1.2
second release
0.1.1 temporarily support pre-0.5 and post 0.5 versions of the protocol
first pre release
Update filter-senderscore.go reformat log