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

Add publishScheduler parameter to RateLimitOperator

Since logging depended on the publish scheduler ID, move to
hashCode as the scheduler might be s...

github.com/Discord4J/Discord4J - 2a0ce24f25c238433fb6dc40971fd077830c4332 authored almost 5 years ago
Update limiter for all outbound gateway payloads

And change the default cap to 120 (experimental)

github.com/Discord4J/Discord4J - 1edcb2288bffc46f2869907cacdbbe612f9d32a6 authored almost 5 years ago
Provide a new parallel pool by default

github.com/Discord4J/Discord4J - 3fff86f911a6d452f36b2919909c85ccc47695db authored almost 5 years ago
Back to stores and discord-json snapshots

github.com/Discord4J/Discord4J - 9d54d925e91351570bb496546730091d4f3fd2cc authored almost 5 years ago
Merge #651 and #653 into master

github.com/Discord4J/Discord4J - 0cbbe44ce835f1043d93e59d6e30d7d17ff9e7f6 authored almost 5 years ago
Next development version '1.1.1-SNAPSHOT'.

github.com/Discord4J/discord-json - d7266d22ca92ad5d2551e6e4321683afddaba160 authored almost 5 years ago
Release version '1.1.0'.

github.com/Discord4J/discord-json - 9607fb3297dbc44a74f2729d7a738b5fdfa338cd authored almost 5 years ago
Make UserResponse forward-compatible against json changes (3.0)

github.com/Discord4J/Discord4J - 446d3f6772e06c4b16b5a48b2024e49cede6b705 authored almost 5 years ago
Move some ignored tests to separate main class

github.com/Discord4J/Discord4J - e13feee3ba719a86538066efefcc7abfd028e693 authored almost 5 years ago
Add sharedConnections parameter to RedisStoreService (#6)

* Added sharedConnections parameter to RedisStoreService
* Added sharedConnections parameter to...

github.com/Discord4J/Stores - cde3f79730a8cdbab2464f4af3c4d40e04a857f7 authored almost 5 years ago
Fix rate limiter deadlock on high parallel load (#653)

github.com/Discord4J/Discord4J - 00caafa9eafcc93af0bf629a054f3dbd2e977cb5 authored almost 5 years ago
Add Gateway intents support (#609)

Co-authored-by: ByteAlex <[email protected]>

github.com/Discord4J/Discord4J - d22dc4e75e6494a8ab4e60e3ff1f41de5b8e291a authored almost 5 years ago
Fix requests never completing when discarded by backpressure (#651)

* Fix requests never completing when discarded by backpressure
* Made request callback error on...

github.com/Discord4J/Discord4J - 29321fcecccd9dab10b0df692cf8f0d8b9851e8f authored almost 5 years ago
GatewayEventListener can now exclude/include multiple events (#649)

github.com/Discord4J/Discord4J - ba4371df4ccce6c89dcc366c05fd3e08bce6a1bc authored almost 5 years ago
Validate sharding factor (#648)

Co-authored-by: ByteAlex <[email protected]>

github.com/Discord4J/Discord4J - c19fac9e4ddcffb40d5d134e7103d8152e555014 authored almost 5 years ago
Forward-compatibility of Spec::asRequest by using Builder (#654)

github.com/Discord4J/Discord4J - 95cffd5699566ed3105dffbf10b790c6b520dfed authored almost 5 years ago
Implement allowed_mentions (#5)

github.com/Discord4J/discord-json - a21ea6a055abb6f70c292779e63ebcee9fae1251 authored almost 5 years ago
Update README.md

github.com/Discord4J/Discord4J - c846cf0d8bd014f3c70936fb3bc7e1cf5258e5e7 authored almost 5 years ago
Close #650 allow ignoring channelId on member edit

github.com/Discord4J/Discord4J - 37ccadf47aa00d8a335cc3cafb068d17625d7440 authored almost 5 years ago
Back to discord-json snapshots

github.com/Discord4J/Discord4J - 6baa2af5ac1cb05545ca29bb9bf89c8ce05a20db authored almost 5 years ago
Make GuildMemberModifyRequest#channelId a Possible/Optional

Discord4J/Discord4J#650

github.com/Discord4J/discord-json - f7edc351f2fd8426a5410bd30d8b99d4b66ed569 authored almost 5 years ago
Default debug mode to false

github.com/Discord4J/Discord4J - 78de502452efbbca023a9b70eb1320797d8a019c authored almost 5 years ago
Next development version '0.5.1-SNAPSHOT'.

github.com/Discord4J/connect - f50a6384d335b6a004614bc7615d262c61add640 authored almost 5 years ago
Release version '0.5.0'.

github.com/Discord4J/connect - c1df3c776746349cbcf53ec10370652035c57577 authored almost 5 years ago
Update upstream dependencies

github.com/Discord4J/connect - 3844a74f50273fde273454cc41a4750dcbf48e52 authored almost 5 years ago
Update github workflow

github.com/Discord4J/connect - 6682cc921cd9a9f223490d3013c2fd422ba45fd9 authored almost 5 years ago
Next development version '3.1.0-SNAPSHOT'.

github.com/Discord4J/Discord4J - fa192538762e836d24c62aa18b47cbfbfa5a1763 authored almost 5 years ago
Release version '3.1.0.M1'.

github.com/Discord4J/Discord4J - 60e505810d18d1eae91301660743c7dc9b00ee48 authored almost 5 years ago
Update examples to latest upstream API

github.com/Discord4J/connect - 59d8c916764c22a5c4efcaa428afa49b624d6a3c authored almost 5 years ago
Add request queue factory to RSocket servers

Discord4J/Discord4J#639

github.com/Discord4J/connect - 110a5966db87a2606b318d4eb2783d5292883fad authored almost 5 years ago
Deprecate connect methods in GatewayBootstrap

login and withGateway from DiscordClient should also exist in
GatewayBootstrap to convert from a...

github.com/Discord4J/Discord4J - fd5b7846483945e09edf7d2ed480ab8216e7a463 authored almost 5 years ago
Sync to latest upstream changes

github.com/Discord4J/connect - f672657298518cfb506d134d51e4c6e3fd1d968b authored almost 5 years ago
Migrate to login/withGateway API

github.com/Discord4J/Discord4J - 26e15839f0722d8eed1d9705007282cd7d6fa0ae authored almost 5 years ago
Stop heartbeat first when destroying the gateway client

Close #643

github.com/Discord4J/Discord4J - 346110eee225b9e6b3a3b52a4cf299e4083a5471 authored almost 5 years ago
Add docs and missing field to copy constructor at GatewayBootstrap

github.com/Discord4J/Discord4J - fbdd80fa24592ddd8d8a049c910e2cf85a5a3331 authored almost 5 years ago
Change default store invalidation strategy

New option added to GatewayBootstrap:

- setInvalidationStrategy

And deprecate setStoreServiceM...

github.com/Discord4J/Discord4J - 93fdce42a8fed8e3e424fea53bfb21b344b4264b authored almost 5 years ago
Improve customization of EventDispatcher

github.com/Discord4J/Discord4J - 872f7492af3d52a811239b9121fb972c4842619f authored almost 5 years ago
Ease migration from DiscordClient#login to gateway builder

github.com/Discord4J/Discord4J - 4730bdac60048e2a5b495305f9eae78e67a64cd8 authored almost 5 years ago
Add abstraction for core entity retrieval (#641)

github.com/Discord4J/Discord4J - 6ef63e7c45426c48613e985d144b646af4902d12 authored almost 5 years ago
Update dependencies

- Stores 3.1.0 RC1
- discord-json 1.0.2

github.com/Discord4J/Discord4J - 43af73f2d36771e9f387ff9ab390d8d9eeac28a3 authored almost 5 years ago
Merge branch '3.0.x'

github.com/Discord4J/Discord4J - 82c8a7fd12ea2399505d5112afdeb882e9f139fe authored almost 5 years ago
Next development version '3.0.15-SNAPSHOT'.

github.com/Discord4J/Discord4J - 0c886993af66595941f76e1e82d87ba84157e695 authored almost 5 years ago
Release version '3.0.14'.

github.com/Discord4J/Discord4J - 1097a0ab2f7fbc48482de973e5277df02e56f001 authored almost 5 years ago
Update dependencies

github.com/Discord4J/Discord4J - 89e8723912513ee8d5b4d4a2666a72b3b976a13b authored almost 5 years ago
Next development version '3.1.0-SNAPSHOT'.

github.com/Discord4J/Stores - d1bf8ec7d9ba23224a54d9e3e5fa355420bdbe8d authored almost 5 years ago
Release version '3.1.0.RC1'.

github.com/Discord4J/Stores - 2963d5ac8dff45c2a3f41561f09e2f555844f74a authored almost 5 years ago
Update github workflow

github.com/Discord4J/Stores - e88f5cd6f05216ba822b00c12428a6535cd3d23c authored almost 5 years ago
Fix discord-json version

github.com/Discord4J/Stores - 31bab9bbfd81d3f2d3522d4aac663a74edfec3f5 authored almost 5 years ago
Set discord-json version to 1.0.3

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

github.com/Discord4J/Stores - 2be5ffaacc9785ecf0965abe4de5ee591fde0de9 authored almost 5 years ago
Next development version '3.0.15-SNAPSHOT'.

github.com/Discord4J/Stores - e9266464119c22a8556df0430f6d76179a48d6f7 authored almost 5 years ago
Release version '3.0.14'.

github.com/Discord4J/Stores - 941cd010fe0a94f5f9645d5c8de4562539fb4b1c authored almost 5 years ago
Update dependencies

github.com/Discord4J/Stores - 820757cea3f6fd7ce39fa8259baed2d3c2ba4485 authored almost 5 years ago
Backport new ratelimit operators but don't change any default

github.com/Discord4J/Discord4J - 74f1922d9a4c3a557486221aa5a8810184d7c7ea authored almost 5 years ago
Remove reactor-pool dependency

github.com/Discord4J/Discord4J - 8a2056399b294de208b51ec17467ac74b8a0a4b6 authored almost 5 years ago
Merge #642 into master

github.com/Discord4J/Discord4J - 2b749ece28fc3cd8322e0472bc9a2cc5c273c133 authored almost 5 years ago
Fix entities not removed from stores on voice disconnect and guild leave (#642)

github.com/Discord4J/Discord4J - 98bf6342f458c176206f486a545ad5e8af802b29 authored almost 5 years ago
Remove log operator from ExampleLogin file

github.com/Discord4J/Discord4J - b30668480367a9c9aa3f9fbd25af50e0c144ca71 authored almost 5 years ago
Merge #639 into master

github.com/Discord4J/Discord4J - 07211db4f43f98bb3f5861029bbab35ff33b8e8e authored almost 5 years ago
Update some docs

github.com/Discord4J/Discord4J - 41343d71214b88f432cb9673c67c28a24e965365 authored almost 5 years ago
Bump dependencies

github.com/Discord4J/Discord4J - f227fb8b4f25a06b8d6d6d363304cd2518e5ed86 authored almost 5 years ago
Upgrade wrapper to Gradle 6.3

github.com/Discord4J/Discord4J - cd398e2ba728fe5b206724d417a14c1374d8e2ff authored almost 5 years ago
Remove deprecated methods from 3.0

And also override toString in some Store implementations

github.com/Discord4J/Stores - ab8b65c645d1bc31f300cb8de55b7691c70a63c7 authored almost 5 years ago
Add javadocs for redis stores

github.com/Discord4J/Stores - 93142e179a4dc073f17d821f06562486be32cc9e authored almost 5 years ago
Flatten primitive packages inside api module

github.com/Discord4J/Stores - 8ee0df211fb4b34c72ee7d010fecc09b63068ab7 authored almost 5 years ago
Update discord-json snapshots

github.com/Discord4J/Stores - 994dad9542287bb7f7f311eb4518a7abde3b26f9 authored almost 5 years ago
Add delegating store

github.com/Discord4J/Stores - 3e6a4576f496faed39001af54d6c94ae68a0e3c2 authored almost 5 years ago
Next development version '1.0.3-SNAPSHOT'.

github.com/Discord4J/discord-json - eb970114a776aafc61e4a7e8687d0375fcc5cfc2 authored almost 5 years ago
Release version '1.0.2'.

github.com/Discord4J/discord-json - ffb1950045bc3f709450de88a180fdde348df45f authored almost 5 years ago
Add RequestQueue abstraction (#639)

github.com/Discord4J/Discord4J - 0fbe7cecc496af125d2cc5710ef56ee2379b9223 authored almost 5 years ago
Add ReactorResources.Builder (#640)

github.com/Discord4J/Discord4J - ca37207d321f08b963040d58bc5ee9ff56a6f875 authored almost 5 years ago
Update connect to use our new reactive rate limiter

github.com/Discord4J/connect - 91113fd2b970c5c798dcb27a94393b023fd153e3 authored almost 5 years ago
New rate limiter across rest and gateway modules

github.com/Discord4J/Discord4J - c1dd95d2812d73ce30a262f3fae7c168c3766223 authored almost 5 years ago
Update docs for setInitialStatus/Presence

github.com/Discord4J/Discord4J - 6aee326536d4eef32db495ae7d9dd28e04495e88 authored almost 5 years ago
Update with discord-json fixes for Guild

github.com/Discord4J/Discord4J - 64633387dc90ae75b7848dda70d6ef60b4535469 authored almost 5 years ago
Fix types of unavailable, preferred_locale due to bug or wrong api-docs

github.com/Discord4J/discord-json - 82bb0e9681d2f02da23b3128d13c413f0dc7c68e authored almost 5 years ago
Split protocol loggers

github.com/Discord4J/Discord4J - b1f0bd1c42f0e276bfaa9dab83f7ea3db07c5fe5 authored almost 5 years ago
Update to recent package move and API deprecation

github.com/Discord4J/connect - 009bc93321ba604da13f608b0da8d8ab715a85f0 authored almost 5 years ago
Update RSocketShardCoordinator to API changes in D4J

github.com/Discord4J/connect - 5f8d6fe492f3da69dc8934e4a17e5fa58bb0c441 authored almost 5 years ago
Refactor coordinator and package move payload transformer

github.com/Discord4J/Discord4J - be88e399f71dc6f565e0339a7abd84cc7ea9c230 authored almost 5 years ago
Upgrade to Gradle wrapper 6.3

github.com/Discord4J/Discord4J - 85f89d9abffb9dedd054b0ec567f3f29d6e5391d authored almost 5 years ago
Upgrade to Reactor Dysprosium SR6

github.com/Discord4J/Discord4J - 67c5ef1454057c037058177d77b2ced7959c6b9a authored almost 5 years ago
Next development version '1.0.2-SNAPSHOT'.

github.com/Discord4J/discord-json - 705bc370d1692c9ed7b4ac9de34ba367e30fe621 authored almost 5 years ago
Release version '1.0.1'.

github.com/Discord4J/discord-json - 865b72cc5aeb831994be46c37fadcee60ed7df71 authored almost 5 years ago
Update dependencies

github.com/Discord4J/discord-json - 517fd7d0a30b7d2701fd8ab7a5ab3554d1a9bd17 authored almost 5 years ago
Update dependencies

Gradle wrapper to 6.3
Reactor Dysprosium SR6

github.com/Discord4J/Stores - 8d2f686b0dd7773b2b0d430133fa90bdf5d01516 authored almost 5 years ago
Update build.gradle

github.com/Discord4J/Discord4J - cc156077d139b2342022ede2fc5fed4e6c3c1422 authored almost 5 years ago
Snowflake usage instead of Long.parse.. if possible

github.com/Discord4J/Discord4J - 31d08ff5f0556483e563c40ca9120c03c1579569 authored almost 5 years ago
Move some store-related classes to Stores project

github.com/Discord4J/Discord4J - 2b8348168a1e2de0cba7a51310bfab83c8129c19 authored almost 5 years ago
Fix method name

github.com/Discord4J/Discord4J - f7b79592193e44023479ac76aa83063ac940c4fe authored almost 5 years ago
Make DiscordClient extend RestClient and then improve builders

github.com/Discord4J/Discord4J - ef4229b7e7cc39d66b5220b3d666908ddfbefcee authored almost 5 years ago
Add JDK store that can use Mono.cache

github.com/Discord4J/Stores - 20fa6fb74688f5b62e07140b6c2e39af984e3b9a authored almost 5 years ago
Add StoreView types

github.com/Discord4J/Stores - f86b76339bceb06d4beaf073c777601d1c1abddc authored almost 5 years ago
Extract supertype from core client builder to rest module

github.com/Discord4J/Discord4J - d1dfcd90983e589e4dfcb3fa2f8cb51944a56038 authored almost 5 years ago
Add StateView::create for simple standalone store usage

github.com/Discord4J/Discord4J - 8d5a80f21d81eb929f609144fa62c628d07a569f authored almost 5 years ago
Move Snowflake and Image to rest module

Include alternative methods to construct RestX entities

github.com/Discord4J/Discord4J - 7d43c0d2b3524126fbc173f89d3b89f0b455c953 authored almost 5 years ago
Fix #634 use STOP behavior if close code is 4014

github.com/Discord4J/Discord4J - e132aebc464026cd63b7c0a09a5b6a97cfcbb98e authored almost 5 years ago
Fix infinite loop in ExampleVoice on logout due to when vs zip

github.com/Discord4J/Discord4J - 3c3ce2413faa7c32eb42594348dece6b3dd0840a authored almost 5 years ago
Move unhandled voice op log line to DEBUG

Fix #635

github.com/Discord4J/Discord4J - d758a4633af58a836cc93adc463776b15a2162ba authored almost 5 years ago
Enable redirects for the default HttpClient

github.com/Discord4J/Discord4J - fb14701a985a10c274256fdd522c0dba2a1835b1 authored almost 5 years ago