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

Merge pull request #144 from Vampire/correct-rate-limit-delay-calculation

Always calculate rate limit delays if some answer was received, not only on successful and 429 r...

github.com/Javacord/Javacord - da26e54e5a49677e85746365e26936f06d259183 authored about 7 years ago
Merge pull request #142 from Vampire/fix-ImplDiscordApi-memory-leak

Fix ImplDiscordApi memory leak

github.com/Javacord/Javacord - 73e000e679c120e0b66186ee229c3d13dd8083f0 authored about 7 years ago
Added missing space in JavaDoc example code

github.com/Javacord/Javacord - 98038aae84a35e97272fd271278e37478dca373b authored about 7 years ago
Added support for rich presence (get not set)

github.com/Javacord/Javacord - 4a02b426134944936b73a0b4f73c64ea023aafe8 authored about 7 years ago
Add TextChannel#typeContinuously()

github.com/Javacord/Javacord - ccfcea5d659e11f1d12ccffa06c68ddc090cbae4 authored about 7 years ago
Fix ImplDiscordApi memory leak

github.com/Javacord/Javacord - 7690388298aaca0030f26457d5e8c38869a6614b authored about 7 years ago
Always calculate rate limit delays if some answer was received, not only on successful and 429 responses

github.com/Javacord/Javacord - 957a517d7aba4c059ad70fcdbb7954fedf3c8d36 authored about 7 years ago
Renamed Game to Activity

github.com/Javacord/Javacord - dfacef02e3a3fbf414979af29fe132836317a61b authored about 7 years ago
Merge pull request #147 from Vampire/add-discriminated-name-convenience-methods

Add discriminated name convenience methods and make discriminator of message author optional

github.com/Javacord/Javacord - 5eafc8315ea029bf98e8bc41a1017d48d017298d authored about 7 years ago
Added WebhookUpdater

github.com/Javacord/Javacord - 3f3a28a86e9dadedda89e761bd9ebe7668a85690 authored about 7 years ago
Merge pull request #146 from Vampire/suppress-mdc-warning

Use MDCCloseable with try-with-resources block instead of manual removal and prevent the MDC war...

github.com/Javacord/Javacord - 79421406944fc05f4828fb2dcd8cbc56f5cb6ebb authored about 7 years ago
Merge pull request #145 from Vampire/add-addReactions-methods

Add Message#addReactions and MessageEvent#addReactionsToMessage

github.com/Javacord/Javacord - f87d358c52eb3c02cfb8643e9cd27a83fe85ebca authored about 7 years ago
Merge pull request #148 from Vampire/fix-permission-overrides

Fix permission override calculation regarding personal denial

github.com/Javacord/Javacord - 4fb389254631710dfea5055a935c3d38e210356e authored about 7 years ago
Fix permission override calculation regarding personal denial

github.com/Javacord/Javacord - 019c050f363065d5a6630ab92d7274b35c2639d1 authored about 7 years ago
Add discriminated name convenience methods and make discriminator of message author optional

github.com/Javacord/Javacord - 07cc580a5e792e25ad144e06b5a70e9f9684ac8c authored about 7 years ago
Use MDCCloseable with try-with-resources block instead of manual removal and prevent the MDC warning of slf4j if no proper logging binding is present

github.com/Javacord/Javacord - 6ec04ab281011f7a182e1044df2219a087b73720 authored about 7 years ago
Add Message#addReactions and MessageEvent#addReactionsToMessage

github.com/Javacord/Javacord - 93eb434d0fb15b9a5f9a59e2701209801e631402 authored about 7 years ago
Merge pull request #143 from Vampire/add-Message-removeReactionsByEmoji

Add Message#removeReactionsByEmoji and Message#removeOwnReactionsByEmoji

github.com/Javacord/Javacord - 152bcffacda621e259f0d042723de5cbb6c4c6c4 authored about 7 years ago
Add MessageEvent#removeReactionByEmojiFromMessage and friends

github.com/Javacord/Javacord - 56e40c1aa881a90a76ac920381ab410644daba62 authored about 7 years ago
Add Message#removeReactionsByEmoji and Message#removeOwnReactionsByEmoji

github.com/Javacord/Javacord - 8afb339bfaf8299305e5f0cba190b3887dea9cf3 authored about 7 years ago
Merge pull request #140 from Vampire/add-canYouXXX

Add canYouXXX methods for all canXXX methods outside MessageAuthor

github.com/Javacord/Javacord - 74163754ef990940199a3e06425b5d544f450290 authored about 7 years ago
Merge pull request #141 from Vampire/retry-connection-on-any-throwable

Retry connection on any Throwable, not only on specific ones

github.com/Javacord/Javacord - 574aced8d597bd3d28f68d1278ecb7d46353c96c authored about 7 years ago
Retry connection on any Throwable, not only on specific ones

github.com/Javacord/Javacord - 894f162aa8119c0bb5c0c3d282d7ea6c8f4b1742 authored about 7 years ago
Add canYouXXX methods for all canXXX methods outside MessageAuthor

github.com/Javacord/Javacord - effd164ad6edaa3bb80d569dfc346efa0b089ead authored about 7 years ago
Merge pull request #134 from Vampire/add-Reaction-remove

Add Reaction#remove()

github.com/Javacord/Javacord - d6fb3ce641cca5130c1cefdd913e83625cfad681 authored about 7 years ago
Add Reaction#remove()

github.com/Javacord/Javacord - fddf0ed9e4149ca4db8810240ef94e9156f41573 authored about 7 years ago
Merge pull request #139 from Vampire/add-MessageAuthor-canSeeChannel

Add MessageAuthor#canSeeChannel()

github.com/Javacord/Javacord - 29b8e69a594e84712aeba6e91e45a66a1cfdc3b6 authored about 7 years ago
Add MessageAuthor#canSeeChannel()

github.com/Javacord/Javacord - 9525228a679c0089da1e4cf333c66c032584cac1 authored about 7 years ago
Merge pull request #135 from Vampire/add-Message-removeReactionByEmoji

Add Message#removeReactionByEmoji variants

github.com/Javacord/Javacord - 6381e055712a0d69082a40dc3b62e2510950e79a authored about 7 years ago
Add Message#removeOwnReactionByEmoji(String)

github.com/Javacord/Javacord - 55316e3f31c21750687e72fcc847135a0df8cd71 authored about 7 years ago
Add Message#removeReactionByEmoji(Emoji, User)

github.com/Javacord/Javacord - 04f818bf59b63dbc8432348a85cf62510f71651a authored about 7 years ago
Add Message#removeOwnReactionByEmoji(Emoji)

github.com/Javacord/Javacord - c0559a3967d233c31a0371f5ecd70c4fa8854f1c authored about 7 years ago
Add Message#removeReactionByEmoji(String)

github.com/Javacord/Javacord - 84a4d3d69e90d7f76a44e3cc9219653105741cc3 authored about 7 years ago
Add Message#removeReactionByEmoji(String, User)

github.com/Javacord/Javacord - d020267de007f5032abf5ecf25dd28a21a9fa075 authored about 7 years ago
Add Message#removeReactionByEmoji(Emoji)

github.com/Javacord/Javacord - 56cf8048ed4a4d99291a0ba4c1cfd3a2afdcbf5d authored about 7 years ago
Merge pull request #138

Fixed typo

github.com/Javacord/Javacord - c8c6416766ca95e81b9688c7fa7ff0cbcfda9d55 authored about 7 years ago
Fix typo in JavaDoc of MessageAuthor#canAddNewReactionsInTextChannel()

github.com/Javacord/Javacord - 83e740ef9ceab34dffed8a008dc72bf119ce263f authored about 7 years ago
Merge pull request #137 from Vampire/add-MessageAuthor-canXXX

Add MessageAuthor#canXXX() variants of the canXXX() methods

github.com/Javacord/Javacord - c9a886cc268f7a02d4a8939aedf45a97a730d915 authored about 7 years ago
Add MessageAuthor#canXXX() variants of the canXXX() methods

github.com/Javacord/Javacord - 893fabb442eaa690d15835a91ffc20d4730e82c9 authored about 7 years ago
Merge pull request #133 from Vampire/add-TextChannel-canDeleteReactionsOfOthers

Add TextChannel#canRemoveReactionsOfOthers(User)

github.com/Javacord/Javacord - 8da1fa3d04c579f133cc5525da8a5b3c4b57a2b6 authored about 7 years ago
Add TextChannel#canRemoveReactionsOfOthers(User)

github.com/Javacord/Javacord - 90f82bb0e968ca0557c11d7c3afd814fd04fe93b authored about 7 years ago
Fixed ServerChannel#getEffectiveOverwrittenPermissions(User)

github.com/Javacord/Javacord - 5159ae0608ad33256e787ebc6cb8b7cead472819 authored about 7 years ago
Merge pull request #136 from Vampire/categorizable

Category Handling

github.com/Javacord/Javacord - 28cc3744d3fb2da4d3fe6e4ef94c876da5ffba4a authored about 7 years ago
Add interface Categorizable

github.com/Javacord/Javacord - 1a45fb86519901ec58bf03edd6b589a2e51906da authored about 7 years ago
Fix ServerVoiceChannel#updateCategory(ChannelCategory) which did remove the category instead of update it

github.com/Javacord/Javacord - 4cfbbc031352d64b63fb4010551fa9535961e3eb authored about 7 years ago
Merge pull request #132 from Vampire/add-Reaction-removeYourself

Add Reaction#removeYourself()

github.com/Javacord/Javacord - 8089a2970cd62c645fe0a781e3e1d1fae45d6226 authored about 7 years ago
Fixed JavaDoc of TextChannel#type()

github.com/Javacord/Javacord - 26dfb4c7da9e68e23bb41997f8ea99d4fdc49bf4 authored about 7 years ago
Add Reaction#removeYourself()

github.com/Javacord/Javacord - 9023bb97e1a8b0cb4c42dc7fe94cc3afd64934dc authored about 7 years ago
Fixed EmbedBuilder not being able to set the author

github.com/Javacord/Javacord - 104b3ccdc787474f9305eaaa41e3392910699eda authored about 7 years ago
Removed all wildcard imports

github.com/Javacord/Javacord - 5ba5cc271b0d2ca8d96f1d3f040decef122e2b2d authored about 7 years ago
Cleaned up the DiscordWebSocketAdapter a little bit

github.com/Javacord/Javacord - 5a0c23d9ceeb4bb48868ce0970539d08c495ac0b authored about 7 years ago
Merge pull request #126 from Vampire/auto-sharding

Added support for auto sharding

github.com/Javacord/Javacord - 62e9044cf0b8a21725e6e19bc3bc85e2abe9fbc4 authored about 7 years ago
Added JavaDoc comment to DiscordWebSocketAdapter#setGateway(String)

github.com/Javacord/Javacord - 270ac34099e46fc68a52bf7f9194bdb0b799be0b authored about 7 years ago
Make DiscordApiBuilder capable of retrieving the recommended shard count from Discord

github.com/Javacord/Javacord - 3d6169a97f59053a08aeaaffcc0ca6d1ff43b706 authored about 7 years ago
Make DiscordApiBuilder capable of automatically building a subset of the total shards according to an IntPredicate

github.com/Javacord/Javacord - 481c727058ffd66a91524a48d141adf0774859bf authored about 7 years ago
Make DiscordApiBuilder capable of automatically building a subset of the total shards

github.com/Javacord/Javacord - 42c771007d96f91af3232f03e49ccc45ce936737 authored about 7 years ago
Make DiscordApiBuilder capable of automatically building a given amount of shards

github.com/Javacord/Javacord - d832c1a3142bcee515129cd63ecf776cf3384b79 authored about 7 years ago
Merge pull request #130 from Vampire/fix-its

Fix usage of it's where its would be correct

github.com/Javacord/Javacord - 7be0ff16440ab3c089fd49899b4dd1204b88b9a6 authored about 7 years ago
Fix usage of it's where its would be correct

github.com/Javacord/Javacord - cb8a98f5df6efb54f9bff993f6f8646a401958fc authored about 7 years ago
Fixed Server#getMemberCount() not updating properly

github.com/Javacord/Javacord - b671774f4a5550c4e209805992afcc1e5f02348c authored about 7 years ago
Merge pull request #124 from Vampire/log-exceptions-happening-in-callbacks

Log an error that happens during invocation of callback methods

github.com/Javacord/Javacord - f48379481307f2673e7435a4be4e4f4deaadbc1d authored about 7 years ago
Log an error that happens during invocation of callback methods

github.com/Javacord/Javacord - d764b09c8450cb4d53fc8b4f0bd2cae511738443 authored about 7 years ago
Merge pull request #123 from Vampire/remove-unused-heartbeatAckReceived

Removed unused private field

github.com/Javacord/Javacord - ff15d5f3c563456a0142b923eb01a43f3dc9cfdb authored about 7 years ago
Merge pull request #125 from Vampire/improve-identify-ratelimit-handling

Improve Identify Ratelimit Handling

github.com/Javacord/Javacord - b8e90c12abb9a073c891e2ad098f0a9ce9ccac68 authored about 7 years ago
Added comment, which describes the purpose of the static scheduler in DiscordWebSocketAdapter

github.com/Javacord/Javacord - 694d7934e806d068203a7ace976495febbb37b11 authored about 7 years ago
Replaces timer with SingleThreadScheduledExecutor

github.com/Javacord/Javacord - 784a3e55242adb8b88a60928fadeca3b176a00da authored about 7 years ago
Replaced the call of the Random constructor with the static Math.random()

github.com/Javacord/Javacord - a4a2f6b9f4d3abf89098544ee36d43572c8e4b45 authored about 7 years ago
Wait a random amount of time between 1 and 5 seconds if a resume failed as demanded by Discord API documentation

github.com/Javacord/Javacord - 062a7e4c72cbe4ddaf9b0c86f2fe7f67c44a3992 authored about 7 years ago
Removed static imports

github.com/Javacord/Javacord - 087c7f29b7c1c3a9dd357746fbc5becd0a718125 authored about 7 years ago
Prevent hitting the identify ratelimit as long as the calls come from the same JVM

github.com/Javacord/Javacord - 62abfa1a68d1be05960edb7fc6355f2c126a383e authored about 7 years ago
Log correct message and wait only 5 seconds if hitting identify rate limit, not on invalid session when trying to resume

github.com/Javacord/Javacord - 1ccefd63219ed64aadd2b330c275935f69b83b9b authored about 7 years ago
Removed unused private field

github.com/Javacord/Javacord - 365fbbca2cfbb40d8422660e6f9b9e690b4eb172 authored about 7 years ago
Merge pull request #128 from Vampire/improve-permission-helpers

Improve Permission Helpers

github.com/Javacord/Javacord - cb1683a74b7c8fbb0c8aaaea119ac743c39b9792 authored about 7 years ago
Merge branch 'v_3' into improve-permission-helpers

github.com/Javacord/Javacord - 75d27815cd04246a049a0a47623fd1c5af2f8ee5 authored about 7 years ago
Merge branch 'v_3' into improve-permission-helpers

github.com/Javacord/Javacord - 84b320e567a50033e258905ca755e3fe03268546 authored about 7 years ago
Merge pull request #129 from Vampire/fix-removeAllReactions

Fix Message#removeAllReactions() which needs only two parameters in the URL

github.com/Javacord/Javacord - daa2fe485c9667a3fc1353fbc82a318bcb83136b authored about 7 years ago
Merge pull request #127 from Vampire/messageAuthor-isServerAdmin

Add MessageAuthor#isServerAdmin()

github.com/Javacord/Javacord - 53b8b787bc5198c8e76b45a6eae8e5fcb4907c11 authored about 7 years ago
Fix Message#removeAllReactions() which needs only two parameters in the URL

github.com/Javacord/Javacord - 149797a21b9a1ef4fd7955d2a6243927393acfcc authored about 7 years ago
Add ServerChannel#hasPermission(User, PermissionType) and ServerChannel#hasAnyPermission(User, PermissionType...) and use them where appropriate

github.com/Javacord/Javacord - 8f049dd2d14169fca4304529d4726b5a51bc24bb authored about 7 years ago
Add MessageAuthor#canManageServer()

github.com/Javacord/Javacord - 5c8b0d982c152237ea223a0b70daf0bcb537680f authored about 7 years ago
Add Server#canManageServer(User)

github.com/Javacord/Javacord - 7cbdcf08071a19f8167f29f9ee6a59ec06ceb16c authored about 7 years ago
Add Server#hasAnyPermission(User, PermissionType...) and use hasPermission and hasAnyPermission where appropriate

github.com/Javacord/Javacord - e42106669a5fac338a06db4f9f4f1220eeb3b7b7 authored about 7 years ago
Add MessageAuthor#isServerAdmin()

github.com/Javacord/Javacord - 7dfdb0bac687239ba4b9a7c3648447b0afc0fba9 authored about 7 years ago
Merge pull request #122 from Vampire/improve-gateway-url-retrieving

Improved the Gateway URL handling so that the non-ratelimited endpoint is used and the URL is on...

github.com/Javacord/Javacord - 230c04eb1bdd1b26d2a9bb726e6f31d96575e053 authored about 7 years ago
Improved the Gateway URL handling so that the non-ratelimited endpoint is used and the URL is only retrieved once per process or if (re-)connection failed

github.com/Javacord/Javacord - 89b1247cefbcd3c8628a11deb8bebb8666682b26 authored about 7 years ago
Merge pull request #120 from Vampire/fix-ratelimit-manager-exception-handling

Fixed the exception handling in the ratelimit manager

github.com/Javacord/Javacord - b5975ceb2dc05889b1560120ba4d5cf0069edf6a authored about 7 years ago
Merge pull request #121 from Vampire/fix-ratelimit-handling-for-non-ratelimited-endpoints

Fixed the ratelimit handling for non-ratelimited endpoints

github.com/Javacord/Javacord - 32c2a94ba610d6e8ab952d49806d7cc0c4636de2 authored about 7 years ago
Fixed the ratelimit handling for non-ratelimited endpoints

github.com/Javacord/Javacord - 24bb8050d0f72fb4e27b3c8fab7ef897f9d0b1bc authored about 7 years ago
Fixed the exception handling in the ratelimit manager

github.com/Javacord/Javacord - da03938fab1880eb06ef33b89fd5800da4e9f398 authored about 7 years ago
Fixed Jitpack not being able to generate JavaDocs (for whatever reason it doesn't like #getClass()...)

github.com/Javacord/Javacord - 701331fc73fc3647df62d3e4437a441e0329366a authored about 7 years ago
Added support for editing channel permission overwrites

github.com/Javacord/Javacord - b921166da47b4bad0f0c7a47d4932543c478abc5 authored about 7 years ago
Removed duplicate code and improved logger messages of Icon class

github.com/Javacord/Javacord - 4f07a9ebaf1e1892ab5606d80c4e9a0faed92aa5 authored about 7 years ago
Added Icon#asInputStream()

github.com/Javacord/Javacord - b58f26a4ce074556955e6e142a5e17a6c6c52be2 authored about 7 years ago
Fixed the uploading of files

github.com/Javacord/Javacord - 08b63135bea8067a0465865925b8fde3b1cb7a72 authored about 7 years ago
Added ServerChangeExplicitContentFilterLevelListener

github.com/Javacord/Javacord - 41f48d2971e639f1491512fbf12c9046c355e9a0 authored about 7 years ago
Moved the ExplicitContentFilterLevel class to it's proper package

github.com/Javacord/Javacord - 64c13d381989e8d0a56e8a5b8c2ff5be7cd63ccf authored about 7 years ago
The Jackson ObjectMapper is now only created once per DiscordApi instance

github.com/Javacord/Javacord - 71f14c7df9c0840795574fd2c6caae302ec13112 authored about 7 years ago
Merge pull request #119 from Vampire/make-response-from-exceptions-usable

Make HTTP responses usable when retrieved from an exception

github.com/Javacord/Javacord - d9eb4b9a0b7f6ca0627486ef4f6b2cc471859203 authored about 7 years ago
Some small changes to fit the Javacord design guidelines

github.com/Javacord/Javacord - 468604fd4ac79e4797b44c07b3eae12241dba956 authored about 7 years ago