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

Re-add http client

1e204974b21a610b13ecedd654c985bf497c2ca9 authored over 7 years ago
Restructured submodules into their own packages

79285be9e2dca4c18c9c892b0720a3d386f43dca authored over 7 years ago
Change type of canWrite 1st argument

Add javadocs to reader and writer strategies

b4d57a1790d43fec1c5af701ffe17e99dc3cb626 authored over 7 years ago
Fixed JacksonReaderStrategy type nullability

ef44009eb6cf89c790f877a0f580787b6e4f93b5 authored over 7 years ago
Make use of NonNullApi and fix nullable issues

37fd77d96dfbb19bcf62203e4ef2a7b741052e23 authored over 7 years ago
Simplified reader code and replaced Empty with Void

8b5373de73e52a91fffeae9c9eac540f35885449 authored over 7 years ago
Fix type issue with Jackson read/write strategies

40931f5c12c61d1e179f705166829f61dfe52c4d authored over 7 years ago
Implement route template expansion, refactor

19a81446e8000fed65bc3b4bbfd54a44bb3a257c authored over 7 years ago
Implement custom http client

0d50009643404db52e75f65cd014b00931880ed9 authored over 7 years ago
Add reader strategy

0a81e0342271410211dc3428cd8d6573eccbccd5 authored over 7 years ago
Moved POJOs to common module

ad6ea1b90cd087734ffd4ec4067a71b471ee70dd authored over 7 years ago
Refactor signature of exchange method

b7117b120ce516ab18396de4910fc56fa3bf60ae authored over 7 years ago
Alternative model to handle multipart

3d83a9984ed445fa52228f04d12ee33dd01915f9 authored over 7 years ago
Collapsed filters into ExchangeFilter, only allow CompleteRoutes to be used for exchange

Removed webflux code
Reformatted code

a152db217b196a0fbfe6ffd9bf1b191e3a30dc33 authored over 7 years ago
Added author name limit check (#345)

9a5d23f255fd73ab3459970b721eaccb9bd22743 authored over 7 years ago
Fix IGuild#changeIcon() docs

e9723b1574ee5f5ba430c1cb88a1db627240e5ab authored over 7 years ago
Fix IUser compile error

3d0e660b49093faf6b93f9fc27f406feb9780e06 authored over 7 years ago
Fix user agent

0f6d8392a82949b20178160187dbe4fac2635982 authored over 7 years ago
Added displayed color for users in guilds (#344)

* Added displayed color for users in guilds

* Fixed role being higher but not having default ...

dc8795db3d71d174ae8c4034ea0436c1cc74d070 authored over 7 years ago
Fix Discord sending reaction events in unreadable channels (#343)

c76f50ff05f69d89e1270c802d812ecacd8e3b03 authored over 7 years ago
Stop fetching messages if no more can be read

68c9664f229402105f2b2d55fac8f0bd24e701b7 authored over 7 years ago
Fixed sharding check (#341)

f15a7d6175daf2044ec9685fed29358fbcf01d44 authored over 7 years ago
Implements more efficient locking in RequestBuffer

f2e50043106e8481773da0fa52d5b28d1d1fb987 authored over 7 years ago
Improved Docs (#337)

* Added docs

* Fixed VoiceReadyResponse docs

6e94a411927c1f9d4f5e4a7890e061a2ebbe3b78 authored over 7 years ago
Removed static import

1e0e2a75eacf573e23899c1293f6e33b1b96fab1 authored over 7 years ago
Implement AuditLogs (#334)

* Implemented audit logs

* Added AuditLog docs

* Update MessageEvent docs and fixed NPE

...

d2dc54df65a6056eac692fcafcbb39a0bbac0cb2 authored over 7 years ago
Fixed blind calls to IChannel#getGuild()

36cbe1b27b3b3462f57d5874128231d3e34b1d51 authored over 7 years ago
Update Reactions.md (#333)

* Update Reactions.md

* Fixed up shortcode vs unicode

* Update Reactions.md

* Rephrasal...

b7f7178adb2f8eb505a6f4ed1a7e8f98702fdb47 authored over 7 years ago
Message History Cleanup (#328)

* Rewrote IChannel history methods

* Fixed history inconsistency

* Changed getEarliestMess...

397cef810dfca3f1048ebce048ddd16a1a4bb1c5 authored over 7 years ago
Merge pull request #327 from austinv11/v6

Update to Discord API and Gateway v6

1b8c1261310343b415ba57d9c2ade58bb578fdb5 authored over 7 years ago
Merge branch 'dev' into v6

3e085248b37d6eb0596423cfaebda2915552aa50 authored over 7 years ago
Enable license plugin

30794bd06762a605b1f29ce23dc558ac2effb2c9 authored over 7 years ago
Add common dependencies

e33e743b87177f10c832d73ac1a22ec251942f8c authored over 7 years ago
Update gitignore

abe3a4510479be95542c0e3686e4e745bedd6a18 authored over 7 years ago
Initial project structure

9f6b6900dfa08c048259c6d0d3b0f74dc86aa4d1 authored over 7 years ago
6000 characters is the max

984f05d3548ccf2d774febcc33ee40b5268b6a65 authored over 7 years ago
Create a blank slate for v3 development

6d5153871602f6559649a76166c5a1856040d734 authored over 7 years ago
Fixed getOwner() stackoverflow

db084f77772b972221e495709c45a080ea1b7cb8 authored over 7 years ago
Changed default channel behavior

774d15856fdb834a6d9eda2dc74d6785ad88690a authored over 7 years ago
Fixed UOEs on Private Channel (#329)

* Fixed UOE when sending a message on a private channel

* Fixed UOE when receiving a message ...

1e4aa0999f9a02f1a1adb951d00a6403b3fb1932 authored over 7 years ago
Made requested changes

00d4d3d2e5feb11677dcc54ea697769650bcfd86 authored over 7 years ago
Clarified Behavior and Documentation for IVoiceChannel (#325)

* Standardized expected behavior when calling an "invalid" method

* Updated IVoiceChannel doc...

16337c327a2748e12cf24402a52da7b4d791ec66 authored over 7 years ago
Merge branch 'dev' into v6

# Conflicts:
# src/main/java/sx/blah/discord/api/internal/DiscordUtils.java
# src/main/java/sx/b...

b6c07fe7b608306dfc47effa054ffd5f576a4a25 authored over 7 years ago
Implemented channel nsfw flag

94ef27d472cd0134167f3571c5d7a659fbc175f2 authored over 7 years ago
Fixed private channel parsing

ae481c8c476bf594ff4697cee63135cfda7e9435 authored over 7 years ago
Added docs

6ce0620c29afaae2596d13e6075496d9fa1ded6d authored over 7 years ago
Allow setting status on startup

05f9bbe874ec737d640864838634668a93a2efd7 authored over 7 years ago
Fixed invisible status

43c23a00584515be94aff80d732c8f619d67bd99 authored over 7 years ago
v6

a7244930fc7f862874d39093ccb2220b4e57e8f9 authored over 7 years ago
Fix getPinnedMessages() in private channels

3e16305d5b96f8c258a916839c6917d68b9fb65a authored over 7 years ago
Fixed ReactionEmoji#equals()

da43f8ca17bc38e6425512ae2df8de62f79ff329 authored over 7 years ago
Merge pull request #324 from austinv11/change/presence

Refactored internal presence usage

9765edc238e705d3d947641851ab674856233354 authored over 7 years ago
Fix reaction adds for cached messages.

bca2f50edb9f6499a0c6b5433095e15663ac7b5b authored over 7 years ago
Revert "Implements channel nsfw flag" It's very buggy right now

This reverts commit 7e2c94a9cf0372875eb5a44f37ac7c37f75ff531.

a6253d82527a4ddd05fd0e2497633b5255c62198 authored over 7 years ago
Implements channel nsfw flag

7e2c94a9cf0372875eb5a44f37ac7c37f75ff531 authored over 7 years ago
Removed unused POJOs

1351f531a7550ed65ce2f4b9954e6eda91f044fa authored over 7 years ago
Simplified some lambdas

0fe8c92120aa70f08706a81aa9b2693c5cb7053a authored over 7 years ago
Changed PermissionUtils hasPerms method to use containsAll()

ab5f396ec05ec08c5b6693a997ab2dbd0a0b8964 authored over 7 years ago
Fixed VoiceChannel perm overrides

8482dfec151243d9941f3424fe9d98c371094db8 authored over 7 years ago
Refactored internal presence usage. No external changes

4bc7a8bd3d6509e62b7fb9da8783c3e56dc6d43f authored over 7 years ago
Add new logo images to github

(cherry picked from commit 0957216)

677c71341fad3fd6ad7e30412b1007342d6e2252 authored over 7 years ago
Add new logo images to github

0957216635d37dc97c8e397472cc1d082ad94d24 authored over 7 years ago
Merge branch 'change/reactions' into dev

a7bfd57ac3bf553f34c2472963e5c0e2803778d9 authored over 7 years ago
Fix event dispatcher tests

409186b75784c880e7b9acaced9ac1cd35df533c authored over 7 years ago
Made the EventDispatcher thread pool configurable via ClientBuilder

Also tweaked some default settings for it

f2a1436c5cedada3dea12ba309b5030c0edf00d5 authored over 7 years ago
Rename ReactionEmoji factory methods and added Reaction toString()

9b50e5337ed657f058dd1f7d88b9f293e9d2f7df authored over 7 years ago
Major refactoring to reactions and emoji

8c6faf8e95b773461d24ac814317d6c858a76516 authored over 7 years ago
Add SNAPSHOT to version

I definitely didn't forget this last time

dadd45df591c3ebc9dc2dc18ffaaf2df9c432e99 authored over 7 years ago
Version bump

f9695fb09ff01242b02b9641d0b655311af4b558 authored over 7 years ago
Ignore permissions overrides when user has admin perms

b39603e3ce88af49c1262e9f002691e7a7b59db7 authored over 7 years ago
Precheck bots DMing other bots

4c6bf91a9a882da110b26245c162fe9063df7c00 authored over 7 years ago
Merge branch 'dev'

31e6ae170fa519b319bdde127de92e66206e9f49 authored over 7 years ago
Version bump

0bbcc864bff6227ffe901e9bae747ea6545cc335 authored over 7 years ago
Fix server mute permissions check (#296)

5a851838da34ea57e2a64b6405fa5347c879f9e6 authored over 7 years ago
Create CODE_OF_CONDUCT.md

fa28b570f67cc40d107d8a65029c34841172a011 authored over 7 years ago
Rewrote permissions util methods and put them in PermissionUtils.

4c37db161b5e348819c8a9718951e3115314b3c3 authored over 7 years ago
Set voice channel on leave

48ad1ca187dac0057e7318c899236b7eccd308a3 authored over 7 years ago
Fixes message ordering when requesting history (fixes #302)

9d7f18b46fd628c398d7a80045ab2fcefee0a558 authored over 7 years ago
Use connecting voice channel for voice state updates if not yet connected

a5043f43ce6ff1418fc41daf3604a8ceac08f8f6 authored over 7 years ago
Remove CONTRIBUTORS.md

See https://github.com/austinv11/Discord4J/graphs/contributors for more accurate information.

91e08476dc78c232f1237848f0532a93a5e051e7 authored over 7 years ago
Fix IChannel#getMessageHistory(int) size when using cached messages

d26b8dca4c24690e07fcf19d8bc36666640bb306 authored over 7 years ago
Reset heartbeat information on handler shutdown.

0dd313c95248856a48210384a209b08327281bc2 authored over 7 years ago
Prevent presence updates before bot is logged in.

73b69b6f6faa025fddea75b0fca3c2ba22d0578f authored over 7 years ago
Fix MessageTokenizer#nextRegex ignoring the pattern argument (#306)

* Fix MessageTokenizer#nextRegex ignoring the argument

* Fix NPE on CustomEmojiToken

18bfacea537557ddaa72f4a2974143269b11f5f5 authored over 7 years ago
Fix incorrect distinct() placement on IShard#getUsers()

I totally did not just commit this directly from github :eyes:

41e1776dbdd4f0b353216fd5c5f105bd0d7e1d70 authored over 7 years ago
Precheck streaming URL strings

e0980e06be329bf3848d9e9084da7494088fe932 authored over 7 years ago
Version Bump

986c9181431a477979635aa6955403fcfba2e11b authored over 7 years ago
Dispatcher custom executors + backpressure (#301)

* Added backpressure and custom executors support to the dispatcher

* Log whenever we have to...

8d3e0b561fb745896fb4c8a07776bee1e6ae71d2 authored over 7 years ago
Fixes minor implementation issues of MessageHistory

b10805b2bcf9b8a536fc6cb09afb292881cd812f authored over 7 years ago
Fixed twitch regex to allow www prefix (#303)

aea832fffb6117774682005b6e50096f63ce3e6b authored over 7 years ago
Added RequestBuilder example to wiki as an alternative to RequestBuffer (#299)

d7f7d592b01cd409b2d47246709464f8d6d73334 authored over 7 years ago
Add check to ensure guild is cached on guild delete events (fixes #283) (#284)

- Checks if guild fetched from shard's cache is null
- Only happens if a guild delete event is ...

2019f51f9a5ec2028ce1a7d8d445cc105990890b authored over 7 years ago
Precheck duplicates on bulk delete (#292)

2d6eaa51fee9f317627f2b0492ade90958e6161e authored over 7 years ago
Add double table flip VerificationLevel

f43a405ad0ab8ecb2c4a592337b60d67e8eead1a authored over 7 years ago
Should fix random NPEs on connected to voice channels

6a3dbd6e625d8c09ead1be655d5d764d4e96ff22 authored over 7 years ago
Implement the ability to self mute and deafen (#297)

ef730ca1612ed1b47085e0f4656bb152b1f0bc58 authored over 7 years ago
Should fix NPEs on the UDPVoiceSocket

460846cdf4b6446593f14eb116c695cb60fdf814 authored over 7 years ago
Add support for logging in with a single shard

866300f986349e6dbf982437a9f9daba0af8ac45 authored over 7 years ago
Fixed MPE on ReactionAdd and ReactionRemove (#290)

9c9252527deeaf44889eaa69141276894ac1bbea authored over 7 years ago
Update FAQ.md (#286)

Added dec's example bot for music playing

ca275ef36fe31f9c5304b2690aa4213b1255334e authored over 7 years ago