index
:
anubis.git
Xe-patch-1
Xe/Makefile
Xe/allow-internet-archive
Xe/apache-docs
Xe/colors-css-variables
Xe/cookie-settings
Xe/cookie-settings-one-by-one
Xe/deblob
Xe/default-difficulty-fix
Xe/disable-dnsbl-by-default
Xe/docs/color-scheme
Xe/docs/life-advice
Xe/expressions
Xe/extract-resources
Xe/final-prerelease-fixes
Xe/fix-build-command
Xe/fix-deps-documentation
Xe/fix-edit-me-links
Xe/hackerspace.pl
Xe/hyper-galaxy-brain
Xe/imessage-scraper-bypass
Xe/key-bytes-in-flag
Xe/make-anubis-less-paranoid
Xe/meta-norobots
Xe/minimize-logging
Xe/new-anubis
Xe/package-adulting
Xe/package-builds-with-techarohq-yeet
Xe/page-per-http-server
Xe/pkgserver
Xe/pre-npm-tarball
Xe/rails-bypass
Xe/refactor-checker-type
Xe/remove-false-positive-rule
Xe/show-more-errors
Xe/split-config-file
Xe/star-history-dark-mode
Xe/staticcheck
Xe/test/add-old-xesite-policy
Xe/trimspace
Xe/xff-x-real-ip
Xe/yaml-config
Xe/yeet-as-tool
Xe/yeet-binaries
depot
fix-prs
main
release/v1.15.0
release/v1.15.1
release/v1.15.2
release/v1.15.x
release/v1.16.x
revert-120-Xe/cookie-settings
revert-134-revert-120-Xe/cookie-settings
wasm
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-31
cmd/anubis: support ED25519_PRIVATE_KEY_HEX_FILE (#185)
Talya Connor
2
-22
/
+37
2025-03-31
lib/anubis: actually check the result with the correct difficulty (#180)
Henri Vasserman
4
-12
/
+98
2025-03-31
web/js: Added a wait with button continue + 30 second auto continue after 30s...
Cyra Westmere
5
-31
/
+119
2025-03-30
Fix: Correct typo in challenge page title (main) (#174)
Jason Cameron
2
-1
/
+2
2025-03-30
fix(tests): disable integration tests on Windows due to posix feature relianc...
Jason Cameron
3
-1
/
+4
2025-03-30
xess: do not specify a version in `go:generate` (#164)
soopyc
1
-1
/
+1
2025-03-30
chore: Update readme to reflect refactor from the monorepo (#163)
Jason Cameron
1
-1
/
+1
2025-03-29
fix(logs): Correctly format listener address (#162)
Jason Cameron
2
-3
/
+9
2025-03-29
web/js: Add LibreJS banner to Anubis JavaScript to allow LibreJS users to run...
Fijxu
2
-1
/
+30
2025-03-29
Debug tool for benchmarking proof-of-work algorithms (#155)
jae beller
13
-8
/
+331
2025-03-29
Add periodic cleanup job for DecayMap (#8) (#158)
Jason Cameron
5
-1
/
+70
2025-03-29
cmd/containerbuild: use TrimSuffix instead of TrimRight (#157)
Fijxu
2
-1
/
+2
2025-03-29
docs/developer/building-anubis: fix syntax
Xe Iaso
1
-1
/
+1
2025-03-29
Show a progress bar for the probability of completing the proof of work chall...
jae beller
6
-144
/
+119
2025-03-29
Add middleware to set Cache-Control header for challenge HTML (#132)
Jason Cameron
3
-5
/
+18
2025-03-29
docs/developer: add build directions for manually building Anubis (#154)
Xe Iaso
2
-3
/
+48
2025-03-29
Add staticheck to CI (#152)
Xe Iaso
5
-35
/
+9
2025-03-28
web/js: show more errors when some probable error cases happen (#151)
Xe Iaso
7
-40
/
+105
2025-03-28
all: do not commit generated JS/CSS to source control (#148)
Xe Iaso
28
-75
/
+221
2025-03-28
yeetfile: build debian packages
Xe Iaso
2
-17
/
+20
2025-03-28
Hide directory browsing on the static content (#85)
Henri Vasserman
3
-1
/
+14
2025-03-28
Change how to make Anubis work without a reverse proxy (#86)
Henri Vasserman
5
-10
/
+26
2025-03-28
data: disable DroneBL lookups by default (#147)
Xe Iaso
2
-2
/
+4
2025-03-27
version 1.15.0 (#144)
v1.15.0
Xe Iaso
2
-3
/
+16
2025-03-27
Apply bits of the cookie settings PR one by one (#140)
Xe Iaso
9
-56
/
+168
2025-03-27
docs: fix broken link to default policy file (#137)
Hans5958
1
-1
/
+1
2025-03-26
Revert "lib/anubis: support setting extended cookie flags (#120)" (#134)
Xe Iaso
6
-144
/
+53
2025-03-26
lib/anubis: support setting extended cookie flags (#120)
Xe Iaso
6
-53
/
+144
2025-03-26
fix(docs): Make dark mode diff lines readable (#130)
Henri Vasserman
2
-2
/
+7
2025-03-25
cmd/anubis: allow setting key bytes in flag/envvar (#97)
Xe Iaso
6
-29
/
+143
2025-03-25
Linting and staticcheck fixes. (#101)
Yulian Kuncheff
6
-17
/
+13
2025-03-23
docs: minor updates (#98)
soopyc
2
-2
/
+2
2025-03-23
lib: fix default difficulty (#96)
Xe Iaso
3
-2
/
+84
2025-03-22
chore: remove built binary and prevent accidental addition again (#91)
Jared Allard
2
-1
/
+5
2025-03-22
docs(README): fix mascot link (#88)
Jared Allard
1
-1
/
+1
2025-03-22
build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.3 to 3.0.4 (#89)
dependabot[bot]
2
-3
/
+3
2025-03-22
Refactor and split out things into cmd and lib (#77)
Yulian Kuncheff
51
-818
/
+1116
2025-03-22
internal/test: introduce integration tests using Playwright (#81)
Valentin Anger
4
-0
/
+294
2025-03-22
Cleanup regex (#66)
Dennis ten Hoove
2
-5
/
+6
2025-03-22
Fix docker image CI for pull requests (#84)
Xe Iaso
3
-40
/
+45
2025-03-22
fix: installation instructions and example (#75)
Christian F. Coors
2
-2
/
+6
2025-03-21
build(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 (#74)
dependabot[bot]
2
-4
/
+4
2025-03-21
cmd/anubis: delete example RSS reader rule (#67)
v1.14.2
Xe Iaso
3
-6
/
+7
2025-03-21
Add MojeekBot (#64)
Dennis ten Hoove
2
-1
/
+11
2025-03-21
cmd/anubis: set X-Real-Ip based on X-Forwarded-For (#63)
v1.14.1
Xe Iaso
6
-1
/
+27
2025-03-21
cmd/anubis: made with love in Canada
Xe Iaso
2
-2
/
+2
2025-03-21
stage v1.14.0 (#59)
v1.14.0
Xe Iaso
2
-1
/
+7
2025-03-21
cmd/anubis: use golang-jwt to check expiry date (#56)
Alexander Yastrebov
1
-20
/
+10
2025-03-21
cmd/anubis: do not return error from sha256 (#57)
Alexander Yastrebov
2
-23
/
+7
2025-03-21
.github/workflows: don't publish provenance data for PRs
Xe Iaso
1
-0
/
+1
[prev]
[next]