Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/add emote is available #5

Merged
merged 71 commits into from
May 21, 2020
Merged

Commits on Dec 25, 2019

  1. Configuration menu
    Copy the full SHA
    e4240f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2020

  1. Configuration menu
    Copy the full SHA
    d5b109d View commit details
    Browse the repository at this point in the history
  2. Remove invalid NSFW info

    Andre601 authored and MinnDevelopment committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    5c48b62 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2020

  1. Configuration menu
    Copy the full SHA
    360b5fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a6df59 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. Keep a strong reference to user from members

    Fake members will use fake users that are not cached
    MinnDevelopment committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    eb9f125 View commit details
    Browse the repository at this point in the history
  2. Add functionality to set/get state of embed suppression (discord-jda#…

    …1117)
    
    * Add functionality to set/get state of embed suppression
    
    * Provide Enum for MessageFlags
    kantenkugel committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    3011471 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2020

  1. Improve handling of events for unavailable guilds (discord-jda#1184)

    * Improve handling of events for unavailable guilds
    * Add UnavailableGuildLeaveEvent
    * Update docs for Guild#isAvailable
    MinnDevelopment committed Jan 11, 2020
    Configuration menu
    Copy the full SHA
    06899b4 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. Configuration menu
    Copy the full SHA
    ea4fc81 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. Let ChannelUpdateHandler add overrides to cache

    This is a bug since the override shouldn't be in the interface
    if the member is not actually in the cache. With the current
    implementation we have a cache inconsistency that could NPE.
    MinnDevelopment committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    68f9fd2 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

  1. Configuration menu
    Copy the full SHA
    56041b9 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

  1. Change handling of GuildDeleteHandler to avoid deadlock

    There really is no point in holding a write-lock here
    MinnDevelopment committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    13f82a9 View commit details
    Browse the repository at this point in the history
  2. Bump version

    MinnDevelopment committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    8d8ba81 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2020

  1. Add South Korea Region

    horyu1234 committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    93bf6b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. Configuration menu
    Copy the full SHA
    d472d98 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. Configuration menu
    Copy the full SHA
    5960c5d View commit details
    Browse the repository at this point in the history
  2. Merge pull request discord-jda#1195 from horyu1234/patch-1

    Add South Korea region
    MinnDevelopment committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    8a01f2b View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Configuration menu
    Copy the full SHA
    2166619 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2020

  1. Add ErrorHandler utility class (discord-jda#1200)

    * Add ErrorHandler utility class
    * Improve logging of 429 warnings
    MinnDevelopment committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    486a337 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Add clearReactions(String) (discord-jda#1192)

    * Add clearReactions(String)
    * Add MessageReactionRemoveEmoteEvent
    * Fix some outdated documentation
    * Log and rethrow errors in BotRateLimiter workers
    MinnDevelopment committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    3d1bb55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c605df View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2020

  1. Configuration menu
    Copy the full SHA
    b8a716d View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Add (Guild) Invite Events (discord-jda#1196)

    Adds GuildInviteCreateEvent and GuildInviteDeleteEvent
    MinnDevelopment committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    877ba73 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. Configuration menu
    Copy the full SHA
    fb0c628 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Support gateway intents and configurable member caching (discord-jda#…

    …1190)
    
    * First pass on member cache policy
    * Add INVALID_INTENTS to close code enum
    * Deprecate AccountType.CLIENT
    * Add Guild#unloadMembers
    * Update README with better examples
    * Improve handling of channel overrides
    * Add documentation for intents and member cache policy
    * Remove references to guild subscriptions
    * Add GuildMemberRemoveEvent
    * Improve retrieveMemberById and retrieveUserById
    * Changes to the builders, we use factory methods now :)
    * Disable presence cache by default
    * Add JDA#getGatewayIntents
    MinnDevelopment committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    d9ec373 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c7768f View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. Configuration menu
    Copy the full SHA
    f1becef View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2020

  1. Configuration menu
    Copy the full SHA
    3e2e550 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2020

  1. Configuration menu
    Copy the full SHA
    68a4a5a View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. Configuration menu
    Copy the full SHA
    69b3bcf View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. Configuration menu
    Copy the full SHA
    82b6b35 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Configuration menu
    Copy the full SHA
    11dc73a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cae0b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bff9ac4 View commit details
    Browse the repository at this point in the history
  4. Documentation updates (discord-jda#1222)

    * Swapped manage server and manage channel in Invite#isExpanded docs (discord-jda#1210)
    * Document another possible null return case of Message#getMember (discord-jda#1204)
    * Fix EmbedBuilder constructor javadocs (discord-jda#1214)
    * Update example for jda-nas
    * Add more details to modifyMemberRoles docs
    * Fix typo
    MinnDevelopment committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    ff9f356 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Configuration menu
    Copy the full SHA
    855ab25 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Add better configuration methods to the builders (discord-jda#1240)

    * Update README
    * Add enableCache and disableCache
    * Add enableIntents and disableIntents
    * Update docs for events to mention required intents when necessary.
    * Deprecate the old setters for cache flags
    MinnDevelopment committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    210908c View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. Configuration menu
    Copy the full SHA
    f92c9dd View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. Configuration menu
    Copy the full SHA
    4aa13e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. Configuration menu
    Copy the full SHA
    32e615e View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2020

  1. Configuration menu
    Copy the full SHA
    81379ae View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2020

  1. Configuration menu
    Copy the full SHA
    3162dfa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bf7fe9 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2020

  1. Configuration menu
    Copy the full SHA
    9251f8c View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. Configuration menu
    Copy the full SHA
    bfec9f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1b31f7 View commit details
    Browse the repository at this point in the history
  3. Change reconnect code to 4900 to avoid confusion (discord-jda#1250)

    * Change reconnect code to 4900 to avoid confusion
    * And update the disconnect handling to better log things
    * Make resume reconnect log on debug
    * Log server error on error level
    * Add catch in gateway worker
    MinnDevelopment committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    0eb54b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. Configuration menu
    Copy the full SHA
    9307951 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. Configuration menu
    Copy the full SHA
    16237b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2020

  1. Fix incorrect file size check

    gpluscb committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    8ce5db8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request discord-jda#1260 from gpluscb/patch-file-limit

    Fix incorrect size check for MessageChannel#sendFile
    MinnDevelopment committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    c0777ee View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2020

  1. Documentation updates (discord-jda#1241)

    * Add note about presence update and member intents
    * Fix typo in readme
    * Add MessageChannel#retrieveReactionUsersById and update reaction related docs (discord-jda#1236)
    * Add requirements section to member/user events
    MinnDevelopment committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    58cb5c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2020

  1. Configuration menu
    Copy the full SHA
    b38ff20 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Configuration menu
    Copy the full SHA
    17ac665 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Configuration menu
    Copy the full SHA
    d60596f View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. Add Guild#retrieveMetaData (discord-jda#1171)

    * Lazy load member limits for guilds
    * Improve implementation of update handler
    * Add Guild#retrieveMetaData
    MinnDevelopment committed May 1, 2020
    Configuration menu
    Copy the full SHA
    bad9bed View commit details
    Browse the repository at this point in the history

Commits on May 2, 2020

  1. Configuration menu
    Copy the full SHA
    6ba908c View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. Add retrieveMembersByPrefix (discord-jda#1276)

    * Add retrieveMemberByPrefix
    * Add event pool configuration
    * Fix javadoc errors
    * Rename chunkSyncQueue -> chunkQueue
    MinnDevelopment committed May 5, 2020
    Configuration menu
    Copy the full SHA
    da82e2d View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. Configuration menu
    Copy the full SHA
    4462f1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c61b951 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. Configuration menu
    Copy the full SHA
    370bfaf View commit details
    Browse the repository at this point in the history

Commits on May 10, 2020

  1. Configuration menu
    Copy the full SHA
    a188518 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Configuration menu
    Copy the full SHA
    5ffd281 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. Configuration menu
    Copy the full SHA
    05217a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    280b6ea View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Add methods to bulk retrieve members (discord-jda#1292)

    * Add methods to bulk retrieve members
    * Add documentation
    * Add missing annotations to Task interface
    * Use random number as nonce
    MinnDevelopment committed May 13, 2020
    Configuration menu
    Copy the full SHA
    6218e6a View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Improvements to handling of Error (discord-jda#1285)

    * Remove usage of AssertionError
    * Improve handling of Errors
    MinnDevelopment committed May 15, 2020
    Configuration menu
    Copy the full SHA
    df4848a View commit details
    Browse the repository at this point in the history

Commits on May 16, 2020

  1. Configuration menu
    Copy the full SHA
    e66244e View commit details
    Browse the repository at this point in the history

Commits on May 17, 2020

  1. Configuration menu
    Copy the full SHA
    1c24e7a View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. Configuration menu
    Copy the full SHA
    e5b8c6a View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. Configuration menu
    Copy the full SHA
    8207a43 View commit details
    Browse the repository at this point in the history