Ecosyste.ms: OpenCollective

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

JDA

Java wrapper for the popular chat & VOIP service: Discord
Collective - Host: opensource - https://opencollective.com/java-jda - Code: https://github.com/discord-jda/JDA

Handle EOFException for gzip

github.com/discord-jda/JDA - ad13945d0361ddf3fcace4a19da7da298b9b494e authored over 5 years ago
Improve some documentation (#1073)

* Improve some documentation
* Add warning for unregister with wrong type in InterfacedEventMan...

github.com/discord-jda/JDA - 9b7d20dd996121b23d3165dd02b6ea115428f841 authored over 5 years ago
Improve handling of webhooks without tokens (#1061)

github.com/discord-jda/JDA - 3738e0239479cf00379f9141cbd86a192ddb7073 authored over 5 years ago
Fix xsalsa20_poly1305 encryption

github.com/discord-jda/JDA - 83edaa87905d7d712a280c81cc9cf06dc8ee4c23 authored over 5 years ago
Update README (#1034)

github.com/discord-jda/JDA - 4480b93326f4b684e71ec1f65b32423f95591c7a authored over 5 years ago
Update documentation to remove references to internals (#1057)

github.com/discord-jda/JDA - 7f4da92aea3817f4e54838967c274998efbadefb authored over 5 years ago
Added StoreChannel cache methods to ShardManager (#1060)

github.com/discord-jda/JDA - 9ed44a9553db6fe660395b587cdfe57f10600050 authored over 5 years ago
Remove two redundant checks

github.com/discord-jda/JDA - d0848185f067cfe28df5247e46d3b63d0239f721 authored over 5 years ago
Cleanup udp discovery code (#1051)

github.com/discord-jda/JDA - b4c67d964b58e40605a8fc3f6786d4f087d12f87 authored over 5 years ago
Fix check for downloadToFile and add trace logging for requests

github.com/discord-jda/JDA - b8ca185bf3b0fc989745eb03b6adbd410b207b66 authored over 5 years ago
Expose all functionality from PermissionUtil

github.com/discord-jda/JDA - b19702118fd8efe6d962c4dac69640fae2d1a97d authored over 5 years ago
Use enqueue instead of execute for HTTP requests (#1040)

* Use async code to handle requests
* Retry on wrong certificate

github.com/discord-jda/JDA - 2e8a79f49c53a7c8a8e399d77a42dc2be9f61e55 authored over 5 years ago
Fix missing CheckReturnValue annotation

github.com/discord-jda/JDA - acca3f24e79812b10af39aa6d950febfddfac1f4 authored over 5 years ago
Update .editorconfig with intellij settings

github.com/discord-jda/JDA - 7dd393b4a58d026c3014739e5abbf02aced12823 authored over 5 years ago
Cleanup Helpers utility (#1045)

github.com/discord-jda/JDA - 5bbcc43973a009852c7af4d05407d714da8802bc authored over 5 years ago
Add GatewayPingEvent (#1028)

Log raw close reason if the close code is not handled

github.com/discord-jda/JDA - 3add329cf275012c04475a929b6070b933ac2785 authored over 5 years ago
Update some outdated and no longer accurate javadoc (#1038)

* Mention exception for removeReaction
* Update description and since tag on setSpeakingDelay
...

github.com/discord-jda/JDA - 3c065b7a581dc56886f9039988ab2ce08b16a927 authored over 5 years ago
Use HashMap in favor of LinkedHashMap

github.com/discord-jda/JDA - 8e9f7c3852f12113574c3d7ebcdbdf0879258304 authored over 5 years ago
Add EventManagerProxy (#1031)

This is done to avoid exceptions that could disrupt
the SocketHandler.

github.com/discord-jda/JDA - 4e94a85d17794ef65c2c1289e4d00d169f6c2ea5 authored over 5 years ago
Disable client status handling if cache disabled

github.com/discord-jda/JDA - 504256974f893cbd99d76768abc174009986442c authored over 5 years ago
Synchronize WebSocketFactory and use setServerName (#1035)

github.com/discord-jda/JDA - acf879375183f215a0ab2e1270bede16b9446443 authored over 5 years ago
Add implementation for teams (#1024)

github.com/discord-jda/JDA - 3d5f4db003496e49501c0942e0cffcccd53f9ce5 authored over 5 years ago
Mark getShardInfo() nonnull

We return a constant instead

github.com/discord-jda/JDA - 601311df5d48379b1386d46acfc1a1a8e1fab795 authored over 5 years ago
Update ErrorResponse enum and references

github.com/discord-jda/JDA - 27b2edddd812f8fccdd5e52d8fee119234735e64 authored over 5 years ago
Ignore unknown message types

github.com/discord-jda/JDA - cd4e251b1d0ceec8f7b55a4216d60f383272a199 authored over 5 years ago
Fix hierarchy check in modifyMemberRoles

github.com/discord-jda/JDA - 1db45a54110c64cbe52ef76efdadbf3ee8344d89 authored over 5 years ago
Fix incorrect check in addReaction

github.com/discord-jda/JDA - 7ab2c9ff63f2120c4b196e81bfe76acaa656abcb authored over 5 years ago
Deprecate ShardManager#setGame (#1027)

github.com/discord-jda/JDA - 6bb41de006bd44c9bf6c3fa70ca44655f83d6b4b authored over 5 years ago
Remove the overriden "GuildImpl#getIconUrl()" implementation

The guild interface already has the proper implementation, we don't need the overriden method an...

github.com/discord-jda/JDA - 5f0e2947b43e05abfef5148604ca0126e29b4d8d authored over 5 years ago
Deprecate Invite#getCreationTime in favor of Invite#getTimeCreated (#1025)

github.com/discord-jda/JDA - a33c53ed344fe2d36727c2187bd68e6ffdbf9927 authored over 5 years ago
Add IconType enum to support more mime types in Icon (#1018)

github.com/discord-jda/JDA - 1ee4c35a1de9a82ba26159bae487003d1951796a authored over 5 years ago
Use EnumMap where applicable

github.com/discord-jda/JDA - b638c709cc26ecdf86ab3227f36ee505940e4a03 authored over 5 years ago
Add bag accessors for mentions (#981)

Bags are used to get item cardinality instead of collections with duplicates

github.com/discord-jda/JDA - 2533b0d2afd427002361b9c5241f2dd2a94334cf authored over 5 years ago
Fix rate-limits for reactions (undocumented behavior) (#1020)

github.com/discord-jda/JDA - 55c389a1efb8985049b3718946d42afc13ee0a76 authored over 5 years ago
Add new guild properties (#995)

* Add new guild properties
* Add boost properties
* Add Guild#getMaxBitrate
* Make image URLs...

github.com/discord-jda/JDA - b61088cf3adc31f41a841c8893b4aa32f863fe26 authored over 5 years ago
Bump version to 4.BETA.0

github.com/discord-jda/JDA - ba1acb077e545c33e4637d0559f691e091d1ba20 authored over 5 years ago
Javadoc Updates (#1017)

* Update outdated MessageChannel documentation
* Add example to openPrivateChannel
* Update ol...

github.com/discord-jda/JDA - 598ba9a15dad55f9dda65a2f333f7e72299a4665 authored over 5 years ago
Update README (#941)

* Add some information on how JDA entities work
* Add Ping-Pong example to README
* Change ico...

github.com/discord-jda/JDA - 70a594702a9b51110fa56ac8e5e9085d4b345807 authored over 5 years ago
Handle split zlib messages with Z_SYNC_FLUSH suffix (#1019)

github.com/discord-jda/JDA - 506c91ef36957e6d533b5b4690327765f6bcb74a authored over 5 years ago
Allow mute/deafen on owner of the guild

Looks like this check is no longer needed

github.com/discord-jda/JDA - 201d795e148ff65f64da9f472f30de6f6ba23fcb authored over 5 years ago
Opus Interceptor (#1001)

* Add opus receiving capabilities
* Make methods in AudioReceiveHandler defaults

github.com/discord-jda/JDA - 13d24532fbc9ca2a6ac623793a0e7b81319b2fc0 authored over 5 years ago
Opus Interceptor (#1001)

* Add opus receiving capabilities
* Make methods in AudioReceiveHandler defaults

github.com/discord-jda/JDA - eb19aff5bd0e908b3e44f61cc0dbdc6fa92e962d authored over 5 years ago
Restructure handling of unavailable events during setup (#1016)

github.com/discord-jda/JDA - a1687b6ffcd3db8745ff6244e7b0dbb6a7551bb0 authored over 5 years ago
Add shortcuts for common actions on Members

github.com/discord-jda/JDA - 46f0de99a7d0b1577a87ace15278cb799e71eb0e authored over 5 years ago
Add guild and channel context to InsufficientPermissionException (#955)

github.com/discord-jda/JDA - 34167d5df8deadd06e8511883e0f112b3ec5ca72 authored over 5 years ago
Rename CacheFlag.PRESENCE -> CacheFlag.ACTIVITY

This is a breaking change

github.com/discord-jda/JDA - 949bb9f6b51d34590cc0c102ef72d6e94586bcff authored over 5 years ago
Add RawGatewayEvent (#1002)

* Add RawGatewayEvent
* Add flag for raw events and merge booleans into enums
* Removed isAudi...

github.com/discord-jda/JDA - 9a4b5f27f36a214be9ca8d1d7a12fc97fc4475ea authored over 5 years ago
Add new message types

github.com/discord-jda/JDA - 0804b2d2969fb1b5c9c4d6855d708022c022aae8 authored over 5 years ago
Remove usages of _trace [and cf-rays for gateway] (#1010)

github.com/discord-jda/JDA - 9a4f2ba6a5d479de9a4dc697c654833e4ea3e60a authored over 5 years ago
Remove mentions of GuildController from the documentation

github.com/discord-jda/JDA - a7e3613b771d2a8ed5d3d11af89f4092fb0d4b94 authored over 5 years ago
Fix example in documentation for modifyMemberRoles

github.com/discord-jda/JDA - 1c41cf51d159b7d6b48ccdd3b713a4f1511a6c57 authored over 5 years ago
Add more diverse issue templates

github.com/discord-jda/JDA - 9845976e6d4073c7e206fa91300541b4760704a1 authored over 5 years ago
Revert "Remove pom type from pom dependency because gradle"

This reverts commit 47018d09

github.com/discord-jda/JDA - 786e20708b1279d097aaecd7ad58df31712e6bb4 authored over 5 years ago
Remove GuildController (#966)

* Add kickVoiceMember
* Remove addRolesToMember and removeRolesFromMember
* addSingleRoleToMem...

github.com/discord-jda/JDA - dedc15e9dd7e7c9dabde661aba4797b2d04677aa authored over 5 years ago
Remove pom type from pom dependency because gradle

Apparently gradle thinks it makes sense to put pom dependencies
on the classpath when it can't f...

github.com/discord-jda/JDA - 47018d095fd57d7a85ef89158fb75c12603e4218 authored over 5 years ago
Add getGuildChannelById methods (#1007)

github.com/discord-jda/JDA - 5c4ac9430a608635f6d838af395ccd413662050f authored over 5 years ago
Add support for StoreChannel (#964)

* Restructure some systems for store channels
* Improve generics in order action
* Remove type...

github.com/discord-jda/JDA - 6fc9bbc52fc6195bfc686976a07ad68a67121415 authored over 5 years ago
Add voice kick handling that stops JDA from reconnecting (#1000)

github.com/discord-jda/JDA - e34d37f3cfd5aa063d51aceb94e34099b5f33593 authored over 5 years ago
Update embed album links

github.com/discord-jda/JDA - 7988ad93d249a03510c2552082c1ad5d43c25fa9 authored over 5 years ago
Modified JDALogger SLF4J detection to be able to detect both pre-1.8.x and 1.8.x+ providers (#979)

github.com/discord-jda/JDA - 405925e3ae69b3c9b3078d1b61652f0a99347357 authored over 5 years ago
Use enum for compression algorithm (#996)

github.com/discord-jda/JDA - d9705df33f6874c25a486a4a96d304add49d2840 authored over 5 years ago
Use concurrent collections in AnnotatedEventManager (#998)

github.com/discord-jda/JDA - 4b03094c89e2282fd65ca5183227d5e0af60a973 authored over 5 years ago
Abstraction of json parser (#984)

- Remove org.json
- Make jackson an implementation dependency

github.com/discord-jda/JDA - 2957781f9152f9a9d87cba4c11aa3122c36ce987 authored almost 6 years ago
Retry requests on SocketException

github.com/discord-jda/JDA - 8d2d2269f5a1b8a460427c77d375a156dbd06be8 authored almost 6 years ago
AudioReceiveHandler#includeUserInCombinedAudio (#971)

* Added AudioReceiveHandler#includeUserInCombinedAudio

* Made requested cleanup changes.

github.com/discord-jda/JDA - 895577f175dad52f7f8f91d1190d9c1ab8e87861 authored almost 6 years ago
Add attachment options to apply to files (#913)

github.com/discord-jda/JDA - 2372639b8ad1ac41606a60b4ab38465e1642b471 authored almost 6 years ago
Create GuildMemberUpdateEvent hierarchy (#992)

github.com/discord-jda/JDA - 079a9ff1d40e519c1f23bb55dedfe1eb27cd8f96 authored almost 6 years ago
Use buffer for file uploads to fix duplicated requests

github.com/discord-jda/JDA - 9dbfa11bb328a2bde75b70f8e013815e94a05e9a authored almost 6 years ago
Update slowmode limit to 6 hours

github.com/discord-jda/JDA - 87ae192f970276419e3166515a1f8264f14e31f8 authored almost 6 years ago
Change delta for escaped sequences

Since the previous iteration step already appended the escape
we only need to add the rest of th...

github.com/discord-jda/JDA - ce4c35a2e4682576d7f500ac6ededd04ee4ed4a8 authored almost 6 years ago
Hotfix exception thrown by getSelfUser() during setup

github.com/discord-jda/JDA - 6cc8b3caa95f230138937bebcc79d529de3f1074 authored almost 6 years ago
Add nullability annotations (#948)

github.com/discord-jda/JDA - 7a7731661545f6855726e8acc4be47ce8e0b1c8c authored almost 6 years ago
Use mark to get correct content of http response in getBody

github.com/discord-jda/JDA - dc4b4f60b75d3c823872bd735248c08db6fb9988 authored almost 6 years ago
Added EmbedBuilder#setFooter for convenience (#980)

github.com/discord-jda/JDA - 582923618a51dd0f67c082611267d682439c32fa authored almost 6 years ago
Add method to easily get the beginning history of a MessageChannel (#972)

github.com/discord-jda/JDA - ef92b8697c41e6d12cce3df021dad9229e81731c authored almost 6 years ago
Invite.Group#getUsers now returns usernames (#974)

github.com/discord-jda/JDA - 7b472348179f755df854cd40f3a699d878e8f9ff authored almost 6 years ago
Avoid losing entities skipped by forEachAsync iteration (#950)

github.com/discord-jda/JDA - 806bf8fa86c941f5b54a10ec372216c0e2e9022c authored almost 6 years ago
Add message activity/application (#958)

github.com/discord-jda/JDA - 0430acaee93ae61cf79f8ed41afa5d252519866a authored almost 6 years ago
Rename GuildMemberNickChangeEvent to GuildMemberUpdateNicknameEvent (#970)

* rename GuildMemberNickChangeEvent to GuildMemberNicknameUpdateEvent

* follow getOldX naming...

github.com/discord-jda/JDA - fea9f17daaa1fc3842df048de3a2911142baa09e authored almost 6 years ago
Add ClientType enum for client_status support (#902)

github.com/discord-jda/JDA - 8ba7e37c4fb442edcdc14ed57edc66426940e62d authored almost 6 years ago
Add PermissionOverrideAction#clear (#952)

github.com/discord-jda/JDA - 5ea93fe98a0be817a2aff7e49a248bf232b03424 authored almost 6 years ago
Handle news channels

github.com/discord-jda/JDA - c148bb03bf075903b8af03f8a415f08c3062be6a authored almost 6 years ago
Improve attachment retrieval by only offering async variants (#936)

github.com/discord-jda/JDA - 9d8dacb1e887760b81443afb890699d78ad6f5e3 authored almost 6 years ago
Change limit for role names to 100 (#954)

github.com/discord-jda/JDA - acdfd414a169097e895a6da21721a8e0d5761076 authored almost 6 years ago
Handle immediately closed regions and properly supply afterIndex

github.com/discord-jda/JDA - 0eb92eb4ed82e465576e203de24fecc94e4dbb46 authored almost 6 years ago
Make reactions more intuitive (#916)

github.com/discord-jda/JDA - 144663f51e51167fa4e0113d675ca353afbf6e19 authored almost 6 years ago
Forcibly request chunks again when caching too many events (#951)

github.com/discord-jda/JDA - 0189e330ceeafe3865bbdee7beda648ec3560520 authored almost 6 years ago
Add ability to set speaking delay in audio manager (#938)

github.com/discord-jda/JDA - 3315cfa6ae3d6be07f57ff1760a36136a523c5ba authored almost 6 years ago
Add MarkdownSanitizer (#930)

github.com/discord-jda/JDA - ba19f128a7f2f3b6d49ce97096544f6fb8eaa0fd authored almost 6 years ago
Remove old sendFile overloads in favor of better maintainability

github.com/discord-jda/JDA - f57010720a3ca3ae4817f71ac42c83b6e4ed4076 authored almost 6 years ago
Add getUserByTag (#943)

github.com/discord-jda/JDA - 979d55e7e8c6b7e6856abe721e934d79b89d9271 authored almost 6 years ago
Revert "Check whether content-length is long enough for gzip data (#942)"

This reverts commit fd90139c

github.com/discord-jda/JDA - da07b15646fa9d8a55d6a25c14af7208dd0863db authored almost 6 years ago
Check whether content-length is long enough for gzip data (#942)

github.com/discord-jda/JDA - fd90139cf8a2ecddf033566c47bbdc1c503da90c authored almost 6 years ago
Trim field value and name

github.com/discord-jda/JDA - eec54abbf705f35fee73d05476bcca6d7ae46f71 authored almost 6 years ago
Replace PermOverrideManager with PermissionOverrideAction (#917)

github.com/discord-jda/JDA - 489651f98e71aa95266dd2b83cc6f228657e5567 authored almost 6 years ago
Enforce non-null attachment urls

github.com/discord-jda/JDA - d092ccb7cae3d540ff57b18f67a972cc8980f023 authored almost 6 years ago
Use ByteBuffer for sending audio (#921)

github.com/discord-jda/JDA - 2160701d405e43a840cc2bf1de5db71fb89bab6f authored almost 6 years ago
Ensure the ChainedClosableIterator does not produce duplicates (#915)

github.com/discord-jda/JDA - 8facd75c409492e681eda67faaeb6d2064b33c5d authored almost 6 years ago
Reword exception for failed createGuild calls

github.com/discord-jda/JDA - d54c432d7e21dd58e819de8fb8274856ebedff50 authored almost 6 years ago
Only add --no-module-directories for jdk 11 and above

github.com/discord-jda/JDA - 78c54f202ce637c7c3f86753a0260020494b1318 authored almost 6 years ago