Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

JDA

Java wrapper for the popular chat & VOIP service: Discord
Collective - Host: opensource - https://opencollective.com/java-jda - Code: https://github.com/discord-jda/JDA

MessageBuilder update

* Changed some append methods to support all CharSequences
* Added replace methods
* Added str...

github.com/discord-jda/JDA - 00379c8d36e1aa7c7d6cdee44ed3a3b6612a619f authored about 8 years ago
Merge pull request #201 from DV8FromTheWorld/javadoc

Fixed javadoc errors

github.com/discord-jda/JDA - 51cd4ad3592ab0939829aaf097c1b578d97dc065 authored about 8 years ago
Channel -> VoiceChannel

formatting

github.com/discord-jda/JDA - a2d944f527815050f687f9524e5f4a6baa896e82 authored about 8 years ago
Merge pull request #199 from DV8FromTheWorld/patch/requests

Adding missing ErrorResponse constants

github.com/discord-jda/JDA - 9200d2bc6828e69d1d77d42297a15b39a8229c07 authored about 8 years ago
Added delete methods to webhook logic

github.com/discord-jda/JDA - bfcaeba039bcf879cca27b7385c52c99822b1221 authored about 8 years ago
First parts of webhook implementation (read-only)

github.com/discord-jda/JDA - e48f7d6e858248795f98270d55aaa3888c72fe74 authored about 8 years ago
Fixed javadoc errors:

* Replaced some <code> tags to use {@code} instead
* Fixed self-closing <br> tags
* Removed unkno...

github.com/discord-jda/JDA - 24d5c5a356cd71eb1afd857ab325cf9d4b3ac3bb authored about 8 years ago
Merge pull request #198 from Frederikam/patch-1

`/channels/{channel.id}/messages/bulk_delete` is deprecated

github.com/discord-jda/JDA - 8dadc5aa9f8f0578cf74bdc79be44b419ed6c9a3 authored about 8 years ago
Fixed issue where mentioned users were missing if they had a nickname

github.com/discord-jda/JDA - bf31bd48a8b71e82b2429753fe735c6bda034f89 authored about 8 years ago
Made log more detailed for issues when updating a bucket

github.com/discord-jda/JDA - c37bcd0caeb4ca3a07a3ad7914852ecc2fd2e8b4 authored about 8 years ago
Added missing ErrorResponses

github.com/discord-jda/JDA - 0778ac842f36d40adcd3b6ac9fad63df68c94b8e authored about 8 years ago
`/channels/{channel.id}/messages/bulk_delete` is deprecated

This endpoint has been deprecated. Use /channels/{channel.id}/messages/bulk-delete instead.

github.com/discord-jda/JDA - 34c6a9699ddcc4e62dbfe9bfafae6b7aaf55092c authored about 8 years ago
fixed formatting

more status checking

github.com/discord-jda/JDA - 0dcfc1b966a60750ab64389dad14ac77eff14f65 authored about 8 years ago
Merge pull request #193 from MinnDevelopment/patch-history

Fixed bug in MessageHistory#retrievePast

github.com/discord-jda/JDA - 1f7b39828422c1f9139b1fea96a27f0005183205 authored about 8 years ago
Fixed bug in MessageHistory#retrievePast where messages wouldn't be added if the cached history is not empty

github.com/discord-jda/JDA - 02435a1f44ec3dbda5cd35af9915cd0200ca34d9 authored about 8 years ago
first pass on WidgetUtil

added getEffectiveAvatarUrl to User and UserImpl

github.com/discord-jda/JDA - f56534042a8a696eed0a7594a24dfaed0aea7bdf authored about 8 years ago
Cleaned manager update methods.

Removed unwanted console output.

github.com/discord-jda/JDA - 4c00b5599d3e35dc91a97e1a78f2d29212df5cc8 authored about 8 years ago
Merge pull request #187 from MinnDevelopment/patch-message

Made a few methods in MessageImpl synchronized

github.com/discord-jda/JDA - 8cfd64713e21a5ab18be7e40f845206fb62aee33 authored about 8 years ago
Merge pull request #186 from jagrosh/embedbuilder-improvements

EmbedBuilder Improvements

github.com/discord-jda/JDA - 4756413e33e575dedd1c3e0a1f1e48f62a43e9d1 authored about 8 years ago
Merge pull request #190 from jagrosh/ratelimit-patch

header and time calculation changes

github.com/discord-jda/JDA - 25154d045ff3d1f0493fd85d8f52baded7757a1c authored about 8 years ago
Made a few methods in MessageImpl synchronized due to concurrent calls breaking getContent

github.com/discord-jda/JDA - fc1767a4d409d45428802757a95b3ec2b6473081 authored about 8 years ago
fixed Date header

perform less math for more accurate values

github.com/discord-jda/JDA - cfb380914741a4bcfedce6f0b29e21d59d0994d2 authored about 8 years ago
more options for setting timestamp (temporal, instant)

can add a blank field (and setting empty, non-null values automatically converts to a ZWSP)
sendM...

github.com/discord-jda/JDA - 47831e94a7f46e2d1ca2ae50a0e685eaf8312d5a authored about 8 years ago
Added a ratelimit queue to the Main Websocket to protect it from websocket message send spam.

github.com/discord-jda/JDA - 5f2bd4308c0c16d4827a4d1a9c59ef225fa8287e authored about 8 years ago
Created ConnectionListener system. All connection related statuses are now represented by ConnectionStatus.

Changed the audio keepalive (Websocket and UDP) to use a single runnable instead of 2 different t...

github.com/discord-jda/JDA - 8bd97f10f554337f9cb695683df990fdaec3c7e0 authored about 8 years ago
Merge pull request #184 from DV8FromTheWorld/patch-1

Fixed.

github.com/discord-jda/JDA - 47738ceccccde27106cdd89cc8ba0a3c89c57ee3 authored about 8 years ago
Removed AudioManager#moveAudioConnection, moved logic into #openAudioConnection.

github.com/discord-jda/JDA - 310d574d105d48c061ac0e39439ca34d9a7f1dd1 authored about 8 years ago
Imported audio system from Legacy.

Includes the TweetNacl lib for encrypting audio, the Opus wrapper, and the opus natives.
Added .i...

github.com/discord-jda/JDA - 8a104f365fbd9b71d5605712bdd6c9e8a3619ee0 authored about 8 years ago
Fixed NPE due to not dealing with unused fields depending on channel type.

github.com/discord-jda/JDA - d529c40e250301a51e7471e18f1023a491948cfc authored about 8 years ago
Fixed error dealing with ratelimit headers caused by the changes to Unirest forcing case-sensitivity. >.>

github.com/discord-jda/JDA - cd6cee6a5981f1a5b2e0f75d9c9c31d626768344 authored about 8 years ago
Merge pull request #183 from DV8FromTheWorld/feature/retrieve-user

Added JDA#retrieveUser

github.com/discord-jda/JDA - b09e8d5e4dbbcb53d4eb1a696d2b87dac3eef2b1 authored about 8 years ago
Renamed method

github.com/discord-jda/JDA - fcb5d72c8e64c9f87dede563d5fa9be246f26f1a authored about 8 years ago
Added ErrorResponses related to Reactions.

github.com/discord-jda/JDA - fd247b113d8af467dde115a4ee7b8bfdd505adeb authored about 8 years ago
Added JDA#retrieveUser

github.com/discord-jda/JDA - 6ab4e6962b3be33085e4f3417590e609fb75dab2 authored about 8 years ago
Merge pull request #181 from Asourcious/development

Added MessageChannel#editMessageById

github.com/discord-jda/JDA - e3c4ad02a26b9729cbda103e580c8fa8b20fabd6 authored about 8 years ago
Added MessageChannel#editMessageById

github.com/discord-jda/JDA - 6bbfb8fe5e86cada415539a17d2d2e9daad01b5a authored about 8 years ago
🎊 Reactions 🎊 (#179)

First pass on reaction support
[Warning] Update to events coming shortly after.

github.com/discord-jda/JDA - 4c8d1b62ef27f9d9b6513a326a01fa0250bcad58 authored about 8 years ago
Merge pull request #180 from jagrosh/embedbuilder-patch

EmbedBuilder patch

github.com/discord-jda/JDA - 13237a096ecec567326baee920c35c3c79553f4d authored about 8 years ago
IllegalStateException -> IllegalArgumentException

Much more lenient URL regex

github.com/discord-jda/JDA - 34098c68fa9257d2daeabd26d4bee41e8154c5e2 authored about 8 years ago
Merge pull request #178 from DV8FromTheWorld/addon/message

Added MessageImpl#toJSONObject

github.com/discord-jda/JDA - ac7f192f9bdc6d38fdbf706f7fd821068c13a362 authored about 8 years ago
Added MessageImpl#toJSONObject and applied it to the MessageChannel#sendMessage implementations

github.com/discord-jda/JDA - 8bb8a1a765b1c3df77c5501f231b947e04b939b2 authored about 8 years ago
Merge pull request #177 from jagrosh/embed-patch

can send Embeds to Groups (Client)

github.com/discord-jda/JDA - 9398c4be897a8bbe3afdba462b2bdbd140afde41 authored about 8 years ago
can send Embeds to Groups (Client)

github.com/discord-jda/JDA - 9cd6b7aba4a6e9c06a5815a734e6dccb5cbe5648 authored about 8 years ago
Merge pull request #176 from jagrosh/sending-embeds

MessageEmbed now has toJSONObject instead of toJSONString

github.com/discord-jda/JDA - b91ec28270b807d250ee716aeaf1f95e0e167d5a authored about 8 years ago
MessageEmbed now has toJSONObject instead of toJSONString

MessageBuilder has a settable embed field
EmbedBuilder can take an embed as a parameter
PrivateCh...

github.com/discord-jda/JDA - 6563aaaa91818813f6839f22a67bed1d3ba834e2 authored about 8 years ago
Added forgotten premature return statements for failed requests. Thanks @MinnDevelopment for reminding me

github.com/discord-jda/JDA - d923bf394c2bac89658a1cb8d30762c2b1f4020a authored about 8 years ago
Changed Channel#getOverrideForMember / getOverrideForRole -> getPermissionOverride

github.com/discord-jda/JDA - 51fbe19d7a1063dd6b1ac9c6950985829c368634 authored about 8 years ago
Implemented PermissionOverride#delete()

github.com/discord-jda/JDA - 9ba9f688aab0ebcf8ecca32b0713381efb9a5541 authored about 8 years ago
Merge pull request #173 from jagrosh/3.0-embed-builder

added EmbedBuilder and made MessageEmbedImpl implement JSONString

github.com/discord-jda/JDA - 9fbcd1f2eb7c2d5d70766ecd460405ecaaaedd47 authored about 8 years ago
added EmbedBuilder and made MessageEmbedImpl implement JSONString

github.com/discord-jda/JDA - 3be310fdcf19183772f633d94d1c8a1644f6949b authored about 8 years ago
Merge pull request #172 from Asourcious/development

Added Member#isOwner

github.com/discord-jda/JDA - 2e19b53fba8033bfebd4f76c9899b438bc0990ba authored about 8 years ago
Added Member#isOwner

github.com/discord-jda/JDA - 7ffe0bc2f58d43dcbfc29570fb816ad36fd8749a authored about 8 years ago
Merge branch 'development' of https://github.com/DV8FromTheWorld/JDA into development

github.com/discord-jda/JDA - 339ac13dfce47c97b7f79e510047e31a0238fc2c authored about 8 years ago
Fixed role order problem for Members

github.com/discord-jda/JDA - 24ac4827051a6096c18ef51f6357391b76855226 authored about 8 years ago
Merge pull request #170 from DinosParkour/fix/role-manager

Fixed color value setting in Role Manager

github.com/discord-jda/JDA - 4ccbda343f647e2d980d680ba3ef6e86562084a6 authored about 8 years ago
Fixed color value setting in Role Manager

github.com/discord-jda/JDA - d7f3563edf922df5f4bc508a8beabd6057606eb3 authored about 8 years ago
Merge pull request #169 from DV8FromTheWorld/development

Release of 3.x Beta

github.com/discord-jda/JDA - b28b7cdc2bc68b14d66e526c18027e935112b8e4 authored about 8 years ago
Updated README for 3.x

github.com/discord-jda/JDA - e997f919db49c3565f6daea88f8685ca5f52c8fe authored about 8 years ago
Created MessageListenerExample.

Modified the build.gradle to deal with the examples source folder.

github.com/discord-jda/JDA - ccc0b39c466d8b5a0b518d3e6e8fc3f5e5519bfb authored about 8 years ago
Added Member#canInteract, Role#canInteract, and TextChannel#canTalk

github.com/discord-jda/JDA - ed13a825799dc45ad28f22ff227365c47420ba35 authored about 8 years ago
Removed the previously removed Emoji files *again*. Dumb merges >.>

github.com/discord-jda/JDA - 0aed06693600e6d6376c950bb045a2e01734795c authored about 8 years ago
Merge branch 'feature/build.gradle' into development

github.com/discord-jda/JDA - 4cf8435197d6bc477fa2c3d562bcb3c39d4bbd33 authored about 8 years ago
Finished build.gradle cleanup for 3.0 Beta release.

github.com/discord-jda/JDA - 9cd7b62670c6492f47ec67ceeffe672d75204bed authored about 8 years ago
Removed the old source files from legacy

github.com/discord-jda/JDA - ceda84d76dc9143d682d7772d434c58dd515133b authored about 8 years ago
Merge branch '3.0' into development

github.com/discord-jda/JDA - 76866e2a1eca862ff2bf7653d286dd97eee3368c authored about 8 years ago
Merge pull request #166 from DV8FromTheWorld/development

Release of v2.3.0, the final 2.x release.

github.com/discord-jda/JDA - 5031739decd345ed6ae9f953fdc54b3a2b496bcb authored about 8 years ago
Release of v2.3.0, the last release of the 2.x branch.

github.com/discord-jda/JDA - 20bcdc4d2af7ca67804554460153cdfaf153e65b authored about 8 years ago
Fixed issue where RateLimit for `block()` resulted in a DiscordErrorException instead of a RateLimitException.

github.com/discord-jda/JDA - b134e7c22efe1c8ced9a7ca03b49d44c85f2a79d authored about 8 years ago
Fun fact, Longs aren't Strings.

github.com/discord-jda/JDA - 5a1818b7ca59e80a907435f6651902e94dd1d662 authored about 8 years ago
Fixed possible issue with an empty field when a different version of apache https-client was used due to transitive dependency conflict.

Added MessageChannel#sendFile(File, String, Message). Allows specification of a different filenam...

github.com/discord-jda/JDA - 64425444c9b49dd111e6ae0ae372d120867b8a2c authored about 8 years ago
Fixed possible NumberConversionException due to missing retry-after header.

github.com/discord-jda/JDA - 183825183edb30293c3fac6d07efc02817e367dc authored about 8 years ago
Removed debug statements from the PermOver managers

github.com/discord-jda/JDA - 33597fc632efd2daef2582b08f8306e9e33455c8 authored about 8 years ago
Implemented Channel#createPermissionOverride(Role) / createPermissionOverride(Member)

github.com/discord-jda/JDA - 61efadff693a2758c8fc19a5713a159d8490a20a authored about 8 years ago
Fixed JSONException for partial data in createSelfInfo

github.com/discord-jda/JDA - 6d4f0fe55f9d7aed4418435b5b7d45db69bf2f33 authored about 8 years ago
Fixed JSONException for partial data in UserUpdateHandler

github.com/discord-jda/JDA - 99095bc0bd09650f56d563972d2c0fb578486181 authored about 8 years ago
Added catches and logging for internal requester errors.

github.com/discord-jda/JDA - 567082e4758015a6e805af03e7e17a01a7971d3c authored about 8 years ago
Fixed problem where all AccountTypes were using ClientRateLimiter. (Yes, even bots)

github.com/discord-jda/JDA - 7726cdf95a7863c5bc9ad8dba36da58d3f272ead authored about 8 years ago
First pass on the PermissionOverride Managers

github.com/discord-jda/JDA - a237fbc02f08527e2ea8c8ac7492cc86157b74cc authored about 8 years ago
Implemented Role#hasPermission(Channel, Permission...)

Changed Role#hasPermission(Permission...) to be based on effective permissions (checks <at>everyo...

github.com/discord-jda/JDA - 10b7d79f22fef79e05ab9e78fe94924d800eca2d authored about 8 years ago
Fixed some array casting issues.

github.com/discord-jda/JDA - 73a86132e19d8bfe65f25133d7e39aa8c45d1ff3 authored about 8 years ago
Merge pull request #164 from DinosParkour/patch-1

Fixed an Exception caused by casting an Array to Permission[]

github.com/discord-jda/JDA - 1514aa32a27af2a793402dce0f8ce47f23005a1a authored about 8 years ago
Use Collection#toArray(T[]) instead.

Like the toArray() method, this method acts as bridge between array-based and collection-based A...

github.com/discord-jda/JDA - d33af5293e45e4f397cd87e7b4f1a03874e679ae authored about 8 years ago
Fixed an Exception caused by casting an Array to Permission[]

github.com/discord-jda/JDA - d4e1a04253e7483f9069ca0f74ff677cad28d8e9 authored about 8 years ago
removed unnecessary checksums

github.com/discord-jda/JDA - c5c593f9b695e9e32c0b98ca017a0ee4932ad19d authored about 8 years ago
Merge pull request #162 from DV8FromTheWorld/feature/icon

Icon documentation

github.com/discord-jda/JDA - 5390a3696772fa84c3fc59ae2936eb0aca165062 authored about 8 years ago
Added Role#delete()

github.com/discord-jda/JDA - 010e0bfe1700b0a8fa5b858a0af13063a199bfb4 authored about 8 years ago
Updated shadow plugin

github.com/discord-jda/JDA - c2b51bff8327ac16cf8c652f451983fe7fa63614 authored about 8 years ago
Changed a task due to future deprecations

github.com/discord-jda/JDA - d34bf64bb1e1dd51a65b98f545c8d9a09bb8b6d5 authored about 8 years ago
Added documentation to Icon

github.com/discord-jda/JDA - 7b32983a396ecf699def032f2de301b725b6adab authored about 8 years ago
Cleaned up GuildController due to Icon change

github.com/discord-jda/JDA - 2f9696d80053bc8a322e342ca4247ab15290f517 authored about 8 years ago
Added splash control to GuildManager.

github.com/discord-jda/JDA - 760d17f060e1dcdfc4fae9a9791491a51632298d authored about 8 years ago
Renamed DataUtil -> IOUtil because.... logic.

github.com/discord-jda/JDA - 2e4cb896bb27c7e9961890c1067577690c4c5ea4 authored about 8 years ago
Created Icon, represents the base64 encoded image used to upload to Discord for SelfUser's Avatar, Guild's Icon, Group's Icon, and Emote's image.

Added Avatar modification to AccountManager.
Added Icon modification to GuildManager.

github.com/discord-jda/JDA - 4f46f87d4064b39bc0de31c6823479621fb34f3c authored about 8 years ago
Created DataUtil. Made MessageChannel#sendFile use DataUtil instead of java.nio classes.

github.com/discord-jda/JDA - 84d16d40e524643524eff6959f13a7941c426fe2 authored about 8 years ago
Implemented AccountManager. Now exists in SelfUser instead of JDA.

Fixed some bugs with UserUpdateHandler.
Cleaned up the RestAction default throwable consumer erro...

github.com/discord-jda/JDA - ec8a2325387e496809dcaacb1502bcee04d0a298 authored about 8 years ago
SelfInfo -> SelfUser

github.com/discord-jda/JDA - 51571e301c10dcb34bb854cccbc3cada52dacc9f authored about 8 years ago
First pass on Presence system (#161)

github.com/discord-jda/JDA - b65e817492a68da2f1d653bb855b41282771060a authored about 8 years ago
Made get/open of private channels for SelfUser throw UnsupportedOperationException. Fixes #160

github.com/discord-jda/JDA - c65e24e032ab42aa74dab9ced67e39d57ea3e8e4 authored about 8 years ago
Renamed SelfInfo to SelfUser.

github.com/discord-jda/JDA - ad357922a207e267bd11578254fd0c4ae1a6784e authored about 8 years ago