Ecosyste.ms: OpenCollective

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

Javacord

An easy to use multithreaded library for interacting with the Discord REST and Websocket API in Java.
Collective - Host: opensource - https://opencollective.com/javacord - Website: https://javacord.org/ - Code: https://github.com/Javacord/Javacord

Added MessageBuilder class and MessageDecoration enum

github.com/Javacord/Javacord - 5a49801d328f8ffae1c8ad44ba4c81f5e07e5c95 authored over 7 years ago
Shortened some lines that were longer than 120 characters

github.com/Javacord/Javacord - 324bb070fc13fdbdaa6ae6aafff2af1e89d47f37 authored over 7 years ago
Improved time offset calculation

github.com/Javacord/Javacord - 431de14a86fcb6e6603789665364e3f207e6a3ba authored over 7 years ago
The MessageUpdateHandler now considers the possible time offset even more

github.com/Javacord/Javacord - c8017869e47d1e257f0085fc2ee4f543a18c3f39 authored over 7 years ago
The MessageUpdateHandler now considers the possible time offset

github.com/Javacord/Javacord - 0b2c206f14c1fbf98ac166d27c24df2e0b0eced2 authored over 7 years ago
Added methods to add a MessageEditListener

github.com/Javacord/Javacord - f39ada161f92814a97e207fd2f22556556e4a63c authored over 7 years ago
Calling DiscordApi#disconnect() now shutdowns all thread pools

github.com/Javacord/Javacord - b7cfee43e7b0012cdf1315cf8a077356c686313e authored over 7 years ago
Calling Message#addXyzListener() now automatically calls Message#setCachedForever(true), too

github.com/Javacord/Javacord - 80e2096db12c0cf48d5412bacb87100b1294b03c authored over 7 years ago
Merge pull request #91 from GamingAndStuffs/v_3

Added DiscordAPI#getYourself()

github.com/Javacord/Javacord - dfd69e8625e63f23e262feb6fc5f3b5127461687 authored over 7 years ago
Merge branch 'v_3' into v_3

github.com/Javacord/Javacord - 41346412c89659d1ac6fac9ca9b1b99c161efdcc authored over 7 years ago
Made User#isYourself() a default method

github.com/Javacord/Javacord - f8584c1f954a0618354fe4e7f699b27849f90feb authored over 7 years ago
Some small changes to JavaDoc comments and method order

github.com/Javacord/Javacord - c3a804d6a2b2eaa50b8cbb21252579601c3fa553 authored over 7 years ago
Heavily improved message caching

github.com/Javacord/Javacord - e8aea4f488203ada665291a7e1467fe964ef5638 authored over 7 years ago
Merge pull request #1 from BtoBastian/v_3

update

github.com/Javacord/Javacord - 0a0d139569af377b090535da0d68d81a621dfef1 authored over 7 years ago
Fixed capitalization

github.com/Javacord/Javacord - cef45660563b57fe8f23a5e83b7b87071e160ad4 authored over 7 years ago
Added DiscordAPI#getYourself()

github.com/Javacord/Javacord - 5fba57cb08d171d977e5a986b27de45615164b2c authored over 7 years ago
Added methods to add MessageDeleteListeners and added MessageDeleteHandler

github.com/Javacord/Javacord - 98d9929ae80a6a5d16c356a210433c5b3c615724 authored over 7 years ago
Fixed JavaDoc comment

github.com/Javacord/Javacord - 8102c6ea66a7a485764ed01a49052526c83a5aea authored over 7 years ago
Added ResumedHandler

github.com/Javacord/Javacord - 28b1840e0e83df9b74118aa2b77efb28af4483be authored over 7 years ago
Improved waiting for servers to become available and users to be populated

github.com/Javacord/Javacord - 555f444942737a14acc07cbf35e4b445d2c44832 authored over 7 years ago
Added 5 seconds delay before reconnecting after a failed session resume

github.com/Javacord/Javacord - cd1dffb8c85906927346ad79e9742e47a5be1416 authored over 7 years ago
Javacord now logs exceptions which occur inside whenComplete() methods

github.com/Javacord/Javacord - 7ebfe3c81f08d425085a08d594b3aae67a9a27bb authored over 7 years ago
Improved event dispatching

github.com/Javacord/Javacord - dde6a5a6e51d7b10d3f172db98e6d3eba51b7b2c authored over 7 years ago
Removed unnecessary loggers

github.com/Javacord/Javacord - e3eafede160a6653e53bd967737ff457fe46bfe3 authored over 7 years ago
Added methods to add ServerChannelDeleteListener

github.com/Javacord/Javacord - f2209f2782f9a59c3f45547e3b8da9ed59664448 authored over 7 years ago
Added handler for server voice channel creations

github.com/Javacord/Javacord - d3e595217fcef09439fb818847c8cfad568e608e authored over 7 years ago
Added methods to add a ServerChannelCreateListener to DiscordApi and Server

github.com/Javacord/Javacord - dc7c4282d034a0ce7d472f671d1c1b44a237991f authored over 7 years ago
Improved JavaDocs

github.com/Javacord/Javacord - b1b06c966133ecd1d6f6866ccc2005310900826c authored over 7 years ago
Added ServerChannelDeleteListener

github.com/Javacord/Javacord - ed3d93b7e75fa4eb116ff85f6614d4cfe2d1266c authored over 7 years ago
Added ServerChannelCreateListener

github.com/Javacord/Javacord - c7d0efcfc9005fad014b67734c93da5d65fc4bb8 authored over 7 years ago
Added ServerChannelDeleteEvent

github.com/Javacord/Javacord - 5a9682c638b7ac8cc1886670ba546c399f16b1f8 authored over 7 years ago
Added ServerChannelCreateEvent

github.com/Javacord/Javacord - 770ae1d24f85e424fb853cedde9aae622ab6d00f authored over 7 years ago
Made sure, that there's always only one PrivateChannel instance

github.com/Javacord/Javacord - 287899b9e7d570f56ca451a7426d464bb906faaf authored over 7 years ago
Added support for server sharding

github.com/Javacord/Javacord - 356ab4c2f2c9599201878b99fb1f56910e2f06a1 authored over 7 years ago
Added full embed support

github.com/Javacord/Javacord - c3d1510e979ed786ae94bd19a6c404c211360b99 authored over 7 years ago
Added DiscordAPI#getXyzChannels() for all channel types

github.com/Javacord/Javacord - fee4bcab82af1bdb6888cbcf54c173c19d2ac8c7 authored over 7 years ago
Implemented message caching

github.com/Javacord/Javacord - 1c90aa86cb321911cb4c0ec1d1fc1e432d392430 authored over 7 years ago
Improved Exceptions

github.com/Javacord/Javacord - cfdf69ed3ae6eb89f6f4f5b11e0ed53d8125d5e3 authored over 7 years ago
BadResponseException now also includes the body of the response in the message

github.com/Javacord/Javacord - 6411d89831f2dc19a365306f8f0a71452acda874 authored over 7 years ago
Added implementation of PrivateChannel

github.com/Javacord/Javacord - ab0f3e89caa58a7ba32e9ffb4afd7351204309d6 authored over 7 years ago
Improved RestRequest class

github.com/Javacord/Javacord - 0b679207b6e0ab8d8e71f32dcd6c9888a6e48da9 authored over 7 years ago
Added some helper methods to Channel and TextChannelEvent to easily convert them

github.com/Javacord/Javacord - 94863f4a5601f245449dbae00c3e10f9c4a2d840 authored over 7 years ago
Added TypingStartHandler and methods to add a UserStartTypingListener

github.com/Javacord/Javacord - 78b868fdecf2124ebba21728bbbac871a152265a authored over 7 years ago
Added PresenceUpdateHandler

github.com/Javacord/Javacord - e6000501fd11c3129b8ba017de191311b78113ee authored over 7 years ago
Added DiscordApi/Server#addServerLeaveListener()

github.com/Javacord/Javacord - f0aa0e88fded63f2e378349d439fb62a4c363e77 authored over 7 years ago
Added DiscordApi/Server#addServerBecomesUnavailableListener() and handler for guild delete packet

github.com/Javacord/Javacord - de124b8876c4a900efb2fcce3ce02191c48fb46b authored over 7 years ago
Added DiscordApi#getUnavailableServers()

github.com/Javacord/Javacord - 398f40a4a00dc654cb115c8130867d6c7b4b1092 authored over 7 years ago
Added DiscordApi#addServerBecomesAvailableListener()

github.com/Javacord/Javacord - 784bb517b9992515e837d71a4fd196b1d72e91c1 authored over 7 years ago
Added DiscordApi#addServerJoinListener()

github.com/Javacord/Javacord - adcaef98215a5c53885012b68e8cfbbb600c4f37 authored over 7 years ago
Added implementation of ServerVoiceChannel

github.com/Javacord/Javacord - a1e2abe75b0698e729967dba92472bf94d22bb84 authored over 7 years ago
Added User#addMessageCreateListener

github.com/Javacord/Javacord - bdd8fced47cb9adfbbb41d555f96705f1d3acb02 authored over 7 years ago
Added User implementation and added some additional Server methods

github.com/Javacord/Javacord - 8b2d49b97ec65ff25ce22a460c83fbc6e5a98995 authored over 7 years ago
Simplified adding/getting listeners

github.com/Javacord/Javacord - a2b006fcb49d0b9d345e97039cdc3ccd09e0dd44 authored over 7 years ago
Fixed/Improved some JavaDoc comments

github.com/Javacord/Javacord - 1578a89ebf743736abdbf538a8a4409f903efa99 authored over 7 years ago
Added ServerBecomesAvailableEvent

github.com/Javacord/Javacord - 052145e785b34741ab0522aeed8226da4a5543a0 authored over 7 years ago
Added ServerBecomesAvailableListener

github.com/Javacord/Javacord - 770630b3b291153d9d1d1de1b16b7580838548bd authored over 7 years ago
Added ServerBecomesUnavailableEvent

github.com/Javacord/Javacord - eba69af481c78855c0e2a39ccefeb81d9be784cc authored over 7 years ago
Added ServerBecomesAvailableEvent

github.com/Javacord/Javacord - 9d865674d6a7364797142cf0cc27b80621550de5 authored over 7 years ago
Merge pull request #89 from kenwiel/v_3

Added listeners for all currently implemented events.

github.com/Javacord/Javacord - 1719576afa800c2a2f6fb26a09a14f31a2375665 authored over 7 years ago
Small JavaDoc improvements

github.com/Javacord/Javacord - 1a859c4b2449628a7f28fe5b8dc7b0aa70ae7040 authored over 7 years ago
Fixed javadocs

github.com/Javacord/Javacord - 88ab4a7f91325d0e9f17c86c950718ac27cbe7c4 authored over 7 years ago
Added UserRoleRemoveListener

github.com/Javacord/Javacord - 4eb1aa5ee236e5a5efb3aa6d5cdee6a854c3e2e8 authored over 7 years ago
Added UserRoleAddListener

github.com/Javacord/Javacord - 15cec91822d97725bda63ecd8a71b76c73828a24 authored over 7 years ago
Added RoleDeleteListener

github.com/Javacord/Javacord - 1f769360df3f16dd7b657eeda55c1514315cd086 authored over 7 years ago
Added RoleCreateListener

github.com/Javacord/Javacord - db7ab490222a94a051645bb43695b9c2134c2628 authored over 7 years ago
Added RoleChangeNameListener

github.com/Javacord/Javacord - 47e0b975aa1c7247578377b682b9dfa88143ba86 authored over 7 years ago
Added RoleChangeMentionableListener

github.com/Javacord/Javacord - d457213cb7ca47beea8f71e01c3fcd611d1ddd8c authored over 7 years ago
Added RoleChangeManagedListener

github.com/Javacord/Javacord - c21ea0740b61fe3001e70234b274e035107fe67f authored over 7 years ago
Added RoleChangeHoistListener

github.com/Javacord/Javacord - 590bad96a3699dc6a902735688b8e50588aaa481 authored over 7 years ago
Added RoleChangeColorListener

github.com/Javacord/Javacord - f9a4574be968c5e92b9ecc7f4085743eb976306c authored over 7 years ago
Added ServerChannelEvent

github.com/Javacord/Javacord - 0642b6082c6255c845d5b82833f6d5069e4e3ee8 authored over 7 years ago
Added ServerLeaveListener

github.com/Javacord/Javacord - e270051117685454f291e5038f8b65fb103d4299 authored over 7 years ago
Added ServerJoinListener

github.com/Javacord/Javacord - ce7811f29f87ee7424ac158bd8855ff5593438e4 authored over 7 years ago
Added ServerChangeRegionListener

github.com/Javacord/Javacord - a3c5b1de5495c4f0c01d9966716db4c75c602c6f authored over 7 years ago
Added ServerChangeOwnerListener

github.com/Javacord/Javacord - cdf3f5d3adff7ceeb145fd0e3e726e78a9c26a64 authored over 7 years ago
Added MessageDeleteListener

github.com/Javacord/Javacord - a135d5c9c459aa558cb05e1672396db3ba17cce9 authored over 7 years ago
Added MessageEditListener

github.com/Javacord/Javacord - 61c64f31ac7a57dc1ee00d66227b8bf2ef49ebe9 authored over 7 years ago
Added UserChangeStatusListener

github.com/Javacord/Javacord - 49344887404139940553a5e6ff92c98ee5c33ef5 authored over 7 years ago
Added UserStartTypingListener

github.com/Javacord/Javacord - 5415b3ae77478c8bdc1a31727b5aa298557e332b authored over 7 years ago
Added UserChangeNicknameListener

github.com/Javacord/Javacord - a1a990ea1ac7bb285e6e6d399474d9c8625d2930 authored over 7 years ago
Added UserChangeGameListener

github.com/Javacord/Javacord - b960f6fba7458b48bbe1aead89252d414be2d264 authored over 7 years ago
Make javadocs consistent between UserChange Listeners

github.com/Javacord/Javacord - 65d243cd702fd392d28406e14390333881afdf41 authored over 7 years ago
Event type was incorrect

GameEvent -> NameEvent

github.com/Javacord/Javacord - 8efb0f6979127b2c87094fdd3e49156dddf007ce authored over 7 years ago
Fixed typo in javadocs

github.com/Javacord/Javacord - 578c5231df231ec86094d23beb11f7a1164ca2ac authored over 7 years ago
Merge branch 'v_3' of https://github.com/BtoBastian/Javacord into v_3

github.com/Javacord/Javacord - 9dc0a609d78ab97d18d70ec73bc54afcd9fab101 authored over 7 years ago
Removed copyright headers, as the LICENCE file is enough

github.com/Javacord/Javacord - f7bf5134371f4543ea20dcf88a691bb1dbc21e09 authored over 7 years ago
Merge branch 'v_3' of https://github.com/BtoBastian/Javacord into v_3

github.com/Javacord/Javacord - 53a7565dfeb456f69b7d1a8b851e90ab3a0f5a5d authored over 7 years ago
Merge pull request #88 from kenwiel/v_3

Merge PR which adds plenty of role events

github.com/Javacord/Javacord - 06c948019d76e9cfc1c0e5abd9434fe5fd167dde authored over 7 years ago
Fixed some inconsistencies in the JavaDoc comments.

github.com/Javacord/Javacord - 6c0e90cf4e80cfb03b29473b3ccf3f9cff7f92b8 authored over 7 years ago
Merge branch 'v_3' of https://github.com/BtoBastian/Javacord into v_3

github.com/Javacord/Javacord - bde954eb1fe1c8c83d43efcbc45f445e845fad2d authored over 7 years ago
Fixed javadocs

github.com/Javacord/Javacord - 541bcbdad33aaa521cd8c648d3769e8924fc0a0c authored over 7 years ago
Fixed javadocs

github.com/Javacord/Javacord - d6e72086f863af478f35c9651b552ae329b0ccbe authored over 7 years ago
Fixed javadocs

github.com/Javacord/Javacord - b4d4edff71e705c7a1e2d0fd6a9d39f75fa31fed authored over 7 years ago
Added RoleChangeHoistEvent

github.com/Javacord/Javacord - d26d15cf38ed29067e5b1f288e2dd9ef523a368a authored over 7 years ago
Added RoleChangeNameEvent

github.com/Javacord/Javacord - 34b6996b4dcfad9bb9a3c9ece3d7d6dd0841deb3 authored over 7 years ago
Added RoleChangeColorEvent

github.com/Javacord/Javacord - 7b2e54326ada4e9296bb9606a5d0261cccb795bb authored over 7 years ago
Added missing Getters

github.com/Javacord/Javacord - 2532fa3bd56b8a76232fb5856ca83dcd916b4154 authored over 7 years ago
Added missing Getters

github.com/Javacord/Javacord - 4b3cf86a53863aaab1eb7dba38c2299508782561 authored over 7 years ago
Added UserChangeNameListener

github.com/Javacord/Javacord - 0e7e79b058068c0f7e22c7d2ec1269831ef31036 authored over 7 years ago