aboutsummaryrefslogtreecommitdiff
path: root/package.json
AgeCommit message (Collapse)AuthorFilesLines
2025-04-27chore(release): 1.17.0 [skip ci]v1.17.0semantic-release-bot1-1/+1
# [1.17.0](https://github.com/Xe/x/compare/v1.16.0...v1.17.0) (2025-04-27) ### Features * **httpdebug:** quiet mode and function as a systemd service ([1d9fa34](https://github.com/Xe/x/commit/1d9fa34fa84cc125c68ab486d8bbc2dbe7a51f0e)) * **relayd:** autocert support for automatic TLS cert minting ([c9136cc](https://github.com/Xe/x/commit/c9136cc167ca0bbabce1196f88cfc1b302350f0a)) * **xess:** add fancy 404 page ([10e176a](https://github.com/Xe/x/commit/10e176a023ee1a4955160c86f0dc71a435bdf866)) Signed-Off-By: Mimi Yasomi <mimi@techaro.lol>
2025-04-27chore(release): 1.16.0 [skip ci]v1.16.0semantic-release-bot1-1/+1
# [1.16.0](https://github.com/Xe/x/compare/v1.15.0...v1.16.0) (2025-04-27) ### Bug Fixes * **gitea:** use >- instead of > ([972cc99](https://github.com/Xe/x/commit/972cc990716c8593fc1f1d7061e6b707c6bccc51)) ### Features * **relayd:** store and query TLS fingerprints ([ef94cbc](https://github.com/Xe/x/commit/ef94cbcc7f9f90ef5c238413ee3305c305743a42)) Signed-Off-By: Mimi Yasomi <mimi@techaro.lol>
2025-04-27chore(release): 1.15.0 [skip ci]v1.15.0semantic-release-bot1-1/+1
# [1.15.0](https://github.com/Xe/x/compare/v1.14.1...v1.15.0) (2025-04-27) ### Features * **ci:** allow automatically cutting a new release via messages ([b12801a](https://github.com/Xe/x/commit/b12801a2445bbaa8840acd00d76653100a4f6bbe)) Signed-Off-By: Mimi Yasomi <mimi@techaro.lol>
2025-04-27chore(release): 1.14.1 [skip ci]v1.14.1semantic-release-bot1-1/+1
## [1.14.1](https://github.com/Xe/x/compare/v1.14.0...v1.14.1) (2025-04-27) Signed-Off-By: Mimi Yasomi <mimi@techaro.lol>
2025-04-26chore(release): 1.14.0 [skip ci]v1.14.0semantic-release-bot1-1/+1
# [1.14.0](https://github.com/Xe/x/compare/v1.13.6...v1.14.0) (2025-04-27) ### Bug Fixes * **relayd:** disable TCP fingerprinting on Linux for now ([6aa26b7](https://github.com/Xe/x/commit/6aa26b7defa02515fcc8473b8c8603e5fbe45f3f)) * **relayd:** rename HTTP headers for fingerprints ([b64f843](https://github.com/Xe/x/commit/b64f8430190d0a49f8ec6a105e2978714342dd3e)) ### Features * **anubis:** replace with tombstone ([929e2de](https://github.com/Xe/x/commit/929e2debb8b9a63c44e3bb02387a6774821ccb99)) * cmd/aws-secgen for generating fake AWS secrets ([7b8662a](https://github.com/Xe/x/commit/7b8662a0a877fd708afc679b4898e0a54343fe7a)) * **relayd:** add standard reverse proxy headers ([33ebd25](https://github.com/Xe/x/commit/33ebd254071288ae5925b39cc59c3aba67cce499)) * **relayd:** ja4t fingerprinting ([8ecbe6f](https://github.com/Xe/x/commit/8ecbe6f42e0eed79e899178570690aab1ce67c3f)) Signed-Off-By: Mimi Yasomi <mimi@techaro.lol>
2025-04-26ci(release): fix??????Xe Iaso1-1/+6
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-04-26ci: skip commit tests when semantic-release does a commitXe Iaso1-1/+1
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-04-26chore: set up semantic-releaseXe Iaso1-1/+132
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-04-26chore: reformat the world, set up autoformat on commitXe Iaso1-2/+19
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-04-26chore: set up husky and commitlintXe Iaso1-0/+45
Signed-off-by: Xe Iaso <me@xeiaso.net>