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
8fd3b48c78f520a0953b043133e7ef7dcc56ce04 authored about 6 years ago
a2dc571ca20f93be30548a7650d483e49d11e2fc authored about 6 years ago
4ba3fa410061887dd8bee35b3891d88cc1ae7f41 authored about 6 years ago
6da1ca569a05955c709bc3b31498810f10b6bdd9 authored about 6 years ago
c3c720e69985969a08250d98b410d85dbd5cd9f0 authored about 6 years ago
9201b5c6a0c05a48d98658ceeb199ac85afc9a62 authored about 6 years ago
d6a518603300fcb0c437a21de0b49303b119da0f authored about 6 years ago
f320d3bb1965052e506663046643398bbd99fa9d authored about 6 years ago
6b7dae04186e9866578e41ea88773dc8ca82c874 authored about 6 years ago
0889b790a3af3bbec145e453423d4e41ae9f55b7 authored about 6 years ago
f74c1b85d563c7085fc0730c9424df48db03364f authored about 6 years ago
4cd71ec93d499093f68c47dac9ba1de7ebdd877f authored about 6 years ago
518b6194d8783fac803c1ee8db8516c58ae08992 authored about 6 years ago
ef086359590dee3e7aa6b49adeba71252e032a80 authored about 6 years ago
d59487ac607f897f58f3923f932fee1db597cffa authored about 6 years ago
2a3f96e08ac663bc9e80e5aa4691b3870d9a907c authored about 6 years ago
35225f970cdaea3b5356ef38197b75b2fe36f600 authored about 6 years ago
b479e7f9b7fda9b5f741b0d643723f3ad4702942 authored about 6 years ago
afc6ae0d35bcc7593bd4c580bb41ac2003f57feb authored about 6 years ago
8cfd9189eaa7165eeaef27f09384d83b8df4a54d authored about 6 years ago
a9b6857034a76b56082c0a7d072632a03f74195c authored about 6 years ago
e425f020b3750963989af2aaa89ada77abdd16ed authored about 6 years ago
a4b6365a0a119bf9bfa05e56dbd46ef41492d248 authored about 6 years ago
d3441dfcab37dd32cb713b18a0d425b2c1514936 authored about 6 years ago
* Cache list of IUsers to fix NPE for issue #370
* Removes lazy evaluation from formattedCont...
3ba0bf28524a371dc20bf79c9cd547a03fd25ebc authored about 6 years ago
Upgrade to Jackson 2.9.8
Sync with stores project
Wrap current call with Mono.defer to properly calculate delay value
under rate limit scenarios.
...
2649632ddff66e65257c0312c0e3256dc9da4dd8 authored about 6 years ago
Change the default event scheduler from elastic to work-stealing
thread pool, avoiding excessive...
00726fd7050f4eb30bd370e70336cd005b3a7121 authored about 6 years ago
16f985e9959c19943834e2b5c9e86ba9675f36ce authored about 6 years ago
96bc88ad2f23334055296e5fffe93959d22f9754 authored about 6 years ago
92dfbe75757fb6bb78401c193309c09b628bb6b1 authored about 6 years ago
e2fbda8d1c4474dd3222ea89eaada397e10d5d1a authored about 6 years ago
c728cb4b7c2ee63b07c2e40b5e2256754a718701 authored about 6 years ago
aa3311c36799bfcd6b950713ecdc9de3c6097aa5 authored about 6 years ago
1fb1f6c8b5d9653038972dba00c2af12c6fe2e8b authored about 6 years ago
5d86f87922ab4878789cfb13e5ca4a7a7eb5373e authored about 6 years ago
9610c4516af612538b88b5e1d56263022aba705f authored about 6 years ago
8690f37b3b8563a029f782c07e00970664dce3eb authored about 6 years ago
Expose isConnected and getResponseTime through GatewayClient and
DiscordClient. See #462 for det...
This reverts commit e6347967aaa80dfdb89add19a3fee94786412509.
474073111ed433834a799e73aabf472a5c625589 authored about 6 years agoe6347967aaa80dfdb89add19a3fee94786412509 authored about 6 years ago
Create StoreInvalidator as a GatewayObserver only invalidating
stores on non-resumable reconnect...
76c1c29fb2a19c4fde2363e62ca03b5aba9cd75e authored over 6 years ago
Update the sharding example:
- Use a single store across all shards
- Test a store that won't cl...
Can be used to quickly retrieve stored User data, for purposes like
counting, as it will not per...
e8ff51bf8190abc0d038d62cfdd80bf79ec687bc authored over 6 years ago
fc5cdd33862310c367969a3a2a6d490cb618851f authored over 6 years ago
279450a3e4013953fb75425a3cbecad9a7de18f1 authored over 6 years ago
c628413ebd25f75d35a65ab1f034deef7b41655f authored over 6 years ago
32d8063466e3d9aff91ea0f363412bad33b5fa16 authored over 6 years ago
07273f120025261f6595804239eda8cef1a9c7da authored over 6 years ago
c4cc6ce7a6066d636dcfd86f86ed72aaa9eabd08 authored over 6 years ago
e187cd68aca4a33de0932e6c01c6c0c820f5daa3 authored over 6 years ago
210334bd49efb40526888cdfa7d73de37531444c authored over 6 years ago
093a446062fb8394075367266c2e4132650386a6 authored over 6 years ago
2d05f1e870babed173bc4fbea0ea950a483c2d85 authored over 6 years ago
Consider MESSAGE_DELETE route to be grouped in its own bucket.
Take only valid major parameters...
6d4d70f8fdbc5048714e9e5cca23b942756c7fdb authored over 6 years ago
Refactor backoff delay calculation on global rate limit (429)
scenarios, removing the context ob...
4fa01666c5949c9fd3e9637c9061783defa0c019 authored over 6 years ago
Sync with stores latest version
2754b2d6b35e51e4c0724084eb3496c36390cc9c authored over 6 years agoec71ade67154d3c819d4665dda9824fc84e38699 authored over 6 years ago
df7e6cf517e1e7c808a7bd720cbd1cc01acf0bd7 authored over 6 years ago
8c4eac54e7b4bf3f3e12237e07e8449c9e2a3b9f authored over 6 years ago
2fd1b0f0907ccf895f141d4eb90167d9803bcf12 authored over 6 years ago
Rework the purpose of GatewayLimiter interface to work only for
IDENTIFY requests.
Allow settin...
e418a02b8531ed448ad8f405c62496c573d16126 authored over 6 years ago7448043eeea010c6ea93f5a3bc0023e6991de486 authored over 6 years ago
Initial approach to allow coordinated rate-limiting for outbound
gateway payloads.
See RetryBot...
a3a978e466b52671ed1e82329bb702592dca40ed authored over 6 years ago
Allow tracking gateway events using a listener provided when
building the DiscordClients. Tailor...
Basically do not perform any mutation inside build method,
allowing reuse without side-effects u...
1b2ce5bb8c85789f1331af98ec0790ed8c11a08f authored over 6 years ago
87744e06c235bf963cf4bf49e864aba1eacefe7d authored over 6 years ago
Orders audit log entries by most recent first
Audit log entries can be out of order and cause...
8bbe8c8077b322a0a411ce1f7f32becb673609d1 authored over 6 years agodb602c1412e9c1916c425d138a279ac866c8ffba authored over 6 years ago
49ced80d94238e439829e7295f094a836b867538 authored over 6 years ago
24ee9bdb3412427779896e2cb2093c8a55631e2f authored over 6 years ago
0bcc589649028be48816d5fdf677d64dad3ffc01 authored over 6 years ago
Modify MessageTokenizer custom emoji regex to also accept animated custom emojis.
eecac6d75249ed656ded00ffb94c9991796770fe authored over 6 years ago3db6f655cf29862e06cb8bd432f511a9b1094115 authored over 6 years ago
Upgrade to Jackson 2.9.7
Upgrade to Mockito 2.23.0
Sync with stores repository version
cfd98ff8f50a896b2c9e3c7ebfabc3d518b8b47f authored over 6 years ago
0315943cd3eb2a1d625b43263d53db439b43b7c6 authored over 6 years ago
0511f671badad88e577978a146cf89f5919c2083 authored over 6 years ago
The reasoning for this is consistency with everything else related to
voice channels such as Gui...
719cbf879ae8c39f5d151ec26e46b46ce10d7260 authored over 6 years ago
838bef7108a5cb72eb4dc76d36a1168790e53862 authored over 6 years ago
8aa9db41c544bbf3657a175de2d4888f9a41cc7e authored over 6 years ago
384f918b9bea71d609872ade06b09c417b2c30db authored over 6 years ago
297ebb51c0d8ca54c4b6ccd2a46ee84cb2ede36f authored over 6 years ago
295d84375ca556fc24af6da629ccf8d72f5f0f8c authored over 6 years ago
70acb3be0429f1615387b0261aac09e9c21efbab authored over 6 years ago
ae68630ebc31f86e7a70e3505ba2b3c277c67839 authored over 6 years ago
b8cd6f9503d8b0940655e552f717768f6544e33d authored over 6 years ago
0373405eda190bdf33b029fc3cd31048f4a2ecd7 authored over 6 years ago
e7fd15ed7ac7183f9adb40cd0a664932f223fefa authored over 6 years ago
a2c05681271e57075323af36e1c9c84cd67ed840 authored over 6 years ago
b146d2a184c80f013f10191fbae2d977c5395e78 authored over 6 years ago
0efc3d1a783719354bac42f02207d8f8fdd5212d authored over 6 years ago
54c5b8b53da2d4e593ef3159cc430f591861b6b6 authored over 6 years ago