aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-04-23feat(lib): limit concurrency of wasm-based verifierswasmXe Iaso2-1/+27
2025-04-23fix(wasm): use wee_alloc instead of stdlib mallocXe Iaso3-1/+56
2025-04-14Apply suggestions from code reviewXe Iaso2-2/+2
2025-04-14lib: enable wasm based check validationXe Iaso11-35/+249
2025-04-14lib: add Verifier interfaceXe Iaso2-0/+184
2025-04-14wasm: make Runner dynamically instansiate Modules for making things massively...Xe Iaso2-140/+185
2025-04-13enable simd128Xe Iaso8-73/+143
2025-04-10wasm: move data buffer to library crate (DRY)Xe Iaso3-56/+33
2025-04-10wasm: add experimental argon2i checkerXe Iaso10-21/+422
2025-04-10wasm: remove something added as a bit to demonstrate how the memory range was...Xe Iaso1-2/+0
2025-04-10wasm/pow/sha256: reduce binary size moreXe Iaso1-9/+9
2025-04-09wasm: add benchmark, rip out lazy_staticXe Iaso5-32/+61
2025-04-09fix ci??Xe Iaso1-1/+1
2025-04-09fix CIXe Iaso3-1/+5
2025-04-09wasm: add testsXe Iaso9-12/+381
2025-04-09experiment: start implementing checks in wasm (client side only so far)Xe Iaso14-20/+576
2025-04-07move pull request template to a hidden folderXe Iaso1-0/+0
2025-04-07docs: fix edit me links and configuration subcategory (#238)Xe Iaso4-3/+13
2025-04-07Add variable WEBMASTER_EMAIL and if present, display it on error page (#235)eerielili7-35/+84
2025-04-07build(deps): bump the gomod group across 1 directory with 2 updates (#233)dependabot[bot]4-41/+8
2025-04-06feat: Add Open Graph tag support (#195)Jason Cameron24-253/+1466
2025-04-06.github/workflows/package-builds-stable: allow write permissions to upload bi...Xe Iaso1-1/+1
2025-04-06make a half-baked tarball (#221)Xe Iaso8-5/+77
2025-04-06package.json: fix build command (#230)Xe Iaso2-2/+2
2025-04-06Makefile: fix subtle logic bug (#228)Xe Iaso4-11/+33
2025-04-06web: add noindex to base HTML template (#229)Xe Iaso3-9/+11
2025-04-04implement packaging proof of concept with yeet (#194)Xe Iaso10-17/+342
2025-04-03cmd/anubis: add --extract-resources flag to extract static assets to the file...Xe Iaso2-0/+41
2025-04-03build(deps): bump image-size from 1.2.0 to 1.2.1 in /docs (#210)dependabot[bot]1-3/+3
2025-04-03Add new Anubis mascot (#204)Xe Iaso13-26/+27
2025-04-03data/botPolicies: allow iMessage scraper by default (#178)Xe Iaso3-0/+13
2025-04-02add a Makefile (#191)Xe Iaso4-4/+34
2025-04-02README: add repology status imageXe Iaso1-0/+4
2025-04-02build(deps): bump actions/cache from 3 to 4 in the github-actions group (#198)dependabot[bot]1-1/+1
2025-04-02build(deps-dev): bump postcss-cli from 11.0.0 to 11.0.1 in the npm group (#197)dependabot[bot]2-242/+58
2025-04-02dependabot: enable (#189)Patrick Linnane2-0/+29
2025-04-01workflows: fix zizmor findings (part 1) (#190)Patrick Linnane5-1/+10
2025-04-01ci: add `zizmor` (#188)Patrick Linnane2-0/+36
2025-04-01various: fix minor typos (#187)Patrick Linnane3-6/+7
2025-03-31docs: document ED25519_PRIVATE_KEY_HEX_FILE (#186)Talya Connor1-15/+16
2025-03-31cmd/anubis: support ED25519_PRIVATE_KEY_HEX_FILE (#185)Talya Connor2-22/+37
2025-03-31lib/anubis: actually check the result with the correct difficulty (#180)Henri Vasserman4-12/+98
2025-03-31web/js: Added a wait with button continue + 30 second auto continue after 30s...Cyra Westmere5-31/+119
2025-03-30Fix: Correct typo in challenge page title (main) (#174)Jason Cameron2-1/+2
2025-03-30fix(tests): disable integration tests on Windows due to posix feature relianc...Jason Cameron3-1/+4
2025-03-30xess: do not specify a version in `go:generate` (#164)soopyc1-1/+1
2025-03-30chore: Update readme to reflect refactor from the monorepo (#163)Jason Cameron1-1/+1
2025-03-29fix(logs): Correctly format listener address (#162)Jason Cameron2-3/+9
2025-03-29web/js: Add LibreJS banner to Anubis JavaScript to allow LibreJS users to run...Fijxu2-1/+30
2025-03-29Debug tool for benchmarking proof-of-work algorithms (#155)jae beller13-8/+331