Ecosyste.ms: OpenCollective

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

Javacord

An easy to use multithreaded library for interacting with the Discord REST and Websocket API in Java.
Collective - Host: opensource - https://opencollective.com/javacord - Website: https://javacord.org/ - Code: https://github.com/Javacord/Javacord

Fix ThreadListSyncHandler removing always all thread channels even if they are not synced for the entire server

github.com/Javacord/Javacord - a03f8641004bb75ae50d8d5b421f6cc6fb562d58 authored about 2 years ago by Dominic Fellbaum <[email protected]>
Add SlashCommandOption#createSubcommand and SlashCommandOption#createSubcommandGroup convenience methods

github.com/Javacord/Javacord - a0e85e38744458f75d891926cefd460264eacd4f authored about 2 years ago by Dominic Fellbaum <[email protected]>
Remove okhttp shutdown calls when disconnecting the api because it uses daemon threads since 4.5.1

github.com/Javacord/Javacord - a433bad3efffa7c8c7c382fbaee33d8d5124c53e authored over 2 years ago by Dominic Fellbaum <[email protected]>
Docs Cleanup: Update dead links.

github.com/Javacord/Javacord - 29da44c357e2f167caa9da6cd72576e398e2a52f authored over 2 years ago by Saladoc <[email protected]>
Correct error code in RestRequestResultErrorCode

github.com/Javacord/Javacord - bdfd15426b7b7569097f00e7c9b49c9883b0f238 authored over 2 years ago by Mysterypotatoguy <[email protected]>
README: Upgrade log4j-core version to 2.19.0 and remove note that global commands may take up to 1 hour to be created

github.com/Javacord/Javacord - 3040242eb38efb9a2726bc832e3d7a388a55b048 authored over 2 years ago by Dominic Fellbaum <[email protected]>
Improve slash command mention pattern

github.com/Javacord/Javacord - 73d07b191cce9d1d5c57fce2de1a30e1c9247f57 authored over 2 years ago by Björn Kautler <[email protected]>
Add missing name to pre-release step workflow

github.com/Javacord/Javacord - f172cb9b7009059f78a65aafa49b0a22b21a4415 authored over 2 years ago by Dominic Fellbaum <[email protected]>
Add support for Slash command mentions

github.com/Javacord/Javacord - 242a25ffb62f52c1f7e4ddfc797273a9ddcccedf authored over 2 years ago by Dominic Fellbaum <[email protected]>
Disable signing library when building snapshot version on i.e. JitPack

github.com/Javacord/Javacord - d7dcde3ae502b14c33e4f917483127d9c6b1a05c authored over 2 years ago by Dominic Fellbaum <[email protected]>
Improve CONTRIBUTING file and add PR/issue templates

github.com/Javacord/Javacord - ec55324226eec01a9c844d80640cfae1d1f4f9da authored over 2 years ago by Dominic Fellbaum <[email protected]>
Extract capability for being deleted into separate Interface

github.com/Javacord/Javacord - 7a03910ecb6a6ffbdc861cfd05ef0edf29eecc11 authored over 2 years ago by Saladoc <[email protected]>
Allow scheduling of deletions.

Since not all deletable entities are of the DiscordEntity type, the getApi() method gets duplica...

github.com/Javacord/Javacord - 399c522b2601b504ba0d5637b7167999b349ea31 authored over 2 years ago by Saladoc <[email protected]>
Add missing enum entries in RestRequestResultErrorCode

github.com/Javacord/Javacord - ab796f83882bc8694c39ea0ed08b30c41aae0277 authored over 2 years ago by Dominic Fellbaum <[email protected]>
Add session-specific Gateway Resume URLs (#1102)

* Added Session-specific Gateway Resume URLs

Discord introduced resume_gateway_url and is sen...

github.com/Javacord/Javacord - 709bfad9465d8d96a9693b830f66a4c3993929b7 authored over 2 years ago by Yusuf Arfan Ismail <[email protected]>
Check the invitable flag in a thread update only if the thread is private

github.com/Javacord/Javacord - 4f8e8900dcf42a640b077d9dacd540c497bc96d3 authored over 2 years ago by Dominic Fellbaum <[email protected]>
should fix issue

github.com/Javacord/Javacord - 7852da3bd80b007459ba63aed2619b3252addd3f authored over 2 years ago by Yusuf Arfan Ismail <[email protected]>
Add missing if-condition for release PR creation

github.com/Javacord/Javacord - 4d857313fdbe6bb34dc53655e3825601a4b0fca4 authored over 2 years ago by Bastian Oppermann <[email protected]>
Improve release workflow

Closes #1033 and closes #990

github.com/Javacord/Javacord - 14dc4f4fed45decd608eb543d3e4db891e912fc8 authored over 2 years ago by Shubham Jain <[email protected]>
Add missing field position to the message object

closes #1084

github.com/Javacord/Javacord - 851989cb7ebc71a2556bb88662c44b2d0faa712c authored over 2 years ago by shubhwip <[email protected]>
Fix not closing audio connection when leaving a server (#1125)

github.com/Javacord/Javacord - cb27cbc787972d1e29a6ddd15f890d1edd747459 authored over 2 years ago by Dominic Fellbaum <[email protected]>
Expose more Member fields

Expose Member#getServerAvatarHash()

github.com/Javacord/Javacord - e9793a82b29ec924cb6f24f32a8f98ba073f7bb7 authored over 2 years ago by Adrian Paschkowski <[email protected]>
Gather Emoji set to delete in one cycle and delete it in another to prevent ConcurrentModificationException

github.com/Javacord/Javacord - 5e5ad2ae2edc85cc078934ad694041dceecc92e1 authored over 2 years ago by ilgo0413 <[email protected]>
Added missing field fail_if_not_exists to the Message Reference Object (#1090)

Add missing field fail_if_not_exists to the MessageBuilder when replying to a message

github.com/Javacord/Javacord - 8bddb183d010f781fac8a33caf81d2d6987ada72 authored over 2 years ago by Yusuf Arfan Ismail <[email protected]>
Updated Ban system (#1113)

Change ban system to use delete_message_seconds instead of days as it is deprecated.
Deprecate...

github.com/Javacord/Javacord - 3be4c6f8be3c615bc148088657969ec10703d8e7 authored over 2 years ago by Yusuf Arfan Ismail <[email protected]>
added total number of messages sent (#1089)

Add total number of messages sent to Threads and add missing events

github.com/Javacord/Javacord - d6c069e8910e0d37f8d4af25bd8b15b10c050c05 authored over 2 years ago by Yusuf Arfan Ismail <[email protected]>
Add Component Only sendMessage method (#1120)

Add component-only sendMessage methods

github.com/Javacord/Javacord - 8b849976faf271918cdc98dcd96fe2bef11af744 authored over 2 years ago by Ahmed A <[email protected]>
Add new ServerFeature INVITES_DISABLED

github.com/Javacord/Javacord - f21e8b5d29d0089d68b2079fbc3b86f74bf8ce5d authored over 2 years ago by Dominic Fellbaum <[email protected]>
Fix MessageBuilderBaseDelegateImpl adding empty object to JsonNode if the message will be replaced or all attachments removed

github.com/Javacord/Javacord - c9d763df0b1759db24196e20ece3f2418260b1af authored over 2 years ago by Dominic Fellbaum <[email protected]>
introduced ThreadMetadata

closes #1092

github.com/Javacord/Javacord - ef4fc72733bdeb122efe02976cea4a83fc239b99 authored over 2 years ago by Yusuf Arfan Ismail <[email protected]>
Increase version to 3.6.0-SNAPSHOT

github.com/Javacord/Javacord - a017fe01fdac79351cf6568fd11316bcf48e4e42 authored over 2 years ago by Dominic Fellbaum <[email protected]>
docs: add RealYusufIsmail as a contributor for code (#1109)

* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

Co-authored-by: allcontr...

github.com/Javacord/Javacord - 45842eae51be0262abc5ec69ee824fa5f58e2a99 authored over 2 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Updated discord api to v10 (#1073)

Upgrade to API & Gateway version v10.

- Add MESSAGE_CONTENT intent
- MessageUpdater can now ...

github.com/Javacord/Javacord - 7d969944017b0f6ce54857764522d2f3e3814020 authored over 2 years ago by Yusuf Arfan Ismail <[email protected]>
Fix building JavaDoc with Java 13+

github.com/Javacord/Javacord - 5b99b1f4eb7bbd99c216ceb6e65f27856b2dde40 authored over 2 years ago by Björn Kautler <[email protected]>
Add message interactions when a message is the first response to an interaction

github.com/Javacord/Javacord - d49e79b1090f65abf17edc7bc0731eb8eedcfccb authored over 2 years ago by AhmedA1559 <[email protected]>
Fix added missing fields using primitives instead of object causing a NPE assigning null

github.com/Javacord/Javacord - 444f2fbbd073957cefa6d877097e291500b6eca6 authored over 2 years ago by Dominic Fellbaum <[email protected]>
Bring the Server object and its fields up to date

github.com/Javacord/Javacord - 6858a7fa47d0a006595e2ea8c09b5f73dab37e43 authored over 2 years ago by shubhwip <[email protected]>
Reinstate JavaDoc options lost in rework

github.com/Javacord/Javacord - 4418b531a84456011007265eb11248fbab50c743 authored over 2 years ago by Björn Kautler <[email protected]>
Fix typo in BotInviteScope.java

paramater -> parameter

github.com/Javacord/Javacord - c7c35d5a402843c07574c1fc76e6f816696f250d authored over 2 years ago by Ikko Ashimine <[email protected]>
Fix MessageEditEvent to dispatch always an event if it receives a message update. Removed changed fields methods from the event and replaced it with the old and updated message to cover all fields

github.com/Javacord/Javacord - 64afc4c11600588a2da09b29941aeb790a4485d1 authored over 2 years ago by Dominic Fellbaum <[email protected]>
Support `replied_user` field in allowed mentions

github.com/Javacord/Javacord - df1a6dd3ee9e13044e79f8235e268f62b39e0ba4 authored over 2 years ago by Adrian Paschkowski <[email protected]>
Improve CONTRIBUTING.md `Testing` with examples how to test changes

github.com/Javacord/Javacord - 443d480055aeee4655c8c81b201b0ba815206b2f authored over 2 years ago by Dominic Fellbaum <[email protected]>
docs: add AhmedA1559 as a contributor for code (#1082)

add AhmedA1559 as a contributor for code

github.com/Javacord/Javacord - 6ac4b3e5668db9a7a5308b3b84f95ee749871138 authored over 2 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Add app_permissions field to Interactions class (#1077)

Add `app_permissions` field to Interactions

github.com/Javacord/Javacord - 875c989ada390137e1390383b49b45452d55fa87 authored over 2 years ago by Ahmed A <[email protected]>
docs: add shubhwip as a contributor for code (#1079)

add shubhwip as a contributor for code

github.com/Javacord/Javacord - 89c4661e78b2de9e535f6af481ef45c05a6ca2c6 authored over 2 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Add name for workflow job, so it matches the one shown in GitHub

github.com/Javacord/Javacord - f9b02463f6606c7579507a21302ddc448ec1b3d9 authored over 2 years ago by Dominic Fellbaum <[email protected]>
Try fixing workflows again for all contributors

github.com/Javacord/Javacord - 72625b452a8b86cfd1a2cf1575f1e032f172c621 authored over 2 years ago by Dominic Fellbaum <[email protected]>
Add Support for Description in Attachments (#1072)

Add Support for Description in Attachments

github.com/Javacord/Javacord - 5d78a2e2af39d59b91e852cd2b8b9d05f04df19f authored over 2 years ago by Shubham Jain <[email protected]>
Required workflows should now "skip" (just approving without testing) all contributors PRs and pushes

github.com/Javacord/Javacord - 544c4a70b323a9748059cdbf8f49cd5f0c35a63b authored over 2 years ago by Dominic Fellbaum <[email protected]>
docs: update .all-contributorsrc

github.com/Javacord/Javacord - dd0e2efc4b9c8af92526487d68e8f2fce0b80464 authored over 2 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
docs: update CONTRIBUTORS.md

github.com/Javacord/Javacord - 2d6f8c21ff09c9c98a3f8d603acd8541417a665f authored over 2 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Do not skip ci again and instead exclude all contributors branches from the workflows.

github.com/Javacord/Javacord - 6613cbe99d0299bd150f0430ace46645b9e081d8 authored over 2 years ago by Dominic Fellbaum <[email protected]>
Rework Handling of Bot Application Info

- Adjust for removal of User Account login option
- Require a successful initial request of ap...

github.com/Javacord/Javacord - 76a65596f3062c868594ce57d674fec1d0efdbd1 authored over 2 years ago by Saladoc <[email protected]>
Add Support for teams

github.com/Javacord/Javacord - fc123c6b7657a7c5b5f5f62cd2482cb58eae84b2 authored over 2 years ago by Joshix <[email protected]>
Add skip ci back for all-contributors as it maybe works now

github.com/Javacord/Javacord - 233405c900082874eb391b1830251f547bf80982 authored over 2 years ago by Dominic Fellbaum <[email protected]>
all-contributors: add wasdennnoch as a contributor for code

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

github.com/Javacord/Javacord - 1a9b0c2ae5f1c87f99db46734957356ec19f7627 authored over 2 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Added a new command framework (#701)

Added a new command framework KCommando

github.com/Javacord/Javacord - 6e5e84aefaf56608050ff2c0f68b8bda00a6c23a authored over 2 years ago by koply <[email protected]>
Remove hardcoded ratelimit for REACTIONS endpoint because discord sends the X-RateLimit-Reset header in milliseconds

github.com/Javacord/Javacord - c08be2a4e1610cd97251362f08bff061a1d19394 authored over 2 years ago by Dominic Fellbaum <[email protected]>
Adjust RestEndpoints with the correct major parameters and removed global attribute as it's always set to false

github.com/Javacord/Javacord - 671b27ad525094c4eda3025235042e07348bcc67 authored over 2 years ago by Dominic Fellbaum <[email protected]>
Add SlashCommandInteraction#getFullCommandName to get the name including subcommands and subcommand groups

github.com/Javacord/Javacord - 5cbe500c2562337f23ec4538621c27750f335bd3 authored over 2 years ago by Dominic Fellbaum <[email protected]>
Skip roles in ChannelUpdateHandler if not present in cache.

github.com/Javacord/Javacord - feab2f4237198b8386701d7988174b420756a9e4 authored over 2 years ago by Dominic Fellbaum <[email protected]>
Moved and added missing canXY() methods from VoiceChannel to ServerVoiceChannel

Already existing canXY() methods now check only the required permission.
Removed canConnectToVoi...

github.com/Javacord/Javacord - ea76998f9a9646f888e13833b7893cd19209d099 authored over 2 years ago by Domme <[email protected]>
Use correct user object in user update event

github.com/Javacord/Javacord - 2538fe8200e8b161ed76b28bcdc8fe12eecc026b authored over 2 years ago by Adrian Paschkowski <[email protected]>
docs: update .all-contributorsrc

github.com/Javacord/Javacord - 42f662bed8f5bc21a856e5f3cdd7afcd81f0a592 authored over 2 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
docs: update CONTRIBUTORS.md

github.com/Javacord/Javacord - 9323a1031530dd0242fade5c3c3b61ff2e2eb6f5 authored over 2 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
docs: update .all-contributorsrc

github.com/Javacord/Javacord - 6c04e6d1a8dd4a57a265c6c5716e886bfc8055d3 authored over 2 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
docs: update CONTRIBUTORS.md

github.com/Javacord/Javacord - 210d3cb3066f54b4aa1140d53ab0995adff8864a authored over 2 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
docs: update .all-contributorsrc

github.com/Javacord/Javacord - f3e98c2e6b94e68529719c3d5e2d67ffb946f170 authored over 2 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
docs: update CONTRIBUTORS.md

github.com/Javacord/Javacord - a5cc1f50da56de8dd0ab30b6783a3765da7869b3 authored over 2 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
docs: update .all-contributorsrc

github.com/Javacord/Javacord - dd3daad0c5fb5f76a4545145a0c12108d42803ae authored over 2 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
docs: update CONTRIBUTORS.md

github.com/Javacord/Javacord - aff13716daffc6cb1c8c43330fb63ae518e09c2e authored over 2 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
docs: update .all-contributorsrc

github.com/Javacord/Javacord - 6ca245fc07ba7b30a541700e16922a1a8b2c15e2 authored over 2 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
docs: update CONTRIBUTORS.md

github.com/Javacord/Javacord - d8c5130f8c5f9143e119d7b52678307422ac7caa authored over 2 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
docs: update .all-contributorsrc

github.com/Javacord/Javacord - 4eb840761e92697c5240941ad266310e78a20ef2 authored over 2 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
docs: update CONTRIBUTORS.md

github.com/Javacord/Javacord - 51554e711f7e530a8a0e845e1c8ce652b38e1eea authored over 2 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Do not skip CI for all-contributors-specification PR's because it does not work

github.com/Javacord/Javacord - beb438eda45a1fc9d49755067af4d39ccf28d620 authored over 2 years ago by Dominic Fellbaum <[email protected]>
Follow the all contributors specification

github.com/Javacord/Javacord - 8f6dce8128839c7b266d5cee2bc040b9d8dff56a authored over 2 years ago by Dominic Fellbaum <[email protected]>
Handle user update gateway packets

github.com/Javacord/Javacord - 8577beb00e868009d3c53ed8a2247867a797b68d authored over 2 years ago by Adrian Paschkowski <[email protected]>
Change name of download methods for consistency and deprecated old methods for removal

github.com/Javacord/Javacord - bd03f418ce0352d3e47561a7e840297c5ac122bf authored over 2 years ago by Domme <[email protected]>
Edit syntax highlighting in readme

github.com/Javacord/Javacord - a9259830fd13c901a288a9792c1d3a30928f350d authored over 2 years ago by Dominic Fellbaum <[email protected]>
Adds support for `min_length` and `max_length` for String in Slash Commands.

github.com/Javacord/Javacord - e746de22881f12293d295d7b677be7febc875322 authored over 2 years ago by Shindou Mihou <[email protected]>
Remove deprecated #addFile methods from the message builders and delegates

github.com/Javacord/Javacord - f6a04a5c05f12c40b68afae6082ead0384790bd9 authored over 2 years ago by Dominic Fellbaum <[email protected]>
Javadoc improvements

github.com/Javacord/Javacord - 96695fbcf57f5587674df6c0d0899296c333a26b authored over 2 years ago by Dominic Fellbaum <[email protected]>
Change collection and its subtypes method return types to the according correct ones

github.com/Javacord/Javacord - 97b1b69ab09786976c7ff8d8472c8a9928ca5a82 authored over 2 years ago by Dominic Fellbaum <[email protected]>
Fix event queue and sticker memory leaks

github.com/Javacord/Javacord - fc429e0d6764ce5da8f7f6bbc0332aa8ed9651df authored over 2 years ago by Adrian Paschkowski <[email protected]>
Update Java upgrade warning

github.com/Javacord/Javacord - be8a0a310c6a37caa9fda9256cd67807e8d5b240 authored over 2 years ago by Bastian <[email protected]>
Remove description from User/Message-ContextMenu convenience methods because they can not be used

github.com/Javacord/Javacord - 037ccee4b10545fb6cc41a06948dfaacdd55cf5b authored over 2 years ago by Dominic Fellbaum <[email protected]>
update netty to 5.10

github.com/Javacord/Javacord - 2bdafc63f714fb79665b5a46fca74831035ff600 authored over 2 years ago by vandalist <[email protected]>
Increment patch version and append -SNAPSHOT suffix

github.com/Javacord/Javacord - 9cba0924d624a25aac179b61a6a1e130582cc1d4 authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Add Gradle description for all projects

github.com/Javacord/Javacord - 0172af3d6cbcee075a62192aa1a887f353f053b5 authored over 2 years ago by Bastian <[email protected]>
Update to version 3.5.0

github.com/Javacord/Javacord - a9c85c8b887f0a3fec0d1a86eca3f3cc509dd0da authored over 2 years ago by Bastian <[email protected]>
Fix AssertionError when a ServerThreadChannel parent is removed from the cache but not the ServerThreadChannel which belongs to the parent.

Moved removing message from cache for Threads to the cleanup method, so it removes them even when...

github.com/Javacord/Javacord - 20f1d3b514e0ead398bb17696d1cb20dacd4bc64 authored over 2 years ago by Dominic Fellbaum <[email protected]>
Fix return type of new permission methods for ApplicationCommandUpdater

github.com/Javacord/Javacord - 537c4f2bba1620ff01569bdbb937f67714cd57a3 authored over 2 years ago by Dominic Fellbaum <[email protected]>
Change return type of Message#getMentionedChannels from getServerTextChannel to ServerChannel

github.com/Javacord/Javacord - d22a2a70bbf24266ae85795009a6ad5a503c3821 authored over 2 years ago by Dominic Fellbaum <[email protected]>
Rework application command permissions for permissions v2

github.com/Javacord/Javacord - d05f74c6ccb3c93b92b3f6284e2194f102ae541a authored over 2 years ago by Mysterypotatoguy <[email protected]>
Add new convenience methods for application commands that take in permissions as a parameter

github.com/Javacord/Javacord - 766efaf7c7b810043b215a2f313378e0c647495f authored over 2 years ago by Dominic Fellbaum <[email protected]>
updated dependencies so they are more in sync

github.com/Javacord/Javacord - f0171112064a48b60ff90bdb92a326f112366274 authored over 2 years ago by vandalist <[email protected]>
Adds implementation and support for Attachment option type in interactions.

github.com/Javacord/Javacord - 03086efe51b14c2d3c780fbf13be54a5d12d0f33 authored over 2 years ago by Shindou Mihou <[email protected]>
Fix a bug where #sendMessage message callbacks are not created with DiscordApiImpl#getOrCreateMessage which results in 2 different messages when the message is received via a MessageCreateEvent

github.com/Javacord/Javacord - f594f65b9c3845fe6e9f0f00f357dccd78294197 authored over 2 years ago by Dominic Fellbaum <[email protected]>
Add basic support for forum channels

github.com/Javacord/Javacord - 0ee5edf2ebfd4eefe878f3480e89c8de71fe045f authored over 2 years ago by Dominic Fellbaum <[email protected]>