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

Support setting a default allowed mentions object

Close #737

e9d7a32ce1c3b475c2766886be12ab16da5e489e authored about 4 years ago by quanticc <[email protected]>
Merge #812 into 3.2.x

d66c14ed34524d42a4ec9457f8b8dc4f02a02b5e authored about 4 years ago by quanticc <[email protected]>
Close #741 add support for role tags (#812)

0fa3b535863098a5bca490cebd115b50457e36a4 authored about 4 years ago by David <[email protected]>
Back to discord-json snapshots

80847d2fa3fd64fcc510a50f99f71afc52084c4d authored about 4 years ago by quanticc <[email protected]>
Merge branch 3.1.x into 3.2.x

6406ab158bbccfa49ccc00042a4d943601efbcc6 authored about 4 years ago by quanticc <[email protected]>
Call the proper methods when building MessageReferenceData

bfee7fc93e57c167f3de45dfe8dab2c8447eb126 authored about 4 years ago by quanticc <[email protected]>
Fix calling correct methods when building MessageReferenceData (#811)

669a5aec3b21ebb1b7636193d1e1064d0fb1efd4 authored about 4 years ago by YelsewB <[email protected]>
Merge changes from 3.1.x into 3.2.x

3c030fda2aa7c18e1c9ba56ad61e45ffabff6287 authored about 4 years ago by quanticc <[email protected]>
Next development version '3.1.3-SNAPSHOT'.

c441fd8e549f3de9085e4c3c51ddfbb498bef0a8 authored about 4 years ago by quanticc <[email protected]>
Release version '3.1.2'.

47a62dae2fee8a087a7d8c97299c6f2a737457ba authored about 4 years ago by quanticc <[email protected]>
Upgrade dependencies

- discord-json 1.5.5
- Stores 3.1.5

e8d6c6308168020935eb26962df3788cad8e7d4f authored about 4 years ago by quanticc <[email protected]>
Update javadocs badge version

99475996de9f9b42601fa09d5255126ae4527212 authored about 4 years ago by quanticc <[email protected]>
Merge changes from 3.0.x into 3.1.x

2562876ce59b3f24026a9a9cc6ca07fce5754abb authored about 4 years ago by quanticc <[email protected]>
Next development version '3.0.17-SNAPSHOT'.

95d1325190f2e6500554a705d379226f6a1babc2 authored about 4 years ago by quanticc <[email protected]>
Release version '3.0.16'.

9b079f60129aeed82314f8edc36ecbfbcd920f84 authored about 4 years ago by quanticc <[email protected]>
Update docs/index.md

b3f87ab234089824cf48489f2558ada23d4926a9 authored about 4 years ago by quanticc <[email protected]>
Upgrade dependencies

- Stores 3.0.16

- Gradle wrapper 6.7.1

- Lavaplayer 1.3.61

- versions-plugin 0.36.0

459caab61b01391f654bf463aed3b515d4332441 authored about 4 years ago by quanticc <[email protected]>
Merge changes from 3.1.x into 3.2.x

762f61031f0476372d41e85148984e43e46d6b3e authored about 4 years ago by quanticc <[email protected]>
Update docs for events and ReactiveEventAdapter

9d3de33277d8c91c833d88820326196414bf2b26 authored about 4 years ago by quanticc <[email protected]>
Change default event dispatcher back to buffering

c23dff8c6cd508651c25aaccbd6dc8994c4d7eb1 authored about 4 years ago by quanticc <[email protected]>
Merge changes from 3.1.x into 3.2.x

bd1052c504829e21b2f77f16dbdb733591f61dc3 authored about 4 years ago by quanticc <[email protected]>
Add adapters to create a single event subscription

a5d61534824475f10af0caccf4d6261f6bccd72e authored about 4 years ago by quanticc <[email protected]>
Update docs

959d5fcfc437d8de9be4f304a2ccacbf6999d097 authored about 4 years ago by quanticc <[email protected]>
Forward errors from withEventDispatcher to terminate Gateway connections

Experimental method: this is a breaking change

03bee0129ba3b031b19407a85f62d6a6ff71ec26 authored about 4 years ago by quanticc <[email protected]>
Merge #809 into 3.2.x

Close #789

67d89d8369b5612d502b8123359d40e3f41d5bdd authored about 4 years ago by quanticc <[email protected]>
Add support for inline replies (#809)

b14c89217ec8c338fb75155fd02be71c98d72960 authored about 4 years ago by David <[email protected]>
Merge close #800 into 3.2.x

5fec7bb9b91ece2e8d3e84865cc2dded3c6d1047 authored about 4 years ago by quanticc <[email protected]>
Add subscriber context to GatewayDiscordClient#on(Class, Function)

14dab2c85c4a7db19eab443490bbc632226a2090 authored about 4 years ago by quanticc <[email protected]>
Fix #800 apply a timeout on full member list requests

Resume timeout error with empty Mono in StoreEntityRetriever

b36af226096e5b588bf1069446140cb98aa3f556 authored about 4 years ago by quanticc <[email protected]>
Migrate to reactor-netty-http dependency

e9a18df65072df326bd121fb038fd244c077ec78 authored about 4 years ago by quanticc <[email protected]>
Upgrade to Reactor BOM 2020.0.1

95940e022e13237ee05db98bdc5b065bfdfbb3d1 authored about 4 years ago by quanticc <[email protected]>
Upgrade to Reactor Dysprosium-SR14

- Test dependency lavaplayer 1.3.60
- Gradle versions plugin 0.36.0

41af466f2ce0654d45d2467ab0a0340b53231bad authored about 4 years ago by quanticc <[email protected]>
Rename currentRoles to currentRoleIds (#807)

* Rename currentRoles to currentRoleIds, change collection from List to Set, and add a method to...

0442bafa33c53bc3e9765534b8fba0e734491791 authored about 4 years ago by Jordan Simpson <[email protected]>
Merge #804 and #808 into 3.2.x

a6332ea5a67f3c05a70c3b59673b6cc48194aa56 authored about 4 years ago by quanticc <[email protected]>
Add support to retrieve stickers from messages (#808)

5530d1ad31e28b17d49ae76be1e5c49d37a6ef64 authored about 4 years ago by David <[email protected]>
Add 520 to RequestStream::serverErrorRetryFactory (#804)

29423b953f7d6dc459573eb33812d2eb1a9ab983 authored about 4 years ago by David <[email protected]>
Merge intent-related changes from 3.1.x into 3.2.x

816ead9518e6962d3b2ac8de650d05bb5e6c6409 authored about 4 years ago by quanticc <[email protected]>
Deprecate some methods to be removed in v3.2

22f5ab43f258afb552027fc1ca50b6e086565457 authored about 4 years ago by quanticc <[email protected]>
Update Intent.DIRECT_MESSAGES description

05946a09021d7b84239ddcb98b9f5b8a821aa9e0 authored about 4 years ago by quanticc <[email protected]>
Merge fix #801 into 3.2.x

611b656ca35d529ba12a74c6d1a0ba697545df70 authored about 4 years ago by quanticc <[email protected]>
Reject voice connections if missing voice states intent

7d2dbeb2a1a538cea43a59de49e14c56c72897d5 authored about 4 years ago by quanticc <[email protected]>
Update javadocs around Gateway Intents

f8deb14df81eb1f08068dbe65fa49f89be74b7ef authored about 4 years ago by quanticc <[email protected]>
Add overload to Guild::requestMembers by user ID set

4059ded05f55cc6dbda0a9b121f2cd5cc90b2e53 authored about 4 years ago by quanticc <[email protected]>
Fix #801 Handle GUILD_CREATE with unavailable: true

be5028d42dbe115295798ff2bae1fea7a112106e authored about 4 years ago by quanticc <[email protected]>
Remove ignored include_applications flag when getting guild integrations (#803)

8078c718b32f95b7b240fe8e365706aec6c799a3 authored about 4 years ago by David <[email protected]>
Update to ContextView API

c5ba48fc713b858e2840e7e2ec51cf2be9867a7c authored about 4 years ago by quanticc <[email protected]>
Default to MemberRequestFilter.none if missing GUILD_MEMBERS intent

e3791abf4c344dd2cc6f1c2051d2689ba83a2e75 authored about 4 years ago by quanticc <[email protected]>
Make intents mandatory in GatewayBootstrap

c335915508d0ea152924fd32d26b2a588fe6c0b7 authored about 4 years ago by quanticc <[email protected]>
Add support for legacy discord4j.store.api.Store implementations

0afa96409fc49a143f89bc0f859896f14b83fc51 authored about 4 years ago by quanticc <[email protected]>
Merge #788 into 3.2.x

7d32fab11d7e42cc3abc529bb1227ebaa0f50572 authored about 4 years ago by quanticc <[email protected]>
Fix updateReadme condition

436b0aa9be4da286e5cdfa7c87eecf066d5328a9 authored about 4 years ago by quanticc <[email protected]>
Next development version '3.2.0-SNAPSHOT'.

5a94eaadf5764629712b138e82ef668f6a166f56 authored about 4 years ago by quanticc <[email protected]>
Release version '3.2.0-M1'.

f91b928ef84ca8ecaa48acf869f85d3878b82275 authored about 4 years ago by quanticc <[email protected]>
Merge branch 3.1.x into 3.2.x

85d52af8d6efaecd086b8cf6e4d71d2605f4cac9 authored about 4 years ago by quanticc <[email protected]>
Merge branch 3.0.x into 3.1.x

496b5144d35e413d6e7d06e24ce7ff716161b91e authored about 4 years ago by quanticc <[email protected]>
Trigger workflow only if source files are modified

101fccda46e6f0d9b6127dd47464ae389b4822d1 authored about 4 years ago by quanticc <[email protected]>
Upgrade to Reactor Californium SR22

71f0152eec2e733589c935a8deb4eea79091f574 authored about 4 years ago by quanticc <[email protected]>
Update README.md

4bab8fc62f5f01a54c9d52fb67976536182d3084 authored about 4 years ago by quanticc <[email protected]>
Add docs article about version compatibility

102f89cb446790ad3d02fd3ef360bf58fd9780ee authored about 4 years ago by quanticc <[email protected]>
Upgrade to discord-json 1.6.0

8bdfed1ea4e41cb5afa7f4966b110e6867f3a371 authored about 4 years ago by quanticc <[email protected]>
Merge changes into 3.2.x with Reactor 2020.0.0

4ce8a005b0f3be420902fec282470e2a4b41fbca authored about 4 years ago by quanticc <[email protected]>
Upgrade to Reactor Dysprosium SR13

And other test/build dependencies:
Lavaplayer 1.3.55
gradle-git-properties 2.2.4

388438493fa28235440b10383fc6ba997827acca authored about 4 years ago by quanticc <[email protected]>
Upgrade to Gradle wrapper 6.7

c02fd4857cbe53b33f32e8d9406927b1edd07fcb authored about 4 years ago by quanticc <[email protected]>
Update example voice bot code

e591fb98c690fb063bc11df59a3bc95491cf014f authored about 4 years ago by quanticc <[email protected]>
Update docs for some methods in GatewayBootstrap

d7dc42d123e044a183237a3eedc764d4fed9ad85 authored about 4 years ago by quanticc <[email protected]>
Add integration payloads to the ignored types

56a37c4b887b439b22402ed9fc9276b558b38a5f authored about 4 years ago by quanticc <[email protected]>
Migrate deprecated retryWhen in GatewayBootstrap

8203a983ba273b35e8aa21bf1cc8d392cad8ecb0 authored about 4 years ago by quanticc <[email protected]>
Commented out setStore in ExampleStore

c4cd805dc76de5abbf9383a1ba172f57821a92b3 authored about 4 years ago by Alex1304 <[email protected]>
Remove store implementation

3eca1a7c5c7f0ebccb7078836a2ff1a46f0a14f2 authored about 4 years ago by Alex1304 <[email protected]>
Add VoiceStateUpdateEvent functions (#770)

87548f882c29b96a037ee17e041a97b26bcd996a authored about 4 years ago by David <[email protected]>
Fix javadoc of DSL#store saying the error would be propagated

b033ef9fe15c0a422ea7f0dced3f805af8415adb authored about 4 years ago by Alex1304 <[email protected]>
Drop and log errors on dispatch store execution

e7b325db8531c7b4ab2316eff6da85f74abd1b04 authored about 4 years ago by Alex1304 <[email protected]>
Revert facade.disposeNow() changed to method reference

dd25d5bd498d4391490d63958d0508f4e66b3482 authored about 4 years ago by Alex1304 <[email protected]>
Fix another NPE involving selfUser

da28904fda2a26bfdc23b714faf56291caeb081f authored about 4 years ago by Alex1304 <[email protected]>
Fix NPE when calling Storage#updateIfPresent

5c99cf8a8e8ffe66f650efe9c9e69c4151ffbe3c authored about 4 years ago by Alex1304 <[email protected]>
Added javadoc to StorageBackend

c4c4e802ffea05aeea8de55fd7340d74b5770091 authored about 4 years ago by Alex1304 <[email protected]>
Wrong Nullable import again reee

44e0ee5ab3c9fb4bac847e19e5fa29eb5efdcd6e authored about 4 years ago by Alex1304 <[email protected]>
Only use caffeine by default for user and message storage

78d047bd147ebb25803e73c97282ac066664e136 authored about 4 years ago by Alex1304 <[email protected]>
Fix semi-colon

869e3ef87935d4c5b89f834ebf7c1bde442aa052 authored about 4 years ago by Alex1304 <[email protected]>
Remove extraneous getConvertibleChannel call

288444011d088fbfac715428215cd211b2c6fd93 authored about 4 years ago by Alex1304 <[email protected]>
Minor fixes

f50d5657f1b7c4fb8d5db5bf835b616e94a22875 authored about 4 years ago by Alex1304 <[email protected]>
Migrate local impl to Caffeine

3ae0705599a411d7469f710d42f5482f8993e881 authored about 4 years ago by Alex1304 <[email protected]>
Allow enabling unpooled inbound allocation method

eae077b523c9a10b0ff8b3091a0f3eec4016b25b authored about 4 years ago by quanticc <[email protected]>
Bugfixes in DispatchStoreLayer

809df1f7765d916b85c05030c14c09f2e8c3ff00 authored about 4 years ago by Alex1304 <[email protected]>
Proposal for a default implementation

5600ca51ea839aee9f1e780635c407315c70b257 authored about 4 years ago by Alex1304 <[email protected]>
Fix some signatures in GatewayDataUpdater

c442ea536a4c3f08a922caffb64b6ae69bf13fbe authored about 4 years ago by Alex1304 <[email protected]>
Move completeGuildMembers call to login code

931c0ccdbbd6d50d22c971fd58532f9b823587d6 authored about 4 years ago by Alex1304 <[email protected]>
Update Integration support (#794)

8417bee11b11e9df8694d782d5b3cebcf00f18f8 authored about 4 years ago by David <[email protected]>
Don't use static imports in Member

d750c2f4997c1a71fae0e697e00940f3e6ff09c4 authored about 4 years ago by Alex1304 <[email protected]>
Remove duplicated copyright headers

f192b05cb1907fcc0555bbef643a3051a0c2e47a authored about 4 years ago by Alex1304 <[email protected]>
Use exact member list for getGuildMembers()

3185c499f5db9cc208967cc590c74ab3ea157ad5 authored about 4 years ago by Alex1304 <[email protected]>
Merge branch 'master' into prototype/store-actions

49d4c662afc81e3619bf897a9d2f20c385d0bbed authored about 4 years ago by Alex1304 <[email protected]>
Added all javadocs + static factories for Actions

820f58d00f3391527c1b9de8da997d47d9149763 authored about 4 years ago by Alex1304 <[email protected]>
Upgrade to Reactor 2020.0.0-RC2

1bef62e27a56dfa3f49049f6a3d7ac514cbff456 authored about 4 years ago by quanticc <[email protected]>
Merge #792 and #793 into 3.2.x

758113a7b77d9f925e41f3040b7f5187d6c52650 authored about 4 years ago by quanticc <[email protected]>
Update Community Guild documentation (#793)

3df426e6ed7ae7fa7ce55d8a649a33827a91826b authored about 4 years ago by David <[email protected]>
Update Guild documentation (#792)

b185635e46b31e383b65f7ec768e30eeea08da41 authored about 4 years ago by David <[email protected]>
Remove PossiblyIncompleteList, use Publisher return type

6daef71d4fa1da54927dfb947b46ca8c0f8b4386 authored about 4 years ago by Alex1304 <[email protected]>
Fix wrong Nullable import

1a1b95e24d4669393aa3638c8e6fb315c7872ab3 authored about 4 years ago by Alex1304 <[email protected]>
Decouple layout from action classes

f3335d5be290b005eb3e9dc964bdde3544f00dbc authored about 4 years ago by Alex1304 <[email protected]>