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

Added ServerVoiceChannel#updateUserLimit(int)

github.com/Javacord/Javacord - d894be8a130b91200cd8078793d3190bdbe4f641 authored over 7 years ago
Added ServerTextChannel#updateNsfwFlag(boolean)

github.com/Javacord/Javacord - 813076486a7379c8c5d78d1403e43a95adce5529 authored over 7 years ago
Added ServerChannel#updatePosition(int)

github.com/Javacord/Javacord - 12e8f9a7830fda72783f207171ae874680c5f925 authored over 7 years ago
Added GroupChannel#updateName(String)

github.com/Javacord/Javacord - 44864174d426f5e1fa68044af265072d49cb8dbe authored over 7 years ago
Added ServerChannel#updateName(String)

github.com/Javacord/Javacord - 4b67f6fda72bdc583ebfae4ced64abfa2f557043 authored over 7 years ago
Added Server#updateAfkTimeout(int)

github.com/Javacord/Javacord - 958adf346d18f6b29ebbf61050de9a7da2226b6a authored over 7 years ago
Added Server#transferOwnership(User)

github.com/Javacord/Javacord - 7bde733fdb616f3acbd47b5abb147ddd78c0efb7 authored over 7 years ago
Added Server#updateRegion(Region)

github.com/Javacord/Javacord - 565eea086d27e246479969f53eb37eb9617113f9 authored over 7 years ago
Added Server#updateName(String)

github.com/Javacord/Javacord - eb6fc15c22a6b76fd63ad512edf281d2f5a3bf5c authored over 7 years ago
Added methods to update nicknames

github.com/Javacord/Javacord - 3a309cb8591f21314053c34d8329dd907bd6ee7d authored over 7 years ago
Merge pull request #102 from ajmeese7/master

Update README.md

github.com/Javacord/Javacord - 1445b58f923207368a25b1fc32a960a7cc300ea4 authored over 7 years ago
Fixed Channel#asTextChannel()

github.com/Javacord/Javacord - 6dd48cb7f596bbe5557d6ab5105629f11aeb77e9 authored over 7 years ago
Fixed a bug, which caused a NPE for rest requests which got answered with an empty body

github.com/Javacord/Javacord - bf7d5f7734a909684c8f6953c397acdb97de0e95 authored over 7 years ago
Update README.md

Added capitalization and comma

github.com/Javacord/Javacord - dc07813334065b3ce18cb1671203ef5aa1885769 authored over 7 years ago
Added debug messages for rest requests

github.com/Javacord/Javacord - 9211c30a970c2a74f89957c2eedc112174830134 authored over 7 years ago
ServerChannel#getPosition() now returns the "logical" position, added ServerChannel#getRawPosition() to get Discord's internal position and Server#getChannels() now returns an ordered list

github.com/Javacord/Javacord - 81128abe212ee09dbd5fa326d0f54cbaad6965d6 authored over 7 years ago
Fixed channel delete handler

github.com/Javacord/Javacord - 74761877bee65e39ff9cb488434c00a9a285cbfa authored over 7 years ago
Removed a TODO message

github.com/Javacord/Javacord - 059cb0e151c9e9e20e4d15b34d695e11c556add0 authored over 7 years ago
Added methods to register a RoleCreateListener

github.com/Javacord/Javacord - 67aa40ce3ab17ac184ab302d59d444a8bb086b0e authored over 7 years ago
Added ServerChannelChangeOverwrittenPermissionsListener (aka. listener with a very large name) and methods to add it

github.com/Javacord/Javacord - 77c7de024970eb57075bd2132ef8299755e32284 authored over 7 years ago
Added RoleChangePositionListener and methods to add it

github.com/Javacord/Javacord - c0d19c4e6807eb4c37131629cf91b5200e244213 authored over 7 years ago
Added RoleChangePermissionsListener and methods to add it

github.com/Javacord/Javacord - e73f0de5249887c43759c466500649dfa11d3213 authored over 7 years ago
Completed permissions implementation (besides events)

github.com/Javacord/Javacord - eee4d8665e6912a5fa5b2146a7deed65c9f263fa authored over 7 years ago
Fixed a bug with MessageHistory

github.com/Javacord/Javacord - 7cf2007c2d9abc9d6ba7a8cea9a416288bcbacd5 authored over 7 years ago
Message#getReactions() now returns a copy of the internal list instead of a unmodifiable wrapper

github.com/Javacord/Javacord - bc28d9da988c1c891e7b60cc984d99eaf1589269 authored over 7 years ago
Added a #getXyzsByName() and #getXyzsByNameIgnoreCase() for most entities

github.com/Javacord/Javacord - 739f0959c51da074d933abd684cf09fbe852ec44 authored over 7 years ago
Added #getCategory() for server text and voice channels

github.com/Javacord/Javacord - e0db4a1187fc7f197a1790fd9a40a19ef2d18ce8 authored over 7 years ago
Added Permissions implementation (overwritten permissions still missing)

github.com/Javacord/Javacord - 701598b42c8e27de59b7d4a75a975c90b5b70b27 authored over 7 years ago
Added methods to get the role of a user

github.com/Javacord/Javacord - f3acdc69adafd18854e3a02d5e3fca1b7694da3c authored over 7 years ago
Added DiscordApi#getRoles() and DiscordApi#getRoleById()

github.com/Javacord/Javacord - 526ce10da3420cba9e564a30af061a2388beb2ad authored over 7 years ago
Added basic role implementation

github.com/Javacord/Javacord - 245bfef4f0016b30abf8477730953ef059b0a307 authored over 7 years ago
Added MessageAttachment#downloadAsByteArray() and MessageAttachment#downloadAsImage()

github.com/Javacord/Javacord - 4a3f0e335aded5ace99f48567c0d70b688652d46 authored over 7 years ago
Added methods to register a UserChangeStatusListener

github.com/Javacord/Javacord - 28ff147c22f73b6f50ec754f905ddff00afdff81 authored over 7 years ago
Added methods to register a UserChangeGameListener

github.com/Javacord/Javacord - 86fdfebc48349ed11fe256a9f2acd07c10fcfd21 authored over 7 years ago
Added User#getStatus()

github.com/Javacord/Javacord - df1d3ce3047a8262ef6556d91e31c09755a1cb27 authored over 7 years ago
A user's game is now loaded on startup

github.com/Javacord/Javacord - c136cbbbdf06fd6574abe4740a6527ea87b76c4d authored over 7 years ago
Added a check if streaming url in the presence update game object exists.

github.com/Javacord/Javacord - 7ead39a7e163a38712cd65824b47ddab542076a1 authored over 7 years ago
Added User#getGame()

github.com/Javacord/Javacord - ba77e9688ea86695d1cf5de6ba00d630487192c0 authored over 7 years ago
Added User#isBot()

github.com/Javacord/Javacord - ae6ebf963f3aa0da25737caeee3faa5bff99b020 authored over 7 years ago
Improved the RatelimitManager -> Recalculate time offset in case of a 429 and just retry instead of throwing an exception

github.com/Javacord/Javacord - 0608069b975d79813043874a0120265bf181aa8e authored over 7 years ago
Added ServerTextChannel#isNsfw() and ChannelCategory#isNsfw()

github.com/Javacord/Javacord - 6f35192cb68ba4b4e46692a5687afb5819106893 authored over 7 years ago
Removed some debug messages which shouldn't exist

github.com/Javacord/Javacord - e0e206f4bb14edcdd4edf4a79f1482bb63bcfd03 authored over 7 years ago
Removed a completely useless line. Idk why it even existed o.O

github.com/Javacord/Javacord - 369dc12f45d162c10fc240c405ae58619e141dcc authored over 7 years ago
Added TextChannel#bulkDelete()

github.com/Javacord/Javacord - cdf3630dfa4c9b0b55fb1a646309dc1e89ff2ff7 authored over 7 years ago
Added Channel#getType()

github.com/Javacord/Javacord - 99c1125b8aa05092b7553f6194b6674ddd83cac9 authored over 7 years ago
Added Message#pin() and Message#unpin()

github.com/Javacord/Javacord - 66eafbe75271cc4cc03c89ec21de2b18f348584f authored over 7 years ago
Added Message#getAttachments()

github.com/Javacord/Javacord - d8e60d050b6f3e69edbc318e223e7ddbf0ffa567 authored over 7 years ago
Added some helper methods to directly interact with non-cached messages and reactions in the event classes

github.com/Javacord/Javacord - a7807aaf686b7e762a2c2950e8716b4f0756c689 authored over 7 years ago
Added static methods to interact with non-cached messages and reactions

github.com/Javacord/Javacord - ccf2bd86e4aa370e10ba33513a66d54ef5967a56 authored over 7 years ago
Added support for file uploads

github.com/Javacord/Javacord - 4fd5d0e2d7552f7097e883f0d9fcd7a3026abfc7 authored over 7 years ago
Seems like reactions are limited per-client and not per guild...

github.com/Javacord/Javacord - ea231e9c9ae6b9bd2afecbd70af28179544f9c47 authored over 7 years ago
Fixed hitting ratelimits when adding reactions in different channels (they seem to be per-guild)

github.com/Javacord/Javacord - 28b15ba648bd6d86941caf4eff870806a1333202 authored over 7 years ago
Added CustomEmojiCreateListener

github.com/Javacord/Javacord - 50b6c49169e0e9065274a22cfe572f6b66b39008 authored over 7 years ago
Added ServerChannelChangePositionListener

github.com/Javacord/Javacord - 82221edae7eae839c6e4ddfda3733e495e06cd75 authored over 7 years ago
Added some missing Javadoc comments

github.com/Javacord/Javacord - b3e42e637e72bde0a4db4d850294e740ad493dd5 authored over 7 years ago
Fixed issue #95

github.com/Javacord/Javacord - e241b20f9131729f9dbf168d948001ae739f7e5c authored over 7 years ago
Server#getChannelCategories(), Server#getServerTextChannels() and Server#getServerVoiceChannels() now return a sorted list (by position) instead of a collection

github.com/Javacord/Javacord - b3eb1587edba680d4cd91a74b470769e2af33480 authored over 7 years ago
Added ServerChannel#getPosition()

github.com/Javacord/Javacord - 2b2214122400c78000166764d654519e7ed40793 authored over 7 years ago
All DiscordEntities now override the toString() method

github.com/Javacord/Javacord - 8854b1d8c775558a9bb50de06436cf589c739bac authored over 7 years ago
Added channel builders

github.com/Javacord/Javacord - ae0465af7fa6164ff6a2e900ca3c7fc203ba39d6 authored over 7 years ago
Added ServerChannelChangeNameListener

github.com/Javacord/Javacord - a3faeb604b2c756702f6084de74dffe7d25c9d51 authored over 7 years ago
Added some missing getters for channels (e.g. for channel categories)

github.com/Javacord/Javacord - df3210caabf7a97d4232cdd7227060c012107074 authored over 7 years ago
Merge pull request #94 from MedicOP/master

Add parent id to channels

github.com/Javacord/Javacord - 5df2500cbd5b73b584116f59c8185e5434820c0e authored over 7 years ago
Added ChannelCategories and ServerChangeNameListener

github.com/Javacord/Javacord - a66e52c7b9bc6dcb8bd896d1c77f62b9cc52973b authored over 7 years ago
Add parent id support

github.com/Javacord/Javacord - 96cf6851a50c7e1fba70431bc0bd0be08b50fea8 authored over 7 years ago
Changed static field Javacord.EXCEPTION_LOGGER to a static method

github.com/Javacord/Javacord - a0cca108ef58eaf7065032a1eeb1094ae33a9059 authored over 7 years ago
Added Javacord.EXCEPTION_LOGGER for easier exception logging

github.com/Javacord/Javacord - 7a7e70c16f64903a2953c40d9bd54e887e56c4ac authored over 7 years ago
Reworked message caching and specific message listeners

github.com/Javacord/Javacord - a3e3e518ad8b10f7a6de67570592c90422ac9b0a authored over 7 years ago
Add parent id to voice channels

github.com/Javacord/Javacord - a736e6ca306624b770477c15dd8948ae4c6f7e6f authored over 7 years ago
Added some helper methods for reactions

github.com/Javacord/Javacord - 98bfade602dd43afed4fc2477afc637e5898641e authored over 7 years ago
Emoji now extends Mentionable

github.com/Javacord/Javacord - db02b6e74ab5e2013ab72252f8bacc4ec5092dec authored over 7 years ago
Merge pull request #93 from kenwiel/v_3_nullOptionalCommit

Changed return null to return Optional.empty()

github.com/Javacord/Javacord - 949e84f602f21712f442290c0524c1d3215b6c08 authored over 7 years ago
Added Message#getReadableContent()

github.com/Javacord/Javacord - 35b3befd6f4c909d67b6157f3f95f229f71b4044 authored over 7 years ago
Changed return null to return Optional.empty()

github.com/Javacord/Javacord - 3d8f6047325641f935c4627d405824a5f37a52c4 authored over 7 years ago
Merge pull request #92 from kenwiel/v_3

Added User#getDiscriminator()

github.com/Javacord/Javacord - 654c0bec304686dbecae38d6657891302056008b authored over 7 years ago
Changed return null to return Optional.empty()

github.com/Javacord/Javacord - ba230b9d7aca134c41741ed295c0b40ee3a04c6a authored over 7 years ago
Added uset#getDiscriminator()

github.com/Javacord/Javacord - 7d38d25fa8bbfee8e71093a7a8544b5044a12e97 authored over 7 years ago
Added User#getNicknameMentionTag() and moved getMentionTag() into interface

github.com/Javacord/Javacord - 25e98dc4e4e797dc92ed9e94ff5e0994d45493ca authored over 7 years ago
Added Message#removeAllReactions()

github.com/Javacord/Javacord - c7a2349df4c6ee520fa1459ee805c848267e9d7d authored over 7 years ago
Added ServerChannel#delete()

github.com/Javacord/Javacord - 96bd43bd7eed5b55555f4bb83ad3319bd30f079e authored over 7 years ago
Added method to get all users, who used a reaction

github.com/Javacord/Javacord - 37ba730f19e929c637e75bf375408650c65e55b1 authored over 7 years ago
Added ServerMemberAdd/RemoveListener and methods to add them

github.com/Javacord/Javacord - 131ba26dbf3ea9a46c857e2f966c11937e8a8c9f authored over 7 years ago
Removed JavacordCompletableFuture and updated README.md

github.com/Javacord/Javacord - 711714d9a7b58d9699eed22304ad444046113044 authored over 7 years ago
Added MessageType enum to get the type of a message

github.com/Javacord/Javacord - cff22c99aab01429a57c7196af92be4d8a2d835b authored over 7 years ago
Added methods to remove reactions

github.com/Javacord/Javacord - e8d2afb90412dbdf997ba88f4135088a52766214 authored over 7 years ago
Fixes for the RatelimitManager class

github.com/Javacord/Javacord - 210f8a54f47b8843dc6cd984b0aec91eb5b3a571 authored over 7 years ago
Added Reaction support (+ReactionAdd/RemoveListener)

github.com/Javacord/Javacord - 9d02d340bbbe0ea3c6cc3b360dd722b30fb1c3ee authored over 7 years ago
Added CustomEmoji#getServer() which returns an Optional

github.com/Javacord/Javacord - c16318c5f6b3f425055b5177a7ec957b88705858 authored over 7 years ago
Added CustomEmoji implementation

github.com/Javacord/Javacord - c3125549e7ebbe77fe69ce88ee669de3a7407ac2 authored over 7 years ago
Implemented GroupChannel#getIconUrl()

github.com/Javacord/Javacord - 719deb63f581cd9f016cf296e72b30bbcc153767 authored over 7 years ago
Added implementation of GroupChannels

github.com/Javacord/Javacord - c070ac588893bcd0554874f39501c4d7c7919841 authored over 7 years ago
Added TODO message

github.com/Javacord/Javacord - b182f7df2f619d9a5f2cc1fedd82e2db23b34dd3 authored over 7 years ago
Fixed using of wrong exception (InvalidStateException instead of IllegalStateException)

github.com/Javacord/Javacord - 767a8c2a06a0b435d945b790c388898f0dba9934 authored over 7 years ago
Added methods to get the icon/avatar of servers/users/group channels

github.com/Javacord/Javacord - 0c1b981680f5fe549af25af7a3870be28e2c318a authored over 7 years ago
Added message history

github.com/Javacord/Javacord - 039de9f5ec1cf58b8f447a773d9df38bc5189a9b authored over 7 years ago
Added methods to request uncached messages

github.com/Javacord/Javacord - feffb59284d6c8fb68c0d8db945431787d9f8d35 authored over 7 years ago
Added ability to edit messages

github.com/Javacord/Javacord - 43ca78644271331200ac0cd39eef55c4bc2c2e8b authored over 7 years ago
The authorization header is no longer included in the gateway request for client bots

github.com/Javacord/Javacord - 651893790dd68e44f3e2f6f6c5e194e4d1e3d043 authored over 7 years ago
Receiving a 403 now throws a MissingPermissionsException

github.com/Javacord/Javacord - 96c311c45c908242b4274154c2d281b11871d3a1 authored over 7 years ago
Added TextChannel#type()

github.com/Javacord/Javacord - 8d2ed978c14f77d0784f19898a45328aa67350f3 authored over 7 years ago