Ecosyste.ms: OpenCollective

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

github.com/Discord4J/Discord4J

Discord4J is a fast, powerful, unopinionated, reactive library to enable quick and easy development of Discord bots for Java, Kotlin, and other JVM languages using the official Discord Bot API.
https://github.com/Discord4J/Discord4J

Improve logging and add more documentation

2ea8ef32c956b85f837d2cd9ea025117f03500e9 authored almost 7 years ago
Refactor PayloadHandlers and context

3074379dcd48667424ec1e1581ad9f7080d4128e authored almost 7 years ago
Add more docs

78f47cb712f957cb027e307cd8d15887a741a805 authored almost 7 years ago
Add lifecycle events to gateway client

- Allow users to be notified of gateway state changes.
- Combined Jackson payload reader with th...

a964ed92eed4e03dfaed56216f146d104bff24fa authored almost 7 years ago
Implement event dispatcher

Include gateway lifecycle events and some mockup Dispatch events

6f10514dfa83b4d55e2dfc20a5b9da839e96e878 authored almost 7 years ago
Fix reactions not counting correctly

c9c1dc1fce5d985d2b818b51db670b7c0bf17027 authored almost 7 years ago
Refactor createMessage methods

Modify MultipartRequest class so it handles all modes of message
creation.

c4a6588edf2d4885a1a71a2f22c1d8340ffff633 authored almost 7 years ago
Upgrade Reactor to Bismuth-SR7

f7c7b0a9393f2788876a5ad588f14bfcd8485614 authored almost 7 years ago
Unified Channel Create/Edit Error Messages

6a2f1c63e656b167805134bee440f8bb0b08a1c8 authored almost 7 years ago
Discord Supports (some) Unicode in Text Channels

b1b0f8eda9ba7caa2304113e404ea71d50772e5e authored almost 7 years ago
Removes the lock param on getting store connections

c2d3084d64ff8ec27bf2373b02bc859d4c15f3fd authored almost 7 years ago
Changed MessageHistory methods back to null cases

89bcabf5b725a8aacf49ab5e4f0ca895fb7a499e authored almost 7 years ago
Fixed RequestBuffer#request(IVoidRequest)

aad585f6f33885da0b5aa5b1473282419e716f50 authored almost 7 years ago
Removed inheritance from IVoidRequest

ae8f6ffbc87d5972680a2446a825e594a85ef867 authored almost 7 years ago
Fixed certain messages in MessageHistory if no messages exist

* This has breaking API changes by changing signatures to have Optional

1f8d328313f07fe26f01bf1b6cb12295db346bfe authored almost 7 years ago
Possible Fixed MessageHistory (#393)

07cd478b6f42b9fd23779239e6e5702a3ded7dec authored almost 7 years ago
Fix ReactionEmoji::toString and Add Support for Animated Emojis

21dac223d7323c944422208253ba48521b32827e authored almost 7 years ago
add support for animated emojis

f718f06dd54e532abfe714d1edc0d9d7ccc21179 authored almost 7 years ago
include first colon in string representation

a119b973767ad430893044fe0d1b19738ce5b772 authored almost 7 years ago
Extract more info from REST API errors

Modify ClientException to optionally keep the error response.

Add request.failOnClientError(fal...

2b17ea51570d66c749ef727cc2c99bdff4ca58b0 authored almost 7 years ago
Add documentation to gateway classes

ea5f1a9b7d01e3589ce3becd6384ba10dc3dee83 authored almost 7 years ago
Fix manifest issues in :core:shadowJar task

d95f1e40fc1249b7cc53d501aa2d25e8b8267229 authored almost 7 years ago
Converts method parameters to use Publishers

6f6a224215252d12cce5f68e791c9ede35dce973 authored almost 7 years ago
Upgrade Reactor to Bismuth-SR6

Apply dependency management plugin in order to use Reactor BOM.

753665a1af76b3ee2928a5e86944307047fad40e authored almost 7 years ago
Hides internal methods

9029be1434b454e44a92952750c591f909831083 authored almost 7 years ago
Fix possible NumberFormatException when parsing channel ID (#395)

* Fix possible NumberFormatException when parsing channel ID

* Remove null elements from User...

f4a9174257722721f61932d5f2f880a2e2802495 authored almost 7 years ago
Restructures the store api (mostly renames)

4ef7d65957e12d3c3b41434bbd80073b3293af0c authored about 7 years ago
Documents and reorganizes the store module

86ebedeecc1e3a4ff2205cd68cb989cc390fee56 authored about 7 years ago
Adds find and delete in range ops

2e8b9da8612c5cbf60670598591fd17927f68a39 authored about 7 years ago
Stores now fallback to boxed stores if primitive ones are not found

cdab3ed817d030adcde9ded331a352867a2466d9 authored about 7 years ago
Implements the store service discovery

d29681e41313a6109fc9cf4e5e398ff9c995fa09 authored about 7 years ago
Initial store module prototype

37679cb32071bd26a80167f9ea4c8765b44171c5 authored about 7 years ago
Connections are now closed in store objects

6e1045b7597890744bc8d685dc0acc12b3c6813d authored about 7 years ago
Removes lazy usage

56025dd8d407647ccbe402cebb97e28682155c6e authored about 7 years ago
Implements some store tests

e5ffbfac482f0ed5d8452ac1f80ef3b0472d460b authored about 7 years ago
Improves store return values and fixes the store build.gradle

25d378dd65a856e6b36e985d0923ac1d6b0e6322 authored about 7 years ago
Renames stores, removes mapping, implements the ability to override the store service in StoreProvider

0a07eba2d2284ce7051973167a0e99ec06cd6704 authored about 7 years ago
Moves Lazy to the store module

70ee5cc20c5335c174ead05272dc879d4ee1b5d9 authored about 7 years ago
Allow publishing to maven repositories

- Add maven-publish plugin to all subprojects
- Upgrade Gradle wrapper to 4.5.1

409cb1097a147422926ac1a21cc54adc3dd32084 authored about 7 years ago
Fix javadoc issues

3c53dac2b2cd87407e2b766ec7587cfd5dc694ca authored about 7 years ago
Add missing GameResponse field

Add missing field sync_id

7c4f839fc15fba5bc89c925d40d28847d4f38bad authored about 7 years ago
Upgrade Reactor to Bismuth-SR5

17fa826558a795365ac6dcc272b5f4b3b81b1d84 authored about 7 years ago
Clarify nullability on json and spec classes

fd848c08e02ed77eae24af7e9a92bd3489da0eb5 authored about 7 years ago
Add Spec classes to model user-facing editing/creation of Discord data

e85ba3ed87051474188f327f7c4d3c500051f3fa authored about 7 years ago
Use *Data classes in Entities instead of *Response json

26ec8bdc53f1356e47985fdc76b49caa4f2f198e authored about 7 years ago
Fix json deserializer and attachment field name

d3185ea36dc08aebeeb1b8e5d4b7ec5a771c516c authored about 7 years ago
Remove OptionalLong from POJOs

7eecfcfd7a38110a53acdd4cbacab3dcd5c107b7 authored about 7 years ago
Merge pull request #394 from xaanit/dev

Add javadocs to wiki

6c5ebe81d1bcb3ebfb51dbdadd1213deb4fdee78 authored about 7 years ago
Add javadocs to documentation

c82cd455f8734b2bf05212e855762cd0260ecfe1 authored about 7 years ago
Fix Nullability import

90bd6f2687713e66817ace43ea76d6f943e4584d authored about 7 years ago
Turning entities into more concrete implementations

74ac5bfeaca7e88f06225c3b93c473d0ae7ab6df authored about 7 years ago
Finished converting entities to concrete implementations

29ea12cf12f06420c0d01300a9042ed0151b7451 authored about 7 years ago
Added package-info.java and @NonNullApi

5a00202b3185367a1c4c727bb5e7006b57762708 authored about 7 years ago
Merge remote-tracking branch 'origin/v3' into prototype/outward-api

3badbf1b9dd1d47a3862e9b1336a4eb994a99988 authored about 7 years ago
Synchronize initialization logic (experimental)

87e15e2a30ed1524e997b64a71144e4986c0b969 authored about 7 years ago
Improves Koboloke locking

54afc5e64afdb504ad032b87c78dc6d6dd9a9c58 authored about 7 years ago
Revert "Removed MessageHistory contains check for MessageReceives"

This reverts commit 00e72f2

412e16b74a0de1526d64bd16a689356b92b74f90 authored about 7 years ago
Increases concurrency of the DispatchHandler

baa771529c0083ee482d8534923407e8d9d2bc0d authored about 7 years ago
Removed MessageHistory contains check for MessageReceives

00e72f2624ffc1cd428c51f07011d815c9ec4f52 authored about 7 years ago
Fixed IGuild#getOwner Possibly Returning Null

96a3a644c351362c627046043938adadd4f5a4a7 authored about 7 years ago
Fixes potential UnsupportedOperationExceptions on message updates

5c6693ca7a509c6749a1a703445a20723facd8ed authored about 7 years ago
Fixes potential NPEs on reaction add/remove events

27bf79060fac7d7c7bc0e74a9d177de2e90e392e authored about 7 years ago
Update RateLimitExceptions-and-you.md

1c72e443247049a901a19ea12a3826107df4267d authored about 7 years ago
Mostly completed entity property methods

79d6d577a20ef376935a93b6b664a35f9dfe9a34 authored about 7 years ago
Fix GameAssetsResponse field types

563a1def70839e5c9ebb8cfd73695cd7f49f5598 authored about 7 years ago
Fixed some entity assumptions

Made some docs more consistent in format

757a2654f2f9401be5a85643c812ff11410ab327 authored about 7 years ago
Removed Traits

7e1ba98e0deba37ac7d3aa858222dfc4862157cd authored about 7 years ago
Fixes potential NPEs on message updates

62e9cf15b38b21789d7c980e0e2c586347ab4b54 authored about 7 years ago
Retry on cloudflare errors

5a8cb9f638c56c3f46b908935e3664a213ded40d authored about 7 years ago
Add retry bot test

7e29671ba560d60344de4c6aa56c00f5fe38deec authored about 7 years ago
Fix backoff calculation on gateway retries

48b0c71856501a7b6114c75e66680b047a77e61d authored about 7 years ago
Fixes potential NPEs on MessageUpdateEvents

a345286944d53342dbe0417573f430b8d86bcf9b authored about 7 years ago
Fixed getImageUrl for Animated Emojis

6c3754ea0ddaa203ad9eb33cfd1d763eaadc0813 authored about 7 years ago
Added Support for Animated Emojis

3dd43910b96cc191566a04180f4e4daa27a3e5bd authored about 7 years ago
Fixes some reaction inconsistencies

Note: this is a horrible hack

984aa9472da7f48e51aafde9e28d1920f992e85c authored about 7 years ago
Adds IChannel#fetchMessage, this also potentially fixes #367

44afda647830a4c9f4f5550c359d9f9408a5d13e authored about 7 years ago
Prepare Entities for Editable Interface

46c3aeed1a0f39daa029dc5538405b68e36c57b6 authored about 7 years ago
Updated Invites, VoiceState, and Removed Emoji

2053ecfa75e53dbb482312e83d6fbb90788c9a99 authored about 7 years ago
More guild create wait time function tweaking

4b50e6a86eb4777a660e2ac3b478d882ad6f6f47 authored about 7 years ago
Makes DispatchHandler actually compile

e01a557cfcba0b8c3ba366ed841922ed1aa46fc8 authored about 7 years ago
Use square root weighing for ready wait times

8118f698042b4734333f1c0da6a8f83f5947b90a authored about 7 years ago
ReadyEvent wait times now linearly scale with guild count

a8dde935c27c9220742d00fbff490b4fe3797d6e authored about 7 years ago
Updated Presence and Identifiable

78fcc4d7f4905b31a89d29e76ae9b111485326ea authored about 7 years ago
PermissionSet Javadocs

a56a09f23ba1fcacbb9a9bd9ad372c8f8ee15fc8 authored about 7 years ago
Added Identifiable interface

45dfe2eae59ddd05d140658206eef871375e6c1f authored about 7 years ago
Handle invalid session inbound OP

14f433d50438a4e7b4fbc42b70f3a39022fe3af3 authored about 7 years ago
Fixed some methods and added Javadocs

35688f32f226733b3bceb0b99a4b0a47976d7d41 authored about 7 years ago
Add Role and Webhook methods

26db6112ebea8b9bb49e269acf643605c26d1a68 authored about 7 years ago
Add channel methods

3aa048665378d22d509ca180b4f7bb5a7621fb3b authored about 7 years ago
Merge remote-tracking branch 'origin/prototype/permission-set' into prototype/outward-api

ae120ac87ee7ce214c712c8141f4949c5bf0ef8f authored about 7 years ago
Add raw values to enums

95677cb4803afa940a389eeeb78a186ead2945c7 authored about 7 years ago
Remove StatusType.INVISIBLE

15d3ffc4f23725713fa89ca8ad3ee6d23c6c2aea authored about 7 years ago
Remove Permission#hasPermission()

33b483a986031391feb09e3de02cb1822ccd9684 authored about 7 years ago
Removed Mentionable#getFormattedMention()

4bbb28f25716b4bc62f0c42e98b987d7714ff0fc authored about 7 years ago
Remove AudioChannel

597bb62a3796767dedb3ddf96d99d1dabe6b6063 authored about 7 years ago
Add missing fields

2d4c545599b149bdb2c4b3fc0221fbaebac5ffe6 authored about 7 years ago
Add PermissionSet

2520ee6546facf3743250658f9641b4cacfe0349 authored about 7 years ago
Separate Invite and Entity

6a73d4ae155ac3a44cd3f854dec24251d8448fa1 authored about 7 years ago
Document POJO rules

3fb4f5e6ea11456fd8105b02bf0525962a2af716 authored about 7 years ago
Add ApplicationService

33abe4d96439fe5d58f78d636bf5d7bcd705acc6 authored about 7 years ago