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

Reconnect on failed heartbeat ACK

c30c196997415f846c5da1e5f7971b32c505ddf0 authored over 6 years ago
Improve gateway log statements

2756ef04e0fb5a76602986581bcf4a56a1346219 authored over 6 years ago
Remove extra slash in gateway URL

be160f059be2123521834101f0b47dda7cc2eece authored over 6 years ago
Update dependency-management plugin

ea8cfd0ed20fd24a4494c3c61a4948a96cda7ab0 authored over 6 years ago
Downgrade to Gradle 4.7

f65ce43aa4d41ba61f005d243a1431febc300445 authored over 6 years ago
Update README.md

24179a6fee65674bceb67dde63c741bcc7a0b550 authored over 6 years ago
Upgrade to Reactor Californium-RELEASE

f9ce52918bc39fb12cc5a72aecef39eb9b0ee0ac authored over 6 years ago
Update gradle wrapper

643622633b6f1d5c6949f4a2363c2c7094e25801 authored over 6 years ago
Add gateway cancel test

4a19d82b5cf1038d7fa9ca1c3f460e06103e7953 authored over 6 years ago
Retry gateway on any exception

4370296fb831770f4044312eee6e5f956731e71e authored over 6 years ago
Fix Possible#get() nullability

a01ace60e8ca5dbe9de62ebd6031a25df01b1072 authored over 6 years ago
Don't hard fail on failing to load modules in Java 9+

and deprecate ModuleLoader

95d1faf793075fa52295cc7278204b0ffb4781f9 authored over 6 years ago
Update gateway logger names

27f19e84b4a89074196d9026e8cac3cf153d6393 authored over 6 years ago
Update gateway client user agent

18451bdfb10cd02f99581be8ee0250c8005950be authored over 6 years ago
Upgrade Reactor to Californium-RC1

Including our modified reactor-netty dependency

0582b27f757e1da650a1f13a6d9c4dcca0149c6b authored over 6 years ago
Improve reactive gateway implementation

In an effort to make our reactive gateway more compact, we removed
some of the abstractions used...

074aff12ae8c737c740ce7b4da1e428d0f1b14ed authored over 6 years ago
Replace Examples (Fix #443)

453c5c1766b5671eff0dcbf51e0806cdbaa3042b authored over 6 years ago
Add ModifyGuildMember endpoint for core (#441)

* Add GuildMemberModify and a changeNickname method.

* Missing import, fixing IDs

* Fix ja...

1e433686a98c480cc50bd2aad142da706dc99064 authored over 6 years ago
Tweak rest and gateway logging

Provide more feedback at the INFO level while lowering HTTP request
lifecycle logging level back...

db2296316e781fcea9f766b702e1cf19b8eb93e0 authored over 6 years ago
Fix ReactionEmoji regression

Commit b861637 introduced a new way to deal with URL encoding,
therefore all instances of URLEnc...

bb67a42e807c0238ceaadfdf95e30c1399559ac9 authored over 6 years ago
Add everyone role functionality with Guild#getEveryoneRole and Role#isEveryone

d56daa6e18ffe989a72d1ffa5dbde992c8f48873 authored over 6 years ago
Add unit tests for everyone role features

7040891963858282c1abc202db2dedb76d371274 authored over 6 years ago
Fix command README

b18d1f61b8fb08b548add063f07cfa85c4db8ba1 authored over 6 years ago
Remove double encoding from test case

f1975007dd6ce6758ef622d1ca457720c889e3cb authored over 6 years ago
Properly encode URI components

b86163784cfe211f85474e46e5ea17e1da8b7768 authored over 6 years ago
Update test file missing newer mapper

bcdb89a990dfb25b6949067e7d298a64e55a1259 authored over 6 years ago
Add gitattributes file

56772e09878ca4b3bd4e324d3872204a35d168b7 authored over 6 years ago
Added Nullability Annotations to equals

2debb853c7f3b9cc02ef2790f8f75104769f0535 authored over 6 years ago
Override equals and hashCode for Entity Instances (Fixes #437)

216106fd029d939c0ab81e2c4efb7c023f0a5910 authored over 6 years ago
Added New Warning to command README

e30003fa5a2fbfc00f2574d2e39d44d86d3569cc authored over 6 years ago
Aggregate javadocs (#436)

- Add aggregateJavadoc and aggregateJavadocJar tasks
- Include aggregated javadoc JAR to publis...

0048753244ea95b7f9d1c3b78540ee385d16153e authored over 6 years ago
Fix some inconsistencies from the rebase

f11a85a3a0b228cd0b829bb6e17bdeb8aae3faf2 authored over 6 years ago
Re-added CommandException

044dca5eb87fb5518f9de7a7f3c223936ded36e0 authored over 6 years ago
Added Context Generics and Abstracted NaiveCommandDispatcher

de7ff53f6dc634d0a1ee09080da1886aaf436278 authored over 6 years ago
Fix Rebase Errors

5126991b10104e61c3cb203462a3e761df994a59 authored over 6 years ago
Incorporated ProviderContext, removed CommandException, allowed multiple

commands to be executed, default dispatcher now recovers errors, added
copyright, made some namin...

299469ea4503f37820fe907721d506d9aff46481 authored over 6 years ago
Update docs a bit

72df85b9df4e36977083e10d27eca28cbf07c00c authored over 6 years ago
NaiveCommandDispatcher now accepts reactive prefix generators

6615035a8e155bd8b01a2cd2e476afb19f9362e2 authored over 6 years ago
Pass more context to CommandProviders

c20c0b9d8fe0b695c707ab7853b1ba4accfff530 authored over 6 years ago
Added empty content filter to Bootstrapper and shifted utility classes

cf51233f9b8c6be6fbef3f27eaf236464203dc79 authored over 6 years ago
Fix some javadocs

1be59b810bc9c9190d2c5a0f0c2161db2f1c0a85 authored over 6 years ago
Fix ReactionEmoji#asUnicodeEmoji()

aa78f82ba3322d9b951ca1b5a425f642ee12463d authored over 6 years ago
CommandErrorHandler now returns Mono<Void>

97920814a12c770a4cf19c8e003d2fb9ff08436f authored over 6 years ago
Add message to ClientException

6639dde3ebbb59d99ca564862c4b1c30ec7f5352 authored over 6 years ago
Update test logback.xml

719d6fb7c4f22a600bb79aee673577e691ca3e82 authored over 6 years ago
Ignore all unknown json keys by default

fcbbeeefaeb8baa4c9a2679b23c54b2f7c9edcf9 authored over 6 years ago
Update tests to new mapper

a75e593afec541450715fc0f337d2e6b82efa43f authored over 6 years ago
Add tests for UnknownPropertyHandler

Move the class to common module to be used in gateway tests.

d6ca53b5f3154dec8d9753b2f3bdca3ceaac8749 authored over 6 years ago
Update README examples with DiscordClientBuilder

b05cc53a6fa2213b79577b1c3ac126d2638b5878 authored over 6 years ago
Update readme examples

2c008cc3474fd744e99ecc2cf47008503dd57718 authored over 6 years ago
Update github files

272f0ea0f63856889e144283d5588ff53bc1da07 authored over 6 years ago
Review changes

eba7a1ad62d35379433542bb66a82a5454d2841f authored over 6 years ago
Move main readme and flesh out submodule readmes

2294ed3bc1b8818fa7bf77377733d39946a8a3ec authored over 6 years ago
Add spring milestone repo and move store info

1553813ba169deb1c97ff5c66c10c160b797c307 authored over 6 years ago
Add discord4j.com to example user agent

e7dcd882fb0a248ca96ab95f857323b2c8b00ad6 authored over 6 years ago
Resize logo

e9f4a2043582ba7005b3ca928f627374a0f8f1fc authored over 6 years ago
Really fix logo rendering

524383379ef9c8e51b37bc3b91349831743e2c7f authored over 6 years ago
Fix logo rendering

0494245a5b1a6d01c23d21f83ab27a57e6d28130 authored over 6 years ago
Update command readme and clean up root readme

7e269a6baae97413046fd44d059f14a79a227778 authored over 6 years ago
Update README.md

9101956b1e52643e12bfe9ee86413e14659246e5 authored over 6 years ago
Add @Nullable Annotations to equals() Overrides

b24e22517674f9598d7630eae1e25344b5258570 authored over 6 years ago
Temporarily Ignore activities in GuildCreate

7399a87781072ae7d23f1392d63abb02dce9a31c authored over 6 years ago
Fixed a Javadoc Link

570a4d10f4d02418aee6c3a39c01bda204780375 authored over 6 years ago
Added Role#changePosition and Cleaned Some Docs

24c5bf72ce0cb9f66ceb5d3da40537a1586b49b4 authored over 6 years ago
Cleaned Up Imports

933a7e99407bbcd85940319180da744d5dcd397b authored over 6 years ago
Remove store module from project

cc22a373ec1473527640b113e56817236ceafe03 authored over 6 years ago
Change git properties plugin

Fix #432

b387f4248cca208ffccfd98680fe2478540b8206 authored over 6 years ago
Upgrade Reactor to Californium-M1

ad53a9ca72dc20340ac0f46e17e726b0cab936db authored over 6 years ago
Rework for reactor-netty 0.8 port

Reactor Netty redesigns its public API for v0.8 and this affects
our REST and Gateway modules. A...

06707bf93ed64be7ca60a5e6a0bbfa874e9b48c0 authored over 6 years ago
Upgrade Reactor Netty to v0.8.0.M1

Including our workaround for max payload frame length.

22c9e7f2e1e0e46596ae4ac609cfeae8c7a32f53 authored over 6 years ago
Temporarily ignore unknown properties on GameResponse

4d991786ee34910f04b4252803e19d0392e9f6e2 authored over 6 years ago
Add a clearer toString to ForwardingStore

d9f269ad07b722615b6aa3bf3f110f41142f1039 authored over 6 years ago
Add a few utilities to PermissionSet

41c752de44d39b9216ad721843bc9f97fcd1a0fa authored over 6 years ago
Push the unified command api

a66e2de1a77a562cbdd6a9a7b67705f6ced76d8c authored over 6 years ago
Fix SimpleBot

b67aff5ad9179608e68ae03361ad333e65ddddfb authored over 6 years ago
Restructure CommandBootstrapper

0642db0dcfcb53f4f742b4fa598337eee0bb4ced authored over 6 years ago
Remove async overloads in CommandDispatcher

6b7ff00928bc73f5e29445ea598133c2c588705d authored over 6 years ago
Fix issues pointed out by Igloo

ec980c0117fa2f83e166a3b1a7d64f32f11998a7 authored over 6 years ago
Prevent stacktrace filling

05671ae506b3a8ce7987079cb0e0146cbd75e5b7 authored over 6 years ago
Update the examples

a8a441e4394b180a829724516382aacd26164315 authored over 6 years ago
CommandBootstrapper#attach now requires a subscribe()

09f5844f0ded1441fba0d144a608868221abae32 authored over 6 years ago
Mostly Revert "Reformatting pass"

This reverts commit dda8eaf

992457a2af297bdc210689a85a89a3149c382549 authored over 6 years ago
CommandProvider now returns a Mono

6bef96382978fc1f417c2604956a34afa2605617 authored over 6 years ago
Flesh out the README for the command module

da6df3455f0ccbb84cec2c3d939719011b436ab1 authored over 6 years ago
Reformatting pass

c9e046282cb8aedfba819ba7b8c7db2c5d25f9f1 authored over 6 years ago
Rename commands -> command

0426b5a677b7c7c3e57af2d51ab7e209e8d7fe48 authored over 6 years ago
Remove `response` field from CommandException

9cc24931e79499ef3f2002092e1f7fb745e68fe3 authored over 6 years ago
Log failed executions by default

2b646d66299d7e7e9474ba801a1d5c94dbbe1419 authored over 6 years ago
Rename BaseCommand -> Command

71177f8a6817491603e3ec19ead710061e77a5ac authored over 6 years ago
Make CommandDispatcher simpler

853ca2a1e951067690e5fa5a76a4fc937076f679 authored over 6 years ago
Fix module references in the README

d48ac821b07ac608b597d7bc60a1efa9473d0a7c authored over 6 years ago
Revert "Restructure CommandBootstrapper"

This reverts commit 12165d1

645d1476f02d2299121b8a0df40d11adde846c0b authored over 6 years ago
Apply most requested changes

Some still need discussion

39d625ddbd39eed942176b776607df61e0d101cf authored over 6 years ago
Make JDK stores the default store in core

df1b09b6e4f1fc1ff6f0db2accbc98ff85b618ba authored over 6 years ago
Remove AbsentValue

4657d2a7433ce224d05c2fdfe2159c2ffeaebd7c authored over 6 years ago
Short -> Integer

9c51b2f6c55c372a745f28cf6a039bcf9c2afccf authored over 6 years ago
Fix implementations

4acfcd23962b8cf4711ec5fb8c9532e102314c9f authored over 6 years ago
Log store implementations on startup

0ce5fb68f0d6c3ed924e7c25f106eff766cbccbe authored over 6 years ago
Remove get and set StoreServiceLoader

9b7571b96de170ff07e2ebbfbd8275c0c617a259 authored over 6 years ago
Change import location of jdk-store

6d8630c46fb4539fb35797f7dbbb566f62df16e8 authored over 6 years ago