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

Fix Permission.ALL_VOICE_PERMISSIONS not including Permission.PRIORITY_SPEAKER

github.com/discord-jda/JDA - 4d75acce5c49908daa828b4f0ed0c3cfdfdc808d authored over 3 years ago by xirado <[email protected]>
Fix spelling mistake in ErrorHandler (#1577)

github.com/discord-jda/JDA - 5e055997a94a236a7e9431db942cce6eb4e43126 authored over 3 years ago by _SIM_ <[email protected]>
Remove nullability note for GuildChannel#getName (#1562)

github.com/discord-jda/JDA - 2ac5ed7b6ae46fdea47abd3b93f546a5e889eb09 authored over 3 years ago by caneleex <[email protected]>
Fix typo in ShardManager (#1604)

Co-authored-by: Austin Keener <[email protected]>

github.com/discord-jda/JDA - 2d33dcb8d0e1c06b63d17eeb75dc6ffb8baa58bc authored over 3 years ago by Nhalrath <[email protected]>
dd checks for the reason length in Guild#kick and Guild#ban and remove some invalid docs (#1569)

github.com/discord-jda/JDA - 0861caf972745d9d9bc079a8942115f5158ae40f authored over 3 years ago by caneleex <[email protected]>
Add Message.Attachment#getContentType (#1576)

github.com/discord-jda/JDA - 525f1a9e3baf15d23a5a6471b8bf9b26645676b7 authored over 3 years ago by Florian Spieß <[email protected]>
Add support for stickers (#1474)

* add support for stickers

* idk why it reformatted

* fix docs

* jeez

* add MessageS...

github.com/discord-jda/JDA - 2b998d2dba588cf15a927826b214f74c6e02204f authored over 3 years ago by caneleex <[email protected]>
Deprecate UserFlag#SYSTEM and add User#isSystem (#1585)

github.com/discord-jda/JDA - 54841e8837234ddc756438f6540caca8891870cf authored over 3 years ago by Daedalus <[email protected]>
Allow all guild channels to be mentioned (#1586)

github.com/discord-jda/JDA - 621793da857fe00622115f3de0f9ab7b0fd00461 authored over 3 years ago by Nik Ammerlaan <[email protected]>
Hotfix some issues introduced by v8 (#1597)

* Remove handling for X-RateLimit-Reset-After on 429
Discord sends invalid reset-after headers ...

github.com/discord-jda/JDA - 71a0ff195c7a52805f9356b4bd138a4ce673c8cb authored over 3 years ago by Florian Spieß <[email protected]>
Changed getUserByTag() to use codepoints when checking username length (#1579)

github.com/discord-jda/JDA - de03632132affd94bc1e7854a61c31758afca9fb authored over 3 years ago by 佐々木海弓 <[email protected]>
Fix exception on private messages

Closes #1580

github.com/discord-jda/JDA - ac3f1a78355bb3cb799dd91adb62432b1473978c authored over 3 years ago by Florian Spieß <[email protected]>
Switch to API version 8 (gateway and REST) (#1405)

* Deprecate PrivateChannelCreateEvent
* Deprecate PrivateChannelDeleteEvent
* Use JSON body fo...

github.com/discord-jda/JDA - 0ab5896d7f893487210003a682485b5b462bccf4 authored almost 4 years ago by Florian Spieß <[email protected]>
Release 4.2.1

github.com/discord-jda/JDA - fa8a40a310bbbf3ce40bc52411ebe767c440b0d4 authored almost 4 years ago by Florian Spieß <[email protected]>
Update README.md

github.com/discord-jda/JDA - 6db50520365eb64d68b805e0582e764980eb4e2e authored almost 4 years ago by Florian Spieß <[email protected]>
Add @since tags to new features

github.com/discord-jda/JDA - 8a623dd2e11163926f65e120ea7c8cdc7b6d84e5 authored almost 4 years ago by Florian Spieß <[email protected]>
Bump version to 4.2.1

github.com/discord-jda/JDA - 1da0d00464f379214be037c2adbfe58ab62b0b3b authored almost 4 years ago by Florian Spieß <[email protected]>
Add missing message types (#1559)

github.com/discord-jda/JDA - 7fa6055541d70ef8f59f20063efc4ca185a30d08 authored almost 4 years ago by Florian Spieß <[email protected]>
Fix deny/grant on override action (#1560)

github.com/discord-jda/JDA - d7f37f1bac236761c59a6621b2f3548311d5e8e5 authored almost 4 years ago by Florian Spieß <[email protected]>
Use MethodHandle for ListenerAdapter (#1551)

This improves performance on ListenerAdapter

github.com/discord-jda/JDA - c6f4a9d8c6518cf6c48306c4808ee843153031ec authored almost 4 years ago by Florian Spieß <[email protected]>
Changed maven publish repository to AWS S3 backed repository (#1554)

* Update buildscript to publish to S3

* Update opus-java dependency

* Update README

* R...

github.com/discord-jda/JDA - 088fedea3fac0c31b83bae6db791fb4ba7ac833f authored almost 4 years ago by Austin Keener <[email protected]>
Implement TextChannel#follow and add source references (#1418)

github.com/discord-jda/JDA - 0fee1dd58b63b0d5c70e6ab3a7b3a64e9d6ec6b1 authored almost 4 years ago by Florian Spieß <[email protected]>
Remove thread-safe acquisition of managers (#1549)

This means getManager() is not thread-safe anymore

You can synchronize the object you call ge...

github.com/discord-jda/JDA - 74281e9df37f3bcf23565340b8184ac74daa4f83 authored almost 4 years ago by Florian Spieß <[email protected]>
Add findMembersWithRoles (#1349)

github.com/discord-jda/JDA - f134511c7bfd00dc62b66ad34eaad3f999a7ac4f authored almost 4 years ago by Florian Spieß <[email protected]>
Improve some logging for large rate limits (#1533)

github.com/discord-jda/JDA - db6ba60af6ea8a5b0c6f3114c271eec4636f7a6f authored almost 4 years ago by Florian Spieß <[email protected]>
Merge pull request #1536 from DV8FromTheWorld/patch-task-errors

Add error logging for callbacks in GatewayTask

github.com/discord-jda/JDA - 154fd27953e6f84845ef34a34cf4090e7c1e8b6e authored almost 4 years ago by Florian Spieß <[email protected]>
Set socket timeout before connecting websockets (#1547)

github.com/discord-jda/JDA - e3015534e3293d8c6422e4813044203317564203 authored almost 4 years ago by Florian Spieß <[email protected]>
Merge pull request #1534 from DV8FromTheWorld/feature/activities-update-event

Add UserUpdateActivitiesEvent

github.com/discord-jda/JDA - b54cd94a3cfbcee47a9f59b3bf88caa91f370dd4 authored almost 4 years ago by Florian Spieß <[email protected]>
Add error logging for callbacks in GatewayTask

github.com/discord-jda/JDA - 35a2e2c26c9dccd86ce0a8cdb9f9b9cf260286b0 authored almost 4 years ago by Florian Spieß <[email protected]>
Add Guild#retrieveVanityInvite (#1376)

Also add another possible error response

github.com/discord-jda/JDA - 0684d14432bb9cab9079ea83cf15588b5a6dcc24 authored almost 4 years ago by Florian Spieß <[email protected]>
Implement a timeout for unavailable guilds (#1469)

Add GuildTimeoutEvent and some docs

github.com/discord-jda/JDA - 769601e648f3a22183f4d75b9c37920bff61f00a authored almost 4 years ago by Florian Spieß <[email protected]>
Load member for typing events in guilds

This means the event will work even when members were not cached

github.com/discord-jda/JDA - c7178cff7f280a76f8968370de8c619fb5b9d345 authored almost 4 years ago by Florian Spieß <[email protected]>
Add UserUpdateActivitiesEvent

github.com/discord-jda/JDA - 1f384f5c1fc30ad2468eaad6689486dba1f6bd76 authored almost 4 years ago by Florian Spieß <[email protected]>
Add Member#isPending (#1478)

This is marked as incubating since the general API design may change in the future

github.com/discord-jda/JDA - a106c4b4e0389f7c7274096464378c7ca6ae32a3 authored almost 4 years ago by caneleex <[email protected]>
Remove unnecessary checks for permission values

We shouldn't check for unknown enum values
And checking the sign for an unsigned int is bad

github.com/discord-jda/JDA - a01ff2ea6407d4cb3b8a8750dde40f230dc621e3 authored almost 4 years ago by Florian Spieß <[email protected]>
Fixed isSynced() in GuildChannel (#1486)

github.com/discord-jda/JDA - b84333d1a43430f40627463f8bbb0c99447e8ecd authored almost 4 years ago by Taucher2003 <[email protected]>
Merge pull request #1412 from DV8FromTheWorld/docs/development

Documentation updates

github.com/discord-jda/JDA - e8bf151771943a38425eaaf355aa1e65de7a7715 authored almost 4 years ago by Florian Spieß <[email protected]>
Merge remote-tracking branch 'origin/development' into docs/development

github.com/discord-jda/JDA - 62f23774afa393c600f7603f19a666b1908fc9be authored almost 4 years ago by Florian Spieß <[email protected]>
Fixed Documentation for MessageAction#reference (#1510)

github.com/discord-jda/JDA - 648f829365807ff6723e4e77b6a18c1246086abf authored almost 4 years ago by David <[email protected]>
[Docs] Mention that createDefault and createLight may override GatewayIntent#DEFAULT (#1481)

github.com/discord-jda/JDA - cb9e94f8f41e9c33da4eafe386d1515e20953f11 authored almost 4 years ago by Andre_601 <[email protected]>
add Guild#getRulesChannel and Guild#getCommunityUpdatesChannel (#1464)

github.com/discord-jda/JDA - 7c936470b78416ac20b52e8a1521f9388e5bc316 authored almost 4 years ago by caneleex <[email protected]>
Update Member.java

added missing word

github.com/discord-jda/JDA - ad259c0dd40976083e2035e11b83fcac3bbc83a0 authored almost 4 years ago by Horstexplorer <[email protected]>
Add fail_if_not_exists (#1524)

github.com/discord-jda/JDA - 20e7499beeaa1535bfd685d2fde73892237782b2 authored almost 4 years ago by Simon <[email protected]>
Update Features list for Guild#getFeatures() (#1530)

github.com/discord-jda/JDA - 875d1b097c8fdc96490f193d7f4b883bfe0f0d02 authored almost 4 years ago by Andre_601 <[email protected]>
fix mismatched docs for GuildUpdateOwnerEvent getters

github.com/discord-jda/JDA - 213eda3de45dc35ecc12879e0ee9d2b26432b94c authored almost 4 years ago by caneleex <[email protected]>
clarify Guild#getLocale for guilds without the COMMUNITY feature (#1493)

* clarify Guild#getLocale for guilds without the COMMUNITY feature

* mention the default locale

github.com/discord-jda/JDA - 37d4277302514c4eec452faac99757113d073e1e authored almost 4 years ago by caneleex <[email protected]>
Docs: Nullability in GuildMessageReactionAddEvent

Previously, Javadocs were copied from the superclass, which stated that getMember and getUser co...

github.com/discord-jda/JDA - 1bdc0ea4c9f9f3e8aab118b33cd081120f6a3484 authored almost 4 years ago by M*C*O <[email protected]>
Remove 2020 from copyright (#1529)

We can just stick to the date of creation

github.com/discord-jda/JDA - ebe3d3aa26ca8ca41aa95e759f00c553efa58570 authored almost 4 years ago by Florian Spieß <[email protected]>
Add Permission.USE_SLASH_COMMANDS (#1522)

github.com/discord-jda/JDA - f1ed9a211fc254c99ff8a879b7bf913f7b0ba183 authored almost 4 years ago by Florian Spieß <[email protected]>
Add a length check for the author name (#1528)

* Add a length check for the author name

* Change length variable

* Add docs

* Add cons...

github.com/discord-jda/JDA - 17659ee2d5865aaf58f74bfda531a1aeb0da6bf9 authored almost 4 years ago by Duncan Sterken <[email protected]>
Add maximum reactions constant

github.com/discord-jda/JDA - e33877d2b5972c4e97eeed6f874814f35e6572e8 authored almost 4 years ago by arynxd <[email protected]>
Adjust docs

Co-authored-by: Florian Spieß <[email protected]>

github.com/discord-jda/JDA - cd1c7d86a3395f43c3ca6e68ff2510a48618edf3 authored almost 4 years ago by arynxd <[email protected]>
Update src/main/java/net/dv8tion/jda/api/entities/Message.java

yeah i was taking examples from the ones above.

Co-authored-by: Florian Spieß <business@minnce...

github.com/discord-jda/JDA - d37c5409f2097cc4c7f19150c13def85728c422a authored almost 4 years ago by arynxd <[email protected]>
update docs for SessionController

github.com/discord-jda/JDA - 4b826c71d79382e8e9efc58be253342912233953 authored almost 4 years ago by caneleex <[email protected]>
fix docs for GuildVoiceState#isMuted

github.com/discord-jda/JDA - 2fcd1b640db88f0ccbbcdb76e7ab578f7e416ef7 authored almost 4 years ago by caneleex <[email protected]>
Fix issue with permission checks for ChannelAction/Manager

The parent permissions should not override the role permissions

github.com/discord-jda/JDA - 79aafb27ddb15ff7bcc61c6df7296b248fd5e971 authored almost 4 years ago by Florian Spieß <[email protected]>
Add competing to See also links

github.com/discord-jda/JDA - de720b4137d5093dd030167d11c08322f7d6c80f authored almost 4 years ago by Andre_601 <[email protected]>
Fixed documentation at retrieveVanityUrl

github.com/discord-jda/JDA - 0c8ae8444a1f29dac1c59a62517aaebbaaae7a84 authored almost 4 years ago by Taucher2003 <[email protected]>
Fixed outdated documentation of an example of builder in EventListener. (#1475)

github.com/discord-jda/JDA - 79b38ab9189f0edabe16fda419a7df7bdc97eb6a authored almost 4 years ago by mTvare <[email protected]>
Remove mentions of "default" state that are confusing

github.com/discord-jda/JDA - 21db5898982cde54b0c509a09623157aa04382a3 authored almost 4 years ago by Florian Spieß <[email protected]>
fix some typos (#1436)

github.com/discord-jda/JDA - 2ef4995f50eea0fbe36b12db8bb8ad2b7bb1acdd authored almost 4 years ago by Sebo Molnár <[email protected]>
Update some message reaction related documentation

github.com/discord-jda/JDA - 1ffd2480b3ed9b562cb59dea914628bee51de571 authored almost 4 years ago by Florian Spieß <[email protected]>
Document all non-privileged intents needed by events (#1277)

github.com/discord-jda/JDA - e5eda715a9fd31d25daa3204456704766f661bca authored almost 4 years ago by Noe <[email protected]>
add a dot

github.com/discord-jda/JDA - 8306875bd578b07f99287741466603242b54dc4a authored almost 4 years ago by caneleex <[email protected]>
fix "a activity" typos

github.com/discord-jda/JDA - 0c02790f75d1f4d198bb0f8d59e1415db310c8a4 authored almost 4 years ago by caneleex <[email protected]>
Improve documentation for reaction events

github.com/discord-jda/JDA - 7d04625b46c94381e5db5d46681b8cc5c227008c authored almost 4 years ago by Florian Spieß <[email protected]>
change throws wording for retrieveMembers

github.com/discord-jda/JDA - 129c09970121a89f33d9163fdaa4e7bcdcdbde62 authored almost 4 years ago by caneleex <[email protected]>
fix 'weather' typos

github.com/discord-jda/JDA - 8e4e81f8aed31e108bf6724d1312444b16442f77 authored almost 4 years ago by caneleex <[email protected]>
Fix permission sync with manage roles/permissions (#1500)

See also:

- https://github.com/discord/discord-api-docs/issues/2522
- https://github.com/dis...

github.com/discord-jda/JDA - 519840a682a8cb988e0c02a32b21192d5bc2c9e8 authored almost 4 years ago by Florian Spieß <[email protected]>
Merge pull request #1483 from caneleex/fix/iae-retrievals

Fix IllegalArgumentException in retrievePast/retrieveFuture

github.com/discord-jda/JDA - ac6fc8d4c93593cc134825d6cfb7b4ec7453b1b1 authored almost 4 years ago by Florian Spieß <[email protected]>
Add ChannelManager#setNews and ChannelAction#setNews (#1462)

also remove invalid throws from setNSFW and setNews docs

github.com/discord-jda/JDA - 2522411f1acb0103222e66eb37d43499dc1c8d63 authored almost 4 years ago by caneleex <[email protected]>
Merge pull request #1479 from caneleex/fix/generic-reaction-intents

fix generic reaction event for GatewayIntent.fromEvents

github.com/discord-jda/JDA - 2b364c84b61825ea00ca29123cbb5516f5a89838 authored about 4 years ago by Florian Spieß <[email protected]>
Fix IllegalArgumentException in retrievePast/retrieveFuture

github.com/discord-jda/JDA - 68d6104e956c5d317b7524122147f2739f58e61b authored about 4 years ago by caneleex <[email protected]>
Implement new event hierarchy handling with ClassWalker (#1463)

This changes the implementation of onEvent in ListenerAdapter to be more maintainable

github.com/discord-jda/JDA - a52eae41a6c17dc45050ee018623a430ab6366e0 authored about 4 years ago by Florian Spieß <[email protected]>
fix generic reaction event for GatewayIntent.fromEvents

github.com/discord-jda/JDA - ffa9d9a71e49d9757be73c0a748724b0f0e7406c authored about 4 years ago by caneleex <[email protected]>
Add ActivityType.COMPETING (#1471)

github.com/discord-jda/JDA - f2391d931943f329a4f0b6afb7928b3a198a4eac authored about 4 years ago by Andre_601 <[email protected]>
Add GuildChannel#isSynced() method (#1409)

github.com/discord-jda/JDA - ea9b459497ccae67c4204f8a4bd1489dd57f7a60 authored about 4 years ago by Andre_601 <[email protected]>
Merge pull request #1452 from DV8FromTheWorld/patch-session-reconnect

Improve reconnect logic for voice sessions after invalidate

github.com/discord-jda/JDA - 6c143fd5265a1ccba825cb8e77918ec2925d3d5e authored about 4 years ago by Florian Spieß <[email protected]>
Fix replies with only a file

github.com/discord-jda/JDA - 8cffb0a24efc14e01b46df096cd35c38360d3063 authored about 4 years ago by Florian Spieß <[email protected]>
Implement inline replies feature (#1408)

* Message#reply and replyFormat
* MessageAction#reference and referenceById
* MessageAction#me...

github.com/discord-jda/JDA - 2ccd6b90a7a4144f739fe80a7865e6a1dc9281fc authored about 4 years ago by Florian Spieß <[email protected]>
Improve reconnect logic for voice sessions after invalidate

github.com/discord-jda/JDA - cc3d1067cbf29c1432b364333d82e18780e7ea52 authored about 4 years ago by Florian Spieß <[email protected]>
Implement Role#getTags and add CacheFlag#ROLE_TAGS (#1343)

github.com/discord-jda/JDA - 4b529024eed94c91a4f1bc5319a8ab7740555377 authored about 4 years ago by Florian Spieß <[email protected]>
Fix catch in retrieveWebhooks

github.com/discord-jda/JDA - 59383fc5a7a3492fab8bb921a617c15739b906b4 authored about 4 years ago by Florian Spieß <[email protected]>
Merge pull request #1447 from GoldRenard/webhooks-intent

Allow using GUILD_WEBHOOKS intent for raw events such as WEBHOOKS_UPDATE

github.com/discord-jda/JDA - c07ffc74099b24ee5a7bb1d1223178c49e73ef83 authored about 4 years ago by Florian Spieß <[email protected]>
Uncomment GUILD_WEBHOOKS intent

github.com/discord-jda/JDA - 5696f0fa4eb913da6eb7f2c3523fe3f03d09ed53 authored about 4 years ago by Caramel <[email protected]>
Improve handling of exceptions and interrupts during login/shutdown (#1430)

* Improve handling of exceptions during login process
* Improve handling of interrupts
* Simpl...

github.com/discord-jda/JDA - d6b5083f1ec09e21afecd28c3bf3e7800e650c7e authored about 4 years ago by Florian Spieß <[email protected]>
Merge pull request #1431 from caneleex/patch/guildmemberupdateevent-la

add onGuildMemberUpdate method to ListenerAdapter

github.com/discord-jda/JDA - 2b87070bcbe7528a0e358651d7d3b180081b213a authored about 4 years ago by Florian Spieß <[email protected]>
add onGuildMemberUpdate method to ListenerAdapter

github.com/discord-jda/JDA - cb8b8a016f0ead45c243980df1e9f91fcc113495 authored about 4 years ago by caneleex <[email protected]>
Add watered-down GuildMemberUpdateEvent

github.com/discord-jda/JDA - 8637866012084ed2d5f2da8ee2b064627e1d00b8 authored about 4 years ago by Florian Spieß <[email protected]>
Improve chunking without intents enabled

You can no longer request multiple guilds in one request

github.com/discord-jda/JDA - 76cf6937c50dfe36ab6a64d314a171ca27290c5e authored about 4 years ago by Florian Spieß <[email protected]>
rename some userflags to match their new name (#1382)

* rename "verified bot developer" to "early verified bot developer"
* rename "discord partner" ...

github.com/discord-jda/JDA - 4f81b76a2bc2a715c9c3af1391ec1708e30dfb36 authored about 4 years ago by Sebo Molnár <[email protected]>
Fix 4007 Close Code typo

Should be "seq", not "sent"

github.com/discord-jda/JDA - 26a2b11bb6ade17e07ad201a578b554fdd796f75 authored about 4 years ago by MrPowerGamerBR <[email protected]>
Use JSON body for prune request

github.com/discord-jda/JDA - 9ff4e51316e5e4b675305c1ed5970b6424ecc68c authored about 4 years ago by Florian Spieß <[email protected]>
Allow using reactions on system messages (#1407)

github.com/discord-jda/JDA - d0d97de696255abcff80cae631a12fbad45538cd authored over 4 years ago by Florian Spieß <[email protected]>
Improve lock scopes and timeouts for DefaultShardManager

github.com/discord-jda/JDA - c2491f1d4cd5d2f41f3db7b3a95b8a0d672dc516 authored over 4 years ago by Florian Spieß <[email protected]>
Add length check to Activity#playing and similar methods (#1404)

github.com/discord-jda/JDA - ffcd0bcc77ce2b84f6c607473a3a2d89e8905c55 authored over 4 years ago by Simon <[email protected]>
Make audio thread pool configurable by users (#1398)

github.com/discord-jda/JDA - 39fb72f00ff382fad50d8780a455d663f6e8193b authored over 4 years ago by Den Neufeld <[email protected]>
Apply MANAGE_CHANNEL context to categories (#1388)

github.com/discord-jda/JDA - bf7286bb23dc467bfd9a46ca271f05bd69c42451 authored over 4 years ago by Florian Spieß <[email protected]>
Merge pull request #1353 from DV8FromTheWorld/docs/development

Update documentation

github.com/discord-jda/JDA - b31bfb53c6907c472e0bbf1748b04d76cd6645b4 authored over 4 years ago by Florian Spieß <[email protected]>
fix typo in Presence

An activity, not a activity

github.com/discord-jda/JDA - 9094d8207072442e48f3541c25208d5c5dd9f168 authored over 4 years ago by dan1st <[email protected]>