Ecosyste.ms: OpenCollective

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

Discord4J

Discord4J is a fast, powerful, unopinionated, reactive library to enable quick and easy development of Discord bots for Java
Collective - Host: opensource - https://opencollective.com/discord4j - Website: https://discord4j.com - Code: https://github.com/Discord4J

Fix forbidden spam when trying to get webhooks

temp solution

github.com/Discord4J/Discord4J - d7459fd6a399308ac67dd0cccd5848fffd262271 authored about 8 years ago by chrislo27 <[email protected]>
Remove IEmbedded (use IEmbed instead)

github.com/Discord4J/Discord4J - eee5639edb6b0bbf13fa0ce1c68b524e0e763f5c authored about 8 years ago by chrislo27 <[email protected]>
Add EmbedBuilder

github.com/Discord4J/Discord4J - a18fa1416d9285f55db33740ecdba7beb363c1d9 authored about 8 years ago by chrislo27 <[email protected]>
Fix merge conflict error

github.com/Discord4J/Discord4J - e520bc28b8adb3f7df23763a74b5e028d9389135 authored about 8 years ago by chrislo27 <[email protected]>
Add Webhook support (#159)

* Added Webhook support

* Added DiscordEndpoints#WEBHOOKS
* Added DiscordUtils#getWebhookFro...

github.com/Discord4J/Discord4J - 296ec27a9e4e366ccd83206ba60e389874180522 authored about 8 years ago by Isaac <[email protected]>
Add isDeleted() to objects (#158)

github.com/Discord4J/Discord4J - 225c4f3861a364b6d029aef1d4ac93ab3e0b8ee2 authored about 8 years ago by ArsenArsen <[email protected]>
Improved log messages and fire ResumedEvent

github.com/Discord4J/Discord4J - 01765fdeffd480981d1efb8c950f8a02be787c6d authored about 8 years ago by grandmind <[email protected]>
Improved log messages and added token validation before login.

github.com/Discord4J/Discord4J - 47315b1b1196ab1e25250b434e1e3aca0497da96 authored about 8 years ago by grandmind <[email protected]>
Fix stupid newlines because JDA told me to

github.com/Discord4J/Discord4J - 8e954b3e0da2aa86e0e2e8db9070c2088f48e4b9 authored about 8 years ago by chrislo27 <[email protected]>
Fix BetterTTV reactions again

github.com/Discord4J/Discord4J - 78dfeedb7a5b931023f4798040858f81976f3c72 authored about 8 years ago by chrislo27 <[email protected]>
Voice connections are killed on websocket close

github.com/Discord4J/Discord4J - 34a372f1a6c66e8e9edfcf42db9ed733a40a04a3 authored about 8 years ago by grandmind <[email protected]>
Improve send() warning message

github.com/Discord4J/Discord4J - 48be55b02e20b65980d1b045d948cc8024148b1b authored about 8 years ago by grandmind <[email protected]>
Cleaned up DispatchHandler

github.com/Discord4J/Discord4J - 843a782a7bda2515d76636ae35071b6514ddbc73 authored about 8 years ago by grandmind <[email protected]>
AudioPlayer improvements (#157)

* Adds IGuild#getUsersByRole

* Adds IGuild#getConnectedVoiceChannel

* AudioPlayer#skip() n...

github.com/Discord4J/Discord4J - ce667ee60290a5a0d3fa543009dba0e55a006089 authored about 8 years ago by Zach <[email protected]>
Merge remote-tracking branch 'origin/websocket-rewrite' into websocket-rewrite

github.com/Discord4J/Discord4J - 99c47a7e20ed29cb3ecd8bfba6c4fb9c4c2d052b authored about 8 years ago by grandmind <[email protected]>
Fix compile error.

github.com/Discord4J/Discord4J - 57b0ad07678d8128888cac8c973a58789285eabd authored about 8 years ago by grandmind <[email protected]>
Cleaned up disconnect logic. Properly fire disconnect and reconnect events.

github.com/Discord4J/Discord4J - 284797716ad4ec8e7daa34ac87145703992f0a21 authored about 8 years ago by grandmind <[email protected]>
Fix NPE for BetterTTV emotes

github.com/Discord4J/Discord4J - 44272666f034e21c6ab9743c480a9c6a2af06e81 authored about 8 years ago by chrislo27 <[email protected]>
Increased timeout on shard login

github.com/Discord4J/Discord4J - 1f5df7e2ee681d0aa1b01dcbfcb44d7733fb8aa7 authored about 8 years ago by grandmind <[email protected]>
Configurable max reconnect attempts in ClientBuilder

github.com/Discord4J/Discord4J - 97bc0e4768ed42403ec4fd93872a8058ef4e3c1b authored about 8 years ago by grandmind <[email protected]>
Merge remote-tracking branch 'origin/websocket-rewrite' into websocket-rewrite

github.com/Discord4J/Discord4J - c251165ff27ae7ce578c518f26a6abbd84e7a0ac authored about 8 years ago by grandmind <[email protected]>
Resume on op 7

github.com/Discord4J/Discord4J - e0f8814dc50085caa604581743670a16c27dd1aa authored about 8 years ago by grandmind <[email protected]>
Fix custom emoji not getting events

github.com/Discord4J/Discord4J - a491adeb211f10a5f57c99119be347fd88c7dfbb authored about 8 years ago by chrislo27 <[email protected]>
Throw DiscordExceptions instead of just returning for reaction cases

github.com/Discord4J/Discord4J - 59f305d2f3b1a5c6ad4352585ea89204e013ae9d authored about 8 years ago by chrislo27 <[email protected]>
Add check to removeReaction if the reaction message doesn't match

github.com/Discord4J/Discord4J - aa4269f57a780900ef1f5df13ff0c0359069fbba authored about 8 years ago by chrislo27 <[email protected]>
Fix documentation error (still showing IReaction#refreshUsers)

github.com/Discord4J/Discord4J - 7714328ae68eaa0ae25c38732d0eefb049115a28 authored about 8 years ago by chrislo27 <[email protected]>
Merge IReaction#refreshUsers into IReaction#getUsers

github.com/Discord4J/Discord4J - 0b799e698dbc8e388036bc4aa9b0623738aeaef7 authored about 8 years ago by chrislo27 <[email protected]>
Move reaction methods to IMessage

github.com/Discord4J/Discord4J - 4d9d3f35ea548abfd3eb626a43a8042987c6a930 authored about 8 years ago by chrislo27 <[email protected]>
Removed invalid session resume logic

github.com/Discord4J/Discord4J - e43858c421075fd8b7d9c9805d741d776be39c2a authored about 8 years ago by grandmind <[email protected]>
Add class documentation

github.com/Discord4J/Discord4J - 21033b3f17a696d298e73e0bc149f826a2d5a220 authored about 8 years ago by chrislo27 <[email protected]>
Add IMessage#removeAllReactions

github.com/Discord4J/Discord4J - f45cbf23f7a2150882dde0c34753f80ab1619822 authored about 8 years ago by chrislo27 <[email protected]>
Fixed compilation error

github.com/Discord4J/Discord4J - 54b17afd0fb4e72b114543f846effa86c6ad5c9d authored about 8 years ago by grandmind <[email protected]>
Merge remote-tracking branch 'origin/websocket-rewrite' into websocket-rewrite

github.com/Discord4J/Discord4J - 2ea081870adf098358d4969733185bc5ed11bd75 authored about 8 years ago by grandmind <[email protected]>
Implements resume functionality.

github.com/Discord4J/Discord4J - 19c82c08a9035d5a2a043fd16f097513fd2db7fd authored about 8 years ago by grandmind <[email protected]>
Fix documentation

github.com/Discord4J/Discord4J - 906f07ebdcd2891797367cbede2ad4f9c93a98d7 authored about 8 years ago by chrislo27 <[email protected]>
Add check for reacting for other people

github.com/Discord4J/Discord4J - c29113c0ea475796288d2c4d3d6f7505d80ed119 authored about 8 years ago by chrislo27 <[email protected]>
Add hasNextEmoji/etc. methods

github.com/Discord4J/Discord4J - 064b473b59d3a593bb5345eacedd8b1ea26614eb authored about 8 years ago by chrislo27 <[email protected]>
Add shouldRefreshUsers

github.com/Discord4J/Discord4J - d4a2e2808cbbdd549637e5920577e2b254017e48 authored about 8 years ago by chrislo27 <[email protected]>
Add getUserReacted/getClientReacted

github.com/Discord4J/Discord4J - 3d9ba36def0337992aee19a1e5886d3d30591ef0 authored about 8 years ago by chrislo27 <[email protected]>
Fix NPE with reactions in DMs

github.com/Discord4J/Discord4J - b7aa774a4d85f1aeb6b538c1bf348fa8e23a96b3 authored about 8 years ago by chrislo27 <[email protected]>
This probably won't fix NPEs for reactions but it's worth a try

github.com/Discord4J/Discord4J - 228a66a841031e2fe08d32663dda269f42aede42 authored about 8 years ago by chrislo27 <[email protected]>
Make addReaction(IEmoji) synthetic

github.com/Discord4J/Discord4J - fd348fa105f7564293e59fbfbef1a84b72127163 authored about 8 years ago by chrislo27 <[email protected]>
I forgot a colon whoops

github.com/Discord4J/Discord4J - 0ccdcac5a15537b81d2224bad015cab352c4ae46 authored about 8 years ago by chrislo27 <[email protected]>
Fix some stuff with addReaction(String) and too many counts

github.com/Discord4J/Discord4J - f57095cb367bff19a05580cfde21a62e0968885f authored about 8 years ago by chrislo27 <[email protected]>
Add refreshUsers to IReaction

github.com/Discord4J/Discord4J - 109f822af348f0aa253d943e4c206cd0ba7e82f0 authored about 8 years ago by chrislo27 <[email protected]>
Fix not using DELETE for reaction delete

github.com/Discord4J/Discord4J - 6981980ebf3a7558dd3269c5716df744da76e269 authored about 8 years ago by chrislo27 <[email protected]>
Add reaction add

github.com/Discord4J/Discord4J - 1768f614306c2ba9045333cdc5aa0fa0b5875e0e authored about 8 years ago by chrislo27 <[email protected]>
Add reaction receive (user list not working)

github.com/Discord4J/Discord4J - 1c4ce7b7e63861fed95ddda9f82db0bd24621028 authored about 8 years ago by chrislo27 <[email protected]>
Fix IGuild cast error

github.com/Discord4J/Discord4J - 93057244e0863d37b3d54c60dcbc1964fb3a49c0 authored about 8 years ago by chrislo27 <[email protected]>
Fixed IDiscordClient#isLoggedIn() always returning true

github.com/Discord4J/Discord4J - 7f120db8387a814860aaa1dce9545e96ca6595f9 authored about 8 years ago by grandmind <[email protected]>
Fixed NPE for shuffle() on empty track queue

github.com/Discord4J/Discord4J - 1ae28c1f9b4ef0872cec24dd01a33a30a9506df4 authored about 8 years ago by grandmind <[email protected]>
Prevent sending messages on null WS session (#150)

* Check does getSession() return null so we do not get an NPE

* Add the same checks to Discor...

github.com/Discord4J/Discord4J - ad9f3e2a67dd5cb4e83a4745b8c01ddd03338c06 authored about 8 years ago by ArsenArsen <[email protected]>
Deprecated DiscordDisconnectedEvent for DisconnectedEvent and fire it.

github.com/Discord4J/Discord4J - 372c70d7c9a82a588e3d17ccffc4c1eec7becaab authored about 8 years ago by grandmind <[email protected]>
Fixed charset for file upload content

github.com/Discord4J/Discord4J - 795dedb89e76705a19ac665e9e877c2c24cf730e authored about 8 years ago by grandmind <[email protected]>
Handle unknown enum constants cleanly (#148)

* Handle unknown opcodes cleanly

* Handle unknown Presences and Verification Levels cleanly a...

github.com/Discord4J/Discord4J - 722b4a4420ddd13123a8e8c20f5cb1ed29ae4df4 authored about 8 years ago by Matthew Holt <[email protected]>
Added proper logout

github.com/Discord4J/Discord4J - 2e1060643f92c8519f198185ccfb121687529f32 authored about 8 years ago by grandmind <[email protected]>
Merge remote-tracking branch 'origin/websocket-rewrite' into websocket-rewrite

github.com/Discord4J/Discord4J - ab7ee7750eb368420cbdeca2343742f9e2d9a6f9 authored about 8 years ago by grandmind <[email protected]>
Log WS trace and log warning on shard login timeout.

github.com/Discord4J/Discord4J - 6eb192b635a8fd8a8bf50f88331b5b68ed5724e5 authored about 8 years ago by grandmind <[email protected]>
Add verification level to IGuild (#146)

* Add validation level support

* Adds IGuild#getValidation and IGuild#changeValidation
* Add...

github.com/Discord4J/Discord4J - 03ab0db148c5e00f8c89ba4fc9484cf445c00ced authored about 8 years ago by ThatRedheadMC <[email protected]>
Fixed IDiscordClient#isReady() always returning true.

github.com/Discord4J/Discord4J - 16b4890188c2efadd48d6f924ed87323711c5a6e authored about 8 years ago by grandmind <[email protected]>
Sharding should actually work now v2

github.com/Discord4J/Discord4J - b7ac49775e451e71258db9240ce21075444a2a3c authored about 8 years ago by grandmind <[email protected]>
Removed accidental GPL 3.0 license headers

github.com/Discord4J/Discord4J - 8e1f89b9f31197f9255878659b6382c92e24f020 authored about 8 years ago by chrislo27 <[email protected]>
Re-implement emojis

github.com/Discord4J/Discord4J - fbd59648c2f23af3abdf0d1801e72850d3b8ee02 authored about 8 years ago by chrislo27 <[email protected]>
Ignore reaction events until feature is finalized (#143)

github.com/Discord4J/Discord4J - e5c3b81409591a0d76ec1d36d4fef040940959b2 authored about 8 years ago by Matthew Holt <[email protected]>
Change bulk delete endpoint to bulk-delete

github.com/Discord4J/Discord4J - 20ac5da36f760f0467219ceac8d1ebe1a2ec599e authored about 8 years ago by chrislo27 <[email protected]>
Add ADD_REACTIONS permission

github.com/Discord4J/Discord4J - 4b4505d484834bbe3706d45dc053ee8cb6c4bdb4 authored about 8 years ago by chrislo27 <[email protected]>
Sharding should actually work now

github.com/Discord4J/Discord4J - 175a23a82fe257ff0a9dcb01c9972dd239746574 authored about 8 years ago by grandmind <[email protected]>
ReadyEvent and LoginEvent now have a shard field.

github.com/Discord4J/Discord4J - 37ba16dadd28af277b0670ea24f082c189b7da91 authored about 8 years ago by grandmind <[email protected]>
Cleaned up DiscordUtils

github.com/Discord4J/Discord4J - 57ccb8e44c2dd987432c4f746c6cd3b49cd66efd authored about 8 years ago by grandmind <[email protected]>
More more descriptive log messages

github.com/Discord4J/Discord4J - f194b7f1eda79b936892bdd3a867644b9c48ee7b authored about 8 years ago by grandmind <[email protected]>
Removed reconnect logic. starting over

github.com/Discord4J/Discord4J - bb1d62227d9867385f5e032e22dbd95cadb8e661 authored about 8 years ago by grandmind <[email protected]>
More descriptive log messages

github.com/Discord4J/Discord4J - 428b7bb7712904575d2df7f1cf9c7bb8fe2649ca authored about 8 years ago by grandmind <[email protected]>
Fix #138 - incorrect params

github.com/Discord4J/Discord4J - 47ec5c4a0d74456ec1f565b56c6b04e6f26597e3 authored about 8 years ago by chrislo27 <[email protected]>
Fixes file upload

github.com/Discord4J/Discord4J - 11196c979802592b51d643da6e72ce79c8fb1600 authored about 8 years ago by grandmind <[email protected]>
Merge remote-tracking branch 'origin/websocket-rewrite' into websocket-rewrite

github.com/Discord4J/Discord4J - 2654c334de5b44a9d40acecf131f66d011543b73 authored about 8 years ago by grandmind <[email protected]>
Misc ws log messages

github.com/Discord4J/Discord4J - 8dc93f5952caeda93f37b345e4f4a62ebef33d4f authored about 8 years ago by grandmind <[email protected]>
Adds getUsersByRole and getConnectedVoiceChannel (#137)

* Adds IGuild#getUsersByRole

* Adds IGuild#getConnectedVoiceChannel

* Fixes compile time e...

github.com/Discord4J/Discord4J - 98be70c72030e9bfa32ee760e3f5ea4623cee7aa authored about 8 years ago by Zach <[email protected]>
Fix potential NPE

github.com/Discord4J/Discord4J - 408a6e2cde72708b4f293fa5a369c2a26aa8fdfc authored about 8 years ago by chrislo27 <[email protected]>
Fix mentionsEveryone/Here not accounting for permissions

github.com/Discord4J/Discord4J - c81de147464562287bcf5a26ab4982d06d009a29 authored about 8 years ago by chrislo27 <[email protected]>
Add IMessage#mentionsHere

github.com/Discord4J/Discord4J - 2239cdd9cb7153a454223197577b523e6e0e2f95 authored about 8 years ago by chrislo27 <[email protected]>
Changed default max reconnect attempts value

github.com/Discord4J/Discord4J - fb3d1beb0a35ae8f816082f76d9d475913c3001b authored about 8 years ago by grandmind <[email protected]>
Fixed log message and Private Channels

github.com/Discord4J/Discord4J - 566aff1beda60b732f9a6ccbedcb37811cfb9e16 authored about 8 years ago by grandmind <[email protected]>
Add getFormattedMessage for pretty mentions

github.com/Discord4J/Discord4J - 1c4157e149ad3fbce9892e041f59fb6b1cb87738 authored about 8 years ago by chrislo27 <[email protected]>
Fixed NPE on Channel.getShard

github.com/Discord4J/Discord4J - 71c088357bb9102fb8e2edc931f405a1b41f134b authored about 8 years ago by grandmind <[email protected]>
Update documentation.

github.com/Discord4J/Discord4J - 3027bb2d48a61c0e1dfdcb6a82bc0701e4005434 authored about 8 years ago by grandmind <[email protected]>
Added getter for shardCount

github.com/Discord4J/Discord4J - b704ebe3cf41c6decd44a5a0e8de53b822a84626 authored about 8 years ago by grandmind <[email protected]>
Implements single instance sharding.

github.com/Discord4J/Discord4J - ce3cef094e0d1fa97170b56f7666b858b384a1e0 authored about 8 years ago by grandmind <[email protected]>
Removed IApplication. Might be reintroduced in the future.

github.com/Discord4J/Discord4J - a88863d20b0b7ddecaa723ae4cd53730c44b75df authored about 8 years ago by grandmind <[email protected]>
Expose max reconnect attempts var

github.com/Discord4J/Discord4J - 0a8cdd28f524707b1725ac1521b05c113fa61b7d authored about 8 years ago by grandmind <[email protected]>
Replace prints with proper logging and some clean up

github.com/Discord4J/Discord4J - 4d45e7e72588878ba48d8e14739d6dc28c1c2cb9 authored about 8 years ago by grandmind <[email protected]>
Version Bump

github.com/Discord4J/Discord4J - 1c8bbb970b3cb4decfaceff14af9c4bcd8417f14 authored over 8 years ago by grandmind <[email protected]>
Re-add VoiceUserSpeakingEvent

github.com/Discord4J/Discord4J - 21a4259db10dbed948dbd82e1518f74437485eff authored over 8 years ago by grandmind <[email protected]>
Voice websocket rewrite

github.com/Discord4J/Discord4J - ac899df52137fe3b66f1f0d16dd4abc157cea9f2 authored over 8 years ago by grandmind <[email protected]>
Properly set sequence on gateway message

github.com/Discord4J/Discord4J - df1dc691dafb0a6fa16365e71a28f2e727899669 authored over 8 years ago by grandmind <[email protected]>
Multi-instance sharding support. This is basically Austin's original impl.

github.com/Discord4J/Discord4J - 4f84e03110ac7df5785ef61a45f094c7a6949e2e authored over 8 years ago by grandmind <[email protected]>
Fixes exception on channel update

github.com/Discord4J/Discord4J - 0675a836340db780cb26bc146d70bafbc533071c authored over 8 years ago by grandmind <[email protected]>
Fixed NPE on status change

github.com/Discord4J/Discord4J - 21a7cff478c0ea8a89b22ec4b23ae74ec30389ce authored over 8 years ago by grandmind <[email protected]>
Fixed IllegalStateException on OP 9 because dapi is inconsistent

github.com/Discord4J/Discord4J - 9b3f4a51357e792df6c2d7f475b4182f03808a54 authored over 8 years ago by grandmind <[email protected]>
Removed more user account things

github.com/Discord4J/Discord4J - 87a138a8f9ef53bc5196d177106564fd52abefce authored over 8 years ago by grandmind <[email protected]>
Made all send requests use the highest overload

github.com/Discord4J/Discord4J - af83750353a2014b2975fed2f84500e410b35e10 authored over 8 years ago by grandmind <[email protected]>