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

Reset ready vars on reconnect

github.com/Discord4J/Discord4J - fdecf0f960d928deb37420b492fdb1cae235272a authored over 8 years ago by grandmind <[email protected]>
Added clean up on logout

github.com/Discord4J/Discord4J - 24303a5cbf8c92951ba6084d2bb67e46351cdc3a authored over 8 years ago by grandmind <[email protected]>
Maybe fixed NPE and added isOpen() check before attempting to send a message

github.com/Discord4J/Discord4J - 854cc8b78e6b4c0653f463ab97061712f17acbc3 authored over 8 years ago by grandmind <[email protected]>
Temporary debug print for reconnection issue.

github.com/Discord4J/Discord4J - 82680056bc2daa9dbbe51751410f1d89135615fe authored over 8 years ago by grandmind <[email protected]>
Fixes reconnect on cloudflare disconnect.

github.com/Discord4J/Discord4J - f69a73a18820b5b50c2af49cc3ab3b769468c090 authored over 8 years ago by grandmind <[email protected]>
Primitive reconnect and resume logic. This should work?

github.com/Discord4J/Discord4J - bd387c046a5aaa28fc610fb71b2daaeb65a8f0a7 authored over 8 years ago by grandmind <[email protected]>
Handle more OPs

github.com/Discord4J/Discord4J - c6a46e44f09466f67937065d8f3cc0f9cfc9d962 authored over 8 years ago by grandmind <[email protected]>
General clean up with DispatchHandler

github.com/Discord4J/Discord4J - 9e2ba430005217a02afdf75f5c2f956622cb4e04 authored over 8 years ago by grandmind <[email protected]>
ReadyEvent and LoginEvent are correctly fired.

github.com/Discord4J/Discord4J - caff81e8d65204467c807f383e769b17cc07cf39 authored over 8 years ago by grandmind <[email protected]>
Added onTimeout method to RequestBuilder

github.com/Discord4J/Discord4J - 7d507515af01ec39061d5dddd20980c6c4b70625 authored over 8 years ago by grandmind <[email protected]>
Added a way to handle the timing out of actions queued with RequestBuilder.

github.com/Discord4J/Discord4J - aefd3ead84b5f9d0623c6ab645e8f4519421da38 authored over 8 years ago by grandmind <[email protected]>
Update PR template to have proof of testing (#129)

github.com/Discord4J/Discord4J - 938992bdb141be283639bb86fe3b79c8dc962537 authored over 8 years ago by chrislo27 <[email protected]>
New DiscordWS and SocketEventHandler. Ready is not fired yet.

github.com/Discord4J/Discord4J - db7d7a706f9bd00475924c6449bd98b56f09bcc4 authored over 8 years ago by grandmind <[email protected]>
Made Authorization and Content-Type default headers in Requests

github.com/Discord4J/Discord4J - 64acf8daafc09f8b74ddf08b70e49065ddec3570 authored over 8 years ago by grandmind <[email protected]>
Restructured JSON

github.com/Discord4J/Discord4J - 062abf48be0d81b310e27afae04b6c2f9552a5c6 authored over 8 years ago by grandmind <[email protected]>
Fixes a typo and wrong linking (#130)

* Fix typo and linking

* Update quickstart link

User has renamed their account

github.com/Discord4J/Discord4J - 6fb71c1041af46a164ed20702867f7e6b266e4de authored over 8 years ago by manuelgu <[email protected]>
Actually removed bot support.

github.com/Discord4J/Discord4J - 65c297fbbd0abe5be651a4dec5a6bac52d9097c8 authored over 8 years ago by grandmind <[email protected]>
Removed Bot support.

github.com/Discord4J/Discord4J - bad4db54232aaef88db0ad61bf34b85bc4c72576 authored over 8 years ago by grandmind <[email protected]>
Deleting stuff. Project in unusable state.

github.com/Discord4J/Discord4J - f594827cd85cfac1b188b25db39e1e31b198f887 authored over 8 years ago by grandmind <[email protected]>
Removed Panda's Blog from README.md

It's down more often than not. It's unreliable to advertise to new users. I will add it back whe...

github.com/Discord4J/Discord4J - 39c0b0afa4d55dd66f09b73947fe9a1c14760af9 authored over 8 years ago by Panda <[email protected]>
Version bump.

github.com/Discord4J/Discord4J - f9ce880abbbfaf81a9acf12296f29cb49c7228dc authored over 8 years ago by grandmind <[email protected]>
Adds the DND presence

github.com/Discord4J/Discord4J - 3404dd0b08633ea2b2d0128baba2ff3299eec426 authored over 8 years ago by austinv11 <[email protected]>
Merge branch 'dev'

# Conflicts:
# .github/ISSUE_TEMPLATE.md
# README.md

github.com/Discord4J/Discord4J - 7bafbdbeca9d3a42d088303ce297e937c14b3f91 authored over 8 years ago by austinv11 <[email protected]>
Version bump

github.com/Discord4J/Discord4J - 86d87325e11c86a6b08164c37569ae0080081600 authored over 8 years ago by austinv11 <[email protected]>
Fixed "Bot" appending for auth token (#111)

github.com/Discord4J/Discord4J - 5399d7b14a1f512ee84b13a5d8ac47fb51b309ed authored over 8 years ago by Panda <[email protected]>
Fix moveToVoiceChannel not having proper permissions checks (#110)

* Fix client not being able to move users between VCs with admin

* Set up some stuff to fix
...

github.com/Discord4J/Discord4J - 17c33e3c6c809906d516464e637f10f13e0bc593 authored over 8 years ago by chrislo27 <[email protected]>
Fixes NPEs when a guild is unavailable

github.com/Discord4J/Discord4J - 2ea55c3d37f94ce1afb2a0042037cc578fb90893 authored over 8 years ago by austinv11 <[email protected]>
Added Discord4J.disableAudio()

github.com/Discord4J/Discord4J - 47e68c58b4d0d6887f2900520c6943fb5c3f4b74 authored over 8 years ago by austinv11 <[email protected]>
Fixes potential NPEs in PM channels

github.com/Discord4J/Discord4J - f99bb3c8dc5beb1f44e6f1d98a9c61d762738f51 authored over 8 years ago by austinv11 <[email protected]>
Reconnect fix, logout fix, and allow DiscordDisconnectedEvent to fire (#108)

github.com/Discord4J/Discord4J - 7940bafdc7e325bd2b2c45e53dc1bfb87db7265f authored over 8 years ago by Chris Vega <[email protected]>
Merge remote-tracking branch 'origin/dev' into dev

github.com/Discord4J/Discord4J - c1b1f4da330c46bf687bcb98bfd454950b4fd08c authored over 8 years ago by austinv11 <[email protected]>
Fixes potential NPEs

github.com/Discord4J/Discord4J - 3f726f9a049c7c35c0564126049818cfe9a2fc1f authored over 8 years ago by austinv11 <[email protected]>
Fix NPE when attempting to edit own role (#109)

github.com/Discord4J/Discord4J - 2bee759f6d64b060e8d783f6e3411603b82a88ea authored over 8 years ago by chrislo27 <[email protected]>
All Embedded Changes on the Dev branch (#107)

This Time I got it right

github.com/Discord4J/Discord4J - 8c16ca2b457860e57a867ad07f84a4eb473853b5 authored over 8 years ago by robot-rover <[email protected]>
Null check on content when getting channel mentions (#106)

Content is null when something is embedded, I forgot that was at thing

github.com/Discord4J/Discord4J - 3fd46ace34b5280107e8de98a95e782076bf396b authored over 8 years ago by Matthew Holt <[email protected]>
Cleanup miscellaneous text files (#105)

* Clean up misc text files

* Add outdated notice

* Removed readthedocs link

github.com/Discord4J/Discord4J - 09b6cfdccd68247ada325e8dc333f36802697613 authored over 8 years ago by chrislo27 <[email protected]>
Fix the NullPointerException in getInvites for both IGuild and IChann… (#103)

* Fix the NullPointerException in getInvites for both IGuild and IChannel, expected behavior now...

github.com/Discord4J/Discord4J - fc3125e6cb0f245012a81b376b78939209176237 authored over 8 years ago by ArsenArsen <[email protected]>
Add MessageTokenizer utility (#97)

* Start of message tokenizer

* Add getters for Token's fields

* Added hasNext, hasNextChar...

github.com/Discord4J/Discord4J - d0d651eaa264d44912bb3b1a55f573938b322d41 authored over 8 years ago by chrislo27 <[email protected]>
Merge pull request #104 from theIglooo/timezone-fix

getSnowflakeTimeFromID now uses the system's timezone instead of UTC

github.com/Discord4J/Discord4J - b2e2c9cc668f792752da12f2b3d7af76ffdab233 authored over 8 years ago by austinv11 <[email protected]>
getSnowflakeTimeFromID now uses the system's timezone instead of UTC

github.com/Discord4J/Discord4J - dcc58682f687847cef80c9f6861ec468898415c0 authored over 8 years ago by theIgloo <[email protected]>
Adds getChannelMentions to IMessage (#101)

* Adds getChannelMentions to IMessage
Also cleans up some things in Message, shout-out to Intel...

github.com/Discord4J/Discord4J - c2349cb55616fc1a5c2991ff6a2283f3508fdc18 authored over 8 years ago by austinv11 <[email protected]>
Updates the channel mention list in getMessageFromJSON as well

github.com/Discord4J/Discord4J - 9c0e8d1bff6c0e8e95ce710a1d81723ee2852579 authored over 8 years ago by theIgloo <[email protected]>
Adds getChannelMentions to IMessage

Also cleans up some things in Message, shout-out to IntelliJ

github.com/Discord4J/Discord4J - 5cf55d84fb16b855563518509effee4d2cd8bb5b authored over 8 years ago by theIgloo <[email protected]>
Update Readme File D4J Logo (#98)

* Changed to new Discord4J logo

* Update README.md

* Fixed Image Dimensions

github.com/Discord4J/Discord4J - daec78a75cf959705f7fd05587677055f48c14b2 authored over 8 years ago by robot-rover <[email protected]>
Reimplemented the request to GET a message by id

github.com/Discord4J/Discord4J - 79345553db5f2cd090c69e896143396cea5653db authored over 8 years ago by austinv11 <[email protected]>
Fuck it, removed the request to GET a message by id

github.com/Discord4J/Discord4J - d6a0aec21bf94d3c32240544e9e6cd77e4e0fbb6 authored over 8 years ago by austinv11 <[email protected]>
Fixes startup NPEs

github.com/Discord4J/Discord4J - 1e3156744061ddc1ab1df7f0df983ce16c44934d authored over 8 years ago by austinv11 <[email protected]>
Fixes a potential StackOverflowError on get a message by id

github.com/Discord4J/Discord4J - 2dded619c5ce7bf20ea6cf64e896a6f867796ca5 authored over 8 years ago by austinv11 <[email protected]>
Message list now checks permissions before getting a message by id

github.com/Discord4J/Discord4J - 88175a29a26efc3d6daa54fca8c58738e66e6b1f authored over 8 years ago by austinv11 <[email protected]>
Message list will now GET messages if requested by id without a cached object

github.com/Discord4J/Discord4J - dcb17759daacda16f2f0ab6444543d2668496116 authored over 8 years ago by austinv11 <[email protected]>
Reconnects pls work

github.com/Discord4J/Discord4J - 95125281dc1eb6867b9c81bd821800850917741b authored over 8 years ago by austinv11 <[email protected]>
This should fix keepalives dying after a reconnect

github.com/Discord4J/Discord4J - 755466f4606907949831acd797bc8183a4570c4f authored over 8 years ago by austinv11 <[email protected]>
For some reason the get gateway endpoint was hardcoded, this has been fixed

github.com/Discord4J/Discord4J - c12a0ce478f0a6f41c6ad54e60e422902d8972a4 authored over 8 years ago by austinv11 <[email protected]>
Pruned most deprecations

github.com/Discord4J/Discord4J - 0346560ee93433253287bb6bd052aac9d46aaa87 authored over 8 years ago by austinv11 <[email protected]>
Moved sx.blah.discord.json to sx.blah.discord.api.internal.json

github.com/Discord4J/Discord4J - fc10abe8427783cded282382c3798710a85667cc authored over 8 years ago by austinv11 <[email protected]>
Oops, forgot to throw an IOException when an exception is encountered in MessageOutputStream#flush

github.com/Discord4J/Discord4J - dd4a5274d6262406a7693c9bd579a48599badad4 authored over 8 years ago by austinv11 <[email protected]>
Adds MessageOutputStream

github.com/Discord4J/Discord4J - b573b978def30612271ea560354caeae151a5b13 authored over 8 years ago by austinv11 <[email protected]>
Converted Collections to Lists as return types

github.com/Discord4J/Discord4J - 9ca4ee5cb29c7f3245ffd955afb3296d04139090 authored over 8 years ago by austinv11 <[email protected]>
Fixes #93 (probably)

github.com/Discord4J/Discord4J - ced540f96574ad1d2bfa7ad4e0e4c8c5a04e7212 authored over 8 years ago by austinv11 <[email protected]>
Updated the readme

github.com/Discord4J/Discord4J - ba157d4bd5a3949f3ee7a609b1b299c0f9b65ffe authored over 8 years ago by austinv11 <[email protected]>
Preemptive ratelimiting is now more accurate

github.com/Discord4J/Discord4J - 9b1ed634951126a56d2726f7d4da3f07a7b30e5a authored over 8 years ago by austinv11 <[email protected]>
Merge remote-tracking branch 'origin/master' into dev

Conflicts:
pom.xml

github.com/Discord4J/Discord4J - 7ebd0c6730d27cf053347949e0f1e60977b4d0d8 authored over 8 years ago by austinv11 <[email protected]>
Bumps the version number

github.com/Discord4J/Discord4J - 8afe1a710b63f50fd417109f60ed79228668520e authored over 8 years ago by austinv11 <[email protected]>
This makes preemptive ratelimiting more accurate

github.com/Discord4J/Discord4J - 6edb60d11ce137021430cd9557337328016a3464 authored over 8 years ago by austinv11 <[email protected]>
Merge remote-tracking branch 'origin/dev' into dev

github.com/Discord4J/Discord4J - c4340d87ed16f437074b53f3aab8b728b279f924 authored over 8 years ago by austinv11 <[email protected]>
Added the ability to change the base discord endpoint

NOTE: 9 times out of 10 you will NOT need to touch this. This was just implemented so that a proj...

github.com/Discord4J/Discord4J - e11af83f554cd412f65f707456bed8be0f6dc295 authored over 8 years ago by austinv11 <[email protected]>
Fixes role caching (#91)

IUser#addRole and removeRole no longer modify getRolesForGuild.

github.com/Discord4J/Discord4J - 8fe918838581d6372e436f3c54b49457df38bb1b authored over 8 years ago by Matthew Holt <[email protected]>
Fixes potential NPEs on IChannel#sendMessage

github.com/Discord4J/Discord4J - 1ded4b58a484777e596bb3fe6f617bae9127f949 authored over 8 years ago by austinv11 <[email protected]>
This should fix module version checking (again)

github.com/Discord4J/Discord4J - 74df67e9d19292c94d97408421ae809aebb6b881 authored over 8 years ago by austinv11 <[email protected]>
This should fix module version checking

github.com/Discord4J/Discord4J - 1a1c0f150799ad3076947384cdbc5b4801255cf4 authored over 8 years ago by austinv11 <[email protected]>
Fixes coveralls integration

github.com/Discord4J/Discord4J - 6cec4bb4289bf82b612b452b4ed297a878f14ccc authored over 8 years ago by austinv11 <[email protected]>
Updates dependencies

github.com/Discord4J/Discord4J - 09d38a6dbc66feabfadd26317b9b7b06b28c52d6 authored over 8 years ago by austinv11 <[email protected]>
Updated some project info

github.com/Discord4J/Discord4J - 103013212bba8ee06f4738e630c5d6d60739a1b8 authored over 8 years ago by austinv11 <[email protected]>
Added various getChannel/getMessage methods

github.com/Discord4J/Discord4J - c109cbebd8c33ffda64993dd865305a9c354ec7a authored over 8 years ago by austinv11 <[email protected]>
Removed the guild parameter on the add/removeRole methods

github.com/Discord4J/Discord4J - 7ba8df08802b134711a77279adbccdd5e7e6db1b authored over 8 years ago by austinv11 <[email protected]>
#90 should hopefully be fixed

github.com/Discord4J/Discord4J - 3f7f5bad5615ca51e0f5dab956d29c22c0e9a67a authored over 8 years ago by austinv11 <[email protected]>
Fixes remaining merge issues

github.com/Discord4J/Discord4J - 903dc0cbfd4917957a9e62487bb8a3fa78bd0a54 authored over 8 years ago by austinv11 <[email protected]>
Merge branch 'master' into dev

# Conflicts:
# pom.xml
# src/main/java/sx/blah/discord/api/internal/Requests.java
# src/main/jav...

github.com/Discord4J/Discord4J - e81cace0f97dea344710eae23216dca6d743a302 authored over 8 years ago by austinv11 <[email protected]>
Improves and fixes rate limit handling

github.com/Discord4J/Discord4J - 44f702459b66b4c83e6a17d29ea9a1a56b8c2369 authored over 8 years ago by austinv11 <[email protected]>
Add setTypingStatus(boolean) to IUser (#88)

* Add setTypingStatus(boolean) to IUser

* Fix all of the noted mistakes

github.com/Discord4J/Discord4J - 5e8912563aabf6ece9edcb904583080d6f3059dd authored over 8 years ago by ArsenArsen <[email protected]>
Added IGuild#getJoinTimeForUser

github.com/Discord4J/Discord4J - 58e3cf76e5ca63fa7b8b2d1a4a614d76f0e5347d authored over 8 years ago by austinv11 <[email protected]>
Added the ability to have the ready event dispatched without all guilds being ready

This'll save time when loading on a large amount of guilds

github.com/Discord4J/Discord4J - 148008ec22e2c04838fe1fa0d755cb82f8be9be7 authored over 8 years ago by austinv11 <[email protected]>
Added an invite to the official Discord4J server

github.com/Discord4J/Discord4J - 8648fd59db65d757de93c1095b86f726f576786a authored over 8 years ago by austinv11 <[email protected]>
Added the methods .addRole and .removeRole to User (#87)

* Added D4J/JDA-Player as a project using D4J on the readme

* Added the methods .addRole and ...

github.com/Discord4J/Discord4J - 551d1997296305056e96473a6bfa2274b6234649 authored over 8 years ago by poncethecat <[email protected]>
Revert "Added the methods .addRole and .removeRole to User" (#86)

github.com/Discord4J/Discord4J - 7aed8e5acab92d73468df5e17eb494ca9186d670 authored over 8 years ago by austinv11 <[email protected]>
Added the methods .addRole and .removeRole to User (#85)

* Added the methods .addRole and .removeRole to User

* Fixed the error throwing and (I think)...

github.com/Discord4J/Discord4J - 2a3f5aca3b384a24d1ae96e7a5d431d9a4c36e57 authored over 8 years ago by poncethecat <[email protected]>
Updates dependencies

github.com/Discord4J/Discord4J - ec0834b146ed58c3be35ef862cb355bf05157b75 authored over 8 years ago by austinv11 <[email protected]>
Guild objects are now more thread-safe

github.com/Discord4J/Discord4J - 008bd0aad8d369672334dde9af5083b270c168a0 authored over 8 years ago by austinv11 <[email protected]>
Adds MessageBuilder#getChannel

github.com/Discord4J/Discord4J - 6bb452a82e1cb43a35c4287044e883d904421a67 authored over 8 years ago by austinv11 <[email protected]>
Added D4J/JDA-Player as a project using D4J on the readme

github.com/Discord4J/Discord4J - 222444cdb96dcb60d1881e7cba7bdd11bd7f5c10 authored over 8 years ago by austinv11 <[email protected]>
Fixes an issue regarding unregistering listeners with inherited event subscribers

github.com/Discord4J/Discord4J - c581dd1a3cf7ac6a7abda7a5918ec3c3bbabe064 authored over 8 years ago by austinv11 <[email protected]>
GUILD_INTEGRATIONS_UPDATE will no longer spam the log

github.com/Discord4J/Discord4J - 32cf764fd9a6f0305785965d5efa768dc4ee13bf authored over 8 years ago by austinv11 <[email protected]>
Malformed invite urls should no longer spam the log

github.com/Discord4J/Discord4J - b61092417fe3ba6afb77c16543e2d50bbdf9dd07 authored over 8 years ago by austinv11 <[email protected]>
getX() methods in private and voice channels will now return null or empty lists rather than error

github.com/Discord4J/Discord4J - a2caae746ffecf96f689b1635d0034aa08f05d72 authored over 8 years ago by austinv11 <[email protected]>
IUser#getDisplayName now supports null guild objects

github.com/Discord4J/Discord4J - 103cfb6635db119d1a85627a94a328028a4971eb authored over 8 years ago by austinv11 <[email protected]>
Added IRole#isEveryoneRole

github.com/Discord4J/Discord4J - 0c13a59c489c6ac7d7ed86a1b30300e78ded2f66 authored over 8 years ago by austinv11 <[email protected]>
Delays should be correct now

github.com/Discord4J/Discord4J - 814f7fd6c6bac6b077bdfc5d004ba6f3a6a3e4fc authored over 8 years ago by austinv11 <[email protected]>