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

Add deafened state, listeners and events

github.com/Javacord/Javacord - dc406304560474d8c4555a4bce2112c140b9b129 authored over 6 years ago
Add Server#deafenUser, Server#undeafenUser, User#deafen, User#undeafen and ServerUpdater#setDeafened

github.com/Javacord/Javacord - cff6f1ccc0a36ef525a152e8cc497b81aa8db5c3 authored over 6 years ago
Move the updating of nicknames and roles into ServerUpdater to save REST calls

github.com/Javacord/Javacord - 192f16e68368ac226366d9c1a1ce6b5d8a0c2819 authored over 6 years ago
Rename addAllRolesToUser to addRolesToUser, removeAllRolesFromUser to removeRolesFromUser and add removeAllRolesFromUser that removes all roles

github.com/Javacord/Javacord - 9ad2f58ee9a102a90319ed7d0ab8aa229183a2f0 authored over 6 years ago
Add User#resetNickname with audit-log reason

github.com/Javacord/Javacord - abc24de2bb0a974afe3fa60c9aadf7ceadb9d659 authored over 6 years ago
Add muted state, listeners and events

github.com/Javacord/Javacord - 47c0a32bc230c331c4baff0ccb70e3aca757839f authored over 6 years ago
Add User#updateNickname with audit-log reason

github.com/Javacord/Javacord - 0b6e5f54867bb5064d4785c49b060f906aab5cc0 authored over 6 years ago
Add self-muted state, listeners and events

github.com/Javacord/Javacord - 7ce2e62e1c27bc734c045d58225a93db6162652b authored over 6 years ago
Add self-deafened state, listeners and events

github.com/Javacord/Javacord - b540e98079bb1561106c2d30cfe887e15040f76a authored over 6 years ago
Merge pull request #315 from Kaleidox00/getPrefixedToken

Added DiscordApi#getPrefixedToken

github.com/Javacord/Javacord - ae752cc3084cb1a8fd10cd948156ace9bb198e99 authored over 6 years ago
Added DiscordApi#getPrefixedToken

github.com/Javacord/Javacord - 150317006b7402c849f77a4e166f71bdf5378a95 authored over 6 years ago
Merge pull request #304 from Vampire/field-management-in-embed-builder

Add methods to remove fields and set field properties in the EmbedBuilder

github.com/Javacord/Javacord - d47ce9519ee79501d2619d7dbedb68cd2a12a10d authored over 6 years ago
Add methods to remove fields and set field properties in the EmbedBuilder

github.com/Javacord/Javacord - 64cd53bd29840fc4317e284efcb982604267cb9c authored over 6 years ago
Merge pull request #334 from Tea-Ayataka/add-japan-region

Add the japan region

github.com/Javacord/Javacord - 106e52c27bd7364b37532622966ce6a239b72689 authored over 6 years ago
Add the Japan region

github.com/Javacord/Javacord - 446d5758a1c39968a264583d348f7996da479009 authored over 6 years ago
Merge pull request #330 from Kaleidox00/Message#getReadableContent-Doc-Fix

Added missing documentation for role replacements for Message#getReadableContent()

github.com/Javacord/Javacord - 7a0e74608d7aa04fc96fc69785e0b9eadaeed765 authored over 6 years ago
Added missing documentation for role replacements for Message#getReadableContent()

From TODO.

github.com/Javacord/Javacord - e72eca77a9c95b61e2449912ec737c201858225e authored over 6 years ago
Merge pull request #326 from Vampire/make-composite-build-work

Do not remove the jar task, as it breaks Gradles composite build feature

github.com/Javacord/Javacord - d64eec4d30d0d3c38ee11f55854f2d68baef2e5d authored over 6 years ago
Do not remove the jar task, as it breaks Gradles composite build feature

github.com/Javacord/Javacord - 272f9b272daaf9f9c714fd47992582a4723cdd1e authored over 6 years ago
Merge pull request #312 from Vampire/coordinates-and-readme-update

Replace BtoBastian by Javacord in various places and update the readme

github.com/Javacord/Javacord - 8fb63d921251eec986c5c0160b220a9c61208ddd authored over 6 years ago
Replace BtoBastian by Javacord in various places and update the readme a bit

github.com/Javacord/Javacord - e6a5f5cc298547ec3ffaf555ce6a84bed60fec77 authored over 6 years ago
Merge pull request #318 from Vampire/retry-bulk-deletes

Retry bulk-deletes when ratelimit was hit

github.com/Javacord/Javacord - fe08065631af60e20986b9c0eed825289f8f87b6 authored over 6 years ago
Retry bulk-deletes when ratelimit was hit

github.com/Javacord/Javacord - 0cde7629a9b58fa1ce59e9457387f25c1ebaf781 authored over 6 years ago
Fixed compilation error

github.com/Javacord/Javacord - 6a07ca2afd472ac3742f6ed6ced714b272363372 authored over 6 years ago
Merge pull request #314 from Kaleidox00/setTimestampFromNow

Rename EmbedBuilder#setTimestamp() to setTimestampToNow()

github.com/Javacord/Javacord - 2b381124a3d2f953fe23093fb60c2ede2babbbd6 authored over 6 years ago
Rename EmbedBuilder#setTimestamp() to setTimestampToNow()

github.com/Javacord/Javacord - fc8a5bd809775b43c5a1bd3ffab4635076f7dceb authored over 6 years ago
Merge pull request #309 from Vampire/gradle-changes

Gradle Changes

github.com/Javacord/Javacord - 9e457abd8d45040fe65d67ef050acdd9b4902a2b authored over 6 years ago
Upgrade to Gradle 4.8.1

github.com/Javacord/Javacord - deccfddfc08dadc5634a96d78f4f0c5ac6f6b31a authored over 6 years ago
Update shadow plugin to 2.0.4

github.com/Javacord/Javacord - d4d97fea4a499551a9047426e3e0bce92cdb4986 authored over 6 years ago
Create draft GitHub release with all artifacts during release pipeline

github.com/Javacord/Javacord - 59a124cf7ded3184dad4fb6ae93a77924e0a54c8 authored over 6 years ago
Do not publish the shaded JAR

github.com/Javacord/Javacord - ed763fbeffc7baf02052642d3c12fad21a9938cb authored over 6 years ago
Activate signing of release tags

github.com/Javacord/Javacord - 300d0d02657582426578780ac0be2e04aab99c7a authored over 6 years ago
Switch to TeamCity as official CI in generated POMs

github.com/Javacord/Javacord - f10c1d7520d55cdc5d53748bb94935562d14f87b authored over 6 years ago
Merge pull request #310 from Vampire/ignore-out

Add second-level out directories to .gitignore

github.com/Javacord/Javacord - 01ca3c49e0e479b5c0cfbd4c69bb38ba7660f6fb authored over 6 years ago
Add second-level out directories to .gitignore

github.com/Javacord/Javacord - b1f1614cc1034d8f524776734a46085445608553 authored over 6 years ago
Merge pull request #296 from Vampire/remove-token-from-logs

Replace the token in log messages from Javacord by a bunch of asterisks

github.com/Javacord/Javacord - 8cbfc50034493982ac749190f07c9fd57dd20987 authored over 6 years ago
Replace the token in log messages from Javacord by a bunch of asterisks

github.com/Javacord/Javacord - 7614f5e4f4b75cfe35d51f834fb82b2637aa215d authored over 6 years ago
Merge pull request #306 from Vampire/make-okhttp-release-resources

Make OkHttp release resources on disconnect

github.com/Javacord/Javacord - 22c8c32a6ed1e7b4bcf4f4a3f251c24353794c5f authored over 6 years ago
Make OkHttp release resources on disconnect

github.com/Javacord/Javacord - 4a5b21cdb9949cd5c9dd1cd367f754176c0ec9ad authored over 6 years ago
Merge pull request #301 from Vampire/osgi

Make Javacord artifacts OSGi ready

github.com/Javacord/Javacord - 6ad003457615bc62f04dfd1b9952746725ca6550 authored over 6 years ago
Make Javacord artifacts OSGi ready

github.com/Javacord/Javacord - 0678a05eea2727efa3b8826d052ba1e7e396637a authored over 6 years ago
Merge pull request #284 from Vampire/fix-visible-channels-and-channel-sorting

Fix Visible Channels And Channel Sorting

github.com/Javacord/Javacord - ecbaea7e7b5774eed62d523b36349b3bf6b2b174 authored over 6 years ago
Fix sorting of server channels

github.com/Javacord/Javacord - f0819dce655d5bcfcd05fa6077adceb15d3e89c1 authored over 6 years ago
Fix retrieving of visible channels in categories

github.com/Javacord/Javacord - 92ce92cd5c58dbc0c7516fe03b6fa124c8ee8638 authored over 6 years ago
Merge pull request #270 from Saladoc/invite-counts

Add support for member count via invite.

github.com/Javacord/Javacord - 3212a68151ff9089dfca8997c1482c999d0693f8 authored over 6 years ago
Add support for member count via invite.

github.com/Javacord/Javacord - 158018f8b78aaf0cc2045a12b431b473d48e459e authored over 6 years ago
Make requesting of member counts optional

github.com/Javacord/Javacord - 81b5a8cc881ec38eae34953df0a736be737e50fc authored over 6 years ago
Merge pull request #232 from Vampire/overwritten-permissions-retrieval

Overwritten Permissions Retrieval

github.com/Javacord/Javacord - 226b4df9a449b9c4b250d5a588143a8b09ac7b20 authored over 6 years ago
Merge pull request #285 from Vampire/custom-emoji-events-to-known-custom-emoji-events

Rename CustomEmoji events and listeners to KnownCustomEmoji events and listeners

github.com/Javacord/Javacord - 3e9511b8d0e1e4da17a5b1fbeebaa0c6131fe5fe authored over 6 years ago
Merge pull request #292 from Vampire/add-ChannelPinsUpdateEvent-to-server-queue-if-available

Add ChannelPinsUpdateEvent dispatching to server-queue if in context of ServerChannel instead of...

github.com/Javacord/Javacord - 3e0610ecf0dc36f6b239d7219cc374b0e4d9c80c authored over 6 years ago
Merge pull request #294 from Vampire/changing-discriminators

Add tracking and events for discriminator changes

github.com/Javacord/Javacord - 23c5b2deef74c247008cae92246301e72f4f461f authored over 6 years ago
Merge pull request #293 from Vampire/centralize-avatar-url-construction

Centralize the avatar URL construction logic

github.com/Javacord/Javacord - c4df23ed64b109576a525cac6b54ab3799aaef1a authored over 6 years ago
Merge pull request #295 from Vampire/unset-activity

Add DiscordApi#unsetActivity

github.com/Javacord/Javacord - 910c9fd0aa855420137f953367830ab2a262f147 authored over 6 years ago
Merge pull request #298 from Vampire/custom-exceptions-improvement

Base JSON error code specific exceptions on the HTTP result code too

github.com/Javacord/Javacord - 976db8f8c7bd749fe633f01a74e750c3005d01e9 authored over 6 years ago
Merge pull request #297 from Vampire/throwables-in-ratelimit-manager

Catch all throwables in RatelimitManager

github.com/Javacord/Javacord - 982584e8c7f3181ff3d5fc6a3864946f27b2b1cc authored over 6 years ago
Base JSON error code specific exceptions on the HTTP result code too

github.com/Javacord/Javacord - 4c076eda9e263862e7a272cf15447f0006084b04 authored over 6 years ago
Catch all throwables in RatelimitManager

github.com/Javacord/Javacord - 3df982749e864eed9c893c7120869a0a1c7972e6 authored over 6 years ago
Add DiscordApi#unsetActivity

github.com/Javacord/Javacord - 35027441f848648f41b8e70005bceae39b7fbf05 authored over 6 years ago
Add ServerChannel#getOverwrittenPermissions

github.com/Javacord/Javacord - b13a538c664c8ec32bc1e53a6190b7ff64eaa48d authored over 6 years ago
Add ServerChannel#getOverwrittenRolePermissions

github.com/Javacord/Javacord - 00fbb8095af0ded257e5d975e063d0844dde45e0 authored over 6 years ago
Add ServerChannel#getOverwrittenUserPermissions

github.com/Javacord/Javacord - b5c7d1a06d7dbc088bbbbc5f9e821b9369d98557 authored over 6 years ago
Rename CustomEmoji events and listeners to KnownCustomEmoji events and listeners

github.com/Javacord/Javacord - e11a287218046c004f8f62a377693fc978c723a7 authored over 6 years ago
Add ChannelPinsUpdateEvent dispatching to server-queue if in context of ServerChannel instead of api-queue

github.com/Javacord/Javacord - 8740f1927aac17409898776564bb8ff56d4904e7 authored over 6 years ago
Centralize the avatar URL construction logic

github.com/Javacord/Javacord - 3e56aa2b349b46eceb3c99cd6fcf9cabd042f3ab authored over 6 years ago
Add tracking and events for discriminator changes

github.com/Javacord/Javacord - 4b99cc4e3f0a81fa5747fb921c914dab223f8143 authored over 6 years ago
Merge pull request #288 from Vampire/remove-duplicate-code

Remove duplicate code

github.com/Javacord/Javacord - fe99a4436ac9d3dc2a0c3efbdfbe4cd7638d2429 authored over 6 years ago
Merge pull request #287 from Vampire/message-attachable-for-unpin-listener

Make CachedMessageUnpinListener implement MessageAttachableListener

github.com/Javacord/Javacord - 206750249eba52783acdc05cd1e38df3ae82e4ab authored over 6 years ago
Merge pull request #289 from Vampire/suppress-java9-compiler-warnings

Suppress Java 9 compiler warnings

github.com/Javacord/Javacord - abe0ffa274beb6203b053401b13b844a2f37666c authored over 6 years ago
Merge pull request #286 from Vampire/link-to-api-javadocs-from-core-javadocs

Link to API JavaDocs from CORE JavaDocs

github.com/Javacord/Javacord - 3e2e25c765b80887d7593f8eee6bff6675e8d0ac authored over 6 years ago
Remove duplicate code

github.com/Javacord/Javacord - ac54ba4e5d35ec23ee5044fdaeba2c214600ed40 authored over 6 years ago
Suppress Java 9 compiler warnings

github.com/Javacord/Javacord - 31a365119733855154596e9124a84fef516f65da authored over 6 years ago
Link to API JavaDocs from CORE JavaDocs

github.com/Javacord/Javacord - 1f3d17232c9be77e2f11e4cc499e27be0f455f77 authored over 6 years ago
Make CachedMessageUnpinListener implement MessageAttachableListener

github.com/Javacord/Javacord - ba84e40efec35123ea924374ffa0422391fdf562 authored over 6 years ago
Fixed Server#getVisibleChannels(User) throwing an UnsupportedOperationException

github.com/Javacord/Javacord - a0c8f86c4ea7b2c9ff7132e97b572e0fdde1fd18 authored almost 7 years ago
Removed rewrite warning in README

github.com/Javacord/Javacord - f57a2156c498d63ba4e846a4b668921865025800 authored almost 7 years ago
Adjusted JavaDoc checks in checkstyle.xml

github.com/Javacord/Javacord - edf7621fd6b6a39103b02fcf1f198b22b865039e authored almost 7 years ago
Fixed code style issues with JavaDoc comments

github.com/Javacord/Javacord - 6e1312e4703ebfddbb0f6aff43def5cf089e5dc9 authored almost 7 years ago
Simplified PermissionState

github.com/Javacord/Javacord - 66e0ce9bb38a8e9aedfc1ee5a5c1a03c47d7d39d authored almost 7 years ago
Made the rewrite warning even more obvious

github.com/Javacord/Javacord - c22cb3b73d84ba61f5a24036b38d4482379173b8 authored almost 7 years ago
Merge pull request #276 from Saladoc/add-checkstyle

Add checkstyle config and refactor existing code to conform to it

github.com/Javacord/Javacord - 3f2af7037271d0992dc1438437a296ad91e84bfe authored almost 7 years ago
Updated wiki links in readme

github.com/Javacord/Javacord - 5eb0bc0211263504d43c5c8fe63f99c3ee3500dc authored almost 7 years ago
Added contribution guidelines

github.com/Javacord/Javacord - ed47bf7fe6ba38d3d240b4e0cf4b51e9cba7023d authored almost 7 years ago
Add checkstyle config to project.

The file is based on googles style guide with the modifications detailed
in the javacord wiki.

github.com/Javacord/Javacord - a0eea6bdb77bc1c14a3bc74a654c36c9ce586af0 authored almost 7 years ago
Add missing javadoc for RatelimitBucket constructor

github.com/Javacord/Javacord - 43571a84557a4d84bfc79379ef807a132b216811 authored almost 7 years ago
Reorder method declarations.

Overloaded methods should be grouped together.

github.com/Javacord/Javacord - 737aa7586130cad37466caa9daa65da9bfbcdc95 authored almost 7 years ago
Fix line wrapping and whitespace issues

Line wrapping, missing / misplaced whitespace, indentation.

github.com/Javacord/Javacord - ca29f078402f5806fe904d04fd10033c2bebddbe authored almost 7 years ago
Javadoc structure fixes

Added missing punctuation on the end of sentences and reformatted
the <p> tags according to the ...

github.com/Javacord/Javacord - 73e086b45a40591c96bd1c833af7408b9428a2b9 authored almost 7 years ago
Refactor switch cases

Fallthrough code is to be avoided. This means some light code
refactoring and in one case obsole...

github.com/Javacord/Javacord - 109c0adf467eb61d015629cbd16be43ca219c808 authored almost 7 years ago
Merge pull request #278 from Vampire/release-pipeline

Release Pipeline

github.com/Javacord/Javacord - 06851143b7456f566147f61bb023ee6013b715bc authored almost 7 years ago
set TC parameter 'javacord.version'

github.com/Javacord/Javacord - a6c4a0ec4d503599d841310b452b5c66d275bf00 authored almost 7 years ago
Move shaded JAR stuff to jars.gradle

github.com/Javacord/Javacord - 0fcfb19ed2d6b0f027f4b62c737861911b48d219 authored almost 7 years ago
inject version into TC build number

github.com/Javacord/Javacord - 7e47c56a7eabf70b014385148001ac93e70d21e9 authored almost 7 years ago
Add releasing procedure to build script

github.com/Javacord/Javacord - 38f41f6bed409b78ba32161cb3f7bed3a2551b23 authored almost 7 years ago
Add artifact signing to build

github.com/Javacord/Javacord - 1b76e96cb3f9f3a0efee4cb83c89dfaeb610eb69 authored almost 7 years ago
Fix CircleCI cache config

github.com/Javacord/Javacord - b5567f481b0a1273fa9ade2c02da749c6ee1f21b authored almost 7 years ago
Add tasks for closing and releasing Sonatype release repository

github.com/Javacord/Javacord - 73c9598417c8ece6775e34f05b498ab7d1b87b48 authored almost 7 years ago
Publish to Sonatype nexus

github.com/Javacord/Javacord - 4640b08df5201e4ef710ff7d7e00e44587ac75f2 authored almost 7 years ago
Merge pull request #269 from DoNotSpamPls/patch-1

Fix ban method ignoring the reason parameter

github.com/Javacord/Javacord - f306acee2621987e9f94fe8b02c04471e2fbbc1c authored almost 7 years ago
Fix the ban function's ban reason recording.

github.com/Javacord/Javacord - 0ef1082bcf66ef486409593357a0f6f5a23f2477 authored almost 7 years ago
Merge pull request #267 from Vampire/user-related-events-for-non-ready-servers-improvements

Do not suppress user-related events or have events with null-users for non-ready servers

github.com/Javacord/Javacord - d1eeb76663fee2b85bbd8275d3a17f95c04e18d3 authored almost 7 years ago