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

Make Role implementation-independent

github.com/Javacord/Javacord - fa921ea03c6c576ad8c2b9ec95fe49a3006b8b30 authored almost 7 years ago
Make PermissionsBuilder implementation-independent

github.com/Javacord/Javacord - ec884ad184cdcae90d406a07740f6aee57179dc1 authored almost 7 years ago
Merge pull request #241 from Vampire/api-split

Add Permissions#getAllowedBitmask and Permissions#getDeniedBitmask

github.com/Javacord/Javacord - b95530eeea13773c35a766142f54038be64adc5d authored almost 7 years ago
Merge pull request #242 from Vampire/centralized-service-loader-logic

Centralize the service loader logic

github.com/Javacord/Javacord - e0e87f1263a2c497de942c47c556bab9e0b6da0c authored almost 7 years ago
Centralize the service loader logic

github.com/Javacord/Javacord - 896dcf1287c22c13944841f977e5ef410ad8ef1b authored almost 7 years ago
Add Permissions#getAllowedBitmask and Permissions#getDeniedBitmask

github.com/Javacord/Javacord - 3476586d856f2e2b5c709bd2d06d42e9fcd92c35 authored almost 7 years ago
MessageAttachment is now using FileContainer

github.com/Javacord/Javacord - 468fae3704511a734100f0a807fe712681363411 authored almost 7 years ago
Added UncachedMessageUtil#removeUserReactionByEmoji(...) and #getUsersWhoReactedWithEmoji(...)

github.com/Javacord/Javacord - af8df748cfb885bc3288d826ad3e51cdcab4a325 authored almost 7 years ago
Merge pull request #239 from Vampire/api-split

Make User implementation-independent

github.com/Javacord/Javacord - 5347c3b55f57b125fde20b7b99f202ab4e95ef67 authored almost 7 years ago
Make User implementation-independent

github.com/Javacord/Javacord - 634eae88a25624995618f783263a1ad09b9c6462 authored almost 7 years ago
Fixed JavaDocs of ImplMessageCache#removeMessage(Message)

github.com/Javacord/Javacord - a67e4a536ec056781f2f2da34e30f16c7eb95fe2 authored almost 7 years ago
Removed useless @SuppressWarnings("unchecked")

github.com/Javacord/Javacord - 9b3c42bbbbbc79a42b15c18602b4bebd7ef9b17c authored almost 7 years ago
Added listener registration methods to UncachedMessageUtil

github.com/Javacord/Javacord - 4476b2770cee997b36a3de486cc154427cb75c17 authored almost 7 years ago
Added new UncachedMessageUtil interface

github.com/Javacord/Javacord - a6d37792514860671dde4d32aa7125814f360abf authored almost 7 years ago
Made DiscordApi implementation independent

github.com/Javacord/Javacord - 874f5a39f98b43a92bfe5e92d01f022f85a15c60 authored almost 7 years ago
Made Icon version independent

github.com/Javacord/Javacord - 0b35450bd0da621d38f4543a256d2f02a0e1c5b9 authored almost 7 years ago
Removed empty default methods

github.com/Javacord/Javacord - 0a4a6be4dcc3f493c3fcc12f2b1b194503872f78 authored almost 7 years ago
Fixed DiscordApi#createAccountUpdater()

github.com/Javacord/Javacord - 3c701d937202894cb7126c1162d7ab04b82e1383 authored almost 7 years ago
Merge pull request #238 from Vampire/api-split

Api Split

github.com/Javacord/Javacord - 3bee604be7574e9d81fc26070938245ee9c317b7 authored almost 7 years ago
Split AccountUpdater into implementation and interface

github.com/Javacord/Javacord - 1c313850acac588d4ffd1a836e65b7f5894ae0d2 authored almost 7 years ago
Make Invite implementation-independent

github.com/Javacord/Javacord - c00d82b2f1bdd0c86d46972404bd735315b71350 authored almost 7 years ago
Made Server interface implementation independent

github.com/Javacord/Javacord - d74de967a4c74ecccdb8a0862f310e376c8a386b authored almost 7 years ago
Split ListenerManager into interface and implementation

github.com/Javacord/Javacord - 09fb761f8aabf5707bee1615298e9c2379b86dbd authored almost 7 years ago
Fixed message cache

github.com/Javacord/Javacord - 6a604322978d9282dab740a5c79026e225cce6ef authored almost 7 years ago
Merge pull request #237 from Vampire/fix-imports

Fix imports

github.com/Javacord/Javacord - b621d7e94781073af8e643dd5f6ad207a9d0de53 authored almost 7 years ago
Files are now uploaded in the correct order

github.com/Javacord/Javacord - c5a61b5ee46fc0407260b6505ebacee67b440df9 authored almost 7 years ago
Added methods to edit the explicit content filter level of a server

github.com/Javacord/Javacord - a7ccdbf8b08551498c80e34a56781f0c4e5e0393 authored almost 7 years ago
Renamed InviteBuilder#build() to InviteBuilder#create()

github.com/Javacord/Javacord - be22ea8323107792523b63d8d6e566441b216d91 authored almost 7 years ago
Renamed #getInviteBuilder() to #createInviteBuilder()

github.com/Javacord/Javacord - b045012028024e232c5cca59e9872a6be4f72ff6 authored almost 7 years ago
Small improvements to invites

github.com/Javacord/Javacord - 74415cef353914bf160094b0193b726731ec6a6e authored almost 7 years ago
Fixed EmbedBuilder#setThumbnail(...)

github.com/Javacord/Javacord - d7c537952a62c916777b12ed8c1ddfda13e2b6c9 authored almost 7 years ago
Small improvements for the EmbedBuilder

github.com/Javacord/Javacord - c23fe7bbc07ddb854a1c0836d05a59284f727fe1 authored almost 7 years ago
Readded lost classes while rename

github.com/Javacord/Javacord - 0c08124962d013a7f452acce37eb9871b5c2189e authored almost 7 years ago
Fixed typos and improved readme

github.com/Javacord/Javacord - 86d2081bce0774c2d2dbc804218363b604b91ed9 authored almost 7 years ago
Updated badges

github.com/Javacord/Javacord - 6ea7d853a954615ac800402544dad56c88e7a616 authored almost 7 years ago
More improvements for the readme

github.com/Javacord/Javacord - 9d39d796b669153f6a893bb7b7eff2374777f2d9 authored almost 7 years ago
Updated readme

github.com/Javacord/Javacord - f87b32739b9a1ed41801aec68c278c95e2302ae9 authored almost 7 years ago
Renamed de.btobastian.javacord to org.javacord

github.com/Javacord/Javacord - 728e5bc77acf2d5d31caf8318f3d19ceedf2c3b0 authored almost 7 years ago
Merge pull request #234 from Vampire/independent-channel

Make Channel implementation-independent

github.com/Javacord/Javacord - 5e49a9b65b762d98681ad09a69fd24b11f3db24c authored almost 7 years ago
Make VoiceChannel implementation-independent

github.com/Javacord/Javacord - 66a930b7796df3964f31202d2cb8f0902f410b2e authored almost 7 years ago
Make TextChannel implementation-independent

github.com/Javacord/Javacord - f30cbf0ea070f84ac371ceab91509e9306503573 authored almost 7 years ago
Make ServerVoiceChannel implementation-independent

github.com/Javacord/Javacord - ac7417ecf22c8452a1cd79b3e7cab8ed9b51ffdd authored almost 7 years ago
Make ServerTextChannel implementation-independent

github.com/Javacord/Javacord - d81a9dc98ec92b93bfde32a9eeea2ba138794374 authored almost 7 years ago
Make ServerChannel implementation-independent

github.com/Javacord/Javacord - 12327b4ca7aaa1ef4af523ba5587688e868f9e7f authored almost 7 years ago
Make PrivateChannel implementation-independent

github.com/Javacord/Javacord - 3effff49bb71e76ba27af273bdfd763cbf9af6b7 authored almost 7 years ago
Make GroupChannel implementation-independent

github.com/Javacord/Javacord - 1f9c6facec5f7d40296db4907beb18338ff96659 authored almost 7 years ago
Make ChannelCategory implementation-independent

github.com/Javacord/Javacord - fd9ca71f951f46d51ea164490e30eff76197acca authored almost 7 years ago
Made CustomEmoji implementation independent

github.com/Javacord/Javacord - 975471e4f58931d000618b0f2696403a5ba0097d authored almost 7 years ago
Made KnownCustomEmoji implementation independent

github.com/Javacord/Javacord - a457be33613d7ba3378ae270b16bd7bde566f5ed authored almost 7 years ago
Make Channel implementation-independent

github.com/Javacord/Javacord - d67b6d19bb192520df743b0bab094bf377123031 authored almost 7 years ago
Merge pull request #233 from Vampire/connected-voice-users-on-guild-create

Populate connected voice users on GUILD_CREATE

github.com/Javacord/Javacord - 224c1c26fcca293cfde7838e96dae531606d07d2 authored almost 7 years ago
Populate connected voice users on GUILD_CREATE

github.com/Javacord/Javacord - b4ba207144bacb0582d9be0379c4ee3891140dc6 authored almost 7 years ago
"static public" -> "public static" in MessageBuilder

github.com/Javacord/Javacord - 472fed93267a966625795a9db21767e15b84c7c2 authored almost 7 years ago
The MessageBuilder now behaves like before, but is still implementation-independent

github.com/Javacord/Javacord - 6f5de7bdd41cc305b4dd0e0cabafd4da394df47d authored almost 7 years ago
Made EmbedBuilder implementation-independent

github.com/Javacord/Javacord - 50dd9be2b4dbaec97fd285852944d484c7d2b591 authored almost 7 years ago
Made DiscordApiBuilder implementation-independent

github.com/Javacord/Javacord - b79edbc8814d093277e796c22f217d12e786064b authored almost 7 years ago
Split CustomEmojiUpdater into implementation and interface

github.com/Javacord/Javacord - ef8294a79b5a8e800a50f0753a9dfe0124125f81 authored almost 7 years ago
Split CustomEmojiBuilder into implementation and interface

github.com/Javacord/Javacord - c2ff7d151c8b084b3c200ed24a1a3ff75f9996e9 authored almost 7 years ago
Renamed all #getXyzUpdater/Builder() to #createXyzUpdater/Builder()

github.com/Javacord/Javacord - 305e0c7925d3ee047f49ed9939fc9a53f570b0a9 authored almost 7 years ago
Split WebhookBuilder into implementation and interface

github.com/Javacord/Javacord - ca6e3d15ee9b7f59fa908e7ffdbc904bc57c78bd authored almost 7 years ago
Split WebhookUpdater into implementation and interface

github.com/Javacord/Javacord - 8d8d97f7196f1c90efa39deeb1a96f4710339559 authored almost 7 years ago
Made WebHook interface implementation independent

github.com/Javacord/Javacord - 64a22cf32a5f57e1aba530460996751bec0dd316 authored almost 7 years ago
Reworked MessageBuilder

github.com/Javacord/Javacord - be97f032be2dc3805ad7ddb8d416bf883e765245 authored almost 7 years ago
Split all channel builders into implementation and interface

github.com/Javacord/Javacord - f66a6af8faec3969f7f54bc4d24a29ec8cbfee36 authored almost 7 years ago
Split all channel updaters into implementation and interface

github.com/Javacord/Javacord - d4c923bad40de0cf8a06333d98c3731f1ec82a16 authored almost 7 years ago
Split ServerBuilder into implementation and interface

github.com/Javacord/Javacord - e20aaccfc56be87124e2abc06f002287e8730e4b authored almost 7 years ago
Split ServerUpdater into implementation and interface

github.com/Javacord/Javacord - c24b2f2f0f737b916684084be69bca5196c14ba9 authored almost 7 years ago
Added methods to remove a server's afk and system channel

github.com/Javacord/Javacord - a04972efc52092783bd8f483013db72650eb0b19 authored almost 7 years ago
Added banner to README

github.com/Javacord/Javacord - 2112dcde36b9fd0e67b9f61aae105b4f854ec31f authored almost 7 years ago
Added missing @return JavaDoc param to RestRequest#setAuditLogReason(String)

github.com/Javacord/Javacord - ab30299611f24ba547954e3565c2c7dddbf1c74c authored almost 7 years ago
Added missing JavaDoc comment in ImplDiscordApi

github.com/Javacord/Javacord - 265270f14618b1ff5eb03ce19b763766a68f6085 authored almost 7 years ago
Merge pull request #227 from BtoBastian/new-license

Update license

github.com/Javacord/Javacord - d127fcb2722436871848f6be198f149d35f9eb45 authored almost 7 years ago
Merge pull request #224 from Vampire/improve-request-server-members-queue-consumer

Improve Request Server Members Queue Consumer

github.com/Javacord/Javacord - 9cb5185ae0c5dfb9f6346bac440594b53c43ab8c authored almost 7 years ago
Merge pull request #228 from Vampire/remove-protocol-violation-special-handling

Remove special handling for protocol violations when logging web socket close reasons

github.com/Javacord/Javacord - 37dd8c99f65e489c99be032aa2d3f1006d26be7d authored almost 7 years ago
Merge pull request #229 from Vampire/fix-imports-order

Fix order of imports

github.com/Javacord/Javacord - c299cbd58f8ccdecfa48d93c81133a099e44ea24 authored almost 7 years ago
Merge pull request #230 from Vampire/unchecked-suppression

Add missing unchecked warning suppression

github.com/Javacord/Javacord - 3ff2c71bad63bf411fe70caa72876b8f06c5097d authored almost 7 years ago
Add missing unchecked warning suppression

github.com/Javacord/Javacord - 8ebdf13a182ffadaa4c19539bef53bb520b94a29 authored almost 7 years ago
Fix order of imports

github.com/Javacord/Javacord - b45db9c9465e969d4a484490aa7657aaabbb60a7 authored almost 7 years ago
Remove special handling for protocol violations when logging web socket close reasons

github.com/Javacord/Javacord - 3a6c656eb8bcf70976bd3d61b15a721e0f5a9a50 authored almost 7 years ago
Improve Request Server Members Queue Consumer

- Make it a daemon thread to not prevent orderly and timely VM shutdown
- Prevent any exception ...

github.com/Javacord/Javacord - 2a6789d2a9df4a94e00359b88e9e77b22358bb40 authored almost 7 years ago
Merge pull request #225 from BtoBastian/v_3-package-rordering

Updated packages to fit the projects conventions and to be more logical

github.com/Javacord/Javacord - ccd2fbf11c4c3b1e18acf84a04d026233f62c1da authored almost 7 years ago
Moved ExceptionLogger into the logging package

github.com/Javacord/Javacord - fc4c91af6a23eac8447f4a7884d561f36e7cb3b2 authored almost 7 years ago
Moved GatewayOpcode into the proper package

github.com/Javacord/Javacord - 0df5cd36f1766f04a7cb3b4da7ae95869ce5bdb6 authored almost 7 years ago
Update license

github.com/Javacord/Javacord - 716c3e4f759d8474b07e353baa38ed665752f6fb authored almost 7 years ago
Renamed ...handler.server package to ...handler.guild

github.com/Javacord/Javacord - 75c5e3a1ba305191be3421f163bee0df10cc266c authored almost 7 years ago
Updated packages to fit the projects conventions and to be more logical

github.com/Javacord/Javacord - ba4cf43cdcbb641dbe292f63548578e055a052ef authored almost 7 years ago
Added Server#getApplicationId()

github.com/Javacord/Javacord - 7a0260e70fb657aa1cf0efb5eadb526907ec6ae6 authored almost 7 years ago
Fixed JavaDoc comment of MessageBuilder#addFile(BufferedImage, String)

github.com/Javacord/Javacord - 276cafa617b2d7d09fd258158607def4cf341fc8 authored almost 7 years ago
The MessageBuilder now uses the FileContainer

github.com/Javacord/Javacord - dc0c429a6630737c56c0c45f80ebae08ea33d324 authored almost 7 years ago
The FileContainer now also accepts full file names

github.com/Javacord/Javacord - d056bc739b89b74a775cd03f3235057db503b209 authored almost 7 years ago
Renamed ImageContainer to FileContainer so serve a more general purpose

github.com/Javacord/Javacord - e9bd110cf6e7250b80d9c66c95985d5c3fe46a42 authored almost 7 years ago
Merge pull request #222 from Vampire/improve-thread-naming

Improve thread names of single thread executor services

github.com/Javacord/Javacord - cd364ae01addfaf695604eb05cee218f1809af56 authored almost 7 years ago
Merge pull request #223 from Vampire/trace-logging-improvement

Do not log text messages twice that are not decoded from a binary package

github.com/Javacord/Javacord - 7400bed0b896ba8c05781f871f2f755367d3c797 authored almost 7 years ago
Do not log text messages twice that are not decoded from a binary package

github.com/Javacord/Javacord - 3a716b92e998e1b654b74994af1a1723a1ee938f authored almost 7 years ago
Improve thread names of single thread executor services

github.com/Javacord/Javacord - e40dd3e3d2b622a4f8a15595b795d72fab75d23e authored almost 7 years ago
Merge pull request #221 from Vampire/snowflake-ids-as-strings

Use Long.toUnsignedString instead of String.valueOf to make strings out of snowflake ids

github.com/Javacord/Javacord - f4164f5acf486e3bdc33c982d25e52be32b3928d authored almost 7 years ago
Use Long.toUnsignedString instead of String.valueOf to make strings out of snowflake ids

github.com/Javacord/Javacord - e2078ddec2790264beafe57226a79ee7921a45a8 authored almost 7 years ago
Merge pull request #220 from Vampire/small-improvement

Replace Arrays.asList().stream() by Arrays.stream()

github.com/Javacord/Javacord - 08f8c18b6b7404ef58db098d90294a85bdb35f47 authored almost 7 years ago
Replace Arrays.asList().stream() by Arrays.stream()

github.com/Javacord/Javacord - 2c3362ee81e2a37854ac03430898119d8295fb3f authored almost 7 years ago