You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Update IGL to include rules and rule versions in the event. Thus,
being available in JSON and no longer in a HTTP header.
- Simplify schema rule version incrementation logic by ignoring the edge
case of sources w/o rules. In this case, the rule will not be reset,
but further incremented.
- Fix import names.
- Abort processing incoming events for unknown rules. This could only
occur if there is a race between changing rules and a processed event,
as rules are initially checked.
- Erase race condition between mutex locks and unlocks for HTTP rule
endpoint and ensure debug dump rules has a mutex all the time.
- Change the SQL CHECK for the listener_password_hash to allow different
versions of bcrypt. The "$2y$" thingy is PHP specific to highlight
"old" bcrypt passwords being affected by a PHP implementation bug, not
a bcrypt specification bug or change.
0 commit comments