summaryrefslogtreecommitdiff
path: root/platform-paper
AgeCommit message (Collapse)Author
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-18fix: Restore channel managerSho Sakuma
2026-03-17fix: delay channel login notification to avoid being buried by other join ↵Sho Sakuma
messages
2026-03-17feat: Improved notification messages when logging in to the serverSho Sakuma
2026-03-17feat: Remove permissionSho Sakuma
2026-03-17feat!: Remove ChatMode feature, followback channel chat modeSho Sakuma
2026-03-16fix(deps): update kotlin monorepo to v2.3.20 (#144)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-15fix: correct language key and remove unused parameter in channel handlingSho Sakuma
- Fix invalid language key "general.formattedMessage" to "general.spyMessage" in ChannelMessageHandler - Remove unused romajiConverter parameter from initializeChannelManager - Update KDoc @throws to match ChannelAlreadyExistsException - Reorganize CHANGELOG for v1.0.0
2026-03-15refactor: Optimization of internal logicSho Sakuma
2026-02-26test: expand test coverage across all modulesSho Sakuma
- Add 23 new test files covering exceptions, data classes, permissions, setting handlers, commands, and cross-server relay - Change command execute methods from private to internal visibility to enable unit testing (16 command files) - Engine coverage: 65.5% → 92.4% - Platform-paper coverage: 16.8% → 40.0% - Platform-velocity coverage: 62.4% → 76.8% Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25feat: add Codecov/Jacoco integration and expand test coverageSho Sakuma
- Add Jacoco plugin to all subprojects with XML report generation - Replace post-test-results.sh with Codecov upload in CI workflow - Add codecov.yml configuration - Add 140 new tests across engine, platform-paper, and platform-velocity Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23feat: Add more status view to Status commandSho Sakuma
2026-02-23chore: Fix oxc errorSho Sakuma
2026-02-23docs: Update guideSho Sakuma
2026-02-23chore: Bump v0.10.0Sho Sakuma
2026-02-23feat: Support Folia platformSho Sakuma
2026-02-11fix: Format the update notification messageSho Sakuma
2026-02-11fix: Fix hoverEvent effectSho Sakuma
2026-02-11docs: Add ChangelogSho Sakuma
2026-02-11feat: Improve Velocity Integration ErrorsSho Sakuma
2026-02-11feat: Improve Velocity status command UISho Sakuma
2026-02-07test: Add kana converter test-caseSho Sakuma
2026-02-07fix: Fix kana converter valid romajiSho Sakuma
2026-02-07fix: Fix copilot reviewSho Sakuma
2026-02-07docs: Update Cross Server chatSho Sakuma
2026-02-06refactor: Change to status and channel list command uiSho Sakuma
2026-02-06feat: Add cross-server chatSho Sakuma
2026-02-05fix(deps): update kotlin monorepo to v2.3.10 (#86)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-01docs: Update readmeSho Sakuma
2026-02-01feat: Support Velocity intergration in Paper moduleSho Sakuma
2026-02-01test: Support Velocity test-caseSho Sakuma
2026-01-31docs: Add channel chat logSho Sakuma
2026-01-31fix: Prevent other plugins from intercepting channel chatSho Sakuma
2026-01-31feat: Add channel loggingSho Sakuma
2026-01-27fix(deps): update dependency io.mockk:mockk to v1.14.9 (#75)v0.6.0renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-27test: Add more test-caseSho Sakuma
2026-01-27docs: Add channel moderation guideSho Sakuma
2026-01-27feat: Add channe-chat featureSho Sakuma
2026-01-27feat: Update Channel membershipSho Sakuma
2026-01-26feat: Add channel-chat configurationSho Sakuma
2026-01-26feat: Add ChangeChat message notificationSho Sakuma
2026-01-26refactor: Refactoring logicSho Sakuma
2026-01-26feat: Add channel-chat handleSho Sakuma
2026-01-26feat: Add chatmode dataSho Sakuma
2026-01-26feat: Add channel commandSho Sakuma
2026-01-25refactor: Organize keys by functionSho Sakuma
2026-01-25feat: Add Channel CRUD operatorSho Sakuma
2026-01-25feat: Initialize Channel storage logicSho Sakuma