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

Improved restart and resume behavior (again ^^)

github.com/Javacord/Javacord - 6120ee92a4d1a99297e036ace895c857a2e8a1e0 authored about 8 years ago
Reworked nicknames

github.com/Javacord/Javacord - 27bd6703e952585ae61bd20b8bb1c135a476db45 authored about 8 years ago
Fixed wrong logger message.

github.com/Javacord/Javacord - 8914940ae92aa66d4e4c11f373cf2b7e4e2350b5 authored about 8 years ago
ImplUser now implements all methods from MessageReceiver.

github.com/Javacord/Javacord - f5bddae47bd3bdb1c985f38a72356e5c6865dd75 authored about 8 years ago
Protocol version parameter now gets appended in the #requestGatewayBlocking method directly

github.com/Javacord/Javacord - 329521247fcc7c4915e2e67513eff130f50a6aa2 authored about 8 years ago
Changed some Javadoc comments and method names.

github.com/Javacord/Javacord - 6d20f0392203858c298f774dc217751e5537c92e authored about 8 years ago
Reverted commit 6e21169

github.com/Javacord/Javacord - 19e50fe0890cd2dfde55f31ba3af450e28087caa authored about 8 years ago
Fixed some errors from last pull request.

github.com/Javacord/Javacord - c9a95cf403a7597ec59cb075c8c5455dbceddb54 authored about 8 years ago
Completely removed all Message#replyFile() methods and truncated the #reply() methods.

github.com/Javacord/Javacord - 694dd53fb3f4a63402d7680bde057b21426d5fab authored about 8 years ago
Added more #sendMessage() with nonce and changed Javadocs a little bit.

github.com/Javacord/Javacord - 9b51213e6a2d5ea9ee4d555d5a05e0290893d550 authored about 8 years ago
Merge pull request #37 from nguyenquyhy/development

Add support for Nickname, @everyone, pinned

github.com/Javacord/Javacord - ca8fa468eaae6cb217368c6719ccc11a4020c6e5 authored about 8 years ago
We are using the latest protocol version now.

github.com/Javacord/Javacord - af70bfc0dc7a2bf1bb8ad53fb3786583129b2b62 authored about 8 years ago
Merge branch 'development' of https://github.com/BtoBastian/Javacord into development

# Conflicts:
# src/main/java/de/btobastian/javacord/entities/impl/ImplChannel.java
# src/main/ja...

github.com/Javacord/Javacord - 9e83d05b1307cef4c44afe09bb5119c1d87777bd authored about 8 years ago
Expected connection resumes now only appear in console when debugging

github.com/Javacord/Javacord - 420f0f2318912fa4f23fb08e3a8d84e58b607428 authored about 8 years ago
Merge pull request #36 from BtoBastian/development

Merge development branch

github.com/Javacord/Javacord - a6c8e6551ec677fc8b120c2e6d9713a93cbcdb68 authored about 8 years ago
Updated version number

github.com/Javacord/Javacord - f202b39b66a907e7b13ff3a5314ecc24cc23672f authored about 8 years ago
Fixed a bug when resuming a connection.

github.com/Javacord/Javacord - 0069a026e29f0be395fc7a020337c25ac0201691 authored about 8 years ago
Added Server#getCustomEmojiByName()

github.com/Javacord/Javacord - c2516200c6845822769c84b94d518e901609ca11 authored about 8 years ago
Updated permission types.

github.com/Javacord/Javacord - 183e4f4abfb287391c93d48893724c650a09ce62 authored about 8 years ago
Added debug messages for Message#addUnicodeReaction().

github.com/Javacord/Javacord - 5e364edb26ff0d22770b9deae4a7d6c51ff6b52f authored about 8 years ago
Updated websocket. Let's hope this version is more stable! :-)

github.com/Javacord/Javacord - 09d502318931cf0f48a4de55767b761265d16335 authored about 8 years ago
Added Message#addUnicodeReaction() method.

github.com/Javacord/Javacord - 05d82cbc7c8a2d4bcf07175bc2bcc5f5dbb9c872 authored about 8 years ago
Merge pull request #34 from BtoBastian/development

Merge development branch

github.com/Javacord/Javacord - 7c871159c030d6230a2dd0d34c743ae7e6e0dfcd authored about 8 years ago
Updated version number

github.com/Javacord/Javacord - 3b49a9b43001ef05af4a654d82009286bb21beac authored about 8 years ago
Added EmbedBuilder class and methods to send embeds.

github.com/Javacord/Javacord - aa6cca1ff70ba46c87c806ed09d99615ab6b61d0 authored about 8 years ago
Added Embeds (no builder so far)

github.com/Javacord/Javacord - 39b7efb51e94c62bc5a6860f23d242e3a4c3e002 authored about 8 years ago
Fixed Server#getBans()

github.com/Javacord/Javacord - f038cc41732934f2efd2bc798cc83c389740e776 authored about 8 years ago
Got rid of these ugly Future<Exception> and replaced them with even more ugly Future<Void>.

github.com/Javacord/Javacord - 73c4dec4e9a7eb41eb28f88ee2a1404c4ec829e6 authored about 8 years ago
Added CustomEmoji implementation

github.com/Javacord/Javacord - 75fc5ee9b2c687a0024d4b2faaca5d549883cd2c authored about 8 years ago
Added CustomEmoji interface (no implementation so far)

github.com/Javacord/Javacord - 7aa08ffd5b66df70e2f5c3ac6b0f585ad8da22ee authored about 8 years ago
Fixed error spam messages

github.com/Javacord/Javacord - b2189682208d4013ea87037ad140e24fc10ac3da authored about 8 years ago
Added 3 new regions to Regions enum.

github.com/Javacord/Javacord - 513f964acd4d79615f803df0bde494c56fe49867 authored about 8 years ago
Added methods to get the owner of a server

github.com/Javacord/Javacord - 031d142e0490edd7063ae62fe015f9eea24769a6 authored about 8 years ago
Added ServerChangeOwnerListener

github.com/Javacord/Javacord - 18ea7cf52602dafe5b23b76524641e8618e57c4a authored about 8 years ago
Rename mention.template into mention.everyoneTemplate

Documentation

github.com/Javacord/Javacord - 3c4473fca77746d724173567acc5cdb1792af16d authored about 8 years ago
Add support for mention_roles in Message, and mentionable and managed in Role.

github.com/Javacord/Javacord - 374ee09b308c47aca27aa3bedc8389800015cda2 authored about 8 years ago
Initial support for nickname

github.com/Javacord/Javacord - f4ff8aa68f734318a128485b3897874a7591905a authored about 8 years ago
Fix warning of PRESENT_UPDATE

github.com/Javacord/Javacord - 6e21169b1a6304b63e00ff31976641254cdb00dc authored about 8 years ago
Add support for sending NONCE

github.com/Javacord/Javacord - bfc8c034faaa7bcf2ce0bc5ea1460d9fd5567a1e authored about 8 years ago
Merge pull request #24 from Mysterypotatoguy/development

Fix ImplServer#banUser(String, int)

github.com/Javacord/Javacord - ab0c9bc7d10f7c6ebec9fccc2286c95298ee4f0a authored over 8 years ago
Fix ImplServer#banUser(String, int)

Fixed an issue where banUser wasn't getting the guild id properly

github.com/Javacord/Javacord - 3c81d4216fd2ae9e20879706018a1da0274d01a7 authored over 8 years ago
Added status text and body to error message if login with mail + password failed.

github.com/Javacord/Javacord - 229e7c944af941f28d51773c506520a22dd19d38 authored over 8 years ago
Cleaned up the last pull request to fit my conventions

github.com/Javacord/Javacord - 4077e46193417a2defed587a0219626d37247f77 authored over 8 years ago
Merge pull request #23 from IamAnonymous8/patch-1

Fix login using email and password

github.com/Javacord/Javacord - 7995c875a5e0ba124518aea94de5a8cf9c20101d authored over 8 years ago
Fix login with username and password

Added required User-Agent header, changed request body to JSON format.

github.com/Javacord/Javacord - fef7d09e491121c1d90fd8db4dce42d2655392e5 authored over 8 years ago
Merge remote-tracking branch 'origin/development' into development

github.com/Javacord/Javacord - 3e31b863d4cb36093f110bb1e8dcd23837998174 authored over 8 years ago
Fixed a bug which caused the onSuccess method to be called even if it failed (connect method).

github.com/Javacord/Javacord - 8080d2302df8e74fe786b1a2d20d433960fd41d4 authored over 8 years ago
Merge pull request #20 from Bourne-ID/development

Issue #19 fix pull

github.com/Javacord/Javacord - f099a8e7636e2fba1b8fb3bc73a34ac20e30dfbb authored over 8 years ago
Merge remote-tracking branch 'upstream/development' into development

github.com/Javacord/Javacord - 4f036dbd0062d1195f7d8fe545e3415d2e467ec0 authored over 8 years ago
Moved null check for Game element into the check game, null game = stopped playing.

github.com/Javacord/Javacord - b385a928368c95420b707e8eb424f09fa76ae332 authored over 8 years ago
Development (#1)

* #registerListener now works with extended interfaces, too (issue #15)

* Updated Readme (now...

github.com/Javacord/Javacord - 04e3a4fc9b253f8b97614d3b5e89c204a7fe6eba authored over 8 years ago
Merge pull request #18 from BtoBastian/development

Merge development branch

github.com/Javacord/Javacord - eb9627d56f9bf1329e379c08161d7febb0204a95 authored over 8 years ago
Updated version number

github.com/Javacord/Javacord - 4fcd6ae8890f3e6c9620f88bbedfa79f3b22cc0a authored over 8 years ago
Updated Readme (now uses token instead of email + password) in the example

github.com/Javacord/Javacord - 9273629d4374aa998eeec20b3b5e5bc5a560af05 authored over 8 years ago
Merge pull request #17 from Bourne-ID/development

Time Zone Fix for Messages

github.com/Javacord/Javacord - a472914c847a45dcc40b268a763fcd1322f6ad09 authored over 8 years ago
#registerListener now works with extended interfaces, too (issue #15)

github.com/Javacord/Javacord - b8def2cd93efe117ee048a9e9ae990dd4a9f9093 authored over 8 years ago
Merge remote-tracking branch 'origin/development' into development

github.com/Javacord/Javacord - 939d0c4830b761a623e3fe5c1c7bb8586f351660 authored over 8 years ago
(m) comment grammar

github.com/Javacord/Javacord - ed3965c9eba5bdb1ed5956309c2edc747f427ba7 authored over 8 years ago
Additional testing showed the original did not work, therefore extended to String regexp replace on xxx+, rejoining on + to remove the nano seconds.

github.com/Javacord/Javacord - 5e1c1bed0a0530a7add19d56a3af9888ab67dd18 authored over 8 years ago
Time Zone fix for Messages timestamp, ignoring microseconds to allow for SimpleDateFormat to be used (.SSS'000'z does not work).

Optimisation - added threadlocal gets for 2 reasons: 1) No sync block needed. 2) Only creates th...

github.com/Javacord/Javacord - d8577649f8891ca5a3a22138052b204275e93786 authored over 8 years ago
Fixed wrong resume payload

github.com/Javacord/Javacord - ab17ff6257733f96a3bbe35ae2952166dfac3423 authored over 8 years ago
Improved auto-reconnect. Let's hope this will fix some annoying bugs.

github.com/Javacord/Javacord - 6131e030d2deb79fc064af81639a0e9b4be1e7f8 authored over 8 years ago
Added DiscordAPI#disconnect()

github.com/Javacord/Javacord - 6db306df5177fd85a26b5a102864f7dad1e52163 authored over 8 years ago
Added an optional streaming url parameter to #setGame()

github.com/Javacord/Javacord - d0a22f3ab340cfd40679b7096babd94f93354845 authored over 8 years ago
Fixed a little bug which caused an exception AFTER updating profile information

github.com/Javacord/Javacord - c888cedb0cdc3ba79da87c06763bd0016d564b52 authored over 8 years ago
Implemented user statuses

github.com/Javacord/Javacord - 4565cb65f5713499230231bf4627ee427a3f2487 authored over 8 years ago
The api now waits for all servers to become available on startup

github.com/Javacord/Javacord - e64b20368b0c9209beb14970b48fa1941b10be07 authored over 8 years ago
Improved exception handling (uncaught exception in listeners)

github.com/Javacord/Javacord - b6f68724ff41a39a6ddbb7180703f812987f885e authored over 8 years ago
Added rate limit types for message deletions

github.com/Javacord/Javacord - d57299bb4b648266db2df47b6c81a3c270043afc authored over 8 years ago
Added rate limit checks to all requests

github.com/Javacord/Javacord - e90b08ef3dc448f599cee630ad7a90b12128bbe2 authored almost 9 years ago
Updated the RateLimitedException to fit Javacord's new rate limit check system

github.com/Javacord/Javacord - 9e0845df91b5ea8bea0af872d48d838c4b30db55 authored almost 9 years ago
RateLimitedException#waitTillRetry() may now throw an InterruptedException

github.com/Javacord/Javacord - 9e274e8587331842a57908489ca2a69e0f54efb7 authored almost 9 years ago
Added RateLimitManager and RateLimitType

github.com/Javacord/Javacord - 31f5eafdbc241040e24d2a3ed65f2155a7c2b8b3 authored almost 9 years ago
Removed #convertToBotAccount()

github.com/Javacord/Javacord - 2d1f831106b08a73e376d8c5c9ee001c49327340 authored almost 9 years ago
Updated README (new Jenkins links)

github.com/Javacord/Javacord - 9bea4b5ae80658aa01d8f4f3f9bdf5002be85fc2 authored almost 9 years ago
Fixed a bug which made it impossible to change the color of a role

github.com/Javacord/Javacord - 625836270e40ab24156b9ec41858a0f27c8c8fda authored almost 9 years ago
Removed jsoup

github.com/Javacord/Javacord - 690338a145a6b148990ad95ab5448c74c274a3ae authored almost 9 years ago
Added sdcf4j to README.md

github.com/Javacord/Javacord - 8d9861c801e4cf45a0de920ab709fe4022c88805 authored almost 9 years ago
Merge pull request #12 from BtoBastian/development

Merge development branch

github.com/Javacord/Javacord - 81f7fd1ef89973bb4444a5ce3861c32bfd8a6fdf authored almost 9 years ago
Incremented version number

github.com/Javacord/Javacord - efff9120083e6bbef234b77e27ff1ce82a31c81e authored almost 9 years ago
Discord seems to send presences for users which are not in the server?

github.com/Javacord/Javacord - 7f92ed18761471f20ba80df28a23384c086a8dc5 authored almost 9 years ago
Added MessageBuilder#getStringBuilder()

github.com/Javacord/Javacord - 0a89668c3dbc5a2693a2bd9eaea9f88c842e1463 authored almost 9 years ago
Fixed a stupid bug which made it impossible to delete channels

github.com/Javacord/Javacord - dbc6501ec6cbf7db39988190c3ad8d37ee45506e authored almost 9 years ago
Added missing debug message in Server#authorizeBot()

github.com/Javacord/Javacord - 35893eb3a1959413db508542be81e847e462c24a authored almost 9 years ago
Overrode #toString() method in ImplPermissions

github.com/Javacord/Javacord - 879a077a4778dd7ab3fd9474c3a678a1384c9223 authored almost 9 years ago
Added fancy TODO message

github.com/Javacord/Javacord - 7e69d31b83e1ca2abcfe203d90210120ad4e3589 authored almost 9 years ago
MessageBuilder#appendDecoration() accepts more than one decoration now (e.g. BOLD and ITALICS)

github.com/Javacord/Javacord - 53a7c864e025fa79aee061d916efb0153c45dfbe authored almost 9 years ago
MessageDecoration does no longer contain combined decorations (e.g. BOLD_ITALICS)

github.com/Javacord/Javacord - 10c5845fe47ebbbb04f09bf44c7af993b457a234 authored almost 9 years ago
Added #getId() to MessageReceiver and moved #type() to MessageReceiver instead of User and Channel

github.com/Javacord/Javacord - 6c8e26332215fc5dd1b404ed66a217ed5746b475 authored almost 9 years ago
Message replies now call the #sendMessage()/#sendFile() methods of the MessageReceiver

github.com/Javacord/Javacord - a64ec55c7ae79fbe47862fb4a4bc36e369d75592 authored almost 9 years ago
Improved message sending and replying (input streams instead of file, file and text, ...)

github.com/Javacord/Javacord - 35f92eb2d093fdb036d69e1245ecfeea0dc2e208 authored almost 9 years ago
Using NV Websocket Client now which should be more stable than the old websocket

github.com/Javacord/Javacord - 6fa9d57f9b7e7a8a66c7d834d1cdd6d63c52437e authored almost 9 years ago
Removed unused imports

github.com/Javacord/Javacord - 6cbd3f5d0919e36b91e43d3308ecf70bd7b1d1d6 authored almost 9 years ago
Handling private channel creations now (not doing it caused a bug)

github.com/Javacord/Javacord - 3d1637ed448fdae557edf2c10d7f33e254df7d9e authored almost 9 years ago
User#getAvatarAsBytearray() now uses the recommended user-agent, too ("Javacord DiscordBot ($githubUrl, $version)")

github.com/Javacord/Javacord - f4243c7f772ec4c2326ac04ecf0285ddb18107f9 authored almost 9 years ago
Some (very small) code style improvements and removed imports

github.com/Javacord/Javacord - 0f07cefd1cc10081d8c9a2eb76098d237221f056 authored almost 9 years ago
Added Server#authorizeBot()

github.com/Javacord/Javacord - cec34be47e162eb24efab85911b522bdd652bc49 authored almost 9 years ago
Improved the internal listener system (generic #getListener methods)

github.com/Javacord/Javacord - ed392b2468625a51c8406e30263ac3e9077bf12b authored almost 9 years ago
Added Message#edit() (How could I forget this?!?)

github.com/Javacord/Javacord - b375d205a3c665997156e4fd336e8448a1992f26 authored almost 9 years ago