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

Release of 3.0.0 - Finally.

github.com/discord-jda/JDA - 012ae0cc4507cf0767918c6e991b39f80f7d036e authored almost 8 years ago
Ready development for 3.0 release (#284)

Ready `development` for 3.0 release
Cleaned up README
Removed deprecated methods
Fixed issue ...

github.com/discord-jda/JDA - b1c1fbdf081e7d2bc80caad334bcfe72ced65bf3 authored almost 8 years ago
Adjusted README.md

github.com/discord-jda/JDA - 9bf0994aedd6b0cc289b442fea5fa5644e78859e authored almost 8 years ago
Added missing endpoints to Route

github.com/discord-jda/JDA - 2fb9f8b2b51d596a146c9776e12d377ebed8513b authored almost 8 years ago
Added checks with MessageEmbed#isSendable(AccountType) in sendFile, editMessage and sendMessage methods.

Moved limitation constants to MessageEmbed interface

github.com/discord-jda/JDA - 37f4d47c1248b11b92f7ddc64cf69cbdea001123 authored almost 8 years ago
Fixed a minor mistake in readme file.

While reading the readme file I found this small mistake, which is not good for a high level API...

github.com/discord-jda/JDA - e787f5c9a1cd6f9cf935b16a95c718a2ae2d385c authored almost 8 years ago
Finally added control for setting WebSocket Timeout via JDABuilder.

github.com/discord-jda/JDA - 637247619b3a64a845f2ac0a1d0f6b8c1b333612 authored almost 8 years ago
Added support for new Embed length restrictions imposed by Discord.

Added MessageEmbed#getLength()

github.com/discord-jda/JDA - 0965cadcb58a8f39cf970946dfe70e8b42767996 authored almost 8 years ago
Fixed a possible JSONException when getting an invite

and removed the ability to accept invites

github.com/discord-jda/JDA - 3b33384095a6ef98da5c2e6280f39480ef47e84f authored almost 8 years ago
First step for fixing shutdown method

github.com/discord-jda/JDA - 7646b5550ca22988b8cd4b04d9cd33db06f3bf3b authored almost 8 years ago
Fixed NPE related to unavailable guilds during long startups.

github.com/discord-jda/JDA - 7870b5e1282059a84f3b06aa47103148a0dfdf7c authored almost 8 years ago
Applications! Bot invites! (#255)

* Added all kinds of Application releated things. Can now get a Bot's self application info and ...

github.com/discord-jda/JDA - 515927b7aa51aef1bd8682830ff25a527d4c5fd5 authored almost 8 years ago
Fixed some version references (#273)

github.com/discord-jda/JDA - 544d61aa6324cc10a45c8e1f805c827abdc9cdcf authored almost 8 years ago
Readable permission names (#276)

github.com/discord-jda/JDA - c94cb07d3413bf94efb9a0e4478eae84171c1b23 authored almost 8 years ago
Made debug message for invalid PermissionOverrides be output at the DEBUG level instead of WARN.

github.com/discord-jda/JDA - 931b355df5bb93dab797694303adcf330c8bf1bd authored almost 8 years ago
Fixed issue where JDA attempted to destroy OpusDecoders more than once.

Made OpusEncoder and OpusDecoders only be created lazily, e.g: When sending/receiving is actually...

github.com/discord-jda/JDA - 757519d24a8ff38b174dfe04e930b13aca99134d authored almost 8 years ago
Added synch locks when setting up audio connection to prevent race conditions.

github.com/discord-jda/JDA - 42edfd5905b17e62f713cb3d1888b0ce31f03324 authored almost 8 years ago
Fixed resource leak related to Audio native resources not freeing after connection was terminated.

github.com/discord-jda/JDA - 0658fdde99c905dcd41c0a0bcd62db25d4dc83e8 authored almost 8 years ago
Added a way to hardcode custom rate limits (#257)

* Added a way to hardcode custom rate limits
* Contains custom ratelimits for Reactions. Now ca...

github.com/discord-jda/JDA - 478b333afcb3e2a432e04ed41c8b219578ae2ab5 authored almost 8 years ago
Fixed bug related to JDA not being able to complete startup when a Guild was unavailable.

github.com/discord-jda/JDA - 92d05bdd04ff31e34cfdbcdcf98b5311aea51812 authored almost 8 years ago
Merge pull request #268 from ArsenArsen/patch-1

Fixed `Event Methods` link in README.md

github.com/discord-jda/JDA - ae93226e26b3d47caf07aff42e7ec81178f6c3ee authored almost 8 years ago
Fixed `Event Methods` link in README.md

github.com/discord-jda/JDA - 010472fc212e1efa6df6cb24c2c30f76732f6783 authored almost 8 years ago
Make changes requested by @DV8FromTheWorld

github.com/discord-jda/JDA - 637a4d537396ac9b11e6372f7df6400b68ebf78e authored almost 8 years ago
Fixed issue related to using getProxyUrl instead of getUrl for Attachment download. Failed for non-image attachments.

github.com/discord-jda/JDA - 0d0662ee1976ba8d313084da93d00fce02e032fe authored almost 8 years ago
Adding ability to change position of Channels and Roles. (#237)

* First pass ChannelOrderAction.

* Second pass on OrderAction system. WIP commit.
Abstracted...

github.com/discord-jda/JDA - bc4482c8355b984163ced180e6bb29d97a18c49a authored almost 8 years ago
Merge pull request #262 from DV8FromTheWorld/feature/permover-actions

Added PermissionOverrideAction

github.com/discord-jda/JDA - 3d7916e6ca7168284dd65d8b18e265d1ec295712 authored almost 8 years ago
Merge pull request #256 from DV8FromTheWorld/patch-overrides

Fixed PermissionOverride cache bug

github.com/discord-jda/JDA - 92712341f16d78a9ddc6dfca33025010c8a0e012 authored almost 8 years ago
Removed OverrideType in favor of boolean system

github.com/discord-jda/JDA - dd1d7b318d2a95584ec9f024e24665c6b93bf56e authored almost 8 years ago
Merge pull request #254 from DV8FromTheWorld/close-code-patch

Added CloseCode Enum

github.com/discord-jda/JDA - bd49b224f867ca87db851d2f15affb5864322d88 authored almost 8 years ago
Merge remote-tracking branch 'upstream/development' into feature/permover-actions

# Conflicts:
# src/main/java/net/dv8tion/jda/core/entities/impl/TextChannelImpl.java

github.com/discord-jda/JDA - df3efee2641d1fe02e49da056ab41c61aded6299 authored almost 8 years ago
Change toString to be more similar to current JDA entities.

github.com/discord-jda/JDA - 416f0f113d767e626b8fb11507fde565ca2fe7c6 authored almost 8 years ago
Merge pull request #264 from DV8FromTheWorld/javadoc

Added package-info.java

github.com/discord-jda/JDA - 6a3008950b45a70743ae4570e320498f1d6ee66e authored almost 8 years ago
Now also creating PermissionOverrides for VoiceChannels on creation

github.com/discord-jda/JDA - 9ad505131ec4afe8c2168ccd6f3b2d3422e4a18a authored almost 8 years ago
Moved CloseCode enum to own class and updated documentation

github.com/discord-jda/JDA - 0621b7ca38900ab2aba67504cfcb686fe39da7a2 authored almost 8 years ago
Merge pull request #265 from DV8FromTheWorld/patch/embed-builder

Embed-Related Changes / Embedbuilder; Append to description

github.com/discord-jda/JDA - 9b200b0c4e251ca27d3a28174a68bed7c6ede63c authored almost 8 years ago
Added MessageChannel#editMessageById(String, MessageEmbed) and fixed a javadoc reference error

github.com/discord-jda/JDA - ee85088a07c3a457a3186babaa783624c166c583 authored almost 8 years ago
Now only using payload_json in multipart/form-data requests

github.com/discord-jda/JDA - 2633990147b7e9dc6732cd6563240bccf27a4c44 authored almost 8 years ago
Completed appendDescription idea to use a StringBuilder

github.com/discord-jda/JDA - 1a5a31dad7200c906eb5ca9b06982ee971bd1bd6 authored almost 8 years ago
Merge remote-tracking branch 'kaaz/development' into embed-builder

# Conflicts:
# src/main/java/net/dv8tion/jda/core/EmbedBuilder.java

github.com/discord-jda/JDA - 6a4fb3bfec9e342b315e4cabb92adea803d746ba authored almost 8 years ago
Merge commit 'refs/pull/259/head' of https://github.com/DV8FromTheWorld/JDA into embed-builder

github.com/discord-jda/JDA - fa5de3378b69f122067b3309750e48c78ca5fcf1 authored almost 8 years ago
Updated package-info.java to be more readable in the generated HTML docs

github.com/discord-jda/JDA - cdfb96a2b28c85781de2ca098b42296be52d64bd authored almost 8 years ago
Added package-info.java to the core JDA packages

github.com/discord-jda/JDA - 40fd7e3845a003bf6ffc9306421db0e959c1f4d6 authored almost 8 years ago
Fixed logical error in MessageChannel#getHistoryAround amount check.

github.com/discord-jda/JDA - ad75d343666a4ea484d19ba3db171a7219048180 authored almost 8 years ago
Forgot docs here

github.com/discord-jda/JDA - 22b3cb9428dc21fe0cc56557713396ad26a15fbc authored almost 8 years ago
Added PermissionOverrideAction

github.com/discord-jda/JDA - f18e579cbda3362e978ced439f32a4c54a3c91fa authored almost 8 years ago
Added check for user-limit in openAudioConnection

github.com/discord-jda/JDA - e77a49819a3e5ea51aa1f3e0e71149d52102ea5d authored almost 8 years ago
Embedbuilder; Append to description

github.com/discord-jda/JDA - abcc0551ae68979d4c3d5bb3e626bb4cf2124f12 authored almost 8 years ago
clear embeds from embedbuilder

can use more temporal accessors
edit message with embed only
send embeds with a file
permissions ...

github.com/discord-jda/JDA - 82b503b82e2bdeaa2675e3ec0ec7ab1438d299b2 authored almost 8 years ago
Merge pull request #258 from jagrosh/patch-1

Update Game.java

github.com/discord-jda/JDA - 1e357f62de632691591dcdd78d11b3289b6d9abc authored almost 8 years ago
Update Game.java

github.com/discord-jda/JDA - 86c96fd0c7a07b641ecab0e63d6baa8864b90796 authored almost 8 years ago
Moved error message for unknown roles to debug level

github.com/discord-jda/JDA - ce2ff61f3cc711dfd0ced7e6178d0d4e2f5f2a39 authored almost 8 years ago
Fixed a cache bug where PermissionOverrides would not be loaded on channel creation

github.com/discord-jda/JDA - 9a51172d112519c69c6c68f703617fca3c3b28ab authored almost 8 years ago
Added CloseCode enum and new reconnect preventions on identification issues

github.com/discord-jda/JDA - 5a352da50f00d0ae992a386f093d8aeafa7491bb authored almost 8 years ago
Adds User#getMutualGuilds() (#252)

* Adds User#getMutualGuilds()
* Adds JDA#getMutualGuilds(User...), with the appropriate Collect...

github.com/discord-jda/JDA - 9fd11c8a33e561d4ec61647d68ebb441447a16df authored almost 8 years ago
Javadoc and cleanup (#249)

* Reformated the the documentation for the JDA object.
Fixed a spelling error in a few files `p...

github.com/discord-jda/JDA - d109ee4dd4617562ecfb659cada433525113c7dd authored almost 8 years ago
Merge pull request #245 from jagrosh/avatar-gif-patch

Added gif/png support

github.com/discord-jda/JDA - e5044effe6ecde4517bea47bbacea726e7064934 authored almost 8 years ago
fixed avatars

github.com/discord-jda/JDA - 229a1797068ffac7b6bb8b6e658f4402197e72df authored almost 8 years ago
Merge pull request #243 from Kaaz/patch-1

RestAction default behavior

github.com/discord-jda/JDA - 1cf2251f6d4a6eeebf4bcf26bc86ae762c6c91b2 authored almost 8 years ago
Update RestAction.java

allow to override the default success/failure consumers

github.com/discord-jda/JDA - b4435446ca60150c98fd76f5cd19e46b88fd3047 authored almost 8 years ago
Added new RestAction extensions (#234)

* ChannelAction - Create channel with topic, overwrites and specific name
* RoleAction - Create...

github.com/discord-jda/JDA - 8e3f7dec1d8a763c6d07a4e80bbb5437d54fd584 authored about 8 years ago
Added pre-checks for bulk_delete due to Discord restricting deletion to messages that are less than 2 weeks old

github.com/discord-jda/JDA - df9c538569be7c5f1fea06cbc331d73df18abbeb authored about 8 years ago
Fixed not being able to reset the voice channel user limit

github.com/discord-jda/JDA - bea3fb0a99fb2c585a51ca974d4711ce78c9be49 authored about 8 years ago
Removed unnecessary exception logging.

github.com/discord-jda/JDA - 85a4726f99f99fe89e735cf34e024f8a4f373ccf authored about 8 years ago
Made sure that all parts of AudioConnection are shutdown when AudioWebSocket is closed (fixes problems with AudioSendSystem implementations).

github.com/discord-jda/JDA - 4d0cc0dc977e6de820b71deb66f92d1329c43d67 authored about 8 years ago
Fixed bug related to Member not being removed from the VoiceChannel#getMembers() list on GuildMemberRemove.

github.com/discord-jda/JDA - a91ca8966e6dd453467e47834bf976344f857560 authored about 8 years ago
Fixed NPE related to getRateLimit and globalCooldown

Changed level of missing header logging from `fatal` -> `debug`
Removed stacktrace output as it i...

github.com/discord-jda/JDA - 5ad599288e22677001a605ef2e459ff34cc5ca3e authored about 8 years ago
Added Invites (#223)

* Added Invites
* Fixed permission checking
* Added checks and changed how invite expanding wo...

github.com/discord-jda/JDA - 240adf3364de532aff1d5e08c84f320bba529142 authored about 8 years ago
Added simple catch for `null` name in a MESSAGE_REACTION_REMOVE

github.com/discord-jda/JDA - fe6f20fb139b6ac5ed1293755487b7e614334251 authored about 8 years ago
Fixed possible NPE when the AudioWebSocket fails to connect and attempts to requeue the connection.

github.com/discord-jda/JDA - 933235f8838c83fa53a22c3cf1fe4525ee4354dc authored about 8 years ago
Fixed MISSING_CHANNEL error when a sent Message was being built by the Requester via the EntityBuilder while the MainWS was Reconnecting.

github.com/discord-jda/JDA - 3c71efc3660577811f4b801e9c0aae71d17fdd76 authored about 8 years ago
"Fixed" NPE related to missing Member when JDA receives a GUILD_MEMBER_REMOVE response from Discord.

github.com/discord-jda/JDA - 6a44e779cc971ac00d5e53776b9f8fe9d83831d3 authored about 8 years ago
Merge pull request #225 from DV8FromTheWorld/feature/restaction

Improved RestAction functionality

github.com/discord-jda/JDA - 55efc51997de4ac368079b310cf442092f4a7fe5 authored about 8 years ago
Added documentation to RestAction and updated MessageListenerExample

github.com/discord-jda/JDA - bd503fee5c579bceac0e998bb5a0e60932161b27 authored about 8 years ago
Added support for Future#cancel to the future returned by the RestAction methods.

github.com/discord-jda/JDA - af0bffe567866c9c0014ec7675cfab3a75b4a4cc authored about 8 years ago
First pass on new RestAction methods providing syncronous calls and Futures.

github.com/discord-jda/JDA - ddb36d2e4bd4e4fe4a19270a9f087297aa8d7c12 authored about 8 years ago
Merge pull request #205 from DV8FromTheWorld/feature/webhooks

Webhook pass

github.com/discord-jda/JDA - 7353b71b16687f7fd7a035c3c123c9b0bac57de2 authored about 8 years ago
Removed null-check for Icon fields in Guild

github.com/discord-jda/JDA - 76776d4e6bb21166921a6ccba93ff15ed49e52c7 authored about 8 years ago
Removed null-check for Icon fields

github.com/discord-jda/JDA - a62eb515ea73e2f210d6f46c51ed41c37d0c7eb7 authored about 8 years ago
Merge pull request #185 from meowingtwurtle/master

IPermissionHolder Interface

github.com/discord-jda/JDA - f048431c258d430483d6991588bb94fae38ca97c authored about 8 years ago
Remove old commented events from ListenerAdapter that no longer exist in JDA.

github.com/discord-jda/JDA - 47392c57464b325b111c7c19f62cd0ef21c6e5a8 authored about 8 years ago
Reenabled the StatusChangeEvent

github.com/discord-jda/JDA - 69cf7f6eec152dbc5964b9e796324eef56fe0db2 authored about 8 years ago
Made improvements:

- Consistency
- Descriptive Exception
- Renamed package
- Removed redundancies

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

Release of v3.0.BETA2

github.com/discord-jda/JDA - 620e380c424af6d0fc9f992a2ef0c4e37853ba03 authored about 8 years ago
Release of v3.0.BETA2

github.com/discord-jda/JDA - 0dad650f6372f02f2bbee8a5fd3a7b391484ce63 authored about 8 years ago
Added fix to audio move system that kept placing the bot back into the channel moved to after it was moved by a user in the discord client.

Reimplemented the GuildVoiceLeaveEvent when a Member in a VoiceChannel leaves the Guild.

github.com/discord-jda/JDA - 835f3b1c2995eb6c06597cf1963133e683a5d066 authored about 8 years ago
Fixed a CPU leak in the Ratelimit system that effectively resulted in infinite loops.

Added naming to the Ratelimit thread pool.

github.com/discord-jda/JDA - cdd5c609f289e33ef16dc6b5ff6d4fe4d68782c6 authored about 8 years ago
Merge pull request #210 from DV8FromTheWorld/audio

Implemented Audio for 3.x

github.com/discord-jda/JDA - 8dfa1c2165a1d7e7897d3f85d242896616fe9232 authored about 8 years ago
Added handling for AudioWebSocket failing to connect. Fixes #110

github.com/discord-jda/JDA - d0e072b3db0da67577178aee060af90e65449c70 authored about 8 years ago
Separated the audio packet sending logic from the packet encoding and encrypting. Allows for custom senders through IAudioSendFactory and IAudioSendSystem.

Threads are now killed when audio handlers are set to null.
Fixed a CPU leak related to Scheduled...

github.com/discord-jda/JDA - b6de2f9bda22c016208ab8899897ecf92594340d authored about 8 years ago
Added create/modify support for Webhook

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

github.com/discord-jda/JDA - c97947157a08a86ce63fc44761d4b65fa5b7c888 authored about 8 years ago
Added support to preserve audio connections and AudioManager settings during full JDA reconnect/invalidate.

github.com/discord-jda/JDA - 0bc967bc022c1b31a51f216de7b1c69963f9493f authored about 8 years ago
First pass on audio reconnect. Supports mWS resume and individual aWS reconnect. Need to implement mWS reconnect/invalidate support.

github.com/discord-jda/JDA - a97afac2c0bad4320998caad4f90d5465af62b89 authored about 8 years ago
Use IPermissionHolder in Member and Role

Remove duplicate methods

github.com/discord-jda/JDA - 772a335cd8bb6a6561eb62eab645734cc6c09232 authored about 8 years ago
Create IPermissionHolder interface

github.com/discord-jda/JDA - 40b375994e7acd3abe13f58101658b917d6d66bd authored about 8 years ago
Merge pull request #203 from jagrosh/embed-changes

EmbedBuilder bugfixes, changes, and permission check

github.com/discord-jda/JDA - f1b1f1288d477c7c3331e4a8546a202d42fcf2f5 authored about 8 years ago
no more https check

can add a MessageEmbed.Field object
added isEmpty() method
removed unused imports
fixed deprecate...

github.com/discord-jda/JDA - d571c29a8c26351deb6d748a9a50cecf0202ccfd authored about 8 years ago
Merge pull request #192 from jagrosh/widget-util

Widget Util

github.com/discord-jda/JDA - f05e4d33caaddcc1ec3081f5c58123f9cb59a2f1 authored about 8 years ago
added equals, hashcode, toString for all objects

hashmap internally for members
added getXById in Widget
VoiceState is never null
object have refe...

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