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

Refactor voice gateway options and handshake flow

Increase protection on concurrent handshake cases
- Fix LocalVoiceConnectionRegistry performing ...

github.com/Discord4J/Discord4J - 9378a1ced8b46420b855803c9666a20e51aa6142 authored almost 5 years ago
Update voice bot example handlers

github.com/Discord4J/Discord4J - 5dec911af6c4e4f138a6ebde0a3620a38ac5cc95 authored almost 5 years ago
Remove FSM-based voice client

github.com/Discord4J/Discord4J - 0e3d3ff9575722cbe8d6352336689f459d669085 authored almost 5 years ago
Clean up the nginx config

github.com/Discord4J/Dockerfiles - 92f7ad87f53e9e61275e85f62fe576cb5817331e authored almost 5 years ago
Next development version '1.3.1-SNAPSHOT'.

github.com/Discord4J/discord-json - 84fc6660a750d837f4ca31dd56b4b0eea66735b2 authored almost 5 years ago
Release version '1.3.0'.

github.com/Discord4J/discord-json - 36d88566dc1ee9eafdae8669b617ca2bee122448 authored almost 5 years ago
Disable drone and postgres

github.com/Discord4J/Dockerfiles - cf99930887753184bc8489d5226bba75887df6a9 authored almost 5 years ago
Instruct upstream client receiver to release memory

github.com/Discord4J/connect - 41402bd8859b88a4850fd5594343f7cf52e82916 authored almost 5 years ago
Upgrade to immutables 2.8.8

github.com/Discord4J/discord-json - 95b089dd39a70dfaeaa022e788b012e7e359c310 authored almost 5 years ago
Simplify receiver mapper usage

github.com/Discord4J/Discord4J - 1e47d55599a6f23714821b7fd9dba9c422ca31d1 authored almost 5 years ago
Add max_concurrency field to SessionStartLimitData

github.com/Discord4J/discord-json - f2ae5cf606ad26fe7d68f51af011e3997b6d10a1 authored almost 5 years ago
Fix incoming payload read issue under multiple receivers

Provide doOnDiscard hooks to cover some potential leak cases

github.com/Discord4J/Discord4J - 124688a22f41b3d5e13680742e5abb4fb57b32d9 authored almost 5 years ago
Avoid copying buffer memory when extracting it, if possible

github.com/Discord4J/Discord4J - 1e7c718378aee0469a728cda6f91d3ab2d9f08ae authored almost 5 years ago
Add more examples

github.com/Discord4J/Discord4J - 2a52e820760b02a0a2cc5f49f6e4f1122b8b065f authored almost 5 years ago
Add method to fetch optional inviter (#702)

This is a backport of #701 for 3.0.x

Introduce getOptionalInviterId that returns Optional<Sno...

github.com/Discord4J/Discord4J - 06340767ad33f60d0de7abccd0cc15e774c5b1f0 authored almost 5 years ago
Release buffer using onDispose instead of finally block

github.com/Discord4J/Discord4J - e2679268605a60516893931c1a676773e5959b1d authored almost 5 years ago
Change default voice timeout value (#700)

github.com/Discord4J/Discord4J - 8ce11823f9b5f5f6ac632b1261e0bd5173cbd563 authored almost 5 years ago
Fix NoSuchElementException on TextChannel#isNsfw (#699)

github.com/Discord4J/Discord4J - f6e1ec1785d88b46c876cd82286c82cd45582e7c authored almost 5 years ago
Do not compute Mono for JdkCachingStore#find on assembly

github.com/Discord4J/Stores - 14855de1de47cdcd4bc344045805ba5bd5675aca authored almost 5 years ago
Implement remaining core voice features

Improve handling concurrent voice join attempts
- Emit existing voice connection if attempt fail...

github.com/Discord4J/Discord4J - 2ed38bb519f4913f2797636c24c15eef497fb592 authored almost 5 years ago
Reorganize voice logging

- Add protocol loggers for UDP socket
- Reduce INFO verbosity
- Add lifecycle observer to UDP so...

github.com/Discord4J/Discord4J - 77f7ee1374e60ec5955b45d6f46c02219581457d authored almost 5 years ago
Improve example voice bot files

github.com/Discord4J/Discord4J - 533d390c49c2aa0cf92341b02329f9afa80fe30b authored almost 5 years ago
Fix netty buffer issue when using custom receivers

github.com/Discord4J/Discord4J - bb2ec48368748f7a4c1608a97bcac08d68b1e84c authored almost 5 years ago
Add method for getting all members in a guild channel (#688)

github.com/Discord4J/Discord4J - fbf91d4c5eb388496c56bfb127771a0c76826f5d authored almost 5 years ago
Print gateway client error stacktrace if debug

[ci skip]

github.com/Discord4J/Discord4J - 1381827999f51ecb104372efc53309068398e417 authored almost 5 years ago
Improve ByteBuf allocation method in gateway

Use reactor's ByteBufAllocator in gateway inbound
Use ByteBufAllocator.DEFAULT in JacksonPayload...

github.com/Discord4J/Discord4J - 591e6233030bd206648cd83aa14c24509a5bae84 authored almost 5 years ago
Add more encoding tests

github.com/Discord4J/discord-json - 9e82c3d09f31d544196e061a234fc98e64486428 authored almost 5 years ago
Update discord-json version

github.com/Discord4J/BOM - 7b28413bb1b3e1154c5ee4696ce78fa6f66810b9 authored almost 5 years ago
Update discord-json to simplify working with Possible

github.com/Discord4J/Discord4J - 945c21ef08e97b61d0c9004bfcfbc2b53472831e authored almost 5 years ago
Switch to discord-json-api 1.3.0-SNAPSHOT

github.com/Discord4J/Stores - 155c493203a8d83a2456fb482165c8c510f910f3 authored almost 5 years ago
Switch to our own immutables fork

Experiment with a potential fix to our encoding issue
with Possible

Bump to 1.3.0-SNAPSHOT to m...

github.com/Discord4J/discord-json - 25510db26a7ba6992e2d15e8c6f8673cb176a1cf authored almost 5 years ago
Update dependencies

github.com/Discord4J/discord-json - 00d957017e96ad694e411e1fab1ba1161f8c8726 authored almost 5 years ago
Add automatic module name to projects

Discord4J/Discord4J#672

github.com/Discord4J/discord-json - 61d203b0bc25c240ceef3f58bbeaaf43e0592bbd authored almost 5 years ago
Add automatic module name to projects

Discord4J/Discord4J#672

github.com/Discord4J/Stores - a87b218fe6f767b3561f3782264b6ea3ed252307 authored almost 5 years ago
Make downstream client emit connected state on first inbound payload

github.com/Discord4J/connect - 9feceb3691963249c4f24e943545686cb61fcdfb authored almost 5 years ago
Change CORS origin policy to discord4j.com

github.com/Discord4J/Dockerfiles - 0b00a4fdcdbe938ecba84a80fea66f6d8c4d97e1 authored almost 5 years ago
Fix background colour on getting started

github.com/Discord4J/discord4j-web - 25e73c922f8475456148c87a54d867339f938d00 authored almost 5 years ago
Use internal versions api for latest release

github.com/Discord4J/discord4j-web - f6e4f00a5819f921a1e3575193cdff3fecc4b0bd authored almost 5 years ago
Implement CORS on *

github.com/Discord4J/Dockerfiles - 2ef98fd5ea0ce5f948b207249a075fe1bcac7013 authored almost 5 years ago
Improve speed of the /versions endpoint

github.com/Discord4J/Dockerfiles - e62452c8ab4875e7e8c93766e7e4c68a1245e1b0 authored almost 5 years ago
Change gunicorn port binding to 0.0.0.0

github.com/Discord4J/Dockerfiles - e41fb1bbebea3fa66fb8417facaac2df708ab449 authored almost 5 years ago
Change ports for api server block

github.com/Discord4J/Dockerfiles - 630b9d7ee7e9c164a57e2499ec4c053761573283 authored almost 5 years ago
Add api subdomain server block

github.com/Discord4J/Dockerfiles - 6b09ff59f06be97f63ae406a8aeeab3eb1358650 authored almost 5 years ago
Redirect invalid uris to index for frontend fallback

github.com/Discord4J/Dockerfiles - 4f7f59513a329537281ce884fafaf761bceab279 authored almost 5 years ago
Add a dummy index page

github.com/Discord4J/Dockerfiles - acce55c25cd14a897537e7a16297a041395177dd authored almost 5 years ago
Remove deprecated ssl on for nginx.conf

github.com/Discord4J/Dockerfiles - 84ea9fce2f13158eba36bd4398d337103c7663f8 authored almost 5 years ago
Make PayloadDestinationMapper return a Publisher instead of Mono (#7)

github.com/Discord4J/connect - bb7fc9bc232a87e29dbd1657e30ea61d49a3ef7f authored almost 5 years ago
Redo json encoding of versions

github.com/Discord4J/Dockerfiles - e69e720408202617ecbcfb0163c1039e2ec1fffa authored almost 5 years ago
Add optional modifier to internal endpoint

github.com/Discord4J/Dockerfiles - b34d1902b20b7ec6adb8647059ca131ccf6bd503 authored almost 5 years ago
Fix the internal endpoint

github.com/Discord4J/Dockerfiles - c4d9a12d138561674b038263cc83f855dff51b0a authored almost 5 years ago
Enable copy methods

github.com/Discord4J/discord-json - 7eed123ef0f72ff0f1869a23a5abb8a8637f5a4f authored almost 5 years ago
Introduce VoiceConnectionRegistry to support voice move

And also multiple attempts to join the same channel

Add initial support for VoiceServerUpdate h...

github.com/Discord4J/Discord4J - 0330e4a67ba1874eb2d091831702af79b0c61e80 authored almost 5 years ago
Ensure waiting for voice state update is never empty

Fix zipWith operator using a Mono which limits the
entire sequence to just one element

Use Tupl...

github.com/Discord4J/Discord4J - dd5db105c6ed972126692f8a0ca0814c997ca551 authored almost 5 years ago
Protect voice example handler from errors

Also cancel the handler on disconnect for proper JVM
exit.

github.com/Discord4J/Discord4J - d25621836d5605b1faeca0e753b434eac1441eb1 authored almost 5 years ago
Add internal endpoint for github releases

github.com/Discord4J/Dockerfiles - 73923fcaeea473812da3a4492bab6997018175bb authored almost 5 years ago
Update to reactor-bom Dysprosium SR7

github.com/Discord4J/BOM - 9f31367ed5c75b68ac920eac223eb7efd0576d36 authored almost 5 years ago
Merge pull request #5 from ByteAlex/rmq-split-events

PayloadDestinationMapper for RabbitMQ implementation

github.com/Discord4J/connect - 811eaace283b7de2a4ace13ca344379eb90a4cab authored almost 5 years ago
Update ShardInfo constructor

github.com/Discord4J/connect - 01183df180bc67ca751896c4b28ed8e8597d2b45 authored almost 5 years ago
Retry IP discovery once and ensure disconnect on close

Fix #633

github.com/Discord4J/Discord4J - 71d95a0d8728dd4939bbaab5a397ad2859b3682d authored almost 5 years ago
Include our context to VoiceSocket logging

github.com/Discord4J/Discord4J - e88207d9123b9bf96a58bfdf3102175a29b838e1 authored almost 5 years ago
Send a disconnect state update on join timeout

github.com/Discord4J/Discord4J - 4f5eff7edd0e82a1a60c68e1e72bf667d8334bb4 authored almost 5 years ago
Make remaining ER constructors public

github.com/Discord4J/Discord4J - 6bd244db3af38d5039caf18be03217100b3d8512 authored almost 5 years ago
Add some documentations (#679)

* Document ActionType
* Document AuditLogEntry#getChange
* Document ChangeKey
Note: banner_ha...

github.com/Discord4J/Discord4J - cc57571dfed6e7d17d45127c476212a1ceb4132e authored almost 5 years ago
Add configurable timeout to VoiceChannelJoinSpec (#678)

github.com/Discord4J/Discord4J - 6f122156c8a57e05a535f2d6b115bdafc5992d53 authored almost 5 years ago
Make EntityRetrieverStrategy classes public

github.com/Discord4J/Discord4J - 35b6a0244201c26d484dedeb3f7925d329c22fa7 authored almost 5 years ago
Request member from the gateway if missing from the cache (#682)

* Modify StoreEntityRetriever to request member from the gateway if missing from the cache
* On...

github.com/Discord4J/Discord4J - 55934e3f99f685ab8acb7488698b8b682fbb1fa8 authored almost 5 years ago
Add methods to externally establish voice connections (#677)

github.com/Discord4J/Discord4J - 33f8959e0f1239a2df2944c968d77f0f0c2bcf9d authored almost 5 years ago
Close #672 add automatic module name to projects

github.com/Discord4J/Discord4J - 962bf214afd33bfeb31393ae8f5731260c915ffa authored almost 5 years ago
Update versions

github.com/Discord4J/BOM - 438c21f285fed26538df32c2e3689bd10baac851 authored almost 5 years ago
Upgrade dependencies

github.com/Discord4J/connect - 2695ca923c3a8f52f9ca0651ec0314c19c6fe9da authored almost 5 years ago
Upgrade dependencies

Reactor Dysprosium SR7
Lettuce Core 5.3.0

And discord-json back to snapshots

Close #7

github.com/Discord4J/Stores - 6662bda6b4bfc00d0c33cb4137b1dce3c18b9858 authored almost 5 years ago
Upgrade to Reactor Dysprosium SR7

Migrate to new websocket client API (reactor-netty)

github.com/Discord4J/Discord4J - a23bcde7fd358f781bbb5b12cf13f25d635f6d7c authored almost 5 years ago
Change default of awaitConnections to consider shard count

For shard count == 1, keep default to true

github.com/Discord4J/Discord4J - bea52dd3c6208259422eadec8ca1d58c80e9e1f8 authored almost 5 years ago
Fix Reaction::getEmoji throwing NoSuchElementException

Create a new ReactionEmoji::of method for ReactionData
to allow broad usage from REST only entit...

github.com/Discord4J/Discord4J - 2e0ab1ae20f1d7b542df25629c25c5b72a8e8ce1 authored almost 5 years ago
Update invalidation strategy default

github.com/Discord4J/Discord4J - e3f387fed4425a7a83520044d722024c1ae8b2d8 authored almost 5 years ago
Make ShardInfo a flyweight

github.com/Discord4J/Discord4J - 715c4832d02dbdcc912e40e60ecee5c1da221cc6 authored almost 5 years ago
Merge remote-tracking branch 'd4j/master' into rmq-split-events

github.com/Discord4J/connect - 9c619a5c7d85a2cca12c53be1db145ec7caf422c authored almost 5 years ago
Event-based destination mapper & partial gateway payload

github.com/Discord4J/connect - 21b644ca250266ee12626023ae2db1b48f5989a1 authored almost 5 years ago
Log queue destination on debug

github.com/Discord4J/connect - 724bd1bea3712f4507f3a82772b6c8c8cea52e00 authored almost 5 years ago
static implementations in destination-mapper

github.com/Discord4J/connect - 00d6df748212fb87cdaa723e2b3748ac8a8d5d56 authored almost 5 years ago
Update versions

github.com/Discord4J/BOM - b63f7d352ef853ae461225147bb1d916376cd75b authored almost 5 years ago
Make await connections default to false

github.com/Discord4J/Discord4J - 9548301a73b3fad9764ff4c0a8dced411f4d0f51 authored almost 5 years ago
Back to snapshots

github.com/Discord4J/Discord4J - 6c7b088f73e16a99ffc484a5e5d08e268d45bad6 authored almost 5 years ago
Update README files and examples

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

github.com/Discord4J/Discord4J - a14a644c38d2eefa4ad369fcedce9086dc216f3c authored almost 5 years ago
Release version '3.1.0.M2'.

github.com/Discord4J/Discord4J - ddff9d226964756997dd9dd23c16ba0821766c11 authored almost 5 years ago
Upgrade to Stores 3.1.0.RC2

github.com/Discord4J/Discord4J - 78ff663215789f5e3dfea9e6c4a64444d0132530 authored almost 5 years ago
Merge #671 into 3.1

github.com/Discord4J/Discord4J - 6dd35371d1d611af0c64d62ae55f6bd660134a0e authored almost 5 years ago
Merge #670 into 3.1

github.com/Discord4J/Discord4J - 2e291ca75420fc27459542e09e6491e79bd84b2a authored almost 5 years ago
Add more supported fields to Guild (#670)

* Support for new elements in Guilds
- ReWork of premiumSubscriptionsCount
- Support of the Pu...

github.com/Discord4J/Discord4J - 9f5d2ba5ae20472093622fe449ec051bc22dbfa1 authored almost 5 years ago
Merge #665 into 3.1

github.com/Discord4J/Discord4J - 5feea6c34c5f94b879f825c7bfb50ac0689bb08a authored almost 5 years ago
Add message publish (crosspost) support (#665)

* Changes for Crosspost Messages
- Add Service and Routes for the Endpoint

* Changes for Cro...

github.com/Discord4J/Discord4J - 05d7876c4b7b45ec264e60e2991c6ffa4694092e authored almost 5 years ago
Upgrade dependencies

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

github.com/Discord4J/Stores - 8a69dad8b059a635002e70fec42ef37c0f50534b authored almost 5 years ago
Release version '3.1.0.RC2'.

github.com/Discord4J/Stores - ff62ab6b33869b7da8af45d6bc3f71367bd8f8d2 authored almost 5 years ago
Upgrade to discord-json-api 1.2.1

github.com/Discord4J/Stores - 1d14824894ec9da12143094bb9e998bc4f5f9010 authored almost 5 years ago
Upgrade to Jackson 2.11.0

github.com/Discord4J/Stores - 1a139e64a7da2dbcd37097cccc9add9c458d5690 authored almost 5 years ago
Next development version '1.2.2-SNAPSHOT'.

github.com/Discord4J/discord-json - 4f921b28ae0bc84f68fde107d37d076f2fa4791b authored almost 5 years ago
Release version '1.2.1'.

github.com/Discord4J/discord-json - d2d99071056c4c232a61081161e6860e31fefc2e authored almost 5 years ago
Implement allowed mentions (#673)

* Implemented AllowedMentions with static builder factory
* Static factory -> Copy Builder from...

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