The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(blog): add Anubis v1.25.0 linkpost

Xe Iaso e1a97608 df5a3deb

+88
+88
lume/src/blog/2026/anubis-v1.25.0.mdx
··· 1 + --- 2 + title: "Anubis v1.25.0: Necron" 3 + date: 2026-02-18 4 + redirect_to: https://github.com/TecharoHQ/anubis/releases/tag/v1.25.0 5 + --- 6 + 7 + Hey all, 8 + 9 + I'm sure you've all been aware that things have been slowing down a little with Anubis development, and I want to apologize for that. A lot has been going on in my life lately (my blog will have a post out on Friday with more information), and as a result I haven't really had the energy to work on Anubis in publicly visible ways. There are things going on behind the scenes, but nothing is really shippable yet, sorry! 10 + 11 + I've also been feeling some burnout in the wake of perennial waves of anger directed towards me. I'm handling it, I'll be fine, I've just had a lot going on in my life and it's been rough. 12 + 13 + I've been missing the sense of wanderlust and discovery that comes with the artistic way I playfully develop software. I suspect that some of the stresses I've been through (setting up a complicated surgery in a country whose language you aren't fluent in is kind of an experience) have been sapping my energy. I'd gonna try to mess with things on my break, but realistically I'm probably just gonna be either watching Stargate SG-1 or doing unreasonable amounts of ocean fishing in Final Fantasy 14. Normally I'd love to keep the details about my medical state fairly private, but I'm more of a public figure now than I was this time last year so I don't really get the invisibility I'm used to for this. 14 + 15 + I've also had a fair amount of negativity directed at me for simply being much more visible than the anonymous threat actors running the scrapers that are ruining everything, which though understandable has not helped. 16 + 17 + Anyways, it all worked out and I'm about to be in the hospital for a week, so if things go really badly with this release please downgrade to the last version and/or upgrade to the main branch when the fix PR is inevitably merged. I hoped to have time to tame GPG and set up full release automation in the Anubis repo, but that didn't work out this time and that's okay. 18 + 19 + If I can challenge you all to do something, go out there and try to actually create something new somehow. Combine ideas you've never mixed before. Be creative, be human, make something purely for yourself to scratch an itch that you've always had yet never gotten around to actually mending. 20 + 21 + At the very least, try to be an example of how you want other people to act, even when you're in a situation where software written by someone else is configured to require a user agent to execute javascript to access a webpage. 22 + 23 + Be well, 24 + 25 + Xe 26 + 27 + PS: if you're well-versed in FFXIV lore, the release title should give you an idea of the kind of stuff I've been going through mentally. 28 + 29 + - Add iplist2rule tool that lets admins turn an IP address blocklist into an Anubis ruleset. 30 + - Add Polish locale ([#1292](https://github.com/TecharoHQ/anubis/pull/1309)) 31 + - Fix honeypot and imprint links missing `BASE_PREFIX` when deployed behind a path prefix ([#1402](https://github.com/TecharoHQ/anubis/issues/1402)) 32 + - Add ANEXIA Sponsor logo to docs ([#1409](https://github.com/TecharoHQ/anubis/pull/1409)) 33 + - Improve idle performance in memory storage 34 + - Add HAProxy Configurations to Docs ([#1424](https://github.com/TecharoHQ/anubis/pull/1424)) 35 + 36 + ## What's Changed 37 + 38 + - build(deps): bump the github-actions group with 4 updates by @dependabot[bot] in https://github.com/TecharoHQ/anubis/pull/1355 39 + - feat(localization): add Polish language translation by @btomaev in https://github.com/TecharoHQ/anubis/pull/1363 40 + - docs(known-instances): Alphabetical order + Add Valve Corporation by @p0008874 in https://github.com/TecharoHQ/anubis/pull/1352 41 + - test: basic nginx smoke test by @Xe in https://github.com/TecharoHQ/anubis/pull/1365 42 + - build(deps): bump the github-actions group with 3 updates by @dependabot[bot] in https://github.com/TecharoHQ/anubis/pull/1369 43 + - build(deps-dev): bump esbuild from 0.27.1 to 0.27.2 in the npm group by @dependabot[bot] in https://github.com/TecharoHQ/anubis/pull/1368 44 + - fix(test): remove interactive flag from nginx smoke test docker run c… by @JasonLovesDoggo in https://github.com/TecharoHQ/anubis/pull/1371 45 + - test(nginx): fix tests to work in GHA by @Xe in https://github.com/TecharoHQ/anubis/pull/1372 46 + - feat: iplist2rule utility command by @Xe in https://github.com/TecharoHQ/anubis/pull/1373 47 + - Update check-spelling metadata by @JasonLovesDoggo in https://github.com/TecharoHQ/anubis/pull/1379 48 + - fix: Update SSL Labs IP addresses by @majiayu000 in https://github.com/TecharoHQ/anubis/pull/1377 49 + - fix: respect Accept-Language quality factors in language detection by @majiayu000 in https://github.com/TecharoHQ/anubis/pull/1380 50 + - build(deps): bump the gomod group across 1 directory with 3 updates by @dependabot[bot] in https://github.com/TecharoHQ/anubis/pull/1370 51 + - Revert "build(deps): bump the gomod group across 1 directory with 3 updates" by @JasonLovesDoggo in https://github.com/TecharoHQ/anubis/pull/1386 52 + - build(deps): bump preact from 10.28.0 to 10.28.1 in the npm group by @dependabot[bot] in https://github.com/TecharoHQ/anubis/pull/1387 53 + - docs: document how to import the default config by @Xe in https://github.com/TecharoHQ/anubis/pull/1392 54 + - fix sponsor (Databento) logo size by @ayoung5555 in https://github.com/TecharoHQ/anubis/pull/1395 55 + - fix: correct typos by @antonkesy in https://github.com/TecharoHQ/anubis/pull/1398 56 + - fix(web): include base prefix in generated URLs by @Xe in https://github.com/TecharoHQ/anubis/pull/1403 57 + - docs: clarify botstopper kubernetes instructions by @tarrow in https://github.com/TecharoHQ/anubis/pull/1404 58 + - Add IP mapped Perplexity user agents by @tdgroot in https://github.com/TecharoHQ/anubis/pull/1393 59 + - build(deps): bump astral-sh/setup-uv from 7.1.6 to 7.2.0 in the github-actions group by @dependabot[bot] in https://github.com/TecharoHQ/anubis/pull/1413 60 + - build(deps): bump preact from 10.28.1 to 10.28.2 in the npm group by @dependabot[bot] in https://github.com/TecharoHQ/anubis/pull/1412 61 + - chore: add comments back to Challenge struct. by @JasonLovesDoggo in https://github.com/TecharoHQ/anubis/pull/1419 62 + - performance: remove significant overhead of decaymap/memory by @brainexe in https://github.com/TecharoHQ/anubis/pull/1420 63 + - web: fix spacing/indent by @bjacquin in https://github.com/TecharoHQ/anubis/pull/1423 64 + - build(deps): bump the github-actions group with 4 updates by @dependabot[bot] in https://github.com/TecharoHQ/anubis/pull/1425 65 + - Improve Dutch translations by @louwers in https://github.com/TecharoHQ/anubis/pull/1446 66 + - chore: set up commitlint, husky, and prettier by @Xe in https://github.com/TecharoHQ/anubis/pull/1451 67 + - Fix a CI warning: "The set-output command is deprecated" by @kurtmckee in https://github.com/TecharoHQ/anubis/pull/1443 68 + - feat(apps): add updown.io policy by @hyperdefined in https://github.com/TecharoHQ/anubis/pull/1444 69 + - docs: add AI coding tools policy by @Xe in https://github.com/TecharoHQ/anubis/pull/1454 70 + - feat(docs): Add ANEXIA Sponsor logo by @Earl0fPudding in https://github.com/TecharoHQ/anubis/pull/1409 71 + - chore: sync logo submissions by @Xe in https://github.com/TecharoHQ/anubis/pull/1455 72 + - build(deps): bump the github-actions group across 1 directory with 6 updates by @dependabot[bot] in https://github.com/TecharoHQ/anubis/pull/1453 73 + - build(deps): bump the npm group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/TecharoHQ/anubis/pull/1452 74 + - feat(docs): Add HAProxy Configurations to Docs by @Earl0fPudding in https://github.com/TecharoHQ/anubis/pull/1424 75 + 76 + ## New Contributors 77 + 78 + - @majiayu000 made their first contribution in https://github.com/TecharoHQ/anubis/pull/1377 79 + - @ayoung5555 made their first contribution in https://github.com/TecharoHQ/anubis/pull/1395 80 + - @antonkesy made their first contribution in https://github.com/TecharoHQ/anubis/pull/1398 81 + - @tarrow made their first contribution in https://github.com/TecharoHQ/anubis/pull/1404 82 + - @tdgroot made their first contribution in https://github.com/TecharoHQ/anubis/pull/1393 83 + - @brainexe made their first contribution in https://github.com/TecharoHQ/anubis/pull/1420 84 + - @bjacquin made their first contribution in https://github.com/TecharoHQ/anubis/pull/1423 85 + - @louwers made their first contribution in https://github.com/TecharoHQ/anubis/pull/1446 86 + - @kurtmckee made their first contribution in https://github.com/TecharoHQ/anubis/pull/1443 87 + 88 + **Full Changelog**: https://github.com/TecharoHQ/anubis/compare/v1.24.0...v1.25.0