nuke/lib
Xe Iaso d28991ce8d
fix: race conditions, cookie logic, and the try again button (#833)
* fix(lib): fix race condition when rendering multiple challenge pages at once

Closes #832

Signed-off-by: Xe Iaso <me@xeiaso.net>

* fix(web): make try again button work

Looks like the intent of this was "try the solution again". This fix
makes the client try the challenge again.

Signed-off-by: Xe Iaso <me@xeiaso.net>

* fix(web): don't block a user if they have an invalid challenge cookie

Signed-off-by: Xe Iaso <me@xeiaso.net>

* docs: update CHANGELOG

Signed-off-by: Xe Iaso <me@xeiaso.net>

---------

Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-07-15 00:54:08 +00:00
..
challenge feat(lib): use new challenge creation flow (#749) 2025-07-04 20:42:28 +00:00
localization feat(localization): Add Filipino language (#775) 2025-07-09 12:07:26 +00:00
policy feat(lib/policy/expressions): add system load average to bot expression inputs (#766) 2025-07-06 20:13:50 +00:00
store fix(lib/store/bbolt): run cleanup every hour instead of every 5 minutes (#762) 2025-07-06 01:19:44 +00:00
testdata fix(config): actually load threshold config (#696) 2025-06-19 17:13:01 -04:00
anubis.go fix: race conditions, cookie logic, and the try again button (#833) 2025-07-15 00:54:08 +00:00
anubis_test.go Set cookies to have the Secure flag default to true (#739) 2025-06-30 14:58:31 -04:00
config.go fix: make ogtags and dnsbl use the Store instead of memory (#760) 2025-07-05 16:17:46 -04:00
config_test.go fix(config): actually load threshold config (#696) 2025-06-19 17:13:01 -04:00
http.go fix: race conditions, cookie logic, and the try again button (#833) 2025-07-15 00:54:08 +00:00
http_test.go fix: Dynamic cookie domain not working (#731) 2025-06-29 15:38:55 -04:00