summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-08-05chore(deps): update cloudnode-pro/modrinth-publish digest to 203bc72renovate/cloudnode-pro-modrinth-publish-digestrenovate[bot]
2026-08-05fix(deps): update dependency io.papermc.paper:paper-api to v26.2.build.96-sta...renovate[bot]
2026-08-05fix(deps): update dependency io.papermc.paper:paper-api to v26.2.build.93-sta...renovate[bot]
2026-08-05Merge pull request #268 from m1sk9/fix/download-and-compatibility-versionsSho Sakuma
2026-08-05feat: warn where a pair connects but falls short of a featureSho Sakuma
2026-08-05chore: migrate the linter config off the deprecated recommended fieldSho Sakuma
2026-08-05chore: put the theme's composables under BiomeSho Sakuma
2026-08-05docs: name both plugin versions for cross-server direct messagesSho Sakuma
2026-08-05fix: read plugin versions from release JAR names, not tag namesSho Sakuma
2026-08-05Merge pull request #267 from m1sk9/update/development-and-websitev1.3.0Sho Sakuma
2026-08-05ci: link release notes to the English changelog pagesSho Sakuma
2026-08-05docs: correct the cross-server DM server name and two related claimsSho Sakuma
2026-08-05ci: point release notes at the documentation siteSho Sakuma
2026-08-05docs: add changelog pages to the documentation siteSho Sakuma
2026-08-05docs: correct the website where it had drifted from the implementationSho Sakuma
2026-08-05docs: record what the v1.3.0 releases shipSho Sakuma
2026-08-05docs: renew the READMESho Sakuma
2026-08-05docs: correct CONTRIBUTING and rewrite the security policySho Sakuma
2026-08-05chore: split the bug report template per platformSho Sakuma
2026-08-05docs: rewrite CLAUDE.md against the current codebaseSho Sakuma
2026-08-05Merge pull request #265 from m1sk9/refactor/post-merge-cleanupSho Sakuma
2026-08-05test: cover what the player settings store promisesSho Sakuma
2026-08-05fix: stop a slow reply from pinning a word to hiraganaSho Sakuma
2026-08-05refactor: drop what no longer carries its weightSho Sakuma
2026-08-05refactor: make durability and teardown properties of the layer, not habitsSho Sakuma
2026-08-05refactor: bound the delivery queue and drop a departed player's backlogSho Sakuma
2026-08-05fix: keep a slow Google IME reply from killing a delivery queueSho Sakuma
2026-08-05Merge pull request #262 from m1sk9/refactor/config-and-module-boundariesSho Sakuma
2026-08-05fix: keep a config.yml the YAML reader rejects from disabling the pluginSho Sakuma
2026-08-05docs: drop api.retryAttempts, which no longer existsSho Sakuma
2026-08-05fix: fall back per setting rather than discarding all of config.ymlSho Sakuma
2026-08-05fix: start on defaults when config.yml cannot be readSho Sakuma
2026-08-05docs: stop claiming engine hands down coroutines and ktorSho Sakuma
2026-08-05refactor: keep rendering out of CommandResultSho Sakuma
2026-08-05refactor: read config.yml into the config classes directlySho Sakuma
2026-08-05refactor: make the direct message failure reason an enumSho Sakuma
2026-08-05refactor: move romaji conversion out of engineSho Sakuma
2026-08-04chore(deps): update dependency @biomejs/biome to v2.5.7 (#264)renovate[bot]
2026-08-05Merge pull request #261 from m1sk9/perf/hot-path-and-startupSho Sakuma
2026-08-05test: cover what the storage layers promiseSho Sakuma
2026-08-05fix: record the reply target only where /reply can see itSho Sakuma
2026-08-05fix: report queued work dropped at shutdownSho Sakuma
2026-08-05fix: stop treating cancellation as a conversion failureSho Sakuma
2026-08-05fix: let shutdown finish when a save failsSho Sakuma
2026-08-05fix: give every data file the same atomic writeSho Sakuma
2026-08-05fix: harden the delivery queue and the writes around itSho Sakuma
2026-08-05fix: take the channel snapshot where the caches are mutatedSho Sakuma
2026-08-05fix: keep dispatched delivery ordered and its failures visibleSho Sakuma
2026-08-05perf: take the direct message path off the tick threadSho Sakuma
2026-08-05perf: coalesce channel writes instead of rewriting the file per changeSho Sakuma