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

Use Gradle platform definition for Reactor BOM

github.com/Discord4J/Stores - d2cc37a8b946dabdc67bdbafdf67a5dd4fcd6f6b authored over 5 years ago
Merge branch '3.0.x'

github.com/Discord4J/Discord4J - f61963ddf290f3ddf4ba90e1a0f12a76ad025bde authored over 5 years ago
Upgrade to Gradle 6.0

- Update build files accordingly
- Switch compile to api (java-library plugin)
- Remove spring B...

github.com/Discord4J/Discord4J - f9b258d177a656f4853a28749600ae0f55c50b38 authored over 5 years ago
Update README

[ci skip]

github.com/Discord4J/Discord4J - 0700f267b6f8e712de9c4c121268aae2b18d54ba authored over 5 years ago
Use Objects::equals to compare reaction name

First step in dealing with #590

github.com/Discord4J/Discord4J - 19b90cba791d14818e98ceefd8c29f832ab17700 authored over 5 years ago
Update diagram

github.com/Discord4J/meta - 8e748226ab1cf3956f49cdf9f22289a2149e8c34 authored over 5 years ago
Update streaming activity doc (#589)

[ci skip]

github.com/Discord4J/Discord4J - 8aae12b5322bd8376ebd7936d5f31b17c71acb52 authored over 5 years ago
Upgrade to Discord4J 3.0.11

github.com/Discord4J/sample-maven - d08a1f64f5ee6a3ca66eee3d23e2e98b9a2ed219 authored over 5 years ago
Merge branch '3.0.x'

github.com/Discord4J/BOM - 15584c796fab033c811dccc35b170cbf6b0b92b8 authored over 5 years ago
Prepare for 3.1.x development

github.com/Discord4J/BOM - cf553542f95e449bea660ddadee86f98c70b9236 authored over 5 years ago
Prepare for next development version

github.com/Discord4J/BOM - 5d4d9a8e4c9c7865abebdff868755f1ecb8e1551 authored over 5 years ago
Release version 3.0.11

github.com/Discord4J/BOM - 1e5a4b354f2e54a222da640de068b4cb5126fe14 authored over 5 years ago
Merge branch '3.0.x'

github.com/Discord4J/Discord4J - a39a1e73d4477a7d12ed8a94c786031fb5acedf3 authored over 5 years ago
Upgrade build to Gradle 6.0

github.com/Discord4J/BOM - 1c4f2fef352c66edb0dd691d32452b21b5ce5498 authored over 5 years ago
Next development version '3.0.12-SNAPSHOT'.

github.com/Discord4J/Discord4J - 93e046aef910472f1533518478ea8e57993d607a authored over 5 years ago
Release version '3.0.11'.

github.com/Discord4J/Discord4J - c55462b353206e09770d6a37b8d2e0312b00aa06 authored over 5 years ago
Update dependencies

Stores 3.0.10
Jackson 2.10.1
Lavaplayer 1.3.25 (test dependency)

github.com/Discord4J/Discord4J - 2e6ce5c9b9867c84dd31be60d3ab553d294c93b3 authored over 5 years ago
Merge branch '3.0.x'

Reactor Dysprosium SR1
Lettuce 5.2.1

github.com/Discord4J/Stores - af1c18617b670db8f3536b4d8207ba11373597d2 authored over 5 years ago
Update gradle publish/sign config

github.com/Discord4J/Stores - 4d0eb31dee010834a0c0050e6014e67d6dcbfa76 authored over 5 years ago
Next development version '3.0.11-SNAPSHOT'.

github.com/Discord4J/Stores - 488cecc62ef4ddaddb0dc84a0fcc2291a6ccdd9d authored over 5 years ago
Release version '3.0.10'.

github.com/Discord4J/Stores - 32e591f50262a018868ec11e9a93464f1923b138 authored over 5 years ago
Upgrade to Gradle 6.0

github.com/Discord4J/Stores - 005e7045255204d0156c6b5d62032ef449bc4825 authored over 5 years ago
Update dependencies

Reactor Californium-SR13
Jackson 2.10.1
Versions plugin 0.27.0

github.com/Discord4J/Stores - f972bc82aad28b42c2e50e270bebf2a56eaeebea authored over 5 years ago
Merge #576 into master

github.com/Discord4J/Discord4J - 020d3e395021dfc3fed44aa0491b128e9b97ceb0 authored over 5 years ago
Support missing activity fields (#576)

github.com/Discord4J/Discord4J - 4f9601ed6002d2583d943722db6f00f0c2255093 authored over 5 years ago
Simplify gateway loggers

github.com/Discord4J/Discord4J - 19e39f7afb705575163a5c584e5a865ccb6cedcc authored over 5 years ago
Fix transforms not applied when reading res body

github.com/Discord4J/Discord4J - 9b36016926d130f189c7586c123c063813866a02 authored over 5 years ago
Merge branch '3.0.x'

github.com/Discord4J/Discord4J - f698b8a1f735b1efb52c8bcde35a8f9dbfd20db8 authored over 5 years ago
Extract RateLimitStrategy to separate interface

So it can be used separately in other Router implementations

github.com/Discord4J/Discord4J - 7686f7f1e223d25f499de70efeb8405be026ff68 authored over 5 years ago
Use Reset-After header to compute delays

github.com/Discord4J/Discord4J - 52c98002791d79060925fc3c128411c962a2e3ca authored over 5 years ago
Improve rate limit handling

github.com/Discord4J/Discord4J - 590dedeeab745861d210bbfaf804b275eedeb9d9 authored over 5 years ago
Merge #577 into master

github.com/Discord4J/Discord4J - 8b2190605d07a7064aa78b8d73842bbd678320e0 authored over 5 years ago
Use unknown value in enums for forward-compatibility (#577)

Close #575

github.com/Discord4J/Discord4J - 8bbea525c401a9bcdee4f3ea0169c04322529325 authored over 5 years ago
Refactor some options to all-arg constructor

Remove v3.0 RouterOptions.Builder usage

github.com/Discord4J/Discord4J - ab867e1c0ab4e1e8c979e739bf4f77497e55a9ea authored over 5 years ago
Allow replacing the shardIndex source Publisher

Can use something like Flux.just(0, 2, 4) or similar to declare the
shard group more directly

github.com/Discord4J/Discord4J - a126f4dec3ad65ef28c512176ef27379d388bd4c authored over 5 years ago
Store value no longer extending Serializable

github.com/Discord4J/Stores - c6e29d1bf4d6be9fb98aa0ee7a148976ca0f2985 authored over 5 years ago
Init GRL at proper method

github.com/Discord4J/Discord4J - f672be07357b1e2a41e882d1884462fc557eaa0e authored over 5 years ago
Move Router customization to DiscordClientBuilder

Allow custom Router implementations to use a sub-type of classes
like RouterOptions, configured ...

github.com/Discord4J/Discord4J - f16e3861f06fd18a792bf9a333973c6af9334ebd authored over 5 years ago
Defer reading HTTP response body (#581)

Rework REST module to defer reading response body

- Make Route non-generic
- Update API affe...

github.com/Discord4J/Discord4J - db392feb2ff1f4f75c127087a08a3d7a904082dc authored over 5 years ago
Merge branch '3.0.x'

github.com/Discord4J/Discord4J - a4ea184acf94535a4476bcd8cd09ff894e364713 authored over 5 years ago
Update test logback.xml files

[ci skip]

github.com/Discord4J/Discord4J - d893e8c74642d7134d11e5352b6234ddb0b55532 authored over 5 years ago
Revert API changes made in 9dcf2b0

github.com/Discord4J/Discord4J - 793608d4d78fd82551cfaad75a8bf85f3ae1b3eb authored over 5 years ago
Update test

[ci skip]

github.com/Discord4J/Discord4J - 7380f55b93331662922ad87c26734d0404078458 authored over 5 years ago
Upgrade to Reactor Dysprosium-SR1

github.com/Discord4J/Discord4J - be52f7ed2926d4ca6c2078e0a278cab718cf905c authored over 5 years ago
Merge branch '3.0.x'

github.com/Discord4J/Discord4J - a180017f62231903f93ab0fc74ad65f0961de0a2 authored over 5 years ago
Update dependencies

- Gradle 5.6.3
- Lavaplayer 1.3.23 (test dependency)
- Versions plugin 0.27.0 (build file)

github.com/Discord4J/Discord4J - d714d241beab402ad110194d2ac2694601f67430 authored over 5 years ago
Upgrade to Reactor Californium-SR13

github.com/Discord4J/Discord4J - 0a3058832a1236e3938b5785fe87c11863854a2f authored over 5 years ago
First round of deprecations

github.com/Discord4J/Discord4J - 8b5b41c35d341e0a441e57438d44ceb180f1bbec authored over 5 years ago
Await for all connections by default

github.com/Discord4J/Discord4J - 2a162b4b00027b1c3e73f5ef482539ba0c5cf86b authored over 5 years ago
Groundwork for v3.1 API (#564)

Begin migration into a new architecture to complete key goals:

* Operate on REST separately f...

github.com/Discord4J/Discord4J - 176c5ddfc983483c5f05c62e81308501efa3fb5d authored over 5 years ago
Merge 9dcf2b0 and #572 into master

github.com/Discord4J/Discord4J - 8a1bfa86990a2f176cbd06ea5da928ccd058773d authored over 5 years ago
Use reactive return types in GlobalRateLimiter (#568)

github.com/Discord4J/Discord4J - 18aa6ccbaf9c862a5388bde40043a744748ddf86 authored over 5 years ago
Add UNKNOWN activity type (#572)

github.com/Discord4J/Discord4J - 6babe6012a4e82439fd85efb775083c53cd9b7a9 authored over 5 years ago
Remove revoked field (#569)

github.com/Discord4J/Discord4J - 181e2a2924bcc4919f12116114ca90c29b7f4fd4 authored over 5 years ago
Change return type of GatewayClient#getResponseTime (#574)

github.com/Discord4J/Discord4J - 5e336358a7163ebc4e1c78495b28fe8a990d836e authored over 5 years ago
Split Store interface into ReadOnlyStore

github.com/Discord4J/Stores - 83d5b6a9e651118f48a1f64f153a307ffae98835 authored over 5 years ago
Update GamePartyResponse field types

github.com/Discord4J/Discord4J - 9dcf2b07586221c3d7890a0bf0de9149447deb85 authored over 5 years ago
Merge branch '3.0.x'

github.com/Discord4J/Discord4J - 17d2f958ee7521f588e40d085f3acc378ec1848d authored over 5 years ago
Update decoders to support fallback ErrorResponse

Update FallbackReaderStrategy to decode any response into an
ErrorResponse if that type is reque...

github.com/Discord4J/Discord4J - b749cbb71798c05b7f5472dbe6c12aef5fc90e54 authored over 5 years ago
Prepare for next development version

github.com/Discord4J/BOM - fb7e539d8f1fc265486e836fd5ccec359a20785a authored over 5 years ago
Release version 3.0.10

github.com/Discord4J/BOM - 78e35ebee2ee3c4d1ff78c2a4027043e0f2824fe authored over 5 years ago
Merge branch '3.0.x'

github.com/Discord4J/Discord4J - 3dd4708a7d3fb0e2d632d5ce44e890f773c0aa07 authored over 5 years ago
Update dependencies

[test dep] Mockito 3.1.0

javadoc links to latest versions

[ci skip]

github.com/Discord4J/Discord4J - 3664ce4d5971c26627394d936f3c8b0407415ae8 authored over 5 years ago
Next development version '3.0.11-SNAPSHOT'.

github.com/Discord4J/Discord4J - 253a981516017c44a326b4dfe03afb9cd9ad27ba authored over 5 years ago
Release version '3.0.10'.

github.com/Discord4J/Discord4J - e16445ac9657ac2b607c239aa5652fe8ae4b9607 authored over 5 years ago
Change return type of ClientException#getErrorResponse (#570)

github.com/Discord4J/Discord4J - fcb05307dd8437f7b9d4e8e09bdbd91f81e955c0 authored over 5 years ago
Update prerender config for Dockerfile changes

github.com/Discord4J/discord4j-web - 611f28b84d59c9c1f3e64d03360515a4d5b78c30 authored over 5 years ago
Update dockerfile for latest changes

github.com/Discord4J/discord4j-web - 571bde955a1323b822823a369319ce5050f654f2 authored over 5 years ago
Add error-handling overload to EventDispatcher#on

github.com/Discord4J/Discord4J - c77d39224f7b592911a6686559b743874049f9df authored over 5 years ago
Upgrade to stores 3.1.0.M1

github.com/Discord4J/Discord4J - 1a3fd6e13aa3236a40e2981d4980943ce6049ab7 authored over 5 years ago
Fix type of timestamp fields overflowing

github.com/Discord4J/Discord4J - 41b787d6ece2de5f644889b82e48c1f568fefe03 authored over 5 years ago
Merge #551 into master

github.com/Discord4J/Discord4J - bd5b30f759150d79432c54b7d95e6e02c8e78f6a authored over 5 years ago
Override PresenceBean#toString()

github.com/Discord4J/Discord4J - 758d87ee8c92ce6109cec5b3b9c8259c116a42ae authored over 5 years ago
Refactor activity and add support for client_status

github.com/Discord4J/Discord4J - dec1935c47a43dcfe4837d5ce39c89a321601d09 authored over 5 years ago
Rename Possible.orElse() to orElseNull()

github.com/Discord4J/Discord4J - 2293c6954f4e6c991287a9b31ac1bdb1fa2d1368 authored over 5 years ago
Fix deserialization issues

github.com/Discord4J/Discord4J - 8215e660ba98ee42e2b899fc7544f734f69817e5 authored over 5 years ago
Upgrade to stores 3.0.9

github.com/Discord4J/Discord4J - 004484d304259901502e6839b805990179c3a508 authored over 5 years ago
Next development version '3.1.0-SNAPSHOT'.

github.com/Discord4J/Stores - 73668b7cda5d9159ddbc2c5b1d81f34c345578c0 authored over 5 years ago
Release version '3.1.0.M1'.

github.com/Discord4J/Stores - 18deceec69941ad2bfa7f6040ed8e6f3e5733d61 authored over 5 years ago
Merge branch '3.0.x'

github.com/Discord4J/Stores - eb87baf0c583d6c44d6596051ef09e990baf6d24 authored over 5 years ago
Next development version '3.0.10-SNAPSHOT'.

github.com/Discord4J/Stores - 70346e5ec571dfb0310d32fa401d877ac1e1cb3d authored over 5 years ago
Release version '3.0.9'.

github.com/Discord4J/Stores - 976cfc2649e469c23536c5cf4af433cfcf091cec authored over 5 years ago
Docs and mark some #551 changes as experimental

github.com/Discord4J/Discord4J - 85e9324ecbd758520810d5bbc2c074775d3510bf authored over 5 years ago
Support missing message fields (#551)

* Added new type of system message (channel follow).
* A mistake in ID of System Message
* New...

github.com/Discord4J/Discord4J - 62d662cfe5462a09d5daba2420bb93857bc485bb authored over 5 years ago
Merge #567 into master

github.com/Discord4J/Discord4J - a33a1f017658c911e4c6ff4c214421f84180dae3 authored over 5 years ago
Update voice state fields (#567)

github.com/Discord4J/Discord4J - decd462a529c0115d964f93e470819572d1271f2 authored over 5 years ago
Update docs

[ci skip]

github.com/Discord4J/Discord4J - cb9d7da42e5777010ff3c52fa3ed52b4847c7733 authored over 5 years ago
Merge branch '3.0.x'

github.com/Discord4J/Discord4J - 0303f0f0cdcf58be98e32a3d3816b21a528bb797 authored over 5 years ago
Fix bug on reaction add/remove

github.com/Discord4J/Discord4J - c2840ef3a3a8b27ddc4c2fbf83de6c8dc126a601 authored over 5 years ago
Upgrade to Jackson 2.10.0

github.com/Discord4J/Discord4J - 826154b2fb8ac326f0af0828eda6502c0e7953a4 authored over 5 years ago
Upgrade to Lettuce 5.2.0

github.com/Discord4J/Stores - 0e55db8a2499af9629a17df3eceb97dbf9f99e4d authored over 5 years ago
Upgrade to Reactor Dysprosium-RELEASE

github.com/Discord4J/Stores - 737e75c9da55d7253896399057d9394e92f95b7e authored over 5 years ago
Merge branch '3.0.x'

github.com/Discord4J/Stores - 0f086c7ffb05d73f42b51e21056e30453b6566c6 authored over 5 years ago
Fix Jackson default typing usage with allowIfSubType

github.com/Discord4J/Stores - d02e40c7587bd6026f98e5b7b70761a148e2ba58 authored over 5 years ago
Update store tests

github.com/Discord4J/Stores - 32b5d1de959d028945240645b8e68383e416c5ff authored over 5 years ago
Upgrade to Jackson 2.10.0

And also versions gradle plugin to 0.25.0

github.com/Discord4J/Stores - 391c1ff34e13574aeb4cab49567f8cdd5ba8a6f7 authored over 5 years ago
Upgrade to Reactor Dysprosium-RELEASE

github.com/Discord4J/Discord4J - 76a5b32ebde3b32722c8b0d1d98206c299ef325a authored over 5 years ago
Merge branch '3.0.x'

github.com/Discord4J/Discord4J - 06edc109196f387fffdc053f4b63a98064c6ba2f authored over 5 years ago
Upgrade to Reactor Californium-SR12

Also upgrade plugin and test dependencies

github.com/Discord4J/Discord4J - 83e1a0c8a06a893032bcd9b419219b67c045e21e authored over 5 years ago