| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(api): harden random-art retry loop | Christian Cleberg | 2026-07-14 | 1 | -7/+15 |
| | | | | | | | | | | | | | | | | Three bugs in Random(): - The retry loop was unbounded. Only the NSFW path incremented attempt, so a run of DeviantArt errors span forever, hammering the API and risking an egress-IP ban. - string(rand.Intn(999)) converts a rune, not a number: string(65) is "A", not "65". Searches were querying garbage. Use strconv.Itoa. - rand.Intn panics on 0, so an empty result set crashed the handler. Skip empty results. The exhausted-retries error now fires when the loop ends rather than falling through to index an empty slice. | ||||
| * | deps: migrate to github.com/zerolabsco/devianter v0.3.1 | Christian Cleberg | 2026-07-14 | 5 | -10/+10 |
| | | | | | | | | | | | 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. | ||||
| * | build: fix build on darwin | Christian Cleberg | 2026-07-14 | 2 | -2/+17 |
| | | | | | | | macOS names the stat ctime field Ctimespec rather than Ctim, so stat.go failed to compile on a Mac. Split the darwin case into its own file and exclude darwin from the generic variant. Deploys are unaffected. | ||||
| * | Add da.opnxng.com + lost-skunk.cc is now in Finland | lost+skunk | 2025-04-07 | 10 | -0/+0 |
| | | |||||
| * | ы | lost+skunk | 2025-02-23 | 1 | -1/+1 |
| | | |||||
| * | Переключатель кеша в озу, небольшие ↵ | lost+skunk | 2025-02-22 | 4 | -38/+66 |
| | | | | | улучшения ксс, фикс нсфв, фикс максимального размера кеша | ||||
| * | офрцвагргш | lost+skunk | 2024-11-15 | 1 | -2/+0 |
| | | |||||
| * | ы | lost+skunk | 2024-11-15 | 3 | -6/+8 |
| | | |||||
| * | v1.3.2v1.3.2 | lost+skunk | 2024-09-23 | 6 | -88/+101 |
| | | |||||
| * | отображение ошибок | lost+skunk | 2024-09-04 | 7 | -28/+69 |
| | | |||||
| * | фикс небольшого обосрамса | lost+skunk | 2024-09-03 | 1 | -1/+2 |
| | | |||||
| * | Два API-эндпоинта | lost+skunk | 2024-09-03 | 6 | -43/+105 |
| | | |||||
| * | instance list update | lost+skunk | 2024-09-02 | 6 | -24/+72 |
| | | |||||
| * | user favourites | lost+skunk | 2024-08-14 | 3 | -112/+125 |
| | | |||||
| * | темплейты в бинарнике и улучшенная ↵ | lost+skunk | 2024-08-13 | 9 | -171/+283 |
| | | | | | система кеша | ||||
| * | instances.test.json -> instances.jsonv1.3.1 | lost+skunk | 2024-08-01 | 1 | -1/+1 |
| | | |||||
| * | v1.3 | lost+skunk | 2024-08-01 | 5 | -106/+237 |
| | | |||||
| * | Подготовка к релизу v1.3.1 | lost+skunk | 2024-07-30 | 5 | -171/+227 |
| | | |||||
| * | Исправление некоторых обосрамсовv1.3 | lost+skunk | 2024-07-13 | 3 | -13/+11 |
| | | |||||
| * | Сервис для опенрц | lost+skunk | 2024-07-13 | 1 | -1/+6 |
| | | |||||
| * | v1.3 | lost+skunk | 2024-07-13 | 5 | -551/+617 |
| | | |||||
| * | Улучшение парсинга ↵ | lost+skunk | 2024-07-09 | 1 | -38/+60 |
| | | | | | описания/комментариев в формате JSON | ||||
| * | Поиск по группам | lost+skunk | 2024-07-09 | 2 | -26/+78 |
| | | |||||
| * | небольшие улучшения парсинга ↵ | lost+skunk | 2024-07-08 | 2 | -10/+114 |
| | | | | | описания/комментариев | ||||
| * | Небольшие изменения в гуе + (возможно) ↵ | lost+skunk | 2024-07-08 | 1 | -8/+21 |
| | | | | | устранённый баг с комментами | ||||
| * | Реки и копирование темплейтов в озу | lost+skunk | 2024-07-06 | 3 | -34/+60 |
| | | |||||
| * | Реализация конфига | lost+skunk | 2024-07-06 | 4 | -132/+315 |
| | | |||||
| * | временная реализация RSS | lost+skunk | 2024-07-05 | 3 | -30/+89 |
| | | |||||
| * | Галерея, папки и группы | lost+skunk | 2024-07-04 | 3 | -42/+121 |
| | | |||||
| * | попытка реализовать галерею. так сыро ↵ | lost+skunk | 2024-06-30 | 3 | -267/+303 |
| | | | | | потому что мне скоро уезжать | ||||
| * | крымские наработки | lost+skunk | 2024-06-27 | 3 | -2/+161 |
| | | |||||
| * | панель навигации, ответы и ежедневные арты | lost+skunk | 2024-06-14 | 2 | -10/+117 |
| | | |||||
| * | альфа: работают только посты и поиск | lost+skunk | 2024-06-13 | 3 | -0/+321 |
