Commit Graph

13 Commits

Author SHA1 Message Date
Cadence Ember a26fe3cd13 remove genai quick answers 2025-11-22 14:46:22 +13:00
Cadence Ember b7fe180790 Add JSONP support on other endpoints
Refactored the code to define and process endpoints rather than doing
it imperatively, which avoided a lot of duplicated code.
2025-11-17 15:18:54 +13:00
Cadence Ember 0524e60d5d Update appearance of external links 2025-11-10 19:09:24 +13:00
Cadence Ember 23a201cc84 Add JSONP mode and captcha
JSONP mode is on by default. It will fetch main wiki pages in the
browser, without the server needing to make any requests. To turn it
off, add [feature_json] enabled = false to config.ini.

Captcha is off by default. It is a custom solution and is still
experimental at this stage. If you turn it on, please monitor the logs
to see how it goes! config.ini options are as follows:

[captcha]
enabled = true|false
log = true|false
ip_header = <header name set by your reverse proxy, like x-forwarded-for>
2025-11-04 23:06:55 +13:00
Cadence Ember 4336e4ab43 fix javascript audio buttons on hearthstone wiki 2023-06-17 00:09:59 +12:00
Cadence Ember f6933e9e50 expand all Warframe ability collapsibles 2023-06-16 23:05:30 +12:00
Cadence Ember a9754463b6 Fix (& x) sequences truncating the page 2023-05-27 23:41:20 +12:00
blankie ca13aea547 Remove Gamespot reviews/ads
https://lists.sr.ht/~cadence/breezewiki-discuss/%3C0ad4dbad07a1be394eefe43e33fff860b2d6176e%40disroot.org%3E
2023-05-24 21:47:05 +07:00
Cadence Ember ba6c5be990 Optimise pre-processing regular expression 2023-04-02 00:11:55 +13:00
Artemis Everfree f5529ed12a precompile regexp patterns 2023-04-02 00:11:54 +13:00
Cadence Ember 91a7439007 Fix yugioh wiki card pages (only half-fixed in offline environments) 2023-03-16 01:12:06 +13:00
Cadence Ember 501dcaa3fc Replace thread-let with thread-utils 2023-02-12 23:51:28 +13:00
Cadence Ember c7cce5479d Create archiver and offline code handlers
Somewhat messy. Will clean up gradually in future commits.
2023-02-06 23:56:03 +13:00