:wrench: Bug Fixes
- Warning printing when there was no issue on party join/leave (#300) - bbaa940
- add key type to holder in carbonchannelregistry (#301) - d196931
Commits
- 743ea6e: Back to 2.1.0-SNAPSHOT (Jason Penilla)
- 861a81f: Update to Fabric 1.20.2 (Draycia)
- 520c026: Checkstyle (Draycia)
- d331d39: allow omitting the false option in option tags (will use empty text) (Jason Penilla)
- 971455f: build & dependency updates (Jason Penilla)
- 8864ed8: move sender req. up in PartyCommands (Jason Penilla)
- 6fe8641: Adjust default party command messages (Jason Penilla)
- d9553bc: link external javadoc for dependencies (Jason Penilla)
- d813756: Remove incomplete delete message commands (Jason Penilla)
- 3858d82: Register late added channels with EssXD (Jason Penilla)
- 8f80260: fix deprecation warning in DSRV integration (Jason Penilla)
- register chat type normally - bc07ba5
- ea074bf: Add "carbon.crossserver" and "carbon.parties" to carbon-permissions.yml (Triassic) (#304)
- 1d3c2cf: Add party invite expiration time to config (Jason Penilla)
- 4b91b58: Change default party invite expiration to 45s (Jason Penilla)
- 28b8866: Emit party leave events on party disband (Jason) (#305)
- bceb59a: 2.1.0-beta.23 (Jason Penilla)
Commits
- f208d6c: Back to 2.1.0-SNAPSHOT (Jason Penilla)
- Remove vanilla commands matching our commands or aliases - 313db01
- We actually remove all existing commands matching ours; they are configurable so this should be fine. - 9b9a6f2
- include checker at runtime - b669a3b
- 4f964b6: Use correct audiences in CarbonChannelRegistry#sendMessageInChannel (Jason Penilla)
- a0a1e62: Update run-task (Jason Penilla)
- 0c9b3ce: Party chat (Jason) (#299)
- d0dd62d: 2.1.0-beta.22 (Jason Penilla)
Commits
- f1c674f: Created messages-tr_TR.properties (WinTone01) (#287)
- c8e9859: Back to 2.1.0-SNAPSHOT (Jason Penilla)
- 523e003: Add connection pool settings (Jason Penilla)
- 9d6b1cc: bump cloud to 1.8.4 (Jason Penilla)
- 7a43d07: Make non-component placeholders preProcessParsed (Jason Penilla)
- b380210: bump indra & polyglot-version-catalogs (Jason Penilla)
- df1be68: redis shutdown fixes (Jason Penilla)
- 78c34da: use forked messenger (Jason Penilla)
- 128a9de: dependency updates (Jason Penilla)
- 654964d: Add nickname character limit. (NamiUni) (#293)
- 340f6be: remove no longer needed suppressions (Jason Penilla)
- 08b8c58: make the update checker run later on fabric (Jason Penilla)
- e065d78: clean up startup logs (Jason) (#291)
- 5eb1001: Add templating system to account for differences in PSQL syntax (Jason Penilla) (#290)
- 963276b: Write Length, not Limit. (NamiUni) (#293)
- f734850: Move nickname settings to a section (Jason Penilla)
- 39e4f8e: Add configurable nickname format (Jason) (#296)
- c56a87e: Increase database limit for nickname size to 8192 (Jason Penilla)
- 45d99c0: 2.1.0-beta.21 (Jason Penilla)
Commits
- 9a8761e: Back to 2.1.0-SNAPSHOT (Jason Penilla)
- 54f37fb: stop storing usernames in db (Jason) (#277)
- dbd01c5: also remove username from select query (Jason Penilla)
- 7ed005a: simplify database handling across sql flavors (Jason) (#279)
- e2baa90: Improve handling of failed dependency relocation (Jason Penilla)
- update asm & relocations - c50f89f
- e5843e4: update gradle wrapper (Jason Penilla)
- 1409b49: simplify DatabaseUserManager creation (Jason Penilla) (#280)
- 1b61afb: add H2 user storage (Jason Penilla) (#280)
- 5af70da: Initial work for whisper toggling (Draycia) (#281)
- 92a55be: Add SQL migrations for dmtoggle (Draycia) (#281)
- a511035: Fixes and cleanup (Draycia) (#281)
- ffa5e86: Log storage type used when loading plugin (Draycia) (#273)
- 64a9365: Apply suggestions (Draycia) (#281)
- 6a822da: Add ignoringdms to playerrowmapper (Draycia) (#281)
- 9627d88: Let sender know when recipient has DMs off (Draycia) (#281)
- 3471e5e: oops (Draycia) (#281)
- 4b9ca63: Add ignoringDMs to #properties() (Draycia) (#281)
- 0f5a328: ignore list command (Jason Penilla) (#284)
- 178863d: ignorelist messages (Jason Penilla) (#284)
- a4a1abb: adjust update-player query (Jason Penilla)
- 8574fb9: fix (un)ignore feedback messages (Jason Penilla) (#284)
- 73f78f7: adjust message (Jason Penilla) (#284)
- bbb82de: Disable messaging service on proxies (Jason) (#285)
- f3acc8f: Update Crowdin configuration file (Josua Parks)
- 7d2933a: fix postgres v3 migration (Jason Penilla)
- 6cc4a28: Update zstd-jni and remove relocation (Jason Penilla)
- 37bdfc5: 2.1.0-beta.20 (Jason Penilla)
Commits
- 1267b3b: API cleanup & other various refactoring (Jason Penilla) (#272)
- 10b9862:
displayName
->nickname
;renderName
->displayName
(Jason Penilla) (#272) - ef275b5: Simplify user manager hierarchy (Jason Penilla) (#272)
- 7f28a9d: Improve event exception handling (Jason Penilla) (#272)
- 4088468: Add ChannelRegistry#channelOrThrow, rename ChannelRegistry#keyOrDefault to channelOrDefault (Jason Penilla) (#272)
- dc37c94: Add missing
@Backing
annotation (Jason Penilla) (#272) - ea4d0c9: Remove
CarbonChat#serverId
and add@ServerId
injection binding annotation (Jason Penilla) (#272) - 1e20138: Remove unchecked cast and unnecessary generic in CarbonChatInternal (Jason Penilla) (#272)
- 0ea917a: Remove unused ChatChannel#filterRecipients method (Jason Penilla) (#272)
- 0872e27: Remove unused BasicChatChannel and fix ConfigChatChannel equals/hashCode (Jason Penilla) (#272)
- ee006bc: Remove unused CarbonPlayerPaper.Factory interface (Jason Penilla) (#272)
- d86b938: Clean up command DI (Jason Penilla) (#272)
- 20dd84d: Back to 2.1.0-SNAPSHOT (Draycia)
- af26302: setup velocity bstats (Jason Penilla)
- f4f5f0d: fix saving new players to database (Jason Penilla) (#275)
- 470e506: fix saving of ignored players & left channels to db (Jason Penilla) (#275)
- dc9d9b0: update flyway (Jason Penilla) (#275)
- ed3fcf3: fix unnecessary saves & missing save complete packets (Jason Penilla) (#275)
- 7371f7b: enable user manager type bstats chart (Jason Penilla)
- 02774c7: Include git metadata in manifest, commit hash in snapshot platform versions (Jason Penilla)
- b9f9322: Add update checker (Jason Penilla)
- b180546: improve config management (Jason) (#276)
- dca05a5: improve join/save exception handling (Jason Penilla)
- d002d95: 2.1.0-beta.19 (Jason Penilla)
Commits
- 19d17ce: Back to 2.1.0-SNAPSHOT (Jason Penilla)
- 2d89dc6: Allow console to use chat with 'console_sender' channel format (Draycia)
- 06e0ee0: Fix missing license header (Draycia)
- 3385c34: ignore empty chats (Jason Penilla)
- 9141283: Update Crowdin configuration file (Josua Parks)
- 18f94a3: support offline players in CarbonPAPIPlaceholders (Jason Penilla)
- b46f6c6: cross-server whispers & cross-server player name tab completion in commands (Jason Penilla) (#270)
- 44b6c26: whisper & other command cleanup (Jason Penilla) (#270)
- a393a53: cache profiles from other servers on the network (Jason Penilla) (#270)
- cdb9d61: partially fix MessagingManager shutdown (Jason Penilla) (#270)
- 88f020f: Fix velocity sameWorldAs (Draycia)
- 8ba4a35: 2.1.0-beta.18 (Draycia)
:wrench: Bug Fixes
- hotfix for recursive cross-server message bug (#269) - 912f0e8
:hammer: Builds
- velocity: remove blossom usage - c0761b7
- update gradle, plugins, dependencies - 42850a1
Commits
- 8241e60: Back to 2.1.0-SNAPSHOT (Jason Penilla)
- 534a725: 2.1.0-beta.17 (Jason Penilla)