| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(cache): correct max-size megabyte conversion | Christian Cleberg | 2026-07-15 | 1 | -1/+3 |
| | | | | | | | | | | | max-size is documented in SETUP.md as megabytes, but the conversion was `*= 1024 ^ 2`. In Go `^` is XOR, not exponentiation, so this multiplied by 1026 rather than 1048576 -- a configured max-size of 200 produced a ~205 KB cap instead of 200 MB, wiping the cache almost immediately. This changes runtime behaviour: the cache will now grow to the size the config actually asks for. | ||||
| * | deps: migrate to github.com/zerolabsco/devianter v0.3.1 | Christian Cleberg | 2026-07-14 | 1 | -1/+1 |
| | | | | | | | | | | | Repoint the import path from git.macaw.me/skunky/devianter, replacing a placeholder v0.0.0 require that had no go.sum entry and did not resolve. v0.3.1 reorders the last two return values of PerformSearch, Group.Get and Group.Gallery from (..., error, Error) to (..., Error, error); adapt the call sites. The two types differ, so the compiler enforces this. | ||||
| * | Add da.opnxng.com + lost-skunk.cc is now in Finland | lost+skunk | 2025-04-07 | 1 | -0/+0 |
| | | |||||
| * | Переключатель кеша в озу, небольшие ↵ | lost+skunk | 2025-02-22 | 1 | -3/+4 |
| | | | | | улучшения ксс, фикс нсфв, фикс максимального размера кеша | ||||
| * | v1.3.2v1.3.2 | lost+skunk | 2024-09-23 | 1 | -2/+7 |
| | | |||||
| * | отображение ошибок | lost+skunk | 2024-09-04 | 1 | -1/+1 |
| | | |||||
| * | Два API-эндпоинта | lost+skunk | 2024-09-03 | 1 | -0/+5 |
| | | |||||
| * | темплейты в бинарнике и улучшенная ↵ | lost+skunk | 2024-08-13 | 1 | -7/+9 |
| | | | | | система кеша | ||||
| * | v1.3 | lost+skunk | 2024-08-01 | 1 | -42/+6 |
| | | |||||
| * | Подготовка к релизу v1.3.1 | lost+skunk | 2024-07-30 | 1 | -16/+53 |
| | | |||||
| * | Сервис для опенрц | lost+skunk | 2024-07-13 | 1 | -1/+6 |
| | | |||||
| * | v1.3 | lost+skunk | 2024-07-13 | 1 | -40/+41 |
| | | |||||
| * | Реки и копирование темплейтов в озу | lost+skunk | 2024-07-06 | 1 | -14/+18 |
| | | |||||
| * | Реализация конфига | lost+skunk | 2024-07-06 | 1 | -19/+50 |
| | | |||||
| * | альфа: работают только посты и поиск | lost+skunk | 2024-06-13 | 1 | -0/+48 |
