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

Implemented GUILD_BAN_ADD and GUILD_BAN_REMOVE.

Renamed GuildMemberBanEvent/UnbanEvent to GuildBanEvent/UnbanEvent.

github.com/discord-jda/JDA - c2fe45bc13c2a9823277da8c1b40e791d6179fc8 authored over 8 years ago by Austin Keener <[email protected]>
Implemented MESSAGE_UPDATE and MESSAGE_DELETE. Implemented Message#isWebhookMessage()

Improved caching for MESSAGE_CREATE (deals with member not existing now)

github.com/discord-jda/JDA - 12a623a4622325dcf7c08115f42f88f07ac1563b authored over 8 years ago by Austin Keener <[email protected]>
Implemented GUILD_MEMBER_UPDATE.Now fires GuildMemberRoleAddEvent, GuildMemberRoleRemoveEvent, and GuildMemberNickChangeEvent.

github.com/discord-jda/JDA - d12549e3478353ad57e6b4669869f9efe17f2980 authored over 8 years ago by Austin Keener <[email protected]>
Moved EntityBuilder to the entity package

github.com/discord-jda/JDA - 7d697fd78d3bb88a3b8cf41562a52a01b0bb003b authored over 8 years ago by Austin Keener <[email protected]>
AnnotatedEventManager revamp

1. Now supports an Class as input, So only Static Methods are used
2. Now accepts multiple method...

github.com/discord-jda/JDA - e19e6f6ca80b0afacbf54b8b97e9a3a9419028ba authored over 8 years ago by adriantodt <[email protected]>
Implemented handlers for GUILD_MEMBER_ADD and GUILD_MEMBER_REMOVE.

Added all GuildMember events from 2.x

github.com/discord-jda/JDA - 475c7648738d63aaa90df9081d57d5a1030872d9 authored over 8 years ago by Austin Keener <[email protected]>
Added support for GUILD_DELETE and TYPING_START.

Added more info methods to UserTypingEvent.
Added all Guild events from 2.x

github.com/discord-jda/JDA - a6cfb7c5534ab6be14c65f9b48203c943aff2f05 authored over 8 years ago by Austin Keener <[email protected]>
Added User#hasPrivateChannel() : boolean

github.com/discord-jda/JDA - 995a6c38cd64efafd066c117d031a6b55ad3f293 authored over 8 years ago by Austin Keener <[email protected]>
Added code to deal with CHANNEL_UPDATE

github.com/discord-jda/JDA - 0a1a8f88207160c94e3db38a448921affad7ac52 authored over 8 years ago by Austin Keener <[email protected]>
Uncommented Ready, Resume, and Reconnect events.

github.com/discord-jda/JDA - 180daaca65517c4f653069fb2d281db066a96c79 authored over 8 years ago by Austin Keener <[email protected]>
Added handlers for CHANNEL_CREATE and CHANNEL_DELETE

Added all channel events from 2.x
Fixed incorrect login in EntityBuilder#createMessage

github.com/discord-jda/JDA - 6361e4ce665d03fcb53cb073a17b7b905046c176 authored over 8 years ago by Austin Keener <[email protected]>
Added support for fake users when creating messages.

Restructured the fake user system slightly.

github.com/discord-jda/JDA - f5a9d8122f1816a1b7b201f22ad68ce4141e9db7 authored over 8 years ago by Austin Keener <[email protected]>
Fixed compilation errors, changed to Collections.addAll, fixed javadoc.

github.com/discord-jda/JDA - 8c63784b1580dedfd131898fdf5b6e7d2cad2b39 authored over 8 years ago by Austin Keener <[email protected]>
Add and Remove Listeners accepting Multiple (#139)

* Add and Remove Multiple Listeners

github.com/discord-jda/JDA - bbe6891347dd9e13769e33cd73231b93ef413f2d authored over 8 years ago by AdrianTodt <[email protected]>
Merge pull request #132 from MinnDevelopment/javadoc-patch-1

Fixing some javadocs for 3.x

github.com/discord-jda/JDA - b41d1318a820da0f22b0658e860b38107b2b2ac8 authored over 8 years ago by Austin Keener <[email protected]>
Merge pull request #134 from MinnDevelopment/new-status

Added support for DND and INVISIBLE

github.com/discord-jda/JDA - c885df6a6fc13f31c407016f181e650900bfb52d authored over 8 years ago by Austin Keener <[email protected]>
Merge pull request #138 from adriantodt/patch-3

Updated Regions (And to the right branch)

github.com/discord-jda/JDA - e934b12b4276f45fb2398a1bd22fac0b796676f9 authored over 8 years ago by Austin Keener <[email protected]>
Updated Regions (And to the right branch)

github.com/discord-jda/JDA - 3f37359003c2713f08eeccf4c2dea5690a785d15 authored over 8 years ago by AdrianTodt <[email protected]>
Allow setting the online status directly in AccountManager. (Yes it works for bots too)

github.com/discord-jda/JDA - 3bcaeb3ee3150acbe5cbc70765ad16c8947dc1d7 authored over 8 years ago by MinnDevelopment <[email protected]>
Added support for DND and INVISIBLE (invisible is used for user settings)

github.com/discord-jda/JDA - 4877f168a007c5ff2fd7a246d34266796a845c60 authored over 8 years ago by MinnDevelopment <[email protected]>
Merge pull request #133 from MinnDevelopment/hidden-permissions

Added MANAGE_EMOTES permission

github.com/discord-jda/JDA - d6f0f4f899f07d40bbac5c2029616a3740f4df3c authored over 8 years ago by Austin Keener <[email protected]>
Added MANAGE_EMOTES permission

github.com/discord-jda/JDA - 3cca8de424526b215a08293333ebda66d6f64a0e authored over 8 years ago by MinnDevelopment <[email protected]>
Improved jdocs after review.

github.com/discord-jda/JDA - b0489afaf074a05b37bd6a624652d4d7d39cd47b authored over 8 years ago by MinnDevelopment <[email protected]>
Merge remote-tracking branch 'upstream/3.0' into patch-1

github.com/discord-jda/JDA - 32f0d58a21e10ecdc078878b28776afa2b47990f authored over 8 years ago by MinnDevelopment <[email protected]>
Merge pull request #130 from MinnDevelopment/readme-patch-1

Updated README.md for 3.x

github.com/discord-jda/JDA - c5ada4923a9f97bbed7735c6fb158421a8c07b1f authored over 8 years ago by Austin Keener <[email protected]>
Fixed a bunch of javadoc errors/warnings.

github.com/discord-jda/JDA - a9db08e91f6049afe3c159f4f85e0bc2970491be authored over 8 years ago by MinnDevelopment <[email protected]>
Added jdocs to new Interfaces and Member.

github.com/discord-jda/JDA - ea0fab6666cde801d9a002c4cc5cf58670f4dd2c authored over 8 years ago by MinnDevelopment <[email protected]>
Added docs to EventListener and ListenerAdapter.

github.com/discord-jda/JDA - 00c0a6ef8d45a14f2ccc1f37cf50c6b4a249fee7 authored over 8 years ago by MinnDevelopment <[email protected]>
Fixed links in Permission and updated param docs for JDABuilder#setProxy

github.com/discord-jda/JDA - 1fe7056b78c997f67265b671cdfbcdf867b447dc authored over 8 years ago by MinnDevelopment <[email protected]>
Merge pull request #131 from abalabahaha/patch-1

Fix PRESENCES_REPLACE typo

github.com/discord-jda/JDA - df127009b7c4ad716f5b1637f5faf35a781b39c6 authored over 8 years ago by Austin Keener <[email protected]>
Fix PRESENCES_REPLACE typo

github.com/discord-jda/JDA - c851e391a6e7c173e1373f1502dd5ada7f2d8571 authored over 8 years ago by abal <[email protected]>
Updated Examples to be accurate for 3.x

github.com/discord-jda/JDA - 35a4d3d64711bc4328a77c5c16f320eadd01aff1 authored over 8 years ago by MinnDevelopment <[email protected]>
Updated README.md for 3.x

github.com/discord-jda/JDA - eab457a28c8c4606d3dfe4e6325c04694941d34b authored over 8 years ago by MinnDevelopment <[email protected]>
Fixed NPE when building Messages.

github.com/discord-jda/JDA - 99f4a89de34b7dc3e66d389a9e6dec7f9b6348e6 authored over 8 years ago by Austin Keener <[email protected]>
Forgot to remove reference to GenericGuildEvent.

github.com/discord-jda/JDA - 3608cedd5d09807b7e3fc7835deef3a229fa2934 authored over 8 years ago by Austin Keener <[email protected]>
Implemented a large amount of RestActions for Message related actions into MessageChannel subclasses.

Rewrote how MessageImpl determined isPrivate, getChannel(), getPrivateChannel(), and getTextChann...

github.com/discord-jda/JDA - 330a39b2b8b4561de2b16950f64a69fc43a59fa3 authored over 8 years ago by Austin Keener <[email protected]>
Changed versioning to 3.0.ALPHA while in alpha stage.

github.com/discord-jda/JDA - 3a459cd1893cab98f951df0a72b3c7fa029e29cc authored over 8 years ago by Austin Keener <[email protected]>
Added implementation of IRatelimiter for Clients.

github.com/discord-jda/JDA - ecd582406ad27faf04ab0001b502bdb6f7587357 authored over 8 years ago by Austin Keener <[email protected]>
Merge pull request #125 from MinnDevelopment/permission-patch

Giving ability to check Permissions for Role in a Channel.

github.com/discord-jda/JDA - aa38b39baf4c70ce1a538429dacf8bd99156864b authored over 8 years ago by Austin Keener <[email protected]>
Merge pull request #128 from jagrosh/development

fixed .equals and added .hashCode() in GameImpl

github.com/discord-jda/JDA - 36c1ca2e690882ef8b2cb931d2f1ddf6768c3cc6 authored over 8 years ago by Austin Keener <[email protected]>
Implemented new Requester + Ratelimit system. Implemented BotRateLimiter.

github.com/discord-jda/JDA - 30228e8d10a832a043a9ebfa34d2e584d0290d07 authored over 8 years ago by Austin Keener <[email protected]>
Removed old Request classes in preparation for new Requester system.

github.com/discord-jda/JDA - 3122894e48854e85539414ba39545cb9265eac59 authored over 8 years ago by Austin Keener <[email protected]>
fixed NPE and used 31 in internal hash

github.com/discord-jda/JDA - d5d1ae70a37b1c59e7df60dbe259dd8b4b2f0f17 authored over 8 years ago by John Grosh <[email protected]>
added spaces

github.com/discord-jda/JDA - 20c53d2065d1646e1023c3098871c5c8bf3c64ce authored over 8 years ago by John Grosh <[email protected]>
fixed .equals and added .hashCode() in GameImpl

github.com/discord-jda/JDA - ede4f4e28df27591eb2208c3361c20557bfbba5a authored over 8 years ago by John Grosh <[email protected]>
You know, there is a reason I wanted someone for testing...

Fixed last commit (hopefully)

github.com/discord-jda/JDA - 573ebebdb52dd380dfcce0c7a1bbfff6c6c418ce authored over 8 years ago by Almighty-Alpaca <[email protected]>
Heavily decrased the amout of idleing AsyncMessageSender threads

The threads will now timeout after 5 minutes of doing nothing.
This will probably only be notice...

github.com/discord-jda/JDA - a8a3d1f46a7496ba19637c205ca1d0a04eb12927 authored over 8 years ago by Almighty-Alpaca <[email protected]>
Administrator is apparently not a Channel permission anymore.

github.com/discord-jda/JDA - b5a78c559ff9cca8a18644c711c718fb98bfd220 authored over 8 years ago by MinnDevelopment <[email protected]>
Giving ability to check Permissions for Role in a Channel.

github.com/discord-jda/JDA - 7f71fc5a88e612e31645bc3c521a9e953928ad15 authored over 8 years ago by MinnDevelopment <[email protected]>
Removed CREATE_GUILD_INVITE because you cannot POST guilds/{guild_id}/invites.

Renamed CREATE_CHANNEL_INVITE -> CREATE_INVITE

github.com/discord-jda/JDA - 9b71ad48f29a282b7e0becbc92421abf0a83a73e authored over 8 years ago by Austin Keener <[email protected]>
Implemented many more Routes. Added a check for missing {}'s.

github.com/discord-jda/JDA - 7cb6248cfbbe790df26259c054cdefb341639a5c authored over 8 years ago by Austin Keener <[email protected]>
Switched the access modifiers on the CompiledRoute class. Class vs Constructor.

github.com/discord-jda/JDA - c486543683f0a4104b58a4577ca1d78a869f246c authored over 8 years ago by Austin Keener <[email protected]>
Created Route, a system to automate creation of all-in-one route information packaging (CompiledRoute).

github.com/discord-jda/JDA - 14271458af6ec8569df851b5287b881a0bf33876 authored over 8 years ago by Austin Keener <[email protected]>
Implemented support for the EventManager and setting EventListeners in JDABuilder. I had forgotten this.

Removed debug output of FakeEntities
Copied over the Disconnect, Ready, Reconnected, Resumed, Shu...

github.com/discord-jda/JDA - 007896155dce510d265d3f0c4dc46f66a577841d authored over 8 years ago by Austin Keener <[email protected]>
Added support for PRESENCE_UPDATE

Added support for MESSAGE_CREATE
Fixed bug with mWS not letting GUILD_CREATE through on load beca...

github.com/discord-jda/JDA - 7648fa39bf38d77bcd8c0b90c7e4f871cd394a6f authored over 8 years ago by Austin Keener <[email protected]>
Added support for FakeEntities via IFakeable.

Fixed bug in ReadyHandler when logged in account had 0 guilds.
Fixed login verification due to a ...

github.com/discord-jda/JDA - 7637f35324735399ec1aec1bc1c1a89e06f45a85 authored over 8 years ago by Austin Keener <[email protected]>
Renamed Message#updateMessage -> editMessage

Added old 2.x MessageImpl and MessageEmbedImpl. Will be rewritten in the future.

github.com/discord-jda/JDA - 9c6282772a42baf773e505c44c0b3300c6e1f5ea authored over 8 years ago by Austin Keener <[email protected]>
Added the EventListener, EventManagers and the Subscribe event from 2.x

github.com/discord-jda/JDA - 220da3591f5c6247db67bc83c32e523c4fa28cb6 authored over 8 years ago by Austin Keener <[email protected]>
Added User and Message events from 2.x. Plan to revisit these.

github.com/discord-jda/JDA - 66c63075dab9807a1f9ea47a876437fdffdf4374 authored over 8 years ago by Austin Keener <[email protected]>
Merge pull request #123 from MinnDevelopment/development

Added oldNick field to both GuildMemberLeave- and BanEvent.

github.com/discord-jda/JDA - 5e8fdaa6cf0553689e4960b7dec4923151fd1339 authored over 8 years ago by Austin Keener <[email protected]>
Added oldNick field to both GuildMemberLeave- and BanEvent. Now cleaning nickname map on member removal.

github.com/discord-jda/JDA - 65fdec5e8151e70dab023a6d2a5a69863125d183 authored over 8 years ago by MinnDevelopment <[email protected]>
Merge pull request #122 from MinnDevelopment/development

Added oldRoles field to both GuildMemberLeave- and BanEvent

github.com/discord-jda/JDA - 2f667c4e4fa2fe449e9be195351ecc1cbb88f02b authored over 8 years ago by Austin Keener <[email protected]>
Added oldRoles field to both GuildMemberLeave- and BanEvent

github.com/discord-jda/JDA - 8e1457807b24540f3e3c218122c4364cb28094f5 authored over 8 years ago by MinnDevelopment <[email protected]>
Fixed *someones* mistake >.>

github.com/discord-jda/JDA - 4f47bbe2af9079ac85ccde5ab9696e25c4d9352d authored over 8 years ago by Austin Keener <[email protected]>
Add old channel on voice join (#119)

* Update VoiceChangeHandler.java

* Update VoiceJoinEvent.java

github.com/discord-jda/JDA - bad3b03b62cbf9071a244e1d134e5ed21872154a authored over 8 years ago by John Grosh <[email protected]>
Implemented PermissionOverrides

github.com/discord-jda/JDA - 1a7f5f020c9e1b9e9935eceee7a392240ff658ea authored over 8 years ago by Austin Keener <[email protected]>
Forgot to remove old createVoiceStatus commented code.

github.com/discord-jda/JDA - 5f58f8dabac663847a5f374fc49819ce0a0f85f8 authored over 8 years ago by Austin Keener <[email protected]>
Implemented GUILD_SYNC. Redesigned the GuildChunking system.. again.

Renamed VoiceStatus -> VoiceState. Created VoiceStateImpl. Added support to EntityBuilder.
Added ...

github.com/discord-jda/JDA - 3adfcd8213927ee7ac972f2a55ce991421cdd75d authored over 8 years ago by Austin Keener <[email protected]>
First pass on the Ready load system. Needs to support actually populating the User/Member's and their information.

Also need to implement support for GuildSync

github.com/discord-jda/JDA - 4d565ebf6e75e4f1b222e1e4573a9a1abb115edf authored over 8 years ago by Austin Keener <[email protected]>
Added initial implementation VoiceChannelImpl and RoleImpl

github.com/discord-jda/JDA - a37d1815384ffc5b004f6e37b0d2f22b5ea351c8 authored over 8 years ago by Austin Keener <[email protected]>
Removed getTopic from Channel and moved it into TextChannel exclusively.

github.com/discord-jda/JDA - 3269a39afd079d6530e42c0cf980cd8d756765cb authored over 8 years ago by Austin Keener <[email protected]>
Removed selfclosing breaklines for Javadoc sake.

github.com/discord-jda/JDA - cd5637d21089185d1243be06520bfaa88aeb31ee authored over 8 years ago by Austin Keener <[email protected]>
Rewrote Impl for User. Added Impl for PrivateChannel

github.com/discord-jda/JDA - 057b9ef015bb15352259f6a0ca88d509ecfa735a authored over 8 years ago by Austin Keener <[email protected]>
Fixed sorting when returning TextChannels, VoiceChannels and Roles from a Guild.

github.com/discord-jda/JDA - 5aae8bb4e6454fbdba58b887d7c9cb3ff58f4d72 authored over 8 years ago by Austin Keener <[email protected]>
Added new methods to Guild and started implementing TextChannelImpl

Added getCreationTime to ISnowflake
Added MiscUtil from 2.0

github.com/discord-jda/JDA - da1c9b1b137baaab67accdc976c1ab1682b1cb57 authored over 8 years ago by Austin Keener <[email protected]>
Re-added majority of the getX(), getXbyId() and getXbyName methods to JDA.

Changed the setters in GuildImpl to be chainable.
Made Guild.afkChannel be set in EntityBuilder

github.com/discord-jda/JDA - 32f2755e5e0f76212c1783260821a9c1635c8ff1 authored over 8 years ago by Austin Keener <[email protected]>
Implemented GuildImpl. Added IMentionable and ISnowflake.

github.com/discord-jda/JDA - 3b056477217d5a0da44bc7d69d8339a9ac2d4ebe authored over 8 years ago by Austin Keener <[email protected]>
Imported interfaces and other classes from 2.0. Added RestAction temp class.

github.com/discord-jda/JDA - d00420634e6b17f81f96463bb878e6d187cb8ffd authored over 8 years ago by Austin Keener <[email protected]>
Committing current in-dev work. Contains many errors, but I need to get this commited.

github.com/discord-jda/JDA - df51bf29319211712e2a0d11b79f5129ac6185cb authored over 8 years ago by Austin Keener <[email protected]>
EntityBuilder#createMessage now correctly handles @! mentions when calculating their position

github.com/discord-jda/JDA - 35a24f455180b5f5f1817fc22633ca0e0de461eb authored over 8 years ago by Michael Ritter <[email protected]>
Add a method to request additional permissions. (#97)

* Add a method to request additional permissions.

* Update ApplicationUtil.java

* Update A...

github.com/discord-jda/JDA - b0a4f3bde7fab4e4407e66944936c9dfbb8cdd02 authored over 8 years ago by Xetanai <[email protected]>
Merge pull request #105 from MinnDevelopment/emotepatch-1

Switched guild collection in EmoteImpl to Set

github.com/discord-jda/JDA - 66b989079863dfda61887709b86a218addf0afa2 authored over 8 years ago by Austin Keener <[email protected]>
Merge pull request #108 from AmberSienna/development

Max application count increased to 10

github.com/discord-jda/JDA - dc9711641e8113da6536fc68ac9c94b4dd391a74 authored over 8 years ago by Austin Keener <[email protected]>
Merge pull request #109 from MinnDevelopment/patch-1

Fixing GuildManager#ban for delDays > 7

github.com/discord-jda/JDA - cd9fd6ff7e925d277b3b655d931df047afbcaef8 authored over 8 years ago by Austin Keener <[email protected]>
Removed exception that wasn't meant to be thrown

github.com/discord-jda/JDA - f341b2c6ddb728d4248152842f890a2391e35d3b authored over 8 years ago by Florian Spieß <[email protected]>
The api only allows between 0-7 days for bans.

github.com/discord-jda/JDA - 94a599e4a0f434e1f4e0d4a5e88f4b4190821599 authored over 8 years ago by Florian Spieß <[email protected]>
Fixed audio not playing when joining before setting the SendingHandler

github.com/discord-jda/JDA - 586880983b649a2ed576051efdad8762674f564d authored over 8 years ago by Almighty-Alpaca <[email protected]>
Fixed intellij auto code generator poop

github.com/discord-jda/JDA - ef8f3a6c0f9061cfc9631181f6fabd259fdd159c authored over 8 years ago by Florian Spieß <[email protected]>
Updated Emote code to not use a collection but a single Guild per emote.

github.com/discord-jda/JDA - f33c7dc1870e8dc3041159f71e9bec52129d2091 authored over 8 years ago by MinnDevelopment <[email protected]>
Merge branch 'development' of https://github.com/DV8FromTheWorld/JDA into emotepatch-1

github.com/discord-jda/JDA - 73d61be066c3018f2e0fb1e20c73042e24369662 authored over 8 years ago by MinnDevelopment <[email protected]>
Merge remote-tracking branch 'upstream/development' into emotepatch-1

github.com/discord-jda/JDA - 8a1c16b000baba5ac002dd271b97082b03ea12d1 authored over 8 years ago by MinnDevelopment <[email protected]>
Update ApplicationUtil.java

github.com/discord-jda/JDA - 28cc76ba6ee3ab02d834eb27df48968f58cb2ff0 authored over 8 years ago by AmberSienna <[email protected]>
ServiceUtil now falls back to using addUrl(URL) instead of addExtUrl(URL) if addExtUrl(URL) is not present in the current JVM

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

Release of v2.2.1

github.com/discord-jda/JDA - bc33900abef459cc38a1512140b2ebd6eef15027 authored over 8 years ago by Austin Keener <[email protected]>
Release of v2.2.1

github.com/discord-jda/JDA - 8cb2deb69f2beab9d5ae6b73f6e12d80997ab841 authored over 8 years ago by Austin Keener <[email protected]>
Merge pull request #104 from MinnDevelopment/ApplicationUtil-patch-1

Switched login for ApplicationUtil to token instead of email/pass.

github.com/discord-jda/JDA - 9822e144b8e6d0e1af0e440347af8c30472d579b authored over 8 years ago by Austin Keener <[email protected]>
Switched guild collection in EmoteImpl to Set and now remove emote from guild maps properly.

github.com/discord-jda/JDA - e965559432a4755b4cc9d124a0bfa57b5c5fb65c authored over 8 years ago by MinnDevelopment <[email protected]>
Switched login for ApplicationUtil to token instead of email/pass.

github.com/discord-jda/JDA - 8e288937fd679c5720b44222de8d96e2384e994e authored over 8 years ago by MinnDevelopment <[email protected]>
Removed deprecated Channel#checkPermission(User, Permission) removing compiler/ide warnings when only using one Permission

github.com/discord-jda/JDA - 3235d30a8566aa6bd1c6c71677ad93d75a41434e authored over 8 years ago by Michael Ritter <[email protected]>