Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

JDA

Java wrapper for the popular chat & VOIP service: Discord
Collective - Host: opensource - https://opencollective.com/java-jda - Code: https://github.com/discord-jda/JDA

Modified Readme to include maven/gradle dependencies; updated todo

github.com/discord-jda/JDA - 440d3227ccf4fcff540089755b23deae522d3ad5 authored almost 9 years ago by Michael Ritter <[email protected]>
Merge pull request #9 from DV8FromTheWorld/development

Release of v1.1.0

github.com/discord-jda/JDA - 0baa9b65a1f5979dcc538de6afad95befac031be authored almost 9 years ago by Austin Keener <[email protected]>
Release of v1.1.0

github.com/discord-jda/JDA - e5d6a3f71dc33fb691d0ef06244735eba0a3fd2e authored almost 9 years ago by Austin Keener <[email protected]>
Implemented a simple debug catch for the IllegalArgumentExceptions in the event handler system.

JDABuilder and JDA now have the ability to set boolean debug variables.

github.com/discord-jda/JDA - 84f89be3c80cdadffea685c064d9d700937d4553 authored almost 9 years ago by Austin Keener <[email protected]>
Changed JDA to an interface and removed JDA#login(String, String). We were incorrectly using abstract class to hide something that didn't even need to be in JDA.

github.com/discord-jda/JDA - c498c04fbe426c090860ae4965d5c387e2b57da4 authored almost 9 years ago by Austin Keener <[email protected]>
Removed console-output in banHandler; fixed concurrency issue in the ChannelUpdateHandler

github.com/discord-jda/JDA - 91a8d1d619b8ddfb84a07a8e783e59bfd1b98357 authored almost 9 years ago by Michael Ritter <[email protected]>
Another test with Maven uploading.

github.com/discord-jda/JDA - eedf23cbe23f2697b92259018abaec3a0cf76572 authored almost 9 years ago by Austin Keener <[email protected]>
Modified and Reimplemented the combined Message events.

github.com/discord-jda/JDA - f1b56bd2fe3aded7b1986a2430401d85ca0af8fc authored almost 9 years ago by Austin Keener <[email protected]>
Moved the ListenerAdapter's event methods to the top of the class, making it easier to find needed methods when reading source.

github.com/discord-jda/JDA - add839d29ce0545ac51afe19e1b1bfa43e6bb896 authored almost 9 years ago by Austin Keener <[email protected]>
Created the Guild (TextChannel) message events to further separate private, guild.

This commit effectively unimpliments the combined message events. Will reimplement later.

github.com/discord-jda/JDA - 120b4948a507625dd934c7b7591d00ce91faf3f5 authored almost 9 years ago by Austin Keener <[email protected]>
Separated the PrivateChannel message events and TextChannel message events.

Needs additional cleaning and testing.

github.com/discord-jda/JDA - 8573f3899c3c4821e16ecd083c2197a404bd7972 authored almost 9 years ago by Austin Keener <[email protected]>
Broke the relationship between MessageUpdateEvent and MessageReceivedEvent.

github.com/discord-jda/JDA - 26294872edd1e70e2fc9515ba3e8cad7f81afb22 authored almost 9 years ago by Austin Keener <[email protected]>
Forgot the VoiceChangeHandler NPE

github.com/discord-jda/JDA - 2f46431c9c961d900c0fab55c2d4a7b8e002f1d7 authored almost 9 years ago by Michael Ritter <[email protected]>
Fixed a little Derp at registering private channels; Added getUsersByName to JDA

github.com/discord-jda/JDA - ecc661e64dc69a52d4bacd6b3b05aa952168b56f authored almost 9 years ago by Michael Ritter <[email protected]>
Started new Message-System, Fixed NPE for presence-update and self_mute/deaf of null;

Also not throwing Exceptions anymore if we get an unknown EmbedType

github.com/discord-jda/JDA - 4dcf65ba4de36c22195f3ab39de28a24a6179c60 authored almost 9 years ago by Michael Ritter <[email protected]>
cleaned up the AccountManager

github.com/discord-jda/JDA - 9d34ae9f18c8b3d08f6832e31e4ee07b9a8ab201 authored almost 9 years ago by Michael Ritter <[email protected]>
Merge pull request #8 from Almighty-Alpaca/master

Set presence and leave Guilds

github.com/discord-jda/JDA - 35b3bfc0aef5a9e22145e898278fb13fbdf270d8 authored almost 9 years ago by Michael Ritter <[email protected]>
Permissions should now get calculated correctly

github.com/discord-jda/JDA - 12bfd8395736dccffb32f4525be857a2c6edae1c authored almost 9 years ago by Michael Ritter <[email protected]>
Fixed the sendMessage(Message) methods to send the rawContent

github.com/discord-jda/JDA - 708af685469b3713068265344ca5991e4a4710be authored almost 9 years ago by Michael Ritter <[email protected]>
Merge branch 'master' of https://github.com/Almighty-Alpaca/JDA

github.com/discord-jda/JDA - f1df7a3d6575ac0baa6893d434c13a8a955492b1 authored almost 9 years ago by Almighty-Alpaca <[email protected]>
Merge pull request #1 from Almighty-Alpaca/development

Development

github.com/discord-jda/JDA - 5162667600962262bc9ee129b59856eb2d871f94 authored almost 9 years ago by Almighty-Alpaca <[email protected]>
Merge remote-tracking branch 'refs/remotes/origin/development'

github.com/discord-jda/JDA - 84aeb70e63c6536c471657a763113f5a6af2144d authored almost 9 years ago by Almighty-Alpaca <[email protected]>
Added the ability to leave guilds

github.com/discord-jda/JDA - 558565d780428c4e8d1a73797c028919da0a1863 authored almost 9 years ago by Almighty-Alpaca <[email protected]>
Merge remote-tracking branch 'refs/remotes/origin/master' into development

github.com/discord-jda/JDA - c710872d64b1777a3f815821d9efa0b456f73109 authored almost 9 years ago by Almighty-Alpaca <[email protected]>
Merge remote-tracking branch 'refs/remotes/DV8FromTheWorld/development' into development

github.com/discord-jda/JDA - e55c409e1af2d864a2d257bd3f6dc13d9a5c8ebd authored almost 9 years ago by Almighty-Alpaca <[email protected]>
Changed behaviour of Message#getContent() and added Message#getRawContent()

github.com/discord-jda/JDA - 4f120ea5c442687569502c8a5b942ccb4c2607bf authored almost 9 years ago by Michael Ritter <[email protected]>
Removed conflicts of merge

github.com/discord-jda/JDA - 4401a328c3d546fd54bc2fd50e97d14496e2d90f authored almost 9 years ago by Almighty-Alpaca <[email protected]>
Merge remote-tracking branch 'refs/remotes/DV8FromTheWorld/development'

# Conflicts:
# src/main/java/net/dv8tion/jda/entities/AccountManager.java
# src/main/java/net/dv...

github.com/discord-jda/JDA - 9d83f373675ba87332c2f6ff0d760c02cc6cbaaf authored almost 9 years ago by Almighty-Alpaca <[email protected]>
Implemented Presence management

github.com/discord-jda/JDA - eebcf10f7ea4431bcbe43f65b30e97b597f012c0 authored almost 9 years ago by Almighty-Alpaca <[email protected]>
Modifying TODO list in README

github.com/discord-jda/JDA - 6a01db2c4088f76116ab541327dd8d2952d275cf authored almost 9 years ago by Michael Ritter <[email protected]>
InviteReceivedEvent

github.com/discord-jda/JDA - ce40a2622692c2a6795f056152f4299be02148e8 authored almost 9 years ago by Michael Ritter <[email protected]>
Added delete functionality for invites

github.com/discord-jda/JDA - 376c43fa37814b1e1904550798c852f0e5bc8b44 authored almost 9 years ago by Michael Ritter <[email protected]>
Created a basic InviteUtil, still experimental

github.com/discord-jda/JDA - 85ad52de146915cd97684458b4cc2d2079c23123 authored almost 9 years ago by Michael Ritter <[email protected]>
Experimental AvatarUtil for creating avatars for the user-update

github.com/discord-jda/JDA - 8732f9e360284d8b9baf08c0569fff06f2ad8244 authored almost 9 years ago by Michael Ritter <[email protected]>
Unified rest-requests (now allow empty response from server)

github.com/discord-jda/JDA - 2e721080176024552a45f0dbc4e8534423bb5526 authored almost 9 years ago by Michael Ritter <[email protected]>
Merge remote-tracking branch 'refs/remotes/origin/development'

github.com/discord-jda/JDA - 43d40d25196e46bbc4aa4834a83fc8c8abdb7f9f authored almost 9 years ago by Almighty-Alpaca <[email protected]>
Added support for sending typing status to a channel.

github.com/discord-jda/JDA - a6bf127cf5af426e558c7e07a688cedc035c2944 authored almost 9 years ago by Austin Keener <[email protected]>
Merge branch 'development' of https://github.com/DV8FromTheWorld/JDA into development

github.com/discord-jda/JDA - 10365be7368dea545fd0ed04f8c9b3e9ac9bab43 authored almost 9 years ago by Austin Keener <[email protected]>
Some code-"cleanup"

github.com/discord-jda/JDA - 6476de1a9f98f9d63564e065c2adf7fc96fd9cd8 authored almost 9 years ago by Michael Ritter <[email protected]>
Merge pull request #7 from Almighty-Alpaca/patch-1

Small fix to suppot accounts without avatars

github.com/discord-jda/JDA - 2a4f6a9021ead845527227e96a3d600f7a7b4ee3 authored almost 9 years ago by Michael Ritter <[email protected]>
Small fix to suppot user without avatars

null avatars would throw a JSONException without this fix

github.com/discord-jda/JDA - 58c64fb0943af94e764a26dbccaadb6f0f2f97b2 authored almost 9 years ago by Almighty-Alpaca <[email protected]>
Merge branch 'pr_merge' into development

github.com/discord-jda/JDA - b0220c2dc28333712f29cd5acc44e2e2d64a97a1 authored almost 9 years ago by Michael Ritter <[email protected]>
PR #5 from Almighty-Alpaca

Added an AccountManager to change email, password, avatar, username

github.com/discord-jda/JDA - 8b4d22f3d908d783e5735989664528483a675c84 authored almost 9 years ago by Michael Ritter <[email protected]>
Merge pull request #6 from DV8FromTheWorld/development

Re-Release of v1.0.2

github.com/discord-jda/JDA - 21e2689771e9aa756d72aeaa36d88c9c8a01d823 authored almost 9 years ago by Austin Keener <[email protected]>
Release of v1.0.2

github.com/discord-jda/JDA - c19815dd70899cec812749c7992904b2a62dddf2 authored almost 9 years ago by Austin Keener <[email protected]>
Fixed README dependencies.

github.com/discord-jda/JDA - 1e80b1bd0de9701f36723d44cc7c18b9cfd0c312 authored almost 9 years ago by Austin Keener <[email protected]>
ports should be ints, not strings.

github.com/discord-jda/JDA - 38bf428483355cbccdc3a67e1589df18637b0c50 authored almost 9 years ago by Austin Keener <[email protected]>
Ignoring presences we get during init that do not have a matching user

github.com/discord-jda/JDA - 29a25e998c57a88cfe3ec312753c5a8c6d324c43 authored almost 9 years ago by Michael Ritter <[email protected]>
Put the getConfig in the Examples in a single Util Class... handling multiple versions of the config-file

github.com/discord-jda/JDA - 4e106165c0f3bf0fe3eb6b01bd422bfb0e689247 authored almost 9 years ago by Michael Ritter <[email protected]>
Merge pull request #3 from DV8FromTheWorld/proxy

Added proxy support to JDA in response to me being unable to develop behind a school proxy.

github.com/discord-jda/JDA - cf46c9983e5194ee141908266b161b8bceccbadb authored almost 9 years ago by Austin Keener <[email protected]>
Completed Proxy Support.

Changed Websocket Libraries: Java-Websocket -> NV Websocket Client
Added support for Proxies in...

github.com/discord-jda/JDA - 7d59478e821286826691b6d886df9fbd1ca193e0 authored almost 9 years ago by Austin Keener <[email protected]>
Attempting to add Proxy support to JDA. Currrently the Requester works, the Websocket doesnt.

github.com/discord-jda/JDA - db3714dfbf8c5ecfd42da18ca2015b0a6c438071 authored almost 9 years ago by Austin Keener <[email protected]>
Holy derp!

github.com/discord-jda/JDA - 1f434f42f882fe9db4daa48b312685f36058433c authored almost 9 years ago by Michael Ritter <[email protected]>
Handling game-name -> int

github.com/discord-jda/JDA - 7dee1b96c8eef988c0968b635167d612d46dc7f5 authored almost 9 years ago by Michael Ritter <[email protected]>
Fixed PromotedBuild Link

github.com/discord-jda/JDA - b291d6cf56f069e354d0f4a0fb1fc59657799f94 authored almost 9 years ago by Austin Keener <[email protected]>
Release of v1.0.1.

Removes jDiscord's RequestBuilder, replaced with Unirest system.

github.com/discord-jda/JDA - 1722be04f9b9c95114c2af6bd666c0883fbc8093 authored almost 9 years ago by Austin Keener <[email protected]>
Fix of the Requester#delete and Requester#deleteA methods... whoops

github.com/discord-jda/JDA - 8c3563d9e13c7013ec54a7cb2435123c9d63164f authored almost 9 years ago by Michael Ritter <[email protected]>
Created a wrapper for all the Unirest stuff (multi-instance of jda)

github.com/discord-jda/JDA - 8b77b79dac52c657f7275c1389efd275e084ec95 authored almost 9 years ago by Michael Ritter <[email protected]>
Merge remote-tracking branch 'origin/master'

github.com/discord-jda/JDA - 9b5cea3567e4bc6ac44a6f57faac68f2fa559952 authored almost 9 years ago by Michael Ritter <[email protected]>
Creating private channels and sending messages to them; also added support for tts to the MessageBuilder

github.com/discord-jda/JDA - fc59b1156856fce5289bac629bd041dccb3ca2c2 authored almost 9 years ago by Michael Ritter <[email protected]>
fixed typo in readme

github.com/discord-jda/JDA - 23291c0d6bf4e0968668aeef74053a6d09992fd7 authored almost 9 years ago by Austin Keener <[email protected]>
Temporary fix for impossible color values -> setting color to 0

github.com/discord-jda/JDA - 102dccb35730c8adc0d1ba39d2baabc2d046414f authored almost 9 years ago by Michael Ritter <[email protected]>
Game-name of null handled correctly

github.com/discord-jda/JDA - dfabaf43f752205911fad60868069d6fdc96d3ab authored almost 9 years ago by Michael Ritter <[email protected]>
Looking up the PM user should no longer trigger the UnsupportedOperationException

github.com/discord-jda/JDA - 32eb1ba1c59f4bfeeb3a6ff8b33aeb9acd7b7e1a authored almost 9 years ago by Michael Ritter <[email protected]>
Added an error-message in case the event from the websocket could not get parsed

github.com/discord-jda/JDA - a4eba896e94fafca499dd435cc735055800a14f2 authored almost 9 years ago by Michael Ritter <[email protected]>
Switched from the hacky RequestBuilder to the Unirest library

github.com/discord-jda/JDA - 59eb467324b4b8e17791113c6f03331b46451f87 authored almost 9 years ago by Michael Ritter <[email protected]>
Fixed a NPE in the PresenceUpdateHandler

github.com/discord-jda/JDA - 342f2ee1bbe734b7d14e9a7d8bba07a54f31f022 authored almost 9 years ago by Michael Ritter <[email protected]>
Release of v1.0.0

Fixed OSSRH uploading.

github.com/discord-jda/JDA - c78c780b89162f95c5b24acbe9d11043548517aa authored almost 9 years ago by Austin Keener <[email protected]>
Merge remote-tracking branch 'origin/master'

github.com/discord-jda/JDA - 10275e367ca973c166c246fb492977474cf4ed41 authored almost 9 years ago by Michael Ritter <[email protected]>
Moved to new mentions-system

github.com/discord-jda/JDA - 6caaac56665e0b1de95f279a95f796215e1c4906 authored almost 9 years ago by Michael Ritter <[email protected]>
Updated Download section of README

github.com/discord-jda/JDA - 7ef1ea79b9a32f061465be2443933ac052f5cb7f authored almost 9 years ago by Austin Keener <[email protected]>
Forgot to changed fatJar depends to uploadArchives.

github.com/discord-jda/JDA - 07b596d998949755f68f3398660978cd9838625f authored almost 9 years ago by Austin Keener <[email protected]>
Updated build.gradle to support signing and uploading artifacts to maven central at sonatype.

Also creates a sources.jar and javadoc.jar now.
Created gradle.properties as placeholder for uplo...

github.com/discord-jda/JDA - fab5132e56180575c3e9e286be29d819d12299fe authored almost 9 years ago by Austin Keener <[email protected]>
Added DL-links to the README - [no-build]

github.com/discord-jda/JDA - 4745a7a745fa4c230fe6f008a780e27dd5916bc4 authored almost 9 years ago by Michael Ritter <[email protected]>
Added a TODO to the README

github.com/discord-jda/JDA - efff4722d2ac89d5bac92e670776f6f86cb7dbd9 authored almost 9 years ago by Michael Ritter <[email protected]>
Started implementing private Messages; might change completely

github.com/discord-jda/JDA - 51fe4665b3048a458cf81179eba212a39a62369d authored almost 9 years ago by Michael Ritter <[email protected]>
switched to new presence system (game name instead of id)

github.com/discord-jda/JDA - f3b79e7b0c84c2e43cfa3eb1f846f7b1dad755f1 authored almost 9 years ago by Michael Ritter <[email protected]>
More README changes

github.com/discord-jda/JDA - 8e4504a2a6e1b01582a3474fa3141c32da9aa4d5 authored almost 9 years ago by Michael Ritter <[email protected]>
Modified README

github.com/discord-jda/JDA - 806771cab3462b16c34ce09019b2fbd1644e4b2b authored almost 9 years ago by Michael Ritter <[email protected]>
Forgot to put full name

github.com/discord-jda/JDA - e83fc3f6098abf7a5cab2da3bc37c439b6b206f2 authored almost 9 years ago by Austin Keener <[email protected]>
First pass on a README

github.com/discord-jda/JDA - 6ace386f117c131b416e2caf5ee4fb57e1f49e50 authored almost 9 years ago by Austin Keener <[email protected]>
Moved the examples out of the net.dv8tion.jda.examples package -> [default package]

github.com/discord-jda/JDA - dd639f10e38cf61451215f3e0b2f3e7135777349 authored almost 9 years ago by Austin Keener <[email protected]>
Created the JDABuilder. All JDA creation and login will be done through the builder.

Made JDA#login(String,String) protected.
Added a bit of commenting.

github.com/discord-jda/JDA - 2c6c0a450b8ff5a28e2a6dd1d9efa57fec417737 authored almost 9 years ago by Austin Keener <[email protected]>
Changed the versioning storage inside of JDAInfo. Updated build.gradle to support the change.

github.com/discord-jda/JDA - be409e5c2f1333cdd0171701217b0330c6f98eeb authored almost 9 years ago by Austin Keener <[email protected]>
Changed JDAStatics to JDAInfo

github.com/discord-jda/JDA - 8853f62b918bafcba93947b7187c5b8801b63af0 authored almost 9 years ago by Austin Keener <[email protected]>
Merge pull request #1 from DV8FromTheWorld/gradle-update

Gradle update

github.com/discord-jda/JDA - 31b174778368182c942fa50db2bb2448e406d77e authored almost 9 years ago by Austin Keener <[email protected]>
made the version number be controlled by the build.gradle script.

github.com/discord-jda/JDA - ed57a0d9bb40022b8b17ae1ad08d72d62d50eccd authored almost 9 years ago by Austin Keener <[email protected]>
Began update to support gradle.

Moved src -> src/main/java
Moved the 'examples' package -> src/examples/java
Removed pom.xml (no ...

github.com/discord-jda/JDA - af3b087fff27d1cf49d8c82e965873fec271ba5a authored almost 9 years ago by Austin Keener <[email protected]>
Fixed VoiceChange NPE

github.com/discord-jda/JDA - 67c685f0806ae4f59a06e5a2866722667ef45c12 authored almost 9 years ago by Michael Ritter <[email protected]>
Merge remote-tracking branch 'origin/master'

github.com/discord-jda/JDA - 43d985e460c9a7c428b4b16d97b261bce71b10e7 authored almost 9 years ago by Michael Ritter <[email protected]>
Abstracted the JDA class

github.com/discord-jda/JDA - 60f0b41d7de97c291806ae263e1759b4a396b709 authored almost 9 years ago by Michael Ritter <[email protected]>
Specified that we only build in UTF-8

github.com/discord-jda/JDA - f29431baae0425cf4acd2b95682cfd6a319ab6b8 authored about 9 years ago by Austin Keener <[email protected]>
Changed the ChannelUpdateEvent system

github.com/discord-jda/JDA - 55eb73ace71aa759fcd8e58948fa13857d0cca34 authored about 9 years ago by Michael Ritter <[email protected]>
Guild Role Update Handler

github.com/discord-jda/JDA - cd2528ed48f6ba4d16c0a73a6864e004db36686e authored about 9 years ago by Michael Ritter <[email protected]>
Implemented support for CHANNEL_UPDATE.

Created events for Name, Topic, Position and Permissions for TextChannels.
Created events for Nam...

github.com/discord-jda/JDA - 6d306db23eca7333c94d1014f2aa46e536421bf7 authored about 9 years ago by Austin Keener <[email protected]>
Implemented a pathetic GuildUpdateEvent. Could not implement specified Events like with User and Channel.

For more information on why, please ask me in Chat or look at the [guild-update-bugged] branch's ...

github.com/discord-jda/JDA - 6036fdc0df46fc3bc59f833efdbf3f89f81dbdcf authored about 9 years ago by Austin Keener <[email protected]>
Added PermissionOverride and Position population to EntityBuilder#createVoiceChannel(JSONObject, String).

Fixed but where Users in a channel's User-PermissionOverride map would always be null because we ...

github.com/discord-jda/JDA - e44a72eb92fd7c550ec18b52304da5cad8bff59f authored about 9 years ago by Austin Keener <[email protected]>
Cleaned up the ordering of some of the events. Broke down some if statements that would've prevented events from being seen.

github.com/discord-jda/JDA - da5367b3d769ba9ed13d0b73513b1a63ed521f1f authored about 9 years ago by Austin Keener <[email protected]>
Fixed JavaDocs compile errors

github.com/discord-jda/JDA - f384f057bd1382d26591b971a4c383dc16b69089 authored about 9 years ago by Michael Ritter <[email protected]>
JavaDocs and removed setting a Guild in the VoiceStatus

github.com/discord-jda/JDA - 52ba18566d3fa915b0be83a936d8e822281677dc authored about 9 years ago by Michael Ritter <[email protected]>