summaryrefslogtreecommitdiff
path: root/platform-paper/src/test
AgeCommit message (Expand)Author
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-05fix: keep a config.yml the YAML reader rejects from disabling the pluginSho Sakuma
2026-08-05fix: fall back per setting rather than discarding all of config.ymlSho Sakuma
2026-08-05refactor: read config.yml into the config classes directlySho Sakuma
2026-08-05refactor: move romaji conversion out of engineSho 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: 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: answer membership questions without copying member listsSho Sakuma
2026-08-05perf: stop writing the whole settings file on every quitSho Sakuma
2026-08-05perf: convert the words of a message concurrentlySho Sakuma
2026-08-05perf: stop paying at startup for features that are offSho Sakuma
2026-08-02test: drop a stub the invite command no longer reachesSho Sakuma
2026-08-02fix: let a debounced settings write see changes made while it waitsSho Sakuma
2026-08-02refactor: move channel moderation rules out of the commandsSho Sakuma
2026-08-02refactor: single-source the plugin messaging channel and dedup cacheSho Sakuma
2026-08-02refactor: describe a setting once, on its SettingKeySho Sakuma
2026-08-02refactor: give subcommands their own base typeSho Sakuma
2026-06-17test: cover cross-server direct messaging; exclude bootstrap from coverageSho Sakuma
2026-06-17feat: add cross-server direct messaging via VelocitySho Sakuma
2026-04-07ci: fix codecov/patch failure by excluding command impl and adding applyMetho...Sho Sakuma
2026-04-07test(command): add unit tests for withAliases methodSho Sakuma
2026-03-26test: Fix StatusCommandTest `verify` valueSho Sakuma
2026-03-26Merge branch 'main' into ci/support-nightly-releaseSho Sakuma
2026-03-18fix: Remove state active channelsSho Sakuma
2026-03-18test: Add test-case, ignore listenerSho Sakuma
2026-03-18test: Add Restore Channel Manager test-caseSho Sakuma
2026-03-17feat!: Remove ChatMode feature, followback channel chat modeSho Sakuma
2026-03-15refactor: Optimization of internal logicSho Sakuma
2026-02-26test: expand test coverage across all modulesSho Sakuma
2026-02-25feat: add Codecov/Jacoco integration and expand test coverageSho Sakuma
2026-02-07test: Add kana converter test-caseSho Sakuma
2026-02-01test: Support Velocity test-caseSho Sakuma
2026-01-27test: Add more test-caseSho Sakuma
2026-01-24test: Add i18n test-caseSho Sakuma