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

Improve EmbedBuilder documentation regarding rules with icons and whatnot

d23849ad6c5905a09c9f8421e6cd86714da0223a authored about 8 years ago
Fixes a potential race condition on LoginEvent

81e604d9cf4fd523358cdd2cd57e23bd18bff88b authored about 8 years ago
Remove debug print in MessageTokenizer#nextWord

17a0af556fc6af467808dba48eb887f829fd1885 authored about 8 years ago
Super fix MessageTokenizer

c06b78250a621efe751fe4bae9434d44d331f661 authored about 8 years ago
Fix message tokenizer exploding when both newline/space is present

95a47f5cede4022b1b8048c5465ac6b6f87bba0e authored about 8 years ago
Adds ReconnectFailureEvent#isShardAbandoned

3344632abfe9685b67c59edc9f958cbda5c2cd31 authored about 8 years ago
Clarified IChannel#sendMessage errors

de49827f4a33e434bcaa1614da74823c3a3b80df authored about 8 years ago
Adds IMessage#tokenize()

665bc898146018dea3f6aee54c4480749258a117 authored about 8 years ago
Adds some sendFile and sendMessage overloads with embed parameters

276bcfb54a45e51de57655d22969c0b092a2c1dd authored about 8 years ago
Add MessageTokenizer#getRemainingContent

79831d5b8c3351a21adb49d9670f51e790575669 authored about 8 years ago
Fix empty string being sent for empty builder (should be null)

0601b519cdbb6783842b624ce0989606a889b461 authored about 8 years ago
Add MessageBuilder version of sendFile to IChannel

eea76c4989849a23e4daeeaa13c00c6b09dca128 authored about 8 years ago
Add isUsingTTS for MessageBuilder

9ce979e39c388cb5a54b56ba833eed4b83d78250 authored about 8 years ago
Creates an actual event hierarchy

0d52c4b161016bbf8f2b54c55ab154957e3abfc4 authored about 8 years ago
Generic registerListener methods will now check if the listener is an instance of IListener

7b1ec4786b588c8c89271079a892428a191598e9 authored about 8 years ago
Added location for Dash documentation (#190)

Also reformatted the Dash section.

08d40091169f131231216b23a10755992bfaa297 authored about 8 years ago
Added links to other dash clients

47dd7c36a9b88a637a8d1cb500503ae6754d82fb authored about 8 years ago
Adds info about the Dash javadocs mirror

Also adds hyperlinks to user mentions

4357c327f055c9201fea5242d54649f761219968 authored about 8 years ago
RequestFutures are now cleared from the requests map when killAllRequests is called

See #187

a08bde537fca670905704cd2be2332fc18aadb3c authored about 8 years ago
Fixes a hidden NPE when retrying ratelimited requests

If only executor services reported exceptions...

4e7ae7d59239f770d8c8d01f0daf808834507198 authored about 8 years ago
Fix wrong endpoint being used for user avatars

4bb5c2c3f27fa7c631c1decb8645dc4fa2ae15eb authored about 8 years ago
Delay GuildCreateEvent until all users have been chunked.

d9f5a13cacbf76ca8084e9995c82d51c468d00aa authored about 8 years ago
Changed logger errors on pre-ready actions to DiscordExceptions

c5940a5a4bedc36260cf88464c80cb8fef8b9aca authored about 8 years ago
Deprecated InviteReceivedEvent

7bf97b54f782aff5619c1e8e8db3a0dbcc130233 authored about 8 years ago
Add invite support to MessageTokenizer

aeab44f3698c5d2ab3fb517b4b7cf69617f58a24 authored about 8 years ago
Added easier makeRequest() overloads for less boilerplate.

700369870e54c45cb4f70a24d57a07d17b8e1e8b authored about 8 years ago
Another RequestBuffer overhaul (maybe this'll be the last one?)

Timers have been abandoned for executor services and the first request attempt is now done asynch...

bd873eef292a470cb1ef7be83333e0d23c69d98f authored about 8 years ago
Updates documentation and project listings on the README

0da5c1162965a87dc010a2c6082d1b897c09e926 authored about 8 years ago
Synchronizes RequestBuffer#request

Fixes #187 (again)

f31c2a4739ea05b7f7c1b649cec153138c38a28c authored about 8 years ago
Actually fix content type encoding with sendFile

e1ef7d2e40e873be57efbbca51e6c1b0d2bd9208 authored about 8 years ago
Use proper encoding for sendFile() payload_json

329f1714aa32a08b472951fc9e30170b454d4344 authored about 8 years ago
Added manage emojis permission.

1c4c9198a1c2566e9d7d5f93d6db2ac0b004202d authored about 8 years ago
Merge remote-tracking branch 'origin/dev' into dev

d65807f1071a212039feb887a9809150142fa924 authored about 8 years ago
Fixes some issues pointed out in #187

6fb4d9b576b8a3af7fc5eba963222046985d44be authored about 8 years ago
Remove DiscordDisconnectedEvent deprecation

860b967991687f07bf37d7a40d5ca30dd06d8496 authored about 8 years ago
RequestBuffer revamp (Fixes #187)

RequestFuture now blocks on get()
IRequests now have a hook called before a retry is attempted
Ca...

55237eacf03da8225e3531b0a65212af48719a83 authored about 8 years ago
Corrects documentation on AudioPlayer#queue() methods. Closes #185

2b44785a38a42215484629fefa0fe89e804c6fed authored about 8 years ago
Fixed content and tts values for sendFile() with embed

f365fca9b451af10563804da89ff0eb8beb78020 authored about 8 years ago
Clarify you can only use alphanumerics for the filename

19a1f94ccc087705174d2f6763eace95f42553a5 authored about 8 years ago
Add info to EmbedBuilder#withImage for attachment embeds

0d2472a0d71cb83e6ab4e4451b44154567869eb2 authored about 8 years ago
Add getEmbedObject for MessageBuilder

I needed it okay

bfdba73bd27ebf47e00d1cedcebe248003961195 authored about 8 years ago
Allows for embed in sendFile()

aafd5fe089e34bc15a24acad5d0fc875432bbd5b authored about 8 years ago
Standardized the order of checked exceptions in method declarations.

f6bd117b3f44cfdcfbdd5a1a98de32fe571a90b9 authored about 8 years ago
Deprecated IGuild#leaveGuild() and IGuild#deleteGuild()

bd1edd0f01fcbbbc1760b903c07690f322ab6bff authored about 8 years ago
Cleaned up edit requests for editable objects.

876183fb395fe98774147a438246c4cd85d25101 authored about 8 years ago
Added the ability to configure the efficiency of MessageList

Higher levels will limit its abilities but allow for less memory usage

a970bc9fe0b14eabb46149a2f46c2279a2d3410d authored about 8 years ago
Added vararg registerListeners methods to EventDispatcher

cc7d3a1986596e2dbb9ebeb21e1b0c92cf088e9c authored about 8 years ago
Adds the ability to register listeners on a ClientBuilder

60d6763e7304d02d76bb779ecdebf9ac2f5c4274 authored about 8 years ago
Fix indents on the example

632a58c71986b70c6f5d6e96fc070beb802e5b81 authored about 8 years ago
Clarifies some of the examples on the README

fc000f148eb4eb8b851e4b1fb7462fc1b8c3c0a7 authored about 8 years ago
Make all requests with utf-8 charset

df724d587b66ef5cd4f8f5b1ea476b7d7814562f authored about 8 years ago
Update voice cache on guild leave.

69b75411128f6948db548946ae03de67db6b956f authored about 8 years ago
Remove unnecessary line break in issue template (#183)

0cf30e6a4b9a734ec5fd6b02b07dc4aa8582a6db authored about 8 years ago
Add support for animated avatars

70248156caec86ea36ea3e2f6b4a6aad19983752 authored about 8 years ago
Merge pull request #178 from austinv11/websocket-rewrite

Websocket rewrite

323f5864b89af14ab17c68ca78bd5d714fb9926f authored about 8 years ago
Fixes #166 by adding a synchronized block when dispatching a GuildReadyEvent (#180)

ef1e1353063bd0282cc91fe445313e0e39e9b7f6 authored about 8 years ago
Made project actually compile.

7737ac8bc485cf88ede2a4afed836f957d763e01 authored about 8 years ago
Made requested changes.

Updated version.
Made `sx.blah.api.internal` access modifiers consistent for where the classes c...

c487e4597d1f3220c6feae4c55d6ec26caf14fa0 authored about 8 years ago
"phew none of it is my stuff" - Fix stuff in websocket-rewrite PR

235e0d0b18860f84ce75452f0a062734147d2520 authored about 8 years ago
Add withUrl

ab315ec07bfb73ed257953a1d4984a92bf5661af authored about 8 years ago
Tokens can't change on account info update. Closes #176

7c6543c80441fcbccdd4266546fbde4ca8cd36d9 authored about 8 years ago
Actually try to fix class unregister

14201d2445882731b2308b734d60b8ce18e70589 authored about 8 years ago
Try to add unregisterListener(Class)

c0e17aa0ce37539c9e7a98dc0308509910fa22ba authored about 8 years ago
Fix nextWord returning entire content without a newline

52f04d4339ca035fd0bb94688252b1768d43d284 authored about 8 years ago
Fix javadoc typo

5c7881dc814f4f2a440cd247a109682d10fa6a68 authored about 8 years ago
Fix missing constructor in MissingPermissionsException

831f7a30a4b1f6af4182a71dfbdeaae72de321af authored about 8 years ago
Add getter for missing perms in MPE (#173)

Add a getter for the missing permissions in MissingPermissionsException.

5b33ba263e23213d35773c9a7628f0cacc782336 authored about 8 years ago
Revert automatic voice channel connection on guild_create

f6f90c4b9e7ecd853fdb65baf910e49c1e9a935d authored about 8 years ago
Add BloodShura to contributors list

AudioPlayer::queue(IAudioProvider) now calls the correct constructor for AudioInputStreamProvide...

86ffd4bd98771531371121a5009a4c100229b3f9 authored about 8 years ago
Adds private check to MessageList#bulkDelete and adds IUser#getPermissionsForGuild (#155)

(cherry picked from commit 854f66651d14a0be7efc5dae98077f0e82d51eae)

# Conflicts:
# src/main/ja...

65ddf0549c2f88653749ef016b9604918004b9bc authored about 8 years ago
AudioPlayer::queue(IAudioProvider) now calls the correct constructor for AudioInputStreamProvider instances; Track(AudioInputStream) constructor no longer declares IOException as being throwable (#151)

(cherry picked from commit ae0469e225162703e0e3ae2693f855a4f56b9123)

d625b9350809a893f46aa5c8c7bad4997d76dfe9 authored about 8 years ago
Module Improvements (#144)

(cherry picked from commit c4f53ec0f21a8de022e7ae97e83d4d1ecb6ed0cd)

# Conflicts:
# src/main/ja...

8a0812f86050010603aec77bd70f986243bc92db authored about 8 years ago
Updated dependencies

fdbf8d019ca56e84720d6c5d68e982083f92c9a1 authored about 8 years ago
Adds Incomplete Request Count Tracking (#134)

(cherry picked from commit 0e134ed3c7480b8646511995214282284416d963)

50e6fd45fd81a8ddb140575c49b7365410f35df7 authored about 8 years ago
Fixes message 404 spam

(cherry picked from commit 122aa701302779bbf546d88749577e68f39b6cdd)

d312863cb9c9cff27769b0d4a984ee46bf5363eb authored about 8 years ago
Ignore InterruptedException on vWS close and check isClosed() before send

bd1e498bf5233bbbe4734cc22a225b27af05a645 authored about 8 years ago
Added AllUsersReceivedEvent (#164)

* Added GuildMemberChunkReadyEvent

* Renamed Event
Switched to getter/setter

97e3a2b820f530ad8b56ce5c163731281991dee0 authored about 8 years ago
Updated opus native libs to use a lower GLIBC version or Visual C++ version, depending on the operating system. (#167)

Renamed Windows based natives: Opus.dll -> libopus.dll for consistency.

bc63168f467bba4b20684a3862cc2a525d222521 authored about 8 years ago
Ignore CHANNEL_PINS_ACK

6b1710f53de3af290ab1c253b06a5a8fdf964bc1 authored about 8 years ago
Moved contributors-update stuff to here

42fb214a5fa5ae3ea76a79fcd6d0eaed2cf7d5c4 authored about 8 years ago
Actually remove guilds on guild delete

7a92c99d44d6474b5a4db9f4c892b8dfb58b237d authored about 8 years ago
Fixed voice thread leak

76cbb5fe4c2dc16ca711e124736e6e6ea0ede665 authored about 8 years ago
Fixed internal 403 on loadWebhooks()

3f17f2f3a51529919209abe1af4c6a07fe7884d1 authored about 8 years ago
Revert stupid ReadyEvent timing

455d52499cb32959a836551014f8a71a459e4b42 authored about 8 years ago
Fixed positions for roles and channels

8f9c73677d67bc2de9f5af8d2c5196d941bed5e9 authored about 8 years ago
Fixed mismatch between voice state and actual ws connection

d30e835711f9b4e42a3965455502d2701eaba0bf authored about 8 years ago
Implemented heartbeat response time

6af540c06dbeb81ade01aa7e8d751176ff6f7136 authored about 8 years ago
Reorganized heartbeat handling. Added handling for missed heartbeat acks.

ccbc891211e8773a352ea4e9217d9bdd2c5d4b71 authored about 8 years ago
Improved invite regex

4efa5cb24bcdab013c13140a03652c0bc017f058 authored about 8 years ago
Fixed program exiting on reconnects.

9fc1c24a61abc184ed44828a88f8526a81ad2251 authored about 8 years ago
Kill reconnect keep alive on shutdown

e117d3e011e34da1a58179b4652a306a786df366 authored about 8 years ago
Fixed isLoggedIn() and isRead() returning true after logging out.

cba09e0886a5bdc9e688abf3bd065e947fe137e1 authored about 8 years ago
Improved invite parsing. Closes #161

ccfcd617f36eac6c7c865cc8c2cce988890c348a authored about 8 years ago
Merge remote-tracking branch 'origin/websocket-rewrite' into websocket-rewrite

6acb8127c23b5d07513142d4d3dec5a29d41394f authored about 8 years ago
Prevent websocket close on dispatch handling

9a0ed16c45c9d9246076b528abbe88eeb643faa2 authored about 8 years ago
Fix withTimestamp(long) in local TZ (wrong offset)

57c07dd0a48a7b6617c8d232e977836147335946 authored about 8 years ago
Add withTimestamp(long millis)

c5a733feedd6cad9e4fd1fea337c98fe09bb691f authored about 8 years ago
Cleaned up DiscordUtils.isUserHigher()

Changed IUser#addRole() and IUser#removeRole() to the dedicated endpoint

e26517c0e0dc31fecceb1dc30b27458911c991cc authored about 8 years ago
Add IllegalArgumentException if null/empty is passed in appendField - can be ignored with #ignoreNullEmptyFields

464b4053cdfa1eea499a05b52200f55710bdfc18 authored about 8 years ago
Fixes role and user permission overriding (#160)

* Fixes role and user permission overriding

* Flips params in constructor call

35aac0e2d0f7bee90d86a716149dbc1f0142cbff authored about 8 years ago