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

Adds some sendFile and sendMessage overloads with embed parameters

github.com/Discord4J/Discord4J - 276bcfb54a45e51de57655d22969c0b092a2c1dd authored about 8 years ago by austinv11 <[email protected]>
Add MessageTokenizer#getRemainingContent

github.com/Discord4J/Discord4J - 79831d5b8c3351a21adb49d9670f51e790575669 authored about 8 years ago by chrislo27 <[email protected]>
Fix empty string being sent for empty builder (should be null)

github.com/Discord4J/Discord4J - 0601b519cdbb6783842b624ce0989606a889b461 authored about 8 years ago by chrislo27 <[email protected]>
Add MessageBuilder version of sendFile to IChannel

github.com/Discord4J/Discord4J - eea76c4989849a23e4daeeaa13c00c6b09dca128 authored about 8 years ago by chrislo27 <[email protected]>
Add isUsingTTS for MessageBuilder

github.com/Discord4J/Discord4J - 9ce979e39c388cb5a54b56ba833eed4b83d78250 authored about 8 years ago by chrislo27 <[email protected]>
Creates an actual event hierarchy

github.com/Discord4J/Discord4J - 0d52c4b161016bbf8f2b54c55ab154957e3abfc4 authored about 8 years ago by austinv11 <[email protected]>
Generic registerListener methods will now check if the listener is an instance of IListener

github.com/Discord4J/Discord4J - 7b1ec4786b588c8c89271079a892428a191598e9 authored about 8 years ago by austinv11 <[email protected]>
Added location for Dash documentation (#190)

Also reformatted the Dash section.

github.com/Discord4J/Discord4J - 08d40091169f131231216b23a10755992bfaa297 authored about 8 years ago by James Upjohn <[email protected]>
Added links to other dash clients

github.com/Discord4J/Discord4J - 47dd7c36a9b88a637a8d1cb500503ae6754d82fb authored about 8 years ago by austinv11 <[email protected]>
Adds info about the Dash javadocs mirror

Also adds hyperlinks to user mentions

github.com/Discord4J/Discord4J - 4357c327f055c9201fea5242d54649f761219968 authored about 8 years ago by austinv11 <[email protected]>
RequestFutures are now cleared from the requests map when killAllRequests is called

See #187

github.com/Discord4J/Discord4J - a08bde537fca670905704cd2be2332fc18aadb3c authored about 8 years ago by austinv11 <[email protected]>
Fixes a hidden NPE when retrying ratelimited requests

If only executor services reported exceptions...

github.com/Discord4J/Discord4J - 4e7ae7d59239f770d8c8d01f0daf808834507198 authored about 8 years ago by austinv11 <[email protected]>
Fix wrong endpoint being used for user avatars

github.com/Discord4J/Discord4J - 4bb5c2c3f27fa7c631c1decb8645dc4fa2ae15eb authored about 8 years ago by chrislo27 <[email protected]>
Delay GuildCreateEvent until all users have been chunked.

github.com/Discord4J/Discord4J - d9f5a13cacbf76ca8084e9995c82d51c468d00aa authored about 8 years ago by grandmind <[email protected]>
Changed logger errors on pre-ready actions to DiscordExceptions

github.com/Discord4J/Discord4J - c5940a5a4bedc36260cf88464c80cb8fef8b9aca authored about 8 years ago by grandmind <[email protected]>
Deprecated InviteReceivedEvent

github.com/Discord4J/Discord4J - 7bf97b54f782aff5619c1e8e8db3a0dbcc130233 authored about 8 years ago by grandmind <[email protected]>
Add invite support to MessageTokenizer

github.com/Discord4J/Discord4J - aeab44f3698c5d2ab3fb517b4b7cf69617f58a24 authored about 8 years ago by chrislo27 <[email protected]>
Added easier makeRequest() overloads for less boilerplate.

github.com/Discord4J/Discord4J - 700369870e54c45cb4f70a24d57a07d17b8e1e8b authored about 8 years ago by grandmind <[email protected]>
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...

github.com/Discord4J/Discord4J - bd873eef292a470cb1ef7be83333e0d23c69d98f authored about 8 years ago by austinv11 <[email protected]>
Updates documentation and project listings on the README

github.com/Discord4J/Discord4J - 0da5c1162965a87dc010a2c6082d1b897c09e926 authored about 8 years ago by austinv11 <[email protected]>
Synchronizes RequestBuffer#request

Fixes #187 (again)

github.com/Discord4J/Discord4J - f31c2a4739ea05b7f7c1b649cec153138c38a28c authored about 8 years ago by austinv11 <[email protected]>
Actually fix content type encoding with sendFile

github.com/Discord4J/Discord4J - e1ef7d2e40e873be57efbbca51e6c1b0d2bd9208 authored about 8 years ago by chrislo27 <[email protected]>
Use proper encoding for sendFile() payload_json

github.com/Discord4J/Discord4J - 329f1714aa32a08b472951fc9e30170b454d4344 authored about 8 years ago by grandmind <[email protected]>
Added manage emojis permission.

github.com/Discord4J/Discord4J - 1c4c9198a1c2566e9d7d5f93d6db2ac0b004202d authored about 8 years ago by grandmind <[email protected]>
Merge remote-tracking branch 'origin/dev' into dev

github.com/Discord4J/Discord4J - d65807f1071a212039feb887a9809150142fa924 authored about 8 years ago by austinv11 <[email protected]>
Fixes some issues pointed out in #187

github.com/Discord4J/Discord4J - 6fb4d9b576b8a3af7fc5eba963222046985d44be authored about 8 years ago by austinv11 <[email protected]>
Remove DiscordDisconnectedEvent deprecation

github.com/Discord4J/Discord4J - 860b967991687f07bf37d7a40d5ca30dd06d8496 authored about 8 years ago by chrislo27 <[email protected]>
RequestBuffer revamp (Fixes #187)

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

github.com/Discord4J/Discord4J - 55237eacf03da8225e3531b0a65212af48719a83 authored about 8 years ago by austinv11 <[email protected]>
Corrects documentation on AudioPlayer#queue() methods. Closes #185

github.com/Discord4J/Discord4J - 2b44785a38a42215484629fefa0fe89e804c6fed authored about 8 years ago by grandmind <[email protected]>
Fixed content and tts values for sendFile() with embed

github.com/Discord4J/Discord4J - f365fca9b451af10563804da89ff0eb8beb78020 authored about 8 years ago by grandmind <[email protected]>
Clarify you can only use alphanumerics for the filename

github.com/Discord4J/Discord4J - 19a1f94ccc087705174d2f6763eace95f42553a5 authored about 8 years ago by chrislo27 <[email protected]>
Add info to EmbedBuilder#withImage for attachment embeds

github.com/Discord4J/Discord4J - 0d2472a0d71cb83e6ab4e4451b44154567869eb2 authored about 8 years ago by chrislo27 <[email protected]>
Add getEmbedObject for MessageBuilder

I needed it okay

github.com/Discord4J/Discord4J - bfdba73bd27ebf47e00d1cedcebe248003961195 authored about 8 years ago by chrislo27 <[email protected]>
Allows for embed in sendFile()

github.com/Discord4J/Discord4J - aafd5fe089e34bc15a24acad5d0fc875432bbd5b authored about 8 years ago by grandmind <[email protected]>
Standardized the order of checked exceptions in method declarations.

github.com/Discord4J/Discord4J - f6bd117b3f44cfdcfbdd5a1a98de32fe571a90b9 authored about 8 years ago by grandmind <[email protected]>
Deprecated IGuild#leaveGuild() and IGuild#deleteGuild()

github.com/Discord4J/Discord4J - bd1edd0f01fcbbbc1760b903c07690f322ab6bff authored about 8 years ago by grandmind <[email protected]>
Cleaned up edit requests for editable objects.

github.com/Discord4J/Discord4J - 876183fb395fe98774147a438246c4cd85d25101 authored about 8 years ago by grandmind <[email protected]>
Added the ability to configure the efficiency of MessageList

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

github.com/Discord4J/Discord4J - a970bc9fe0b14eabb46149a2f46c2279a2d3410d authored about 8 years ago by austinv11 <[email protected]>
Added vararg registerListeners methods to EventDispatcher

github.com/Discord4J/Discord4J - cc7d3a1986596e2dbb9ebeb21e1b0c92cf088e9c authored about 8 years ago by austinv11 <[email protected]>
Adds the ability to register listeners on a ClientBuilder

github.com/Discord4J/Discord4J - 60d6763e7304d02d76bb779ecdebf9ac2f5c4274 authored about 8 years ago by austinv11 <[email protected]>
Fix indents on the example

github.com/Discord4J/Discord4J - 632a58c71986b70c6f5d6e96fc070beb802e5b81 authored about 8 years ago by chrislo27 <[email protected]>
Clarifies some of the examples on the README

github.com/Discord4J/Discord4J - fc000f148eb4eb8b851e4b1fb7462fc1b8c3c0a7 authored about 8 years ago by austinv11 <[email protected]>
Make all requests with utf-8 charset

github.com/Discord4J/Discord4J - df724d587b66ef5cd4f8f5b1ea476b7d7814562f authored about 8 years ago by grandmind <[email protected]>
Update voice cache on guild leave.

github.com/Discord4J/Discord4J - 69b75411128f6948db548946ae03de67db6b956f authored about 8 years ago by grandmind <[email protected]>
Remove unnecessary line break in issue template (#183)

github.com/Discord4J/Discord4J - 0cf30e6a4b9a734ec5fd6b02b07dc4aa8582a6db authored about 8 years ago by manuelgu <[email protected]>
Add support for animated avatars

github.com/Discord4J/Discord4J - 70248156caec86ea36ea3e2f6b4a6aad19983752 authored about 8 years ago by chrislo27 <[email protected]>
Merge pull request #178 from austinv11/websocket-rewrite

Websocket rewrite

github.com/Discord4J/Discord4J - 323f5864b89af14ab17c68ca78bd5d714fb9926f authored about 8 years ago by Panda <[email protected]>
Fixes #166 by adding a synchronized block when dispatching a GuildReadyEvent (#180)

github.com/Discord4J/Discord4J - ef1e1353063bd0282cc91fe445313e0e39e9b7f6 authored about 8 years ago by Zach <[email protected]>
Made project actually compile.

github.com/Discord4J/Discord4J - 7737ac8bc485cf88ede2a4afed836f957d763e01 authored about 8 years ago by grandmind <[email protected]>
Made requested changes.

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

github.com/Discord4J/Discord4J - c487e4597d1f3220c6feae4c55d6ec26caf14fa0 authored about 8 years ago by grandmind <[email protected]>
"phew none of it is my stuff" - Fix stuff in websocket-rewrite PR

github.com/Discord4J/Discord4J - 235e0d0b18860f84ce75452f0a062734147d2520 authored about 8 years ago by chrislo27 <[email protected]>
Add withUrl

github.com/Discord4J/Discord4J - ab315ec07bfb73ed257953a1d4984a92bf5661af authored about 8 years ago by chrislo27 <[email protected]>
Tokens can't change on account info update. Closes #176

github.com/Discord4J/Discord4J - 7c6543c80441fcbccdd4266546fbde4ca8cd36d9 authored about 8 years ago by grandmind <[email protected]>
Actually try to fix class unregister

github.com/Discord4J/Discord4J - 14201d2445882731b2308b734d60b8ce18e70589 authored about 8 years ago by chrislo27 <[email protected]>
Try to add unregisterListener(Class)

github.com/Discord4J/Discord4J - c0e17aa0ce37539c9e7a98dc0308509910fa22ba authored about 8 years ago by chrislo27 <[email protected]>
Fix nextWord returning entire content without a newline

github.com/Discord4J/Discord4J - 52f04d4339ca035fd0bb94688252b1768d43d284 authored about 8 years ago by chrislo27 <[email protected]>
Fix javadoc typo

github.com/Discord4J/Discord4J - 5c7881dc814f4f2a440cd247a109682d10fa6a68 authored about 8 years ago by chrislo27 <[email protected]>
Fix missing constructor in MissingPermissionsException

github.com/Discord4J/Discord4J - 831f7a30a4b1f6af4182a71dfbdeaae72de321af authored about 8 years ago by chrislo27 <[email protected]>
Add getter for missing perms in MPE (#173)

Add a getter for the missing permissions in MissingPermissionsException.

github.com/Discord4J/Discord4J - 5b33ba263e23213d35773c9a7628f0cacc782336 authored about 8 years ago by oops <[email protected]>
Revert automatic voice channel connection on guild_create

github.com/Discord4J/Discord4J - f6f90c4b9e7ecd853fdb65baf910e49c1e9a935d authored about 8 years ago by grandmind <[email protected]>
Add BloodShura to contributors list

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

github.com/Discord4J/Discord4J - 86ffd4bd98771531371121a5009a4c100229b3f9 authored about 8 years ago by chrislo27 <[email protected]>
Adds private check to MessageList#bulkDelete and adds IUser#getPermissionsForGuild (#155)

(cherry picked from commit 854f66651d14a0be7efc5dae98077f0e82d51eae)

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

github.com/Discord4J/Discord4J - 65ddf0549c2f88653749ef016b9604918004b9bc authored about 8 years ago by grandmind <[email protected]>
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)

github.com/Discord4J/Discord4J - d625b9350809a893f46aa5c8c7bad4997d76dfe9 authored about 8 years ago by João Vitor Verona Biazibetti <[email protected]>
Module Improvements (#144)

(cherry picked from commit c4f53ec0f21a8de022e7ae97e83d4d1ecb6ed0cd)

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

github.com/Discord4J/Discord4J - 8a0812f86050010603aec77bd70f986243bc92db authored about 8 years ago by robot-rover <[email protected]>
Updated dependencies

github.com/Discord4J/Discord4J - fdbf8d019ca56e84720d6c5d68e982083f92c9a1 authored about 8 years ago by grandmind <[email protected]>
Adds Incomplete Request Count Tracking (#134)

(cherry picked from commit 0e134ed3c7480b8646511995214282284416d963)

github.com/Discord4J/Discord4J - 50e6fd45fd81a8ddb140575c49b7365410f35df7 authored about 8 years ago by nija123098 <[email protected]>
Fixes message 404 spam

(cherry picked from commit 122aa701302779bbf546d88749577e68f39b6cdd)

github.com/Discord4J/Discord4J - d312863cb9c9cff27769b0d4a984ee46bf5363eb authored about 8 years ago by austinv11 <[email protected]>
Ignore InterruptedException on vWS close and check isClosed() before send

github.com/Discord4J/Discord4J - bd1e498bf5233bbbe4734cc22a225b27af05a645 authored about 8 years ago by grandmind <[email protected]>
Added AllUsersReceivedEvent (#164)

* Added GuildMemberChunkReadyEvent

* Renamed Event
Switched to getter/setter

github.com/Discord4J/Discord4J - 97e3a2b820f530ad8b56ce5c163731281991dee0 authored about 8 years ago by lclc98 <[email protected]>
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.

github.com/Discord4J/Discord4J - bc63168f467bba4b20684a3862cc2a525d222521 authored about 8 years ago by Austin Keener <[email protected]>
Ignore CHANNEL_PINS_ACK

github.com/Discord4J/Discord4J - 6b1710f53de3af290ab1c253b06a5a8fdf964bc1 authored about 8 years ago by chrislo27 <[email protected]>
Moved contributors-update stuff to here

github.com/Discord4J/Discord4J - 42fb214a5fa5ae3ea76a79fcd6d0eaed2cf7d5c4 authored about 8 years ago by chrislo27 <[email protected]>
Actually remove guilds on guild delete

github.com/Discord4J/Discord4J - 7a92c99d44d6474b5a4db9f4c892b8dfb58b237d authored about 8 years ago by grandmind <[email protected]>
Fixed voice thread leak

github.com/Discord4J/Discord4J - 76cbb5fe4c2dc16ca711e124736e6e6ea0ede665 authored about 8 years ago by grandmind <[email protected]>
Fixed internal 403 on loadWebhooks()

github.com/Discord4J/Discord4J - 3f17f2f3a51529919209abe1af4c6a07fe7884d1 authored about 8 years ago by grandmind <[email protected]>
Revert stupid ReadyEvent timing

github.com/Discord4J/Discord4J - 455d52499cb32959a836551014f8a71a459e4b42 authored about 8 years ago by grandmind <[email protected]>
Fixed positions for roles and channels

github.com/Discord4J/Discord4J - 8f9c73677d67bc2de9f5af8d2c5196d941bed5e9 authored about 8 years ago by grandmind <[email protected]>
Fixed mismatch between voice state and actual ws connection

github.com/Discord4J/Discord4J - d30e835711f9b4e42a3965455502d2701eaba0bf authored about 8 years ago by grandmind <[email protected]>
Implemented heartbeat response time

github.com/Discord4J/Discord4J - 6af540c06dbeb81ade01aa7e8d751176ff6f7136 authored about 8 years ago by grandmind <[email protected]>
Reorganized heartbeat handling. Added handling for missed heartbeat acks.

github.com/Discord4J/Discord4J - ccbc891211e8773a352ea4e9217d9bdd2c5d4b71 authored about 8 years ago by grandmind <[email protected]>
Improved invite regex

github.com/Discord4J/Discord4J - 4efa5cb24bcdab013c13140a03652c0bc017f058 authored about 8 years ago by grandmind <[email protected]>
Fixed program exiting on reconnects.

github.com/Discord4J/Discord4J - 9fc1c24a61abc184ed44828a88f8526a81ad2251 authored about 8 years ago by grandmind <[email protected]>
Kill reconnect keep alive on shutdown

github.com/Discord4J/Discord4J - e117d3e011e34da1a58179b4652a306a786df366 authored about 8 years ago by grandmind <[email protected]>
Fixed isLoggedIn() and isRead() returning true after logging out.

github.com/Discord4J/Discord4J - cba09e0886a5bdc9e688abf3bd065e947fe137e1 authored about 8 years ago by grandmind <[email protected]>
Improved invite parsing. Closes #161

github.com/Discord4J/Discord4J - ccfcd617f36eac6c7c865cc8c2cce988890c348a authored about 8 years ago by grandmind <[email protected]>
Merge remote-tracking branch 'origin/websocket-rewrite' into websocket-rewrite

github.com/Discord4J/Discord4J - 6acb8127c23b5d07513142d4d3dec5a29d41394f authored about 8 years ago by grandmind <[email protected]>
Prevent websocket close on dispatch handling

github.com/Discord4J/Discord4J - 9a0ed16c45c9d9246076b528abbe88eeb643faa2 authored about 8 years ago by grandmind <[email protected]>
Fix withTimestamp(long) in local TZ (wrong offset)

github.com/Discord4J/Discord4J - 57c07dd0a48a7b6617c8d232e977836147335946 authored about 8 years ago by chrislo27 <[email protected]>
Add withTimestamp(long millis)

github.com/Discord4J/Discord4J - c5a733feedd6cad9e4fd1fea337c98fe09bb691f authored about 8 years ago by chrislo27 <[email protected]>
Cleaned up DiscordUtils.isUserHigher()

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

github.com/Discord4J/Discord4J - e26517c0e0dc31fecceb1dc30b27458911c991cc authored about 8 years ago by grandmind <[email protected]>
Add IllegalArgumentException if null/empty is passed in appendField - can be ignored with #ignoreNullEmptyFields

github.com/Discord4J/Discord4J - 464b4053cdfa1eea499a05b52200f55710bdfc18 authored about 8 years ago by chrislo27 <[email protected]>
Fixes role and user permission overriding (#160)

* Fixes role and user permission overriding

* Flips params in constructor call

github.com/Discord4J/Discord4J - 35aac0e2d0f7bee90d86a716149dbc1f0142cbff authored about 8 years ago by Matthew Holt <[email protected]>
Fixed permissions check for ban by ID.

github.com/Discord4J/Discord4J - 91fa22acf8d2e7ca44550cfb3954dd513eee9332 authored about 8 years ago by grandmind <[email protected]>
Fixed getBannedUsers() and added ban by user ID.

github.com/Discord4J/Discord4J - 8c167441fc3813fc9d62672ca4c1232d91909b1f authored about 8 years ago by grandmind <[email protected]>
Merge remote-tracking branch 'origin/websocket-rewrite' into websocket-rewrite

github.com/Discord4J/Discord4J - 270f738ce423042a681e2677f93cd37879ad75e4 authored about 8 years ago by grandmind <[email protected]>
Implement getInviteForCode()

Implement getInviteForCode() v2

github.com/Discord4J/Discord4J - 663b3c0afb6705e1a55aa1f3a95775c898246e4c authored about 8 years ago by grandmind <[email protected]>
Use GSON_NO_NULLS for embeds

github.com/Discord4J/Discord4J - 6baccf622b0dae3a29ced26f4fd64dc6ccc9e2c0 authored about 8 years ago by chrislo27 <[email protected]>
Check embed permission for sending embeds

github.com/Discord4J/Discord4J - c8d8dabf287e1430a5cf89a32783d7df36ba53e2 authored about 8 years ago by chrislo27 <[email protected]>
Use withX and appendField for consistency with MessageBuilder

github.com/Discord4J/Discord4J - b6f85c54d09b2098c44cddc0bafdbddd537aad99 authored about 8 years ago by chrislo27 <[email protected]>
Fix image not working (null)

github.com/Discord4J/Discord4J - 6e7ef1b6dbb3b837078617598a9724750e924004 authored about 8 years ago by chrislo27 <[email protected]>