1
0
mirror of https://github.com/DiscordSRV/Ascension.git synced 2025-03-27 16:09:12 +01:00

Commit Graph

  • 0588cb66a7
    Merge 34062893bd into 9283df41c1 IxPrumxI 2025-03-26 18:59:23 +0300
  • 34062893bd Better permission checks in OnlineRoleModule IxPrumxI 2025-03-26 18:59:13 +0300
  • 4acb29d52e Add DiscordGuildMember#canInteract(DiscordGuildMember) IxPrumxI 2025-03-26 18:58:23 +0300
  • aba3ce50b2 Use Someone.Resolved in OnlineRoleModule IxPrumxI 2025-03-26 18:47:42 +0300
  • 16dc8f42fc Suggested changes IxPrumxI 2025-03-26 11:47:23 +0300
  • dd907b3fb3 Merge remote-tracking branch 'refs/remotes/upstream/main' into feat/online-sync IxPrumxI 2025-03-26 11:46:15 +0300
  • f04d3a11ad
    Merge 4c520bc513 into 9283df41c1 github-actions[bot] 2025-03-26 11:32:54 +0300
  • c4b8ce31d3
    Merge 4ba6de5275 into 9283df41c1 Dinty1 2025-03-26 11:32:54 +0300
  • 9283df41c1
    Cleanup linking in preparation for linking rewards main Vankka 2025-03-25 20:33:29 +0200
  • 4c520bc513 New Crowdin translations i18n Crowdin Bot 2025-03-22 00:44:13 +0000
  • 4ba6de5275
    Merge branch 'main' into ban-sync-role ban-sync-role Dinty1 2025-03-20 13:31:02 +0000
  • 96f881a8f9
    Block making an invalid group sync config by one-way syncing two or more things to the same thing Vankka 2025-03-18 18:43:59 +0200
  • 9157036f99
    Merge remote-tracking branch 'origin/main' Vankka 2025-03-18 18:23:56 +0200
  • 69be263c6e
    Add includeInherited option to group sync Vankka 2025-03-18 18:23:44 +0200
  • 46e49675e5
    feat: more verbose log messages to make debugging multi guild setups easier () ANutley 2025-03-18 15:40:00 +0000
  • ad64b140f7
    fix: remove useless ifs ANutley 2025-03-17 18:06:13 +0000
  • fd05e6011b
    Apply suggestions from code review ANutley 2025-03-17 18:04:45 +0000
  • 3f462f5988
    Make teamDisplayName implementation better Vankka 2025-03-17 19:37:02 +0200
  • edb281de17
    Merge remote-tracking branch 'origin/main' Vankka 2025-03-17 19:31:36 +0200
  • b9283c3e03
    Fix test Vankka 2025-03-17 19:31:29 +0200
  • 9ec95c2cb8
    fix: ensure permission error is only shown when necessary () ANutley 2025-03-17 17:26:46 +0000
  • 896ebb4fa3
    Finish implementing playerlist Vankka 2025-03-17 19:25:49 +0200
  • e26a877dbf
    feat: more verbose log messages to make debugging multi guild setups easier ANutley 2025-03-17 17:09:59 +0000
  • 306d059003
    fix: ensure permission error is only shown when necessary ANutley 2025-03-17 16:47:33 +0000
  • e9f34af9ba
    Merge branch 'main' into feat/playerlist-command Vankka 2025-03-17 18:00:36 +0200
  • 5f24fb10f6
    Cleanup the cleanup Vankka 2025-03-16 21:12:06 +0200
  • 04f5857ff0
    1 minute not 10 seconds Vankka 2025-03-16 21:07:34 +0200
  • 52eb12fd46
    Improve LuckPerms user loading, add cleanup. Log debug & trace logger names to console Vankka 2025-03-16 21:05:56 +0200
  • 538a962de6
    Add trace logs for LuckPerms integration & Group sync module. Cache member/user data in Someone when syncing Vankka 2025-03-16 15:07:59 +0200
  • 47dde0767a
    Fix resync Vankka 2025-03-15 17:57:14 +0200
  • 0d0c5970a8
    Check that players aren't duplicated in the PlayerProvider Vankka 2025-03-15 16:06:29 +0200
  • bf57518090
    Check Bytebin upload response status Vankka 2025-03-15 01:48:47 +0200
  • 92315b9adf
    Synchronize call to SimpleAST parser Vankka 2025-03-15 01:48:24 +0200
  • 80e02bd546
    Use try-finally in PlainPlaceholderFormat#supplyWith Vankka 2025-03-15 01:05:32 +0200
  • 3b7f9ceff9
    More progress on player listing Vankka 2025-03-13 20:15:17 +0200
  • ac9c952814
    Log storage shutdown errors, ignore some plugin integration shutdown errors, flush debug logs to disk on disable Vankka 2025-03-11 20:20:21 +0200
  • a611e2434a
    Optimize imports Vankka 2025-03-11 19:11:46 +0200
  • fbaa238dfc
    Rename some api classes Vankka 2025-03-11 19:06:37 +0200
  • 03466a12ff
    Updated SuppressWarnings comments, added unrelocate module readme Vankka 2025-03-11 18:57:28 +0200
  • 2825366742
    Only add softdepends on Bukkit if required, add manifest attribute to disable Paper remapping unnecessarily Vankka 2025-03-11 18:36:07 +0200
  • 72321d195a Add missing import IxPrumxI 2025-03-11 02:46:22 +0300
  • ee8b40b913 Add timeout of 10 seconds for role removal on shutdown and 1 minute on reload IxPrumxI 2025-03-11 02:30:44 +0300
  • cbe0f40a65 Clean up and simplify code for a single role removal IxPrumxI 2025-03-11 02:22:26 +0300
  • 5a76087c49 disable BukkitWorldChangeListener#observeEvents IxPrumxI 2025-03-11 01:48:07 +0300
  • 0036d9e625 Fix build. oops. IxPrumxI 2025-03-11 01:43:39 +0300
  • 50b62dd684
    Merge branch 'main' into feat/online-sync IxPrumxI 2025-03-11 01:31:54 +0300
  • 83c6ae59c9
    Initial for playerlist command Vankka 2025-03-10 21:05:39 +0200
  • 89da998ebf
    Fix test Vankka 2025-03-08 15:14:11 +0200
  • ce30026516
    DiscordSRVPlayer.isVanished, add options to send cancelled join/leave messages Vankka 2025-03-08 15:04:47 +0200
  • 9ac54af557
    Fixes to game command permissions Vankka 2025-03-08 02:04:58 +0200
  • cc995a6126
    Stop messages that are completely stripped by regex filters from throwing an error () ANutley 2025-03-07 22:52:08 +0000
  • 0afae4f95d Remove OnlineRoleConfig#getEntries. Missed renaming in the main config IxPrumxI 2025-03-08 00:42:40 +0300
  • 5f953220f2
    fix: error should not always be true ANutley 2025-03-07 21:38:01 +0000
  • 74e8cf1aaf
    fix: stop error when regex content filter strips the entire message ANutley 2025-03-07 21:37:44 +0000
  • 5055c1b20f Revert to one role. Finish renaming to OnlineRole IxPrumxI 2025-03-07 23:53:34 +0300
  • 8fc1fb4ddf
    Add registerModule/unregisterModule to DiscordSRVApi. Add more statuses for startup/connection failures Vankka 2025-03-06 18:04:01 +0200
  • 4eae092282
    Sync features: group timer synchronizations Vankka 2025-03-06 00:34:24 +0200
  • 4526fabe7c
    Improve indicating debug observing in debug reports Vankka 2025-03-05 23:36:50 +0200
  • 9c56715c05
    Add the context format to the comment Vankka 2025-03-05 20:04:12 +0200
  • fff4bd3b0e
    Improve group sync module group contexts Vankka 2025-03-05 20:02:07 +0200
  • 9add95650e
    Improve console ansi parser Vankka 2025-03-04 22:15:16 +0200
  • 97d173634d
    Order files in debug zip Vankka 2025-03-04 20:03:53 +0200
  • 44760eb88a
    Fix placeholders with the same prefix not being checked in a logical order Vankka 2025-03-03 19:50:43 +0200
  • 279ba6adf4
    Add string & number formatting contexts for placeholders. Fixes console messages with no logger looking dumb Vankka 2025-03-03 18:56:27 +0200
  • 70000d514c
    Remove duplicate overridden methods Vankka 2025-03-01 00:29:08 +0200
  • 8f30973534
    Improve offline player placeholders Vankka 2025-03-01 00:15:22 +0200
  • 945afdf147
    Add debug placeholder context Vankka 2025-02-28 23:56:33 +0200
  • 0006256a45 Rename to online role IxPrumxI 2025-02-27 19:23:42 +0300
  • c69ea2c501 Faster bulk role removal on shutdown IxPrumxI 2025-02-27 04:50:14 +0300
  • 4dceceeb92 Bukkit and Fabric dimension names are different IxPrumxI 2025-02-27 03:17:23 +0300
  • 1400e583d7 Register listener and add missing copyright header IxPrumxI 2025-02-27 03:10:34 +0300
  • 1795668d6b Refactor and improve clarity of condition-role pairs in OnlineSyncConfig IxPrumxI 2025-02-27 03:05:01 +0300
  • 712f26e359 Wrap long lines and simplify logic IxPrumxI 2025-02-27 02:48:10 +0300
  • 7b1a924e45 Refactor online sync module to follow group sync style. With pairs and allow for world roles with online role IxPrumxI 2025-02-27 02:42:39 +0300
  • 7c172f3a2b Add player world and player changed world event IxPrumxI 2025-02-27 02:41:37 +0300
  • ae251fbfec Add nickname and online sync to resync command IxPrumxI 2025-02-27 02:41:00 +0300
  • a5b5a5ae64 Online role sync IxPrumxI 2025-02-26 02:28:44 +0300
  • c56418d1c8
    Handle Task in placeholder service. Add placeholder lookup for linked (offline) player, user and server member Vankka 2025-02-24 19:14:22 +0200
  • 570b8059d8
    Change GameChannel prefix, improve method name Vankka 2025-02-23 17:35:59 +0200
  • ef07a16966
    Improve placeholder re-lookup handling, add boolean mapping context Vankka 2025-02-23 17:21:17 +0200
  • e10f12354f
    Improve coverage of GameCommandExecutionConditionConfig Vankka 2025-02-22 16:16:49 +0200
  • 0b188fc975
    Fix GameCommandExecutionConditionConfig logic, add more tests Vankka 2025-02-22 16:05:47 +0200
  • ea700095da
    Add GameChannel placeholders Vankka 2025-02-17 20:40:33 +0200
  • d81c718338
    Rename config-migrated to old-config-backups Vankka 2025-02-17 19:21:00 +0200
  • 3d32fa01b4
    Register game command if startup fails, make debug more robust to errors Vankka 2025-02-17 19:19:36 +0200
  • c6c9fc02ed
    Merge nickname sync Vankka 2025-02-15 20:24:30 +0200
  • 8dd631a86a
    TextPlaceholder API support in Fabric () IxPrumxI 2025-02-15 21:18:13 +0300
  • adb33ece0d Switch prefix to "textplaceholder_" and use constant identifier IxPrumxI 2025-02-15 19:49:27 +0300
  • 5e3ab66700 Default to server context when player and profile are missing IxPrumxI 2025-02-15 19:47:05 +0300
  • 527707f565 Merge branch 'main' into feat/fabric-placeholder-api IxPrumxI 2025-02-15 19:44:35 +0300
  • eee209baee
    Change sync logging wording Vankka 2025-02-15 18:11:56 +0200
  • 217867a7ba
    Cleanup some placeholder logic, add PlaceholderRemainder#supportsNoValue Vankka 2025-02-15 18:03:34 +0200
  • 4af0d3d309 This should be 2 IxPrumxI 2025-02-15 17:55:00 +0300
  • d624eaaacd
    Cleanup advancement field names, fix skin errors on old versions Vankka 2025-02-15 16:44:54 +0200
  • 00efe5bd53 TextPlaceholderIntegration support in Fabric IxPrumxI 2025-02-15 17:36:26 +0300
  • f647d992a5
    Check the correct exception in GroupSyncModule Vankka 2025-02-15 15:28:39 +0200
  • 0b35fa964d
    Task fixes/improvements, fix GH-15 Vankka 2025-02-15 14:59:55 +0200
  • de3b549423
    Add some docs to Task Vankka 2025-02-15 12:15:49 +0200
  • e39abde2bb
    Improve presence updater Vankka 2025-02-14 22:25:50 +0200
  • f7dcd69b77
    Complete conversion to Task from CompletableFuture Vankka 2025-02-14 22:19:44 +0200