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

Rename Channel -> GuildChannel

github.com/discord-jda/JDA - 285722d2a341f7202327790e564de4bd291b355d authored over 6 years ago
Rename Game -> Activity

github.com/discord-jda/JDA - 4206a4855eb02b532c53822dd4c4790887567fc8 authored over 6 years ago
Merge pull request #810 from DV8FromTheWorld/bug/voice-state-fix

Reordered VoiceState changes. Fixes #805

github.com/discord-jda/JDA - 8841306da13369c7900eddf2cb421b90b18ba88c authored over 6 years ago
Reordered VoiceState changes. Fixes #805

github.com/discord-jda/JDA - 3b8516d955d84b0535d614eb1bc7a5b27e3ddae9 authored over 6 years ago
Add Guild#getChannels for convenience (#795)

github.com/discord-jda/JDA - 18a6c4029df980c983b1ab4d875b1de610d2e64e authored over 6 years ago
Merge pull request #794 from DV8FromTheWorld/release-3.8.1

Release 3.8.1

github.com/discord-jda/JDA - 2e771e053d6ad94c1aebddbfe72e0aa519d9b3ed authored over 6 years ago
Bump version to 3.8.1

github.com/discord-jda/JDA - eb129aecba0583be490e79981598db84fe08a036 authored over 6 years ago
Merge pull request #801 from DV8FromTheWorld/patch-shutdown

Cleanup shutdown() and fix race-condition

github.com/discord-jda/JDA - b5e10b851156cbde17949b5379b6f8a1ae159d0a authored over 6 years ago
Cleanup shutdown() and fix race-condition

github.com/discord-jda/JDA - bf850175e4733a144aae2a0569f280a5a811bef8 authored over 6 years ago
Fix issue with audio region change

github.com/discord-jda/JDA - 12ab1500fcfdad67f1e396ec2be9270f0ebe5b12 authored over 6 years ago
Merge pull request #798 from DV8FromTheWorld/hotfix-send-system

Fix idle issues for DefaultSendSystem

github.com/discord-jda/JDA - 8a712138dda49de839b8fafcc4d07f74976631fc authored over 6 years ago
Fix idle issues for DefaultSendSystem

When idle the thread did not sleep causing CPU spikes, instead
we will check the sentPacket only...

github.com/discord-jda/JDA - 44d925d584ee8590c98d7fda4aa4e518a9d9047d authored over 6 years ago
Slowmode (#773)

github.com/discord-jda/JDA - e59c0489240630c6f6a37d0b3c987ef9cfc1393a authored over 6 years ago
Add timeout mechanic for chunk requests (#788)

Now the controller will attempt to request chunks again if more than 10 seconds have passed sinc...

github.com/discord-jda/JDA - caf8aae4de56b01bb476e77145abd7c15d392f19 authored over 6 years ago
Add DefaultShardManager#setEventManagerProvider and JDA#getEventManager (#785)

github.com/discord-jda/JDA - 03c752bfd125ffe41845add7046f6e8d02ac3dad authored over 6 years ago
Fix issue with concurrent modification of manager map during reconnect cleanup

github.com/discord-jda/JDA - f5edab8e60e5d07797d63b244084a8a8f2554ce3 authored over 6 years ago
Improve debug logs for WebSocketClient and RateLimiter (#771)

Also fixed an issue regarding guild leave which would cause an error for audio manager referencing

github.com/discord-jda/JDA - 444f88928296d0e2685f73f434a3c026dd272b73 authored over 6 years ago
Configuration for mainWs sending pools (#776)

This allows to share threads between shards for main ws sending queue
workers. Since these thre...

github.com/discord-jda/JDA - 5b50c18ecbf29cf9f4e2ce1ce06dec028c1f0ccd authored over 6 years ago
Remove redundancies

github.com/discord-jda/JDA - 19e181cd35e0c2bf6c18905d7369d3cd49703bb0 authored over 6 years ago
Replace ignored NPEs with null checks

Resolves #772

github.com/discord-jda/JDA - e2448923668961d076d1771ac5caff619982eebb authored over 6 years ago
Fire UnavailableGuildJoinedEvent again

github.com/discord-jda/JDA - 0de9206ad74a52fa208b688cd193ad9e238d8529 authored over 6 years ago
Prevent creation of send and receive systems before ws ready (#778)

This should fix a few race conditions on setting send and receive handlers for audio

github.com/discord-jda/JDA - 3590acf4587705573667814a99f80e0f19050170 authored over 6 years ago
Merge remote-tracking branch 'origin/master' into HEAD

[no-build]

github.com/discord-jda/JDA - 2169d7c265499c88041eccfc1f006849ec6754dd authored over 6 years ago
Small grammatical change, get to the point (#779)

[no-build]

github.com/discord-jda/JDA - dea594df4e7a2a6aa55ecac72c4f4c76ee0d0dd0 authored over 6 years ago
Prevent using complete() in callbacks (#762)

github.com/discord-jda/JDA - 914bc53288e517eb9123b550c4907eb30ecfa90e authored over 6 years ago
Merge pull request #768 from DV8FromTheWorld/release/3.8.0

Release 3.8.0

Closes #512, #602, #625, #661, #691, #699, #733, #763, #767

github.com/discord-jda/JDA - bc9c7e2c49b9a4c559efad3c6a8c7698ee3f53bc authored over 6 years ago
Bump version and remove deprecated methods

github.com/discord-jda/JDA - 15ea879b9737bb9412b829f6e047b379f637f54a authored over 6 years ago
Only update lastFrameSent when actually sending something

github.com/discord-jda/JDA - e691b94bc83cc9b19f0a56adfeac6ad096297413 authored over 6 years ago
Fix granting / denying permissions [in PermOverrideManager] (#769)

github.com/discord-jda/JDA - 7b3e9dcca3b565411dd20c92be9c1022d9b7defa authored over 6 years ago
Cleanup and improve audio internals (#766)

* Now properly shutdown all audio connections on left guilds after reconnects (because discord i...

github.com/discord-jda/JDA - 493e069875d3455d55b5bed05cee9855c358e0d8 authored over 6 years ago
Cleanup RTP handling (#764)

This should fix issues with noises coming from audio receive

github.com/discord-jda/JDA - da932249843f82ec6b317c7daf8dc813fd1b29de authored over 6 years ago
Update documentation of JDABuilder and add new constructor overloads (#758)

github.com/discord-jda/JDA - 200a3a4cd4b024206da64b52a4fd016f8197af27 authored over 6 years ago
Merge pull request #761 from DV8FromTheWorld/patch-shard-manager

Fix ShardManager#getGuildById

github.com/discord-jda/JDA - 0d0069c9add29c47ef876f551b95786925c7522a authored over 6 years ago
Fix ShardManager#getGuildById

github.com/discord-jda/JDA - 5e0e94e73de0c29cde6cce8d08f929673ccfafa5 authored over 6 years ago
Add ThreadLocalReason (#754)

github.com/discord-jda/JDA - 0de902c3ba73dcea59ee619425bba0cd29af697f authored over 6 years ago
Replace Emote#hasRoles to avoid ambiguity (#757)

Also fix issues with incorrect roles being listed by Emote#getRoles

github.com/discord-jda/JDA - 54aec74975b5df1d57b9d9425cfaf3d6d373c51e authored over 6 years ago
Update github templates (#759)

[no-build]

github.com/discord-jda/JDA - 86b56182b69c8f14d1627581dc67031c3ad1ce18 authored over 6 years ago
Fix index exception in combined mixing

github.com/discord-jda/JDA - 4f33b81b3033ffb17f4a868d54a969540262ad5b authored over 6 years ago
Add support for group invites (#709)

and change `getXUrl()` methods to return png images where possible

github.com/discord-jda/JDA - 5d7dcb4f839ff5352f647b44e310dc3bc4955f39 authored over 6 years ago
Prevent creation of audio managers for uncached guilds (#756)

github.com/discord-jda/JDA - 0cdd7cfd534d6696e18a896a0ad7159ce07c6ff5 authored over 6 years ago
Rewrite for guild setup system (#706)

github.com/discord-jda/JDA - 915b4a6e2bd7104655fa87330cc967e6a3ff2a46 authored over 6 years ago
Add purgeMessages methods for convenient message deletions (#750)

github.com/discord-jda/JDA - 44e3e46c3ce0dcdbbf5af64c9db46b63917a02ac authored over 6 years ago
Merge pull request #752 from natanbc/patch-1

Fix NullPointerException in EmoteImpl#getGuild()

github.com/discord-jda/JDA - e81fbb2611252467e67c97fda5ee656d9d30bf56 authored over 6 years ago
Fix NullPointerException in EmoteImpl#getGuild()

github.com/discord-jda/JDA - 1fe571848c76fd86e93e7522517655d8c3737fae authored over 6 years ago
Don't store voice channel in connection requests

github.com/discord-jda/JDA - 404c10b43d5fa269b538f8afcadc3b039b7e985d authored over 6 years ago
Allow titles without TLD

fixes #699

github.com/discord-jda/JDA - 9d19804b909314e42bebb5cf0792f4d7bd318117 authored over 6 years ago
Add request exceptions to cause of ErrorResponseException (#749)

github.com/discord-jda/JDA - 686e17682a78013324a2142f8140fc8596da4ecb authored over 6 years ago
Remove voice channels from global map on deletion

github.com/discord-jda/JDA - 201cbdb42c2a90d0799ce77140cd9ee1ab9ba9c5 authored over 6 years ago
Merge pull request #700 from DV8FromTheWorld/feature/jump-to-url

Add jump-to URL for Messages

github.com/discord-jda/JDA - 3bea7616edf651adf8f815ff6734c57261c9524f authored over 6 years ago
Add new annotations for common documentation concerns (#745)

github.com/discord-jda/JDA - 0e7877e1098bee293b7df43ed118da45982f5f52 authored over 6 years ago
Fix NPE on shutdown during login

github.com/discord-jda/JDA - a3be03ed0815bbfd41269bfa13aebe34b0ee049c authored over 6 years ago
Updated jump link

github.com/discord-jda/JDA - 4faa8b41086234807c313f72ca43b31bb9810dcf authored over 6 years ago
Merge pull request #748 from natanbc/patch-upstream-reference

Patch upstream reference

github.com/discord-jda/JDA - ca4117597d9ecabfe3dc8b16eabecdc46ce4b0a2 authored over 6 years ago
Fix remaining issues

github.com/discord-jda/JDA - 84a7bf64189e66913e79b019639917301906ea4e authored over 6 years ago
Fix equals check in MemberImpl

github.com/discord-jda/JDA - f22879d853abc3c73facb80075d8109ac3f541a8 authored over 6 years ago
Fix equals checks in GuildVoiceStateImpl

github.com/discord-jda/JDA - ed6af8003043d773263f9432775f82996072ca7b authored over 6 years ago
Fix equals check in AudioManagerImpl

github.com/discord-jda/JDA - a491b5373c70a287b57505152b0078ebf4f63dc9 authored over 6 years ago
Merge pull request #747 from natanbc/patch-1

Fix IllegalArgumentException on TextChannel#canTalk()

github.com/discord-jda/JDA - 085f7960f8e12be86a613cde64fa10985e49d4de authored over 6 years ago
Fix IllegalArgumentException on TextChannel#canTalk()

Since the `guild` field is now an `UpstreamReference`, directly comparing it to a Guild object r...

github.com/discord-jda/JDA - 4b63e62ba1cd4c955a3ab7b4d11b0267a5efcdbc authored over 6 years ago
Make use of WeakReference for upstream references (#726)

When a referent is no longer reachable we will throw an exception telling
the user the referent...

github.com/discord-jda/JDA - 466423b025f077b6542d29ee36602aab74059aa3 authored over 6 years ago
Added retrieveUserById to ShardManager (#741)

github.com/discord-jda/JDA - f740e3d199c689099a0d61555137e5fd56613d0f authored over 6 years ago
Specify type pom for opus-java dependency

github.com/discord-jda/JDA - 183c445983105708a038b02872dea33e349a6ac5 authored over 6 years ago
Fix noOpus jar configurations

github.com/discord-jda/JDA - 6f2461fc6ee214c79ee0bdcfe7e6a37dfabd0ec4 authored over 6 years ago
Improve gradle builds and debugging (#674)

We now use the java-library plugin in favor of a better
application binary interface. This will...

github.com/discord-jda/JDA - 48a43fcfce7d25c1d0041ae0681ddf707501eb83 authored over 6 years ago
Fix canInteract logic for new emote types

github.com/discord-jda/JDA - 0f309c6f314d3c19169fb4efb211da2b3bbc3199 authored over 6 years ago
Add support to retrieve emotes via RestAction access (#740)

Discord actually also lists the emote creator this way and its required
when disabling emote ca...

github.com/discord-jda/JDA - c474b3007feebae5b925a3850c27b1438c1907ff authored over 6 years ago
Support getting ban by user id (#734)

github.com/discord-jda/JDA - 3c59b5100427db7211ebed9e51a6b73afe7726fc authored over 6 years ago
Merge pull request #730 from Ryozuki/patch-1

Change jcenter link for okhttp3 dependency

github.com/discord-jda/JDA - 6e9fc2e8acd07e4f704d97dad0bf1d1b05dd32a4 authored over 6 years ago
Change minimum channel name length to 1 (#738)

Allow Channel names of 1 character length

github.com/discord-jda/JDA - f46fd9ec290b90a47ec377d2bb4aa1ef2a657424 authored over 6 years ago
Add support for new sending modes (#732)

github.com/discord-jda/JDA - c7284686573074e7f998cf941380a4ae8fecff39 authored over 6 years ago
Change jcenter link for NV Websocket dependency

github.com/discord-jda/JDA - 613437dab0544828e17efb93d7245031508ef6c4 authored over 6 years ago
Merge pull request #735 from Implosions/development

Add support for getting webhooks by id

github.com/discord-jda/JDA - 771320befb5ca52bbc772cb8ae95fb35ac29fe48 authored over 6 years ago
Remove javadoc mistake

github.com/discord-jda/JDA - b7ba3651853b3f18c5148996673c2cf05adfcb22 authored over 6 years ago
Improve use of MDC (#721)

* Improve handling for MDC in rate-limiter threads
* Copy entries rather than copying the map f...

github.com/discord-jda/JDA - b29cc5c84db466abd3b1bf1aa98fe207cdbceaae authored over 6 years ago
Fix bracket format

Add check for if webhookId is a valid snowflake
Update javadoc

github.com/discord-jda/JDA - c77f76338ba8b90ded32283af633e6a723a9a4f9 authored over 6 years ago
Fix formatting

github.com/discord-jda/JDA - a4beca059d2f4f4e3a68349f1b2635cee7356d37 authored over 6 years ago
Implement getWebhookById - Retrieves a webhook by its corresponding id

github.com/discord-jda/JDA - 6a7b379b19cd4778ea40f0a7661447292322176e authored over 6 years ago
Add more configurations for JDABuilder (#705)

* Change core pool size setting to rate-limit handling pool
* Added an option to set the okhttp...

github.com/discord-jda/JDA - 4cc724e88f22cf673c4b5c0aa645d92857de779f authored over 6 years ago
Add Permission.PRIORITY_SPEAKER

github.com/discord-jda/JDA - bf6cf251f8f347a56ce8ac9922d324d89ce940c6 authored over 6 years ago
edit wrong dependency jcenter link

github.com/discord-jda/JDA - bb4a8ab72fb365014d5b42862587e13fe976eccc authored over 6 years ago
Merge pull request #722 from ithinkimcats/patch-1

Add South African server region

github.com/discord-jda/JDA - 874e892664598976c712577dba07e0f778d152d0 authored over 6 years ago
Update Region.java

Sort voice regions by name

github.com/discord-jda/JDA - a6797b5163e5142fdc3e833adee75afc185a010c authored over 6 years ago
Update Region.java

add South Africa voice region

github.com/discord-jda/JDA - 45b24d3e10e4c37d0386260c749723fd1ebb3145 authored over 6 years ago
Merge pull request #720 from DV8FromTheWorld/release/3.7.1

Hotfix version 3.7.1

github.com/discord-jda/JDA - 2adfdcaf548125053a6b8d1bc5972d1479d2a260 authored over 6 years ago
Bump version to 3.7.1

github.com/discord-jda/JDA - 6e5e44c7dcb3d79bbdd3b44e8dbb56cdb507f00c authored over 6 years ago
Merge pull request #719 from DV8FromTheWorld/patch-ssrc

Send SSRC alongside speaking update

github.com/discord-jda/JDA - 0e3456a9894b22e70a13d8d0999c0ca126d528f8 authored over 6 years ago
Send SSRC alongside speaking update

This behavior can be observed in the official discord client

github.com/discord-jda/JDA - e7a6381ea9f8cce42b15771346ed338e672160e3 authored over 6 years ago
Fix issue with DefaultAudioSendSystem not sending

github.com/discord-jda/JDA - ed6456fe9abe77aa4306fef715539c608cac2894 authored over 6 years ago
Improve documentation for ChannelAction

github.com/discord-jda/JDA - 37c16f70a2721df511be94cebdb941f7fa0e765a authored over 6 years ago
Merge pull request #714 from duncte123/patch-1

Add getGuildsByName to ShardManager

github.com/discord-jda/JDA - d1235ce878b2fc1638418a8ca30344290083787b authored over 6 years ago
Mark parameters as final

github.com/discord-jda/JDA - 0ce515ed6de664e81640e912aab631a8086d58b2 authored over 6 years ago
Add getGuildsByName to ShardManager

github.com/discord-jda/JDA - f09c2c7b0271dbbb417d8774bed3e6e928f78e19 authored over 6 years ago
Merge pull request #710 from DV8FromTheWorld/release/3.7.0

Release 3.7.0

github.com/discord-jda/JDA - cb3ae62c31017a1a1b262382b07bb7e6e85c9284 authored over 6 years ago
Bump version to 3.7.0

github.com/discord-jda/JDA - 01f27aa2b91af10bef166fa370dc398382133ee3 authored over 6 years ago
Remove deprecated features

github.com/discord-jda/JDA - 366c7196da1425c359580ad21c750d531bc97ace authored over 6 years ago
Complete rest action on internal server errors (#713)

github.com/discord-jda/JDA - 425e22336b349fa7c38699aac08890811dc40a51 authored over 6 years ago
Change endpoint used by WebhookManager in order to allow channel setting

github.com/discord-jda/JDA - 97cc8a8369d15d28e7fd9a4f7a21c79d6f7bdb2f authored over 6 years ago
Fix bytecode issues with java 8/9 interop

github.com/discord-jda/JDA - f818b0de954f8d1970d11d2e951bb5ddce74753a authored over 6 years ago
Voice Gateway V4 and new encryption modes (#651)

* Added support for suffix/lite encryption
* Move to vgw v4
* Use IP given from discord payloa...

github.com/discord-jda/JDA - 16437e175dcc073d3928e2c421c1a8a411caaeb8 authored over 6 years ago
Added Guild Features on Invite (#703)

github.com/discord-jda/JDA - da41772654591d39886e1f6da21ca905aee065c6 authored over 6 years ago