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

Merge pull request #420 from Saladoc/fix-npe-ratelimitmanager

Harden RateLimitManager against NPE from missing response.

github.com/Javacord/Javacord - 318a36e152dadd788a4c1b678700af42b142b5e6 authored about 6 years ago
Harden RateLimitManager against NPE from missing response.

github.com/Javacord/Javacord - 4e963208bd521a3d61cba8ec709f58b68feeb26c authored about 6 years ago
Merge pull request #416 from burdoto/comparable

Let ServerChannel extend Comparable

github.com/Javacord/Javacord - 23cd6a4cc24ad1a7e1d8e64a1d4071d8776cc7b2 authored about 6 years ago
Let ServerChannel extend Comparable

A ServerChannel should extend Comparable<ServerChannel>, because it can
be sorted by position

github.com/Javacord/Javacord - d8737918ca28778e7b1971d861ff9a13dbba4b7f authored about 6 years ago
Merge pull request #415 from Vampire/prevent-concurrent-modification-exceptions

Prevent ConcurrentModificationExceptions during testing

github.com/Javacord/Javacord - bdfb0d5ee3a6562e1cd26f60a313a3b7c5673748 authored about 6 years ago
Prevent ConcurrentModificationExceptions during testing

github.com/Javacord/Javacord - e3b6768d36d43bdc2bb39da9e3b00188dbb7ece3 authored about 6 years ago
Merge pull request #414 from Vampire/meaningful-code-generation-errors

Make code generation throw meaningful errors in case of unexpected inheritance

github.com/Javacord/Javacord - 0778699611756735336d9a1cbb14ac22eb46f341 authored about 6 years ago
Make code generation throw meaningful errors in case of unexpected inheritance

github.com/Javacord/Javacord - dc2a21eb125e290eefa37e1b9d41ed4cf574b4aa authored about 6 years ago
Merge pull request #413 from Saladoc/everyonemention

Properly create mention tag for everyone role.

github.com/Javacord/Javacord - e60f6f2427aeaeaae20ba2aef4f85224e6c3a789 authored about 6 years ago
Properly create mention tag for everyone role.

github.com/Javacord/Javacord - 7830a4b37c24607acd2c5d0fa92c378f8ea5b319 authored about 6 years ago
Merge pull request #412 from Vampire/circleci-tweak

Fix OOM killer problem on CircleCI

github.com/Javacord/Javacord - f195319b6c1b233fa931600bcffa6d5b0209ed65 authored about 6 years ago
Fix OOM killer problem on CircleCI

CircleCI uses some method for resource limitation that Java cannot see through,
so the test runn...

github.com/Javacord/Javacord - ab821418da157429fbb70eca3c6f90a5338e456c authored about 6 years ago
Merge pull request #408 from Vampire/global-listener-manager-rework

Add a generic getListeners method for getting all registered globally attachable listerners of a...

github.com/Javacord/Javacord - b4eae6cea9b89e0a80e5dfa2ab25f5457e186c01 authored about 6 years ago
Rework listener manager generation for globally attachable listeners

Add a generic getListeners method for getting all registered globally attachable listerners
of a...

github.com/Javacord/Javacord - b09f1aff7e42c9d17bd48a38818360e289c1c121 authored about 6 years ago
Merge pull request #411 from Vampire/fix-method-name

Fix internal setSlowmodeDelayInSeconds method name

github.com/Javacord/Javacord - 18faf0ea14c4b7143a795d7413428813425f7d6e authored about 6 years ago
Fix internal setSlowmodeDelayInSeconds method name

github.com/Javacord/Javacord - 3ef3ebbc70c4feb28618ef054c0d4b6a25714829 authored about 6 years ago
Merge pull request #410 from Vampire/circleci-tweak

Revert the CircleCI tweaks

github.com/Javacord/Javacord - 4cf8f344dc2a85d309cd82eeede04f61838424e6 authored about 6 years ago
Revert the CircleCI tweaks

They are unnecessary and not helping.
Build is still killed by the OOM killer and actually Gradl...

github.com/Javacord/Javacord - b12de96bb8ef1849d2a3696a9734e85424a44d1e authored about 6 years ago
Merge pull request #409 from Vampire/circleci-tweak

Tweaks to the CircleCI build

github.com/Javacord/Javacord - 448277b96abbebc8c309feb530bdaab33411997e authored about 6 years ago
Tweaks to the CircleCI build

- Restrict max heap to 2 GiB, as the recognition that should be there since Java 10 fails and so...

github.com/Javacord/Javacord - 5b210fa725c702e91943a2297c7f5a2800b07e3a authored about 6 years ago
Merge pull request #403 from Vampire/proxy-support

Proxy Support

github.com/Javacord/Javacord - 1b04755380933b0d60f5fa6a9c2fec723c758948 authored about 6 years ago
Add SOCKS proxy tests for WebSocket calls

github.com/Javacord/Javacord - 1078a971176d4f4d27cb2d75055e3ceaf2ed30a6 authored about 6 years ago
Test the precedence of the two ways to set a proxy authenticator for WebSocket calls

github.com/Javacord/Javacord - 793f41cb32ace9b0df65763e97cb001ec116307c authored about 6 years ago
Test the precedence of the four ways to set a proxy for WebSocket calls

github.com/Javacord/Javacord - b3135c752c24dec56c27180aa2736484d94ba7b9 authored about 6 years ago
Use the system default authenticator for authenticated HTTP proxies for WebSocket calls

github.com/Javacord/Javacord - 84a2211904c5b61dad657662a9a954a86b10f603 authored about 6 years ago
Allow setting of explicit proxy authenticator for WebSocket calls

github.com/Javacord/Javacord - 7a7f2d2de907123e20e0d5911458fd6284a73eb0 authored about 6 years ago
Allow setting of explicit proxy selector for WebSocket calls

github.com/Javacord/Javacord - e19c380ebf4b37976a003a7cb939f5e73db1376a authored about 6 years ago
Allow setting of explicit proxy for WebSocket calls

github.com/Javacord/Javacord - 017be91e1991aa9f478174431ab72353444cef09 authored about 6 years ago
Test that WebSocket calls with a naive man-in-the-middle attack fail with SSLHandshakeException

github.com/Javacord/Javacord - c4c4d2ea6098c52d5aaefb6abb204af44c63196d authored about 6 years ago
Allow setting of system properties configured proxy for WebSocket calls

github.com/Javacord/Javacord - 61929bcfb318bb77cdda5e698cd2d0e4d6ecb652 authored about 6 years ago
Test that WebSocket calls are done via system default proxy selector configured proxy

github.com/Javacord/Javacord - 96255a819cb884664fb536fee71d937fa813ee06 authored about 6 years ago
Test the precedence of the two ways to set a proxy authenticator for REST calls

github.com/Javacord/Javacord - d98673932da90d6186cd189116992647633ac255 authored about 6 years ago
Add SOCKS proxy tests for REST calls

github.com/Javacord/Javacord - be1938437f0ae5ae6723de239ae5a89b2a15c5b3 authored about 6 years ago
Test the precedence of the four ways to set a proxy for REST calls

github.com/Javacord/Javacord - 17dc281bc3c369d77e95b5bc6dfa63bad77a105f authored about 6 years ago
Use the system default authenticator for authenticated HTTP proxies for REST calls

github.com/Javacord/Javacord - cdec280533cd6784ea31f41b1cd1d39a5d8d3bf4 authored about 6 years ago
Allow setting of explicit proxy selector for REST calls

github.com/Javacord/Javacord - f76cb6cb835039b1f45185218e1b752c82351e0e authored about 6 years ago
Allow setting of explicit proxy authenticator for REST calls

github.com/Javacord/Javacord - 83cd060df58857ddf0c9584e35e08070599b558a authored about 6 years ago
Allow setting of explicit proxy for REST calls

github.com/Javacord/Javacord - ef935f606259240275b905d7bfbc53282d0adc49 authored about 6 years ago
Test that REST calls are done via system properties configured proxy

github.com/Javacord/Javacord - 8b6c63ea294ace918e6f50cc459c156df0977729 authored about 6 years ago
Test that REST calls are done via system default proxy selector configured proxy

github.com/Javacord/Javacord - 43e3445cfd79c15670e9af8dda2021859008215a authored about 6 years ago
Provide possibility to trust all SSL certificates

This is necessary for example for using a decrypting HTTPS proxy,
for example Fiddler with decry...

github.com/Javacord/Javacord - b2dfa1f5de01fd967bcd17001b00b289a9561907 authored about 6 years ago
RestRequestResult.jsonBody must never be null

github.com/Javacord/Javacord - 14d064adfa38a88c1e4aaf6e0c5f6fd5002ce669 authored about 6 years ago
Test that REST calls with a naive man-in-the-middle attack fail with SSLHandshakeException

github.com/Javacord/Javacord - 65bf3611a2bb263f504f6c7c32ffc93256fc78a2 authored about 6 years ago
Do not try to calculate time offset if there is no result in the thrown exception

github.com/Javacord/Javacord - cf24a70e0f360bc8b3bcbbffc4a86195d63a0e30 authored about 6 years ago
Merge pull request #405 from Bastian/performance-improvements

Fix User#getMutualServers() performance bottleneck

github.com/Javacord/Javacord - 6874186a80d49fadbb7a52f432704af0240cda24 authored about 6 years ago
Fix User#getMutualServers() performance bottleneck

github.com/Javacord/Javacord - 608915a0376f01317746b9b008e18e0d8baa8edd authored about 6 years ago
Merge pull request #406 from Bastian/getters-for-apibuilder

Add some getters to DiscordApiBuilder

github.com/Javacord/Javacord - fa2f28659679528b6f50f852617430304066dcf9 authored about 6 years ago
Add some getters to DiscordApiBuilder

github.com/Javacord/Javacord - 65b1153f550cdce551d5a0ac82eb9aa3dc4832f6 authored about 6 years ago
Merge pull request #404 from Vampire/no-requests-after-disconnect

Do not send requests after DiscordApi#disconnect was called or the OkHttp threads hang again wit...

github.com/Javacord/Javacord - 8c1561860e6d114687f32a21a81da565e519cf4b authored about 6 years ago
Do not send requests after DiscordApi#disconnect was called or the OkHttp threads hang again with Java 9+

github.com/Javacord/Javacord - f4ec31c0247fa9d4672ddb31cd408e87667a4576 authored about 6 years ago
Merge pull request #401 from Saladoc/fix-invite

Fix missing url parameter when requesting invites.

github.com/Javacord/Javacord - 1c42d92b46f3708fd1c262780063095cd511aaf1 authored about 6 years ago
Fix missing url parameter when requesting invites.

github.com/Javacord/Javacord - 8ccd406b441219d3dd72f5cc64114a7f4f5faa78 authored about 6 years ago
[Gradle Release Plugin] - new version commit: 'v3.0.2-SNAPSHOT'.

github.com/Javacord/Javacord - c03a8eb105210fccd2098cc423b74b8bef6a66cf authored over 6 years ago
[Gradle Release Plugin] - pre tag commit: 'v3.0.1'.

github.com/Javacord/Javacord - 7b4d4980749348cbd8b9993e979fb6e3ed52945e authored over 6 years ago
Merge pull request #392 from Bastian/add-convenience-methods

Add convenience methods for messages

github.com/Javacord/Javacord - 193a485fabf62b606ed1f187652b8ed4601ecc5d authored over 6 years ago
Add convenience methods to message events

github.com/Javacord/Javacord - ff52d4f732b14f883eff409fc54cc83021fcd113 authored over 6 years ago
Add Message#isPrivate/Server/GroupMessage() and deprecate Message#isPrivate()

github.com/Javacord/Javacord - f53ea938bc6dee28fd07aacbea9e493f734be8fd authored over 6 years ago
Merge pull request #389 from Saladoc/emojicreator

Allow requesting an emojis creator.

github.com/Javacord/Javacord - 676a7764f58f2a7640ab2f9e2549fb1ec7f3a368 authored over 6 years ago
Allow requesting an emojis creator.

github.com/Javacord/Javacord - 827726490d88eec885585df2fd87fead79e20e5d authored over 6 years ago
Merge pull request #393 from Saladoc/specializable

Generalize asFoo methods

github.com/Javacord/Javacord - 1c4c7bb42f97c32b4c7adee32461673091dd7e92 authored over 6 years ago
Cleanup Specializable, Update Javadocs for clarity, rename ChannelBase

github.com/Javacord/Javacord - ba4373897cb7273548c46d6857aca458f384ca83 authored over 6 years ago
Introduced the Specializable interface.

Both Channels and Emojis may be specialized into subtypes (like
ServerTextChannel or KnownCustom...

github.com/Javacord/Javacord - d62870db6e90530e6726162ed7ff6ab4f5f8cfdd authored over 6 years ago
Merge pull request #391 from Bastian/fix-file-download

Do not use the proxy url when downloading attachments

github.com/Javacord/Javacord - 179df5ed920804620b5d684d24f0707980a53c04 authored over 6 years ago
Do not use the proxy url when downloading attachments (fixes #385)

github.com/Javacord/Javacord - a5d41fc2838001a549e4f498b326cc8f8f50e02c authored over 6 years ago
Merge pull request #387 from Saladoc/slowmode

Add slowmode support.

github.com/Javacord/Javacord - 89fe6ca340c9f6bd23c638c9178e6b1321ea697a authored over 6 years ago
Add support for slow mode.

github.com/Javacord/Javacord - b5be7776de6d219151385e4a6388ec18efcb22ec authored over 6 years ago
Merge pull request #338 from Saladoc/formattable

Make Nameables implement Formattable.

github.com/Javacord/Javacord - 62343936b78848483cb0b4b5cff36699b1ea8c12 authored over 6 years ago
Make Nameables implement Formattable

github.com/Javacord/Javacord - c2bf3b540e230d6adbdeaaaa857b81484f968bf1 authored over 6 years ago
Merge pull request #388 from Saladoc/jacoco-update

Update jacoco tool to jdk 11 compatible version.

github.com/Javacord/Javacord - 3cf4e32017711d0f3b882d3e91936a87ce1d1e75 authored over 6 years ago
Update jacoco tool to jdk 11 compatible version.

github.com/Javacord/Javacord - eaeb027524d7c386f4f25b7e19bc27ebe6f36d1b authored over 6 years ago
Merge pull request #386 from Vampire/fix-availability-listener-javadocs

Fix JavaDoc for server availability listeners

github.com/Javacord/Javacord - 7a8444c6ace62729b32cb5ff5e6603c987b3cbc9 authored over 6 years ago
Fix JavaDoc for server availability listeners

github.com/Javacord/Javacord - 04cc03906924443b5f0703385149f15c96d4b614 authored over 6 years ago
Merge pull request #381 from Saladoc/fix-channelcategorybuilder

Add missing overrides in ChannelCategoryBuilder

github.com/Javacord/Javacord - 62585c86a9571a3f25ca1a921076143a89ac415b authored over 6 years ago
Add missing overrides for permissions-related methods.

github.com/Javacord/Javacord - 21442efea2de07bd27e60cb69b27ae971f0c480c authored over 6 years ago
Merge pull request #375 from Vampire/buffered-image-with-filename

Buffered Image With Filename

github.com/Javacord/Javacord - f801e3690538c748f094553eca222287c37710e8 authored over 6 years ago
Throw exception when an unsupported filetype is used for a file container with a buffered image

github.com/Javacord/Javacord - c23be6ff1f4b6fd39fb0b82434f5d9576742b83c authored over 6 years ago
Use file type, not file name to encode a buffered image

github.com/Javacord/Javacord - 8f5234ced17fb71727ec219698636865abea5e27 authored over 6 years ago
Merge pull request #376 from Vampire/fix-circleci-artifact-uploading

Fix artifact uploading for the CircleCI build

github.com/Javacord/Javacord - b9862eb6f879aa06f7413838a3095136e2b692c7 authored over 6 years ago
Fix artifact uploading for the CircleCI build

github.com/Javacord/Javacord - 40805c40e3abc7bd6a4fb548b468e287641c8e35 authored over 6 years ago
Merge pull request #382 from Saladoc/fix-auditlog

Fix AuditLogEntryImpl

github.com/Javacord/Javacord - 1e952a94b336cf0ed446761277d09092bb64ae17 authored over 6 years ago
Fixed potential NPE in AuditLogEntryImpl

github.com/Javacord/Javacord - b1756e474b48b4af5c032c4b9924fb25ef9865ef authored over 6 years ago
Merge pull request #369 from Vampire/code-generation-improvements

Code Generation Improvements

github.com/Javacord/Javacord - 639eeacc574622e014f11c58346e6511dc2fa7a7 authored over 6 years ago
Rename threadSelector to queueSelector, copy the doc about it to EventDispatcher and make it explicit what can be a queue selector

github.com/Javacord/Javacord - cc802878bf8849b378a7fbff247e072e10ac6831 authored over 6 years ago
Support objects to attach listeners to everyhwere in code generation instead only entities

github.com/Javacord/Javacord - d909ea1bc04e886bc6e4dba13c20658bb1e019e3 authored over 6 years ago
Make code-generation tasks cacheable, even across worktrees

github.com/Javacord/Javacord - 36fc368b44a1e7141cd774b4f3b858a6f446940e authored over 6 years ago
Merge pull request #380 from Bastian/embed-author-icon-fix

Fixed embed author icons for non-urls

github.com/Javacord/Javacord - 72db2b0c740ca3806d1ea9796edd97c1715d722f authored over 6 years ago
Fixed embed author icons for non-urls (closes #379)

github.com/Javacord/Javacord - ac0eab5353e4f97484b795231ce2fb0cdd3aeac5 authored over 6 years ago
Merge pull request #378 from Vampire/remove-static-imports

Remove static imports from Gradle scripts

github.com/Javacord/Javacord - e545446aee32eed1c269bc04592602ca92080bd1 authored over 6 years ago
Remove static imports from Gradle scripts

github.com/Javacord/Javacord - a7854d8f94dbd6e01c5aba91867129ddf2856f9e authored over 6 years ago
Merge pull request #373 from Vampire/log4j-readme-version-from-dependencies

Replace log4j version from dependencies into readme template

github.com/Javacord/Javacord - c541c050b1f70143fd47f7cc914632c8283e8d9b authored over 6 years ago
Replace log4j version from dependencies into readme template

github.com/Javacord/Javacord - 13ebea0fdf8e670b63b92e90c17f0a5ce8427acb authored over 6 years ago
Merge pull request #368 from Bastian/add-intellij-gradle-setup

Added link to Intellij & Gradle setup tutorial

github.com/Javacord/Javacord - 40f0609f551094bc69a346b68c6bcd953405c4c4 authored over 6 years ago
Added link to Intellij & Gradle setup tutorial

github.com/Javacord/Javacord - ba26b570b3cd6d2c4de25e0fccbb35b84dbcde16 authored over 6 years ago
Merge pull request #219 from Vampire/soft-references-in-message-cache

Use SoftReferences in the MessageCache to release memory if needed and make it possible to disab...

github.com/Javacord/Javacord - db1a3ef84d22d2b8ef08a6acb122a8bfa210cb9e authored over 6 years ago
Use SoftReferences in the MessageCache to release memory if needed and make it possible to disable automatic cache cleanup

github.com/Javacord/Javacord - 8299f059872cd0352b2e29b8bcda75c744ee84ae authored over 6 years ago
Merge pull request #367 from Bastian/readme-improvements

Some smaller tweaks to the readme

github.com/Javacord/Javacord - 7f9d839072f1e20b932f646c1de611b37c813a0c authored over 6 years ago
Some smaller tweaks to the readme

github.com/Javacord/Javacord - acde498a5ff2080fb1ec6b8fe026677b91fe0622 authored over 6 years ago
Merge pull request #366 from Bastian/fix-global-ratelimits

Reworked ratelimit handling

github.com/Javacord/Javacord - 48a6d2a1d080ba5a0f397fcf1e44ba3428bc6c89 authored over 6 years ago
Reworked ratelimit handling

github.com/Javacord/Javacord - ec9f6f719f4a7936d956e7d048060ee33d055554 authored over 6 years ago
Merge pull request #322 from Vampire/thread-safe-event-dispatcher

Make EventDispatcher thread-safe and rework some of its synchronization code

github.com/Javacord/Javacord - 646310ec573e69b464e500043a23228acced57c4 authored over 6 years ago