Skip to content

Releases: repsheet/ngx_bot_verifier

v0.0.10

12 Jul 03:40
Compare
Choose a tag to compare

Uses the NGINX allocation pool instead of malloc when making providers. This allows NGINX to cleanup the memory allocated when the worker processes start.

v0.0.9

25 Jun 23:06
Compare
Choose a tag to compare

Fixes repsheet blacklist command argument order.

v0.0.8

25 Jun 12:30
Compare
Choose a tag to compare

Makes internal naming consistent. No functionality changes.

0.0.6

25 Jun 03:44
Compare
Choose a tag to compare
  • Directives are available in all locations
  • Enables writing to Repsheet

0.0.5

13 Sep 02:48
Compare
Choose a tag to compare

This release cleans up some previous mistakes around managing the incoming actor's address.

0.0.4

12 Sep 11:52
Compare
Choose a tag to compare

This release contains optimizations for regular expressions as well as some memory management fixes.

0.0.3

09 Sep 23:57
Compare
Choose a tag to compare

This release fixes some underlying memory management issues.

This release also contains an image made on a pi 3b with a 32gb sd card. This is to help promote testing from various people who expressed interest in this format. It also helped expose a few bugs that were not as easily caught on x86_64 but were easy to spot on the pi. This image has the current release loaded with NGINX configured as a systemd service as well as SSH. I left the default username and password in place. No hardening or other system configuration was made on the image.

0.0.2

09 Sep 15:19
Compare
Choose a tag to compare

This release contains optimizations for provider construction and some memory management fixes.

0.0.1

03 Sep 15:34
Compare
Choose a tag to compare

This is an initial release meant to be vetted for production use.