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

Default allowed mentions (#1293)

Add default allowed mentions

github.com/Javacord/Javacord - d752eed52d6723d85d96e159f0fe7e9b26babbc4 authored 12 months ago by TheKodeToad <[email protected]>
Add message author id to ReactionAddEvent (#1289)

Add message author id to ReactionAddEvent

github.com/Javacord/Javacord - f93c82229dd7dd3007612ff4293d297acd2d71d7 authored 12 months ago by wojtek krystyniak <[email protected]>
Add role flags (#1294)

Add role flags

github.com/Javacord/Javacord - db1980faf385a8b9e38acac8bd14fa79a5dea569 authored 12 months ago by wojtek krystyniak <[email protected]>
Add attachment flags

github.com/Javacord/Javacord - 0767ea73a363a80721cb5abd7eebe8c9d9bfe36f authored 12 months ago by mikolaj-skrzypczak <[email protected]>
Expose User ID in AuditLogEntry

github.com/Javacord/Javacord - 971ea44e5d671d380382e0617fcaeaad070c8d02 authored about 1 year ago by Adrian Paschkowski <[email protected]>
Fix including URL query params as file name when sending an attachment

github.com/Javacord/Javacord - 44ba958b87d32747a213165e8bd6eb69fd92982c authored about 1 year ago by Dominic Fellbaum <[email protected]>
Refer to a correct method in sample code inside README

github.com/Javacord/Javacord - a28bc2f76a5296cb39fc8b9663d5b2f82a53ca11 authored about 1 year ago by Wojciech Krystyniak <[email protected]>
Fix `removeAllEmbeds` not removing embeds in some cases

github.com/Javacord/Javacord - d6b1bd6e4d20c75246ff9e3a0f1a4677ce850c3c authored over 1 year ago by Mysterypotatoguy <[email protected]>
Fix another race condition where a synchronizer was locked but not unlocked in some situations

github.com/Javacord/Javacord - f8eedf6c6a9c61d2d74b28202a370c9cccd175cc authored over 1 year ago by Björn Kautler <[email protected]>
Make DiscordApiImpl unavailableServers thread safe

github.com/Javacord/Javacord - c6fc6f136908b23ab9535d193c7ef4c8ab6ea1e6 authored over 1 year ago by Dominic Fellbaum <[email protected]>
Only cleanup event dispatch queue for left servers

github.com/Javacord/Javacord - 99d1a9da02cb3eeb57c27e2c4b0cf2372541e401 authored over 1 year ago by Björn Kautler <[email protected]>
Fix race condition where task queue might be empty and remove now unnecessary null-check

github.com/Javacord/Javacord - 88ef0980497937dda00a4d4c6b5fe1a3153c4c0f authored over 1 year ago by Björn Kautler <[email protected]>
Adds Javacord compatiable framework "Nexus"

github.com/Javacord/Javacord - a3dfc1d02d73e8862a7953600bb5d4d287cabd4d authored over 1 year ago by Miu <[email protected]>
Provide methods for getting a Server's stage voice channels. (#1271)

* Provide methods for getting server's stage voice channels as well as filtering them by name.

github.com/Javacord/Javacord - 2e32d382c154bdbf78f5cc4757244dd713b3d402 authored over 1 year ago by Blast <[email protected]>
docs: add End45 as a contributor for code (#1270)

* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored...

github.com/Javacord/Javacord - b7d9e1ff221451fc8363dae53c7771cb96b5b58d authored over 1 year ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Fix archived thread getters (#1269)

Fix archived thread not working parameters and changed from a required channel id to an instant

github.com/Javacord/Javacord - 4a3fb3d4904e8aa669635969a427b35ebbc604cf authored over 1 year ago by End45 <[email protected]>
Add a dedicated listener for server thread joins (previously thread create event would dispatch twice)

github.com/Javacord/Javacord - b1ce43cd618fb1306e25929f63d6ab8958a33496 authored over 1 year ago by Dominic Fellbaum <[email protected]>
Fixing typos

github.com/Javacord/Javacord - a31baa966084f8c4657de26eb790e66f8ce19ecf authored over 1 year ago by Filip Strajnar <[email protected]>
Add information about bounties to CONTRIBUTING.md

github.com/Javacord/Javacord - bc221e383056f2f29eae0a431b2ec7d3e1262828 authored over 1 year ago by Dominic Fellbaum <[email protected]>
docs: update CONTRIBUTORS.md

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

github.com/Javacord/Javacord - c54a3dac860481b2b4635e0440147ace6d9789c2 authored over 1 year ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Polish GHA configs (#1224)

Update GHA dependencies and use gradle caching

github.com/Javacord/Javacord - 5888194ae24885764a5b8269c8e09b6f1dc88f95 authored over 1 year ago by Goooler <[email protected]>
Fix SlashCommandOptionChoice#getLongValue not working because jackson does not consider an int to be a long when checking for a number

github.com/Javacord/Javacord - 5d7ff9df03298cf8b8aab94101304dfbaeee2d65 authored over 1 year ago by Dominic Fellbaum <[email protected]>
Create FUNDING.yml

github.com/Javacord/Javacord - b0665a6335d00ce2785e97a7b399458ca0480450 authored over 1 year ago by Dominic Fellbaum <[email protected]>
Add getters to get the value of an activity asset image in case of other services like Spotify, YouTube etc. as they have other CDNs

github.com/Javacord/Javacord - 61bdb201aa8af5f2976b8e783c13fe5c780f0e5b authored over 1 year ago by Dominic Fellbaum <[email protected]>
Fixed a cache corruption issue when receiving ephemeral messages in text-in-voice channels and introduce TextableRegularServerChannel as entity (#1251)

* check for textable regular server channels instead of textchannels when receiving ephemeral me...

github.com/Javacord/Javacord - db09032cdb0b297997cf4d25c9f61ea82482caa7 authored over 1 year ago by Patrick Bassner <[email protected]>
Use sets instead of lists for user roles collections in server updater (#1253)

* use a set for the user role list

* make collection type more specific

github.com/Javacord/Javacord - 8808e19ed5f7cd5e49121442d2306da92cf42b86 authored over 1 year ago by Patrick Bassner <[email protected]>
docs: add ReBlast as a contributor for code (#1255)

* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored...

github.com/Javacord/Javacord - 5f557cb87ae29f5113678437abcb7b1576955985 authored over 1 year ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Provide options to set and update role icons.

github.com/Javacord/Javacord - bdfefe0e3175a0ccd4494c2969b542010dbc462f authored over 1 year ago by ReBlast <[email protected]>
docs: add shuen4 as a contributor for code (#1252)

* docs: update CONTRIBUTORS.md
* docs: update .all-contributorsrc

github.com/Javacord/Javacord - 29d7b0cc0d7742c7d2d97033913d70d8ed711b14 authored over 1 year ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Fix migrated accounts default avatar URLs

github.com/Javacord/Javacord - 69788785c64f1d4d0c52a0848508c762e7d62632 authored over 1 year ago by sotzaii_shuen <[email protected]>
Added support for voice message

github.com/Javacord/Javacord - 36fc06f4854484ed890e932c5f8375033e5742f4 authored over 1 year ago by Yusuf Arfan Ismail <[email protected]>
Add server scheduled events

github.com/Javacord/Javacord - 77ac47f32eff8d0dfa7593703abc51c346b70386 authored over 1 year ago by Dominic Fellbaum <[email protected]>
Changed from channel_id to channel for interaction

github.com/Javacord/Javacord - 2976708b85004c1d10b22b34bd5a0f53cdc2e2fe authored over 1 year ago by Yusuf Arfan Ismail <[email protected]>
EventDispatcherBase: Verify that remaining tasks exist

github.com/Javacord/Javacord - b86447f8d8352ce2ceb99f830d2e31e92b6e5a8a authored over 1 year ago by Adrian Paschkowski <[email protected]>
Add missing SystemChannelFlag enum values

github.com/Javacord/Javacord - fac631cc046c3e96633bfc722e75a5b88da0b976 authored over 1 year ago by Dominic Fellbaum <[email protected]>
Remove and add missing ServerFeatures

github.com/Javacord/Javacord - 4ddbe69db11cd7b2c16b8da3834a3278999fd0b9 authored over 1 year ago by Dominic Fellbaum <[email protected]>
Rename and add missing PermissionType enum values

github.com/Javacord/Javacord - c566c132d9611f30d1080fe7c1b8d0d589f333cf authored over 1 year ago by Dominic Fellbaum <[email protected]>
Add missing MessageType enum values

github.com/Javacord/Javacord - 1492300b2e936d2fd325e33b12c6843d173cd9ed authored over 1 year ago by Dominic Fellbaum <[email protected]>
Add missing StickerFormatType enum values

github.com/Javacord/Javacord - 0e6f736bfc592609892fba8ea205267a4db8e409 authored over 1 year ago by Dominic Fellbaum <[email protected]>
Add missing UserFlag enum values

github.com/Javacord/Javacord - d6f5d3db493fa705dd88181a3dd73d6681dfdab8 authored over 1 year ago by Dominic Fellbaum <[email protected]>
Remove guild from unavailable guilds list on delete

github.com/Javacord/Javacord - 125410e05e41d1ee665bbccf3e28ef9e1ecdd8a2 authored almost 2 years ago by Adrian Paschkowski <[email protected]>
Add missing indonesian DiscordLocale

github.com/Javacord/Javacord - 7bac3d083c10edd0906edc19e1a07d6c2abd6f08 authored almost 2 years ago by Dominic Fellbaum <[email protected]>
Fix wrong implementation for Message#removeEmbeds

github.com/Javacord/Javacord - 6cc43c88702871e833f5c93cd722d4947cdef332 authored almost 2 years ago by vandalist <[email protected]>
Change from my website to my gh profile

github.com/Javacord/Javacord - 658b0d136466110e3e8c338ccd3ea80aa7533a43 authored almost 2 years ago by Yusuf Arfan Ismail <[email protected]>
Add NSFW property to Application Command Updater (#1225)

Add NSFW property to application command updater and fix NPE when accessing defaultMemberPermission

github.com/Javacord/Javacord - ee6934b2bb6cdf7ae6685678077935810efc975e authored almost 2 years ago by Gellért Dániel <[email protected]>
Fix executing VoiceStateUpdateHandler#handleSelf in case the bots gets kicked (channel id is null) resulting in a wrong positive logger warning that a channel is not cached

github.com/Javacord/Javacord - 8e6d6ef4cc14c90cb1a56a68b722fe0f38dbe0e8 authored almost 2 years ago by Dominic Fellbaum <[email protected]>
Increment patch version and append -SNAPSHOT suffix

github.com/Javacord/Javacord - 2ca6775f65ca3699a61c046c5191c23ce7279ef8 authored almost 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Release version 3.8.0

github.com/Javacord/Javacord - 2d3901401aeac9789a0ee414eae174522798d500 authored almost 2 years ago by Bastian Oppermann <[email protected]>
Update username

github.com/Javacord/Javacord - b52fbf662e36ab21f9a5ed9dba0b89c986aefd4a authored almost 2 years ago by Dominic Fellbaum <[email protected]>
Fix deprecated IP Discovery UDP packet size

github.com/Javacord/Javacord - 2d6c4f4a5a4585ac481dcaa6061e45fcbb0b3bc8 authored almost 2 years ago by Dominic Fellbaum <[email protected]>
added SUPPRESS_NOTIFICATIONS flag

github.com/Javacord/Javacord - 1e9dd257b13532ffd1d018318e5b16e255a693e8 authored almost 2 years ago by Yusuf Arfan Ismail <[email protected]>
Add text in voice channels

github.com/Javacord/Javacord - 4f3d461e379bcafc934171064a2fdbce0db06041 authored almost 2 years ago by Dominic Fellbaum <[email protected]>
Update Jackson.

This is just a preliminary upgrade to mitigate some CSVs that technically are not applicable to ...

github.com/Javacord/Javacord - cc2864fdc9628499ac6f19cb2119834225501f57 authored almost 2 years ago by Saladoc <[email protected]>
Added canYouTimeoutUser && canTimeoutUser && canYouTimeoutUsers

Added convenience methods to check timeout permissions.

github.com/Javacord/Javacord - 8a3baf769391744bd36fdbf98b773c0ec81c09f1 authored almost 2 years ago by Yusuf Arfan Ismail <[email protected]>
Fix missing check if a custom_id is present for each component in a SelectMenuInteraction and fixed checking for the wrong name for min_value

github.com/Javacord/Javacord - a7d8d912da7388fe35522b07c00532e3144c34e1 authored almost 2 years ago by Dominic Fellbaum <[email protected]>
Fixes NullPointerException in TextInput when null is passed down from `TextInput`.

github.com/Javacord/Javacord - dedb085d0a8854a98522b18a1c595e012bc330d6 authored almost 2 years ago by Shindou Mihou <[email protected]>
added support for guild and nsfw commands

github.com/Javacord/Javacord - da4d18690b3a22c2b261d629757c40aad6965f7b authored about 2 years ago by Yusuf Arfan Ismail <[email protected]>
Change generate changelog gradle task to mention the author next to the changelog instead of the dedicated contributors section

github.com/Javacord/Javacord - 0204afd0bb4489091398b17700dc14912a570488 authored about 2 years ago by Dominic Fellbaum <[email protected]>
Increment patch version and append -SNAPSHOT suffix

github.com/Javacord/Javacord - e748049b359ed52141b6d8425e2d9160600b9af7 authored about 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Release version 3.7.0

github.com/Javacord/Javacord - 84b9ce647c003db99052e17ddb3610089383be80 authored about 2 years ago by Bastian Oppermann <[email protected]>
Fill release draft with auto-generated changelog

github.com/Javacord/Javacord - 486db022da04d58ed3a9d0776a0ba87b98f05225 authored about 2 years ago by Bastian Oppermann <[email protected]>
Remove need to specify a personal access token in GitHub action

When not specifying one, the GITHUB_TOKEN is used by default. This
should be fine.

github.com/Javacord/Javacord - 18486a11ebe105d77526e106e6a49a9af25ee166 authored about 2 years ago by Bastian Oppermann <[email protected]>
Fix broken release PR creation

Fixes "fatal: The current branch release-vX.Y.Z has no upstream branch."
git error.

github.com/Javacord/Javacord - bc2f6017d5cd30996fb04db4f8c8ce88ae4f6837 authored about 2 years ago by Bastian Oppermann <[email protected]>
Remove unused class

github.com/Javacord/Javacord - 8ad12d4c44530848f0257e8ce14e5b1fd012352a authored about 2 years ago by Dominic Fellbaum <[email protected]>
Improve Message#getContent exception message and add Message#canYouReadContent

github.com/Javacord/Javacord - f7b1c794fe5bd2e22a1dd512d43fc54714620cf8 authored about 2 years ago by Dominic Fellbaum <[email protected]>
Add generateChangelog gradle task

github.com/Javacord/Javacord - f5e1adbfa948bce32f3e3990bab74682a33b5cbd authored about 2 years ago by Dominic Fellbaum <[email protected]>
Upgrade gradle version to 7.5.1

github.com/Javacord/Javacord - f0414fee54f6e87ab624492e9a9746c24c020d90 authored about 2 years ago by Dominic Fellbaum <[email protected]>
Improve PR template with changelog starting words

github.com/Javacord/Javacord - e67310862b072b592acc5ed2d8b72236eb143f2f authored about 2 years ago by Dominic Fellbaum <[email protected]>
Close the audio connection if the bot is kicked from a voice channel and move audio source to the new channel if moved

github.com/Javacord/Javacord - 0d4802aa8b8410376ddb2c70c5176caaaeaa4c58 authored about 2 years ago by Dominic Fellbaum <[email protected]>
Throw an exception when the MESSAGE_CONTENT intent is not enabled and the content of a Message is accessed

github.com/Javacord/Javacord - fbd4fb511d8f2aed05d172fd4793e09797904364 authored about 2 years ago by Dominic Fellbaum <[email protected]>
Fix PR template contributing link not working

github.com/Javacord/Javacord - 5c34217137517a19b9b3b50a5ff89f81225478d0 authored about 2 years ago by Dominic Fellbaum <[email protected]>
Change how the `delete_message_seconds` field is set when banning a user from as query parameter to the request json body

github.com/Javacord/Javacord - ff3c2ae8add4d54b98f71974898e48836aad52ce authored about 2 years ago by Yusuf Arfan Ismail <[email protected]>
docs: add haseeb-xd as a contributor for doc (#1180)

* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

Co-authored-by: allcontr...

github.com/Javacord/Javacord - a7717044eb176acb212eedd2af7494cee7d0e90a authored about 2 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Fix:Wrong links in readme (#1178)

Fix wrong links in README

github.com/Javacord/Javacord - b6943a744f1f654a3fdf5fecc031563978a51c56 authored about 2 years ago by Haseeb Ansari <[email protected]>
Deprecate ApplicationCommand#deleteGlobal and #deleteForServer in favor of #delete

github.com/Javacord/Javacord - 12e710ddf7346eec7481f1ab1db6d5d2ab84de2e authored about 2 years ago by Dominic Fellbaum <[email protected]>
Add new Javacord compatible library "Discord Interaction Handler" and removed sdcf4j because it is deprecated

github.com/Javacord/Javacord - e99cb18db5032f2a960d9a1a581c49864ef01399 authored about 2 years ago by Dominic Fellbaum <[email protected]>
Add ApplicationCommandInteraction#getRegisteredCommandServerId to get the server id the command is registered on

github.com/Javacord/Javacord - e41c692101fbaf2720e98c710c9ea768c05e4e7c authored about 2 years ago by Dominic Fellbaum <[email protected]>
docs: add Lainika as a contributor for doc (#1173)

* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

Co-authored-by: allcontr...

github.com/Javacord/Javacord - 5fffe6d5a1a85d7628a0bcdf69f9a64b94b3a6ed authored about 2 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
add intent to example in README (#1172)

Fix missing intent for example in README

github.com/Javacord/Javacord - d49d9b16586b30f89ecabba0434296992b73303f authored about 2 years ago by Lainika <[email protected]>
Upgrade Gradle plugins

github.com/Javacord/Javacord - 2074ded099b9c18a8f934d97e964b5e01779b22d authored about 2 years ago by Dominic Fellbaum <[email protected]>
Rename SlashCommandInteractionOptionsProvider methods that are only usable if they get arguments from getOption* to getArgument*

github.com/Javacord/Javacord - f4bab06b2276cd027098bdca83485b004ba9ae66 authored about 2 years ago by Dominic Fellbaum <[email protected]>
Add MessageDecoration#applyToText(String)

github.com/Javacord/Javacord - 68752f3f05b02b2577cbdd802508c1647119be34 authored about 2 years ago by Dominic Fellbaum <[email protected]>
Fix MessageUpdater#replaceMessage not removing attachments when not setting new attachments

github.com/Javacord/Javacord - f6ae3058d78073a3ab6c8dbf0a82227f38de0f92 authored about 2 years ago by Dominic Fellbaum <[email protected]>
added new error code 50039 + 40062 (#1163)

Add new RestRequestResultErrorCodes 50039 and 40062

github.com/Javacord/Javacord - 175a6250d35d065fba7220adf8784221e5b121d2 authored about 2 years ago by Yusuf Arfan Ismail <[email protected]>
Add unicode emoji to SelectMenuOptionBuilder

github.com/Javacord/Javacord - 0ac2f2cc0beae02c784792679eb2502e96f0c4f9 authored about 2 years ago by Mysterypotatoguy <[email protected]>
Change get and request sticker string id parse methods to be consistent with the other methods.

github.com/Javacord/Javacord - 9cd6613a8797bdd418f632732f810e4ed1c451e0 authored about 2 years ago by Dominic Fellbaum <[email protected]>
Changed SlashCommand getFullCommandName to get the names of all options and added getMentionTags to get the mention tags of all subcommands

github.com/Javacord/Javacord - 91c3dc13ef436fe33fe2f787f636da531e383b61 authored about 2 years ago by Dominic Fellbaum <[email protected]>
Added requestThreadMemberById

Also changed getThreadMembers to requestThreadMembers

github.com/Javacord/Javacord - 7a3c724e65cd9fa8b71fcda42cc57677760eabe7 authored about 2 years ago by Yusuf Arfan Ismail <[email protected]>
Update javacord-core/src/main/java/org/javacord/core/entity/channel/ServerVoiceChannelUpdaterDelegateImpl.java

Co-authored-by: Saladoc <[email protected]>

github.com/Javacord/Javacord - c40e8fb3f8010b1539a69e0686a68738de1d8eb4 authored about 2 years ago by Yusuf Arfan Ismail <[email protected]>
spag fix

github.com/Javacord/Javacord - 493ea43030829151c57122a25fc340a1aace80ff authored about 2 years ago by Yusuf Arfan Ismail <[email protected]>
add nsfw to vc

github.com/Javacord/Javacord - 658152459f42a0fafb4c7162ad0ed3f1d67ca2bb authored about 2 years ago by Yusuf Arfan Ismail <[email protected]>
Add support for Select Menus v2

github.com/Javacord/Javacord - 10422639971a2ef70ad81d8a7ac95b8ab62024d2 authored about 2 years ago by Dominic Fellbaum <[email protected]>
Add the ability to listen for replies to specific messages

github.com/Javacord/Javacord - 7513053e6bc71360d36a09aff2fcd0fbfc30988c authored about 2 years ago by Mysterypotatoguy <[email protected]>
Increase snapshot version due to breaking change merged.

github.com/Javacord/Javacord - 9c92565fbb38dd7cae69a59b4cf1a4de7c81e5ae authored about 2 years ago by Saladoc <[email protected]>
Remove deprecated methods.

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

github.com/Javacord/Javacord - 921c9b3a21068958edab08d98b7bc112f7585237 authored about 2 years ago by Bastian Oppermann <[email protected]>
Release version 3.6.0

github.com/Javacord/Javacord - e890364fd96ade3a894c1a08cccbfd4cea5edff4 authored about 2 years ago by Bastian Oppermann <[email protected]>
Fix "Remove Snapshot Suffix" job

github.com/Javacord/Javacord - 0db8f8c25f7430a0ea2529ab09c6c4f80293e190 authored about 2 years ago by Bastian Oppermann <[email protected]>
Adjust pre-release step

github.com/Javacord/Javacord - c2cb5e3c44804046f905dc1278e8c003d30a6f4a authored about 2 years ago by Bastian Oppermann <[email protected]>