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

Add information about who sends voice gateway opcodes to JavaDoc

github.com/Javacord/Javacord - 55a04beeb939cdebce319942d25f26eb61ae8560 authored about 3 years ago by Björn Kautler <[email protected]>
Allow voice self-states to be set directly on connect

github.com/Javacord/Javacord - 0e58dbea2496914dd5906a221f14d45385da19b9 authored about 3 years ago by Björn Kautler <[email protected]>
Fix JavaDoc typo

github.com/Javacord/Javacord - b43a6eef3b276eede4a288bdb33c82ff56ecbff8 authored about 3 years ago by Björn Kautler <[email protected]>
Add new Audit Log event and change types.

github.com/Javacord/Javacord - fada7ea86508b6de63dbc58b4281350166d6dcd1 authored about 3 years ago by Saladoc <[email protected]>
Changed isSubcommandOrGroup to check the stringRepresentation instead of stringValue because the stringRepresentation is always present if it is not a subcommandgroup or subcommand

github.com/Javacord/Javacord - 1e2d72bf8feb8210ea3877ff4c9dfef32652395c authored over 3 years ago by Dominic Fellbaum <[email protected]>
Include the GUILDS intent by default as Javacord is not functional without it

github.com/Javacord/Javacord - 08c667c395cc2945757f2222aa7e3276da278163 authored over 3 years ago by Dominic Fellbaum <[email protected]>
Add new appender types to the MessageBuilder.

- Added appendNamedLink
- Added appendTimestamp
- Added TimestampStyle enum for the possible time...

github.com/Javacord/Javacord - dea8920936a4f408f30060fa072b9616eba025ec authored over 3 years ago by Dominic Fellbaum <[email protected]>
Add ephemeral field for attachments

github.com/Javacord/Javacord - 60e1043d166db34823e47d68ef27f86d44b69e38 authored over 3 years ago by Dominic Fellbaum <[email protected]>
Add InteractionCallbackDataFlag enum for interaction responses and exchanged MessageFlag with it for Interactions.

github.com/Javacord/Javacord - 6158e751b71ce852478934195cfac4793b9507c5 authored over 3 years ago by Dominic Fellbaum <[email protected]>
fix message cache deadlock by using central lock

remove message cache inconsistencies

fix delete handler

github.com/Javacord/Javacord - 21454c6400aa7c9d5cb4f8faf9bca2165ae66a5d authored over 3 years ago by Patrick Bassner <[email protected]>
Wrong used methods in UncachedMessageUtil which cause an infinite loop

github.com/Javacord/Javacord - 9cef27ae8a035c13e34d24fccc4aa8a5906b5f41 authored over 3 years ago by Dominic Fellbaum <[email protected]>
add missing PermissionTypes and use long instead of int

github.com/Javacord/Javacord - b3afa167d20e08d855c34c29f445141936fc1e34 authored over 3 years ago by Joshix <[email protected]>
Fix incorrect listener names in Javadoc

github.com/Javacord/Javacord - 2c4a99161247e6a41c31ccf7769886f6e2968c59 authored over 3 years ago by TehBrian <[email protected]>
Fix Permissions#fromBitmask methods.

github.com/Javacord/Javacord - dcd3f5f188f682a297ebdc87fa1a568e967a2056 authored over 3 years ago by Joshix <[email protected]>
Removed MessageComponentInteractionBase#getMessageId and change method signature of MessageComponentInteractionBase#getMessage from optional to directly returning the message due to discord now providing the full message when the interaction comes from an ephemeral message

github.com/Javacord/Javacord - bee58bd8210c5f700e4ea90064defc16ac7a5782 authored over 3 years ago by Dominic Fellbaum <[email protected]>
Fix typos and grammars

github.com/Javacord/Javacord - fda6aa82ad2899373aa440fb22c3bcd05970a54e authored over 3 years ago by Dominic Fellbaum <[email protected]>
fixes

github.com/Javacord/Javacord - 580af3180b3a5d266f95b021736a952762c2ea49 authored over 3 years ago by Dominic Fellbaum <[email protected]>
Update javacord-api/src/main/java/org/javacord/api/interaction/InteractionBase.java

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

github.com/Javacord/Javacord - 186dd96de22b3158df2404596230d2d5d43458d3 authored over 3 years ago by Dominic Fellbaum <[email protected]>
Remove members from cache when the bot leaves the server

github.com/Javacord/Javacord - e472a71862cb4903b64f4792ef3e7db86149dbc3 authored over 3 years ago by Dominic Fellbaum <[email protected]>
Add single embed param sendMessage to avoid ambiguous method calls

github.com/Javacord/Javacord - 388981846412a060f42916ad7bc6c0e6b290afee authored over 3 years ago by Dominic Fellbaum <[email protected]>
Fix SlashCommandInteractionOptionImpl blindly getting slash command options without checking if it's present

github.com/Javacord/Javacord - bc10bcae3a49e8438ae96bdfb9156eaede462ec7 authored over 3 years ago by Dominic Fellbaum <[email protected]>
Change message methods that take embed as argument only to needing an array of embeds

github.com/Javacord/Javacord - 65b698b30c17f688ad472a91ad5c4579ad900f6a authored over 3 years ago by Dominic Fellbaum <[email protected]>
Move from deprecated "embed" field to "embeds" in UncachedMessageUtil.

- Added MessageBuilderBase#addEmbeds(List<EmbedBuilder>)
- Switched the edit methods in Message ...

github.com/Javacord/Javacord - 5b5cfa3e8eb7a484338e8fe9176c7a8c3fa2fdb6 authored over 3 years ago by Dominic Fellbaum <[email protected]>
Add SlashCommandOptionType NUMBER.

Reworked SlashCommandInteractionOptionImpl to check for the "type" key value instead of the data...

github.com/Javacord/Javacord - a720d03082c9197d4a1f287d419b7d7c404552f2 authored over 3 years ago by Dominic Fellbaum <[email protected]>
suggestions

github.com/Javacord/Javacord - 6b190724dd93aaa340a12e386bc83977647eae74 authored over 3 years ago by Dominic Fellbaum <[email protected]>
Add missing methods to get the actual component in HighLevelComponent and LowLevelComponent

github.com/Javacord/Javacord - 65d5d1a74977f4797e82c250dea9db293f150547 authored over 3 years ago by Dominic Fellbaum <[email protected]>
Added disabled field for Button convenience methods

github.com/Javacord/Javacord - 79df28b3117a33653046bc51969a717a61b17549 authored over 3 years ago by Dominic Fellbaum <[email protected]>
Elevate getAvatarHash to User

github.com/Javacord/Javacord - 0c43d7ebaa4c16dd37cb0ef5e23492db88b85a76 authored over 3 years ago by Ayu <[email protected]>
Fix message updater

remove random copy call

add createUpdater() to Message

github.com/Javacord/Javacord - 386b25b119b41bdc59845af0d60d70fecf76ba29 authored over 3 years ago by Patrick Bassner <[email protected]>
Fix booleans in SlashCommandInteractionOption being assumed to be a string instead of a boolean because of wrong Discord documentation

github.com/Javacord/Javacord - 064e5de3b6d256d950b6fd7d79102fe9e00cf62a authored over 3 years ago by Dominic Fellbaum <[email protected]>
Added missing server features

github.com/Javacord/Javacord - f6d245218daf1b9e8b47f7f0eaa62e092816d66f authored over 3 years ago by Morazzer <[email protected]>
Fixed inverted logic of User#getMutualServers

github.com/Javacord/Javacord - d1d1a9fa7fa86164ed7ff407dcc4f4819130d673 authored over 3 years ago by Dominic Fellbaum <[email protected]>
Removed hard coded size limit for action rows and components now properly inherit toJsonNode from ComponentImpl

github.com/Javacord/Javacord - 8f8a0aa5e4093c1dda4bcd965e337f62cda560eb authored over 3 years ago by Dominic Fellbaum <[email protected]>
Fixed MessageBuilder logic that weren't correctly adjusted for messages with multiple embeds

github.com/Javacord/Javacord - b333a6c4887f755160a0232c6229574873ccecea authored over 3 years ago by Dominic Fellbaum <[email protected]>
allow ephemeral deferred interaction responses

github.com/Javacord/Javacord - 0384b925a733fa1acfe376b3c8e4f4280127c803 authored over 3 years ago by Patrick Bassner <[email protected]>
fix incoming interaction in unknown DM channels

checkstyle

github.com/Javacord/Javacord - 3dc69a9d07b6e2cdfc0d12164c71e7a4fe74791d authored over 3 years ago by Patrick Bassner <[email protected]>
Add message updater

fix allowed mentions

checkstyle

Fixes

add fixes

github.com/Javacord/Javacord - 385d77925fc167b62b7cabc83a53adb942c4c24d authored over 3 years ago by Patrick Bassner <[email protected]>
expose getKnownCustomEmojiOrCreateCustomEmoji

fixes

github.com/Javacord/Javacord - 96bed14cf0075da5adf1cefcb4cd526caf28e723 authored over 3 years ago by Patrick Bassner <[email protected]>
Fix JavaDocs wording

github.com/Javacord/Javacord - 69c9197d06e0f20935054db0a5b4e5e689346745 authored over 3 years ago by Ayu <[email protected]>
Add support for adding intents and set all non-privileged with additional intents.

github.com/Javacord/Javacord - b6e220db61696d9f83cabe9d7726d4920b815201 authored over 3 years ago by Mihou <[email protected]>
All message components listeners are now attachable to messages

github.com/Javacord/Javacord - 6a62c3ff183a9bc027f13b009d3addf77158564e authored over 3 years ago by Dominic Fellbaum <[email protected]>
Added Get Guild Member endpoint

github.com/Javacord/Javacord - 6c78bc9f80d3fde69168b26fdd018ac21635e498 authored over 3 years ago by Dominic Fellbaum <[email protected]>
Remove CircleCI

We don't need multiple CI tools. In the long run, I want to migrate
everything to GitHub actions.

github.com/Javacord/Javacord - e227b6a36b4dbcf19f3cc295923885eef5075403 authored over 3 years ago by Bastian <[email protected]>
Add option to control user cache

And make it disabled by default (breaking change!).

github.com/Javacord/Javacord - 5526375bdfa881f603be7a04c7c932b0d84fd98e authored over 3 years ago by Bastian <[email protected]>
[Gradle Release Plugin] - new version commit: 'v3.3.3-SNAPSHOT'.

github.com/Javacord/Javacord - 34d9d9401441a2dfc0872880c35333291b04cc81 authored over 3 years ago by Javacord CI <[email protected]>
[Gradle Release Plugin] - pre tag commit: 'v3.3.2'.

github.com/Javacord/Javacord - 0eed31c2ce38cfd2c60af6bb82c6cdc61caff954 authored over 3 years ago by Javacord CI <[email protected]>
Fix NPE when invoking a slash command in DMs and fix for #795 where ephemeral messages are missing the guild_id when sent in a server

github.com/Javacord/Javacord - 1b8ea9602043e99088488a6c6771fe036191ea26 authored over 3 years ago by Dominic Fellbaum <[email protected]>
Added select menus

github.com/Javacord/Javacord - aae6b43e5f5803af4e52162d9cc60b58d195e2a7 authored over 3 years ago by Morazzer <[email protected]>
[Gradle Release Plugin] - new version commit: 'v3.3.2-SNAPSHOT'.

github.com/Javacord/Javacord - 67e7d9961dbd5181ab0bc238acc6c6028fe6a826 authored over 3 years ago by Javacord CI <[email protected]>
[Gradle Release Plugin] - pre tag commit: 'v3.3.1'.

github.com/Javacord/Javacord - 7a560073eb4f92b334cd5d2a4baf044b451e929f authored over 3 years ago by Javacord CI <[email protected]>
Changed MessageComponentInteraction#getMessage to returning an optional due to the message not being provided if it's ephemeral.

github.com/Javacord/Javacord - 16934253c739118e9fd135566325ffe2a7976848 authored over 3 years ago by Dominic Fellbaum <[email protected]>
Fix event dispatching (#697)

Due to race conditions sometimes NullPointerExceptions happened
and multiple listeners for the s...

github.com/Javacord/Javacord - 1697667b0ae7c91797a3cb574520d8e61958ea3a authored over 3 years ago by Björn Kautler <[email protected]>
fix bug with incoming webhooks without token

github.com/Javacord/Javacord - a256b136f4436a2e0dfae7a26acd09f392817cee authored over 3 years ago by Joshix <[email protected]>
Add Membership Screening Pending getter and event.

github.com/Javacord/Javacord - 386573eda4e72f0ad6ed587164479e1935f62d74 authored over 3 years ago by Mihou <[email protected]>
Add proper MessageReference object to fix bugs

Deprecate Message#getReferencedMessageId

github.com/Javacord/Javacord - dc9acf0453d6c26632e4c6c99a70c8e59ee41aea authored over 3 years ago by Joshix <[email protected]>
Fix for cloudflare API bans not containing a retry_after JSON value

github.com/Javacord/Javacord - 6b64e9b72c33446fe22badad0f172dec8dadd4b7 authored over 3 years ago by Mysterypotatoguy <[email protected]>
Fix to retry_after being a float value

github.com/Javacord/Javacord - 22b7d9bf055d09e1a79b45bf972fe4bcfcc8df52 authored over 3 years ago by Mysterypotatoguy <[email protected]>
Revert bad commit due to false-positive IDE warnings

github.com/Javacord/Javacord - 21f25227da2edfc94b74cb4ada0e015ba4857c27 authored over 3 years ago by Björn Kautler <[email protected]>
Rename ApplicationCommand -> SlashCommand

github.com/Javacord/Javacord - 57305b18769c91ebeea1bc69e59e3cad8d78d9c3 authored over 3 years ago by Dominic Fellbaum <[email protected]>
Add support for multi-embed for Discord bots.

github.com/Javacord/Javacord - faa6978057d5c6ca7743038e882fa0b7eb72ce17 authored over 3 years ago by Mihou <[email protected]>
Add specific events for interactions

- ApplicationCommandCreateListener
- MessageComponentCreateListener
- ButtonClickListener

github.com/Javacord/Javacord - 79d65061f9cc427d01d6370ced160d9e1e9ea3a2 authored over 3 years ago by Dominic Fellbaum <[email protected]>
Fixes not working UserChangeXY events

github.com/Javacord/Javacord - e63fb9a252bc3b6b1ba7254ebe413c3a14a81b6a authored over 3 years ago by Dominic Fellbaum <[email protected]>
Add ping pong slash commands example to the README

github.com/Javacord/Javacord - 7051833d178ab1103c48b79e42d0bf63c0b8e680 authored over 3 years ago by Dominic Fellbaum <[email protected]>
NSFW Level for Guilds (servers).

github.com/Javacord/Javacord - 96153d6e66ed6b75606946702ebf96a67d55a075 authored over 3 years ago by Mihou <[email protected]>
General fixes and improvements for the component api usage

github.com/Javacord/Javacord - 1abd592aaf862caa1c6686f33921cdcf9382273b authored over 3 years ago by Dominic Fellbaum <[email protected]>
fix identify quota request

checkstyle

github.com/Javacord/Javacord - d3e36f978daf25f93aabea4776aadda871641fab authored over 3 years ago by Patrick Bassner <[email protected]>
Add interaction convenience methods

fixes as suggested

github.com/Javacord/Javacord - 3fc25270d712c2458553cf6836e7b315358218f3 authored over 3 years ago by Patrick Bassner <[email protected]>
Renamed InteractionCallbackType values to uppercase

github.com/Javacord/Javacord - 13a967a5843fe7464b1ed3749d4557d5dabbb415 authored over 3 years ago by Dominic Fellbaum <[email protected]>
Add the ability to modify the application command permissions

github.com/Javacord/Javacord - 2f5cc94a3bec9c394bb7c73458f661c4cb21856a authored over 3 years ago by Dominic Fellbaum <[email protected]>
Add bulk overwrite methods to update and/or create multiple application commands at once

github.com/Javacord/Javacord - 192cf8bca5dddc5af48f7d71048ae83a76f3d88f authored over 3 years ago by Dominic Fellbaum <[email protected]>
Rework of interaction responses

github.com/Javacord/Javacord - 23d177d74d10105ca026dc3bb4fd1072038f571c authored over 3 years ago by Patrick Bassner <[email protected]>
add several component / interaction convenience methods

checkstyle

Added a few application command creation convenience methods

fix wrong name

oo...

github.com/Javacord/Javacord - c62ded91634f96f580abd90897bac1c1262995c0 authored over 3 years ago by Patrick Bassner <[email protected]>
Add methods to update application commands

github.com/Javacord/Javacord - a09d4d08495b648fdc8c8dd60c03bf0eea0cdb58 authored over 3 years ago by Dominic Fellbaum <[email protected]>
Add new rest request result error codes

github.com/Javacord/Javacord - 8d5665605c5e9e598d0ac65b33ee4afc87da91d8 authored over 3 years ago by Dominic Fellbaum <[email protected]>
Add USE_SLASH_COMMANDS permission type

github.com/Javacord/Javacord - dc4d6bb1bc383c8f5635ce4b13f9760f3859679b authored over 3 years ago by Dominic Fellbaum <[email protected]>
Add get server application commands and get server application command by its id

github.com/Javacord/Javacord - 773dc9c00a26ade6bc8ad81ade313253a87503e4 authored over 3 years ago by Dominic Fellbaum <[email protected]>
Add components

github.com/Javacord/Javacord - 4f6dd6a68d1306096689253437fb484e02b2d722 authored over 3 years ago by Dylan Hackworth <[email protected]>
Added missing RestRequestResultErrorCode for not allowed words for public stage channels

github.com/Javacord/Javacord - 43bb49fc192b72b3f118d1a13627598871f3974e authored over 3 years ago by Dominic Fellbaum <[email protected]>
Add GitHub action for checkstyle

github.com/Javacord/Javacord - 7c71dffe334677dc5cff7968c1986138f9691256 authored over 3 years ago by Bastian <[email protected]>
Add GitHub action for building and testing

github.com/Javacord/Javacord - fa94e11c71eed89e6efdb6eb60ad6e54f04548ce authored over 3 years ago by Bastian <[email protected]>
Added the ability to respond to interactions.

Removed the hard coded limit of embeds for webhooks.
Fixed a bug where interactions from DM's thr...

github.com/Javacord/Javacord - 23d7cb9bc92a56f509d215706800d6f9eca98a7d authored over 3 years ago by Dominic Fellbaum <[email protected]>
Changed flag to be an EnumSet in the InteractionMessageBuilder

github.com/Javacord/Javacord - 2d6bfe2aaf3dfa5cb81010c5cdd8c0f75c8680f0 authored over 3 years ago by Dominic Fellbaum <[email protected]>
Fix global ratelimiter math and correct / update javadocs

sdfsd

fix docs

github.com/Javacord/Javacord - 37a1fe494d67c7ab71c253100bd54011a0af7b70 authored over 3 years ago by Patrick Bassner <[email protected]>
Add support for creating and receiving interactions

This commit does **not** add support for responding to interactions. It
sticks very closely to t...

github.com/Javacord/Javacord - ccc7b6b33296e907dbea66fb5ea5d7b6141e202b authored over 3 years ago by Bastian <[email protected]>
Added role tags

github.com/Javacord/Javacord - f31c2b3b0082ec3e094df1c77ed92716dc5051aa authored over 3 years ago by Dominic Fellbaum <[email protected]>
Added missing rest request result error codes

github.com/Javacord/Javacord - 1f5f4f745a29bbd27a98857a1d7660fbc9ad55ab authored over 3 years ago by Dominic Fellbaum <[email protected]>
Added a temporary workaround to avoid an error when receiving a channel update for SERVER_NEWS_CHANNEL as it is handled the same as an SERVER_TEXT_CHANNEL

github.com/Javacord/Javacord - 052fc1576c0b483f1e9d0087d6727d01d9faee2e authored over 3 years ago by Dominic Fellbaum <[email protected]>
[Gradle Release Plugin] - new version commit: 'v3.3.1-SNAPSHOT'.

github.com/Javacord/Javacord - 3ca834ae941ac03bd8453851aabec494191a1019 authored almost 4 years ago by Javacord CI <[email protected]>
[Gradle Release Plugin] - pre tag commit: 'v3.3.0'.

github.com/Javacord/Javacord - f825905377ee30f8614190aef55da0e6b629da7f authored almost 4 years ago by Javacord CI <[email protected]>
Fix Attachments with Spoiler in Message#toMessageBuilder

github.com/Javacord/Javacord - 9d7bd1fa563491d9b17f7db36e72f5a9ad5397c7 authored almost 4 years ago by Joshix <[email protected]>
Added new message types

github.com/Javacord/Javacord - 5600571d872d029fbdd190985db9d783c39c1aa7 authored almost 4 years ago by Dominic Fellbaum <[email protected]>
new version commit: 'v3.3.0-SNAPSHOT'.

github.com/Javacord/Javacord - 15cfe604a62016d30ceab96a789dc1f6c1be68c5 authored almost 4 years ago by Joshix <[email protected]>
compensate missing CHANNEL_CREATE event for text channels

github.com/Javacord/Javacord - 0b7719b6ad3e263a80ae3d3d3a485322d8123b43 authored almost 4 years ago by Joshix <[email protected]>
move user updates from PresenceUpdateHandler to GuildMemberUpdateHandler

github.com/Javacord/Javacord - fb2da4240ba8b88af3d37bcc3ea9abcd42d616bc authored almost 4 years ago by Patrick Bassner <[email protected]>
[Gradle Release Plugin] - new version commit: 'v3.2.1-SNAPSHOT'.

github.com/Javacord/Javacord - cb944a1646f7bd34d6e73531925ab498f12ec976 authored almost 4 years ago by Javacord CI <[email protected]>
[Gradle Release Plugin] - pre tag commit: 'v3.2.0'.

github.com/Javacord/Javacord - 9373d3b4358e8501c86e997116ad7d1c5a6d1eb5 authored almost 4 years ago by Javacord CI <[email protected]>
Add support for multiple activities

github.com/Javacord/Javacord - 52556c39748d281b9438850325a219edfec6ef48 authored almost 4 years ago by Joshix-1 <[email protected]>
Add missing server features and removed deprecated / not anymore used features

github.com/Javacord/Javacord - 1f09c625bbb3dc6c1479bb106796f119017da6e6 authored almost 4 years ago by Dominic Fellbaum <[email protected]>
Add support for ServerStageVoiceChannel

github.com/Javacord/Javacord - 17b95e64d24d90e30ded913df4885dc825f4f181 authored almost 4 years ago by Joshix-1 <[email protected]>