| Age | Commit message (Expand) | Author | Files |
| 2024-02-07 | [feature/performance] sqlite pragma optimize on close (#2596) | kim | 1 |
| 2024-01-19 | [performance] overhaul struct (+ result) caching library for simplicity, perf... | kim | 1 |
| 2023-12-18 | [feature] request blocking by http headers (#2409) | kim | 1 |
| 2023-12-16 | [feature] Run ANALYZE after migrations on SQLite (#2428) | Daenney | 1 |
| 2023-11-20 | [feature] Initial Prometheus metrics implementation (#2334) | Tsuribori | 1 |
| 2023-11-08 | [feature] add support for polls + receiving federated status edits (#2330) | kim | 1 |
| 2023-10-25 | [feature] Status thread mute/unmute functionality (#2278) | tobi | 1 |
| 2023-10-23 | [chore] bump go version -> 1.21.x (#2287) | tobi | 1 |
| 2023-09-01 | [bugfix] move SQLite pragmas into connection string (#2171) | kim | 1 |
| 2023-08-19 | [feature] Instance rules (#2125) | f0x52 | 1 |
| 2023-08-17 | [bugfix] fix double firing bun.DB query hooks (#2124) | kim | 1 |
| 2023-08-10 | [performance] remove last of relational queries to instead rely on caches (#2... | kim | 1 |
| 2023-07-31 | [feature] Hashtag federation (in/out), hashtag client API endpoints (#2032) | tobi | 1 |
| 2023-07-29 | [feature] Implement markers API (#1989) | Vyr Cossont | 1 |
| 2023-07-25 | [performance] retry db queries on busy errors (#2025) | kim | 1 |
| 2023-07-07 | [chore/bugfix] Domain block tidying up, Implement first pass of `207 Multi-St... | tobi | 1 |
| 2023-06-21 | [feature] Add partial text search for accounts + statuses (#1836) | tobi | 1 |
| 2023-05-25 | [feature] Add List functionality (#1802) | tobi | 1 |
| 2023-05-12 | [chore] Update a bunch of database dependencies (#1772) | tobi | 1 |
| 2023-05-09 | feat: initial tracing support (#1623) | Dominik Süß | 1 |
| 2023-03-20 | [chore] Refactor account deleting/block logic, tidy up some other processing ... | tobi | 1 |
| 2023-03-12 | [chore] Improve copyright header handling (#1608) | Daenney | 1 |
| 2023-02-17 | [feature] Add a request ID and include it in logs (#1476) | Daenney | 1 |
| 2023-02-13 | [bugfix] Fix up `error getting account avatar/header` errors, other small fix... | tobi | 1 |
| 2023-02-03 | [chore] Text formatting overhaul (#1406) | Autumn! | 1 |
| 2023-02-01 | [chore/performance] use only 1 sqlite db connection regardless of multiplier ... | tobi | 1 |
| 2023-01-31 | [chore] Use 'immediate' lock for sqlite transactions (#1404) | tobi | 1 |
| 2023-01-26 | [chore] set max open / idle conns + conn max lifetime for both postgres and s... | tobi | 1 |
| 2023-01-17 | [feature] Tune sqlite pragmas (#1349) | tobi | 1 |
| 2023-01-10 | [feature] Implement Report database model and utility functions (#1310) | tobi | 1 |
| 2023-01-05 | [chore] Update/add license headers for 2023 (#1304) | tobi | 1 |
| 2022-12-08 | [chore] move caches to a separate State{} structure (#1078) | kim | 1 |
| 2022-11-20 | [performance] add account block DB cache and remove block query joins (#1085) | kim | 1 |
| 2022-11-18 | [performance] replace account emojis relational query with separate calls to ... | kim | 1 |
| 2022-11-18 | [performance] replace status query relationals with separate calls in order t... | kim | 1 |
| 2022-11-15 | [chore] update database caching library (#1040) | kim | 1 |
| 2022-11-14 | [feature] Allow newly uploaded emojis to be placed in categories (#939) | tobi | 1 |
| 2022-11-11 | [feature] Read + Write tombstones for deleted Actors (#1005) | tobi | 1 |
| 2022-10-08 | [chore] Standardize database queries, use `bun.Ident()` properly (#886) | tobi | 1 |
| 2022-10-03 | [performance] add user cache and database (#879) | tobi | 1 |
| 2022-09-28 | [chore] update dependencies, bump to Go 1.19.1 (#826) | kim | 1 |
| 2022-09-26 | [feature] Show + federate emojis in accounts (#837) | tobi | 1 |
| 2022-09-06 | [feature] Custom emoji updates (serve emoji via s2s api, tune db models) (#805) | tobi | 1 |
| 2022-09-02 | [performance] cache recently allowed/denied domains to cut down on db calls (... | kim | 1 |
| 2022-08-22 | [bugfix] Fix loss of account info on export/import, add tests (#759) | tobi | 1 |
| 2022-08-15 | [chore] Update bun / sqlite versions; update gtsmodels (#754) | tobi | 1 |
| 2022-07-19 | [chore] use our own logging implementation (#716) | kim | 1 |
| 2022-07-10 | [chore] consolidate caching libraries (#704) | kim | 1 |
| 2022-06-03 | [feature] Start adding advanced configuration options, starting with `samesit... | tobi | 1 |
| 2022-05-30 | [chore] Global server configuration overhaul (#575) | kim | 1 |