Ecosyste.ms: OpenCollective

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

Together Java

Discord community with over 30,000 members providing Q&A support focused on the general topic of programming with Java.
Collective - Host: opensource - https://opencollective.com/together-java - Website: https://togetherjava.org/ - Code: https://github.com/Together-Java

Improved the spacing a bit around the fields

github.com/Together-Java/TJ-Bot - f84b78bbedd021886fa2845e18eacead0a694d88 authored about 3 years ago
Removed the unused import and readjusted the static and non static fields

github.com/Together-Java/TJ-Bot - 145ba7de0b4b3ea9f7803eb6bcc9adce1869a066 authored about 3 years ago
Adding the bullet point unicode character, and wrapping tagSystem.getAllIds() with a Collection

github.com/Together-Java/TJ-Bot - 7c3794d07443f18dcdc6b98031dcd23e1b3032db authored about 3 years ago
Improved the event reply with extracting the stream into a seperate variable, changing the logger inside the if condition and making the logger finall static, also renaming the magic number 200 to something more understandable MAX_TAGS_THRESHOLD_WARNING, and finally removing the ArrayList with provided value and using the direct value instead.

github.com/Together-Java/TJ-Bot - d3dba40c26b25a4bb6dd34a1ec3a4cf80492348c authored about 3 years ago
Improved the spacing a bit and removed the Todo

github.com/Together-Java/TJ-Bot - 19583623264f5b0d96a21b1eca8220b9eb0f36a4 authored about 3 years ago
Resolved the issue#240, with making all the tags be on the new line to make it look like a bullet point, and sorted the tags alphabetically, with adding a WARNING to when the lines reach above 200

github.com/Together-Java/TJ-Bot - b0043a1ac10c3930f62aa78da87dd8d265b1b76d authored about 3 years ago
Added /audit command

github.com/Together-Java/TJ-Bot - 1a87811fd213ccaaf15566c6c07a75d18df74308 authored about 3 years ago
Made AMBIENT_COLOR of mod utils package-available (needed by audit)

github.com/Together-Java/TJ-Bot - 85f4c3b64148ff99d53bc4595549200adc00113e authored about 3 years ago
Bump log4j version to fix RCE vulnerability

github.com/Together-Java/TJ-Bot - 8f02fe5a13094bae635d95add32d3b0ada80b4fd authored about 3 years ago
Javadoc and Linter

github.com/Together-Java/TJ-Bot - 33e2cb5acc1a22676c8b74d02f8ae3e803689e98 authored about 3 years ago
Added ModerationActionsStore

github.com/Together-Java/TJ-Bot - f97ebe9b971fb25a3b0a480b414f664c5a99e56d authored about 3 years ago
helper method to get rid of code duplication (CR by Zabuzard)

github.com/Together-Java/TJ-Bot - a64651a7a4c60bd5a7584e4ea73235892ef498e4 authored about 3 years ago
added not-null checks for fail-fast

github.com/Together-Java/TJ-Bot - 2bc2331c4c195850bddc6003c92e12a255eadeac authored about 3 years ago
Note about timestamps being slightly off by design

github.com/Together-Java/TJ-Bot - 435cd4b13e9da07237e031955322b3c5158e6e4e authored about 3 years ago
Integrated store into moderation commands

* ban
* unban
* kick

github.com/Together-Java/TJ-Bot - 84081408e8be43f525dba0080e3fbfa14a0697a5 authored about 3 years ago
removed chaining for readability

github.com/Together-Java/TJ-Bot - bd063944089d60e2eaf9d738ae2ba78a244a469d authored about 3 years ago
moved Channel Status functionality into its own class

github.com/Together-Java/TJ-Bot - 511e5f07ba5b560c3b990e619b9aca754e30a7e5 authored about 3 years ago
Moved user responses to its own class

Added status message editing
Added on boot channel inactive check

github.com/Together-Java/TJ-Bot - 2ac5407c26c3a2282301edc28f1affb4fd5144b1 authored about 3 years ago
added null check with IllegalStateException

github.com/Together-Java/TJ-Bot - 0b9e60d1845ddbc68f0121cec6d7169c956f70d5 authored about 3 years ago
changed getLastMessageId from Optional<Long> to OptionalLong

github.com/Together-Java/TJ-Bot - 53cad16f0a2ef1b2bee27a5c0e3ac70e0adc43b3 authored about 3 years ago
added FIXME comment

github.com/Together-Java/TJ-Bot - c191cf7b7946071971abf0d87602958db78b3e1f authored about 3 years ago
made classes package private

github.com/Together-Java/TJ-Bot - 7a86ff0a45df457fe2d986472b4eef1db944d5a8 authored about 3 years ago
renamed channelsToMonitor to channelsToMonitorById

github.com/Together-Java/TJ-Bot - 2a310b38f089cff87278faca5a0700189ee9cc10 authored about 3 years ago
replaced accidental NPE's with IllegalArgumentException

github.com/Together-Java/TJ-Bot - 346ad1314be9657194624d78a93ca0d7cfa490d4 authored about 3 years ago
removed FIXME's

github.com/Together-Java/TJ-Bot - d4d19b69b57624defd2294b71fee43f08a830c16 authored about 3 years ago
cleaned up warnings

github.com/Together-Java/TJ-Bot - 3f42441d3017e567d923e79e2a009b45fa8b37fd authored about 3 years ago
added @NotNull to buildStatusMessage

github.com/Together-Java/TJ-Bot - f598410ed31007a02f4f1120f0bd13f4bbd4a995 authored about 3 years ago
changed inactive to work when retrieveHistory fails

github.com/Together-Java/TJ-Bot - 94ce8f1fd196276ebb4597c6aa603d36d1fa9f16 authored about 3 years ago
made message retrieval limit configurable

github.com/Together-Java/TJ-Bot - 70a20adf872ba4f7dc25c603acbece9497d7b028 authored about 3 years ago
refactored onSlashCommand for improved readability

github.com/Together-Java/TJ-Bot - c8f7cb7cb9c40ffa2d622eccbef13cb1b702f972 authored about 3 years ago
removed delegation text from javadocs

added @throws to javadocs

github.com/Together-Java/TJ-Bot - dc28142cea1115d9fed686a90ee4c6c73eefa2f7 authored about 3 years ago
added more detail to javadoc

github.com/Together-Java/TJ-Bot - 2f2b49a48a08369e06e346eb528289fe624886b3 authored about 3 years ago
changed variable name

github.com/Together-Java/TJ-Bot - 17bbb26a1755473263464224392e65e95539dd5c authored about 3 years ago
removed deprecated tag

github.com/Together-Java/TJ-Bot - a0ec375b1302cbba629c102054bf0baedd3cab4e authored about 3 years ago
improved javadocs

github.com/Together-Java/TJ-Bot - 9a032f029c954fbb0ebcc19f14b5b71dc43b6c84 authored about 3 years ago
moved todo inside method

github.com/Together-Java/TJ-Bot - a92d6da754b9fd834e3d5cb014335a147057bdb1 authored about 3 years ago
added synchronised

github.com/Together-Java/TJ-Bot - 2c266927905bc66272471d9d4b2556523083a0d8 authored about 3 years ago
refactored getMessageHistory

github.com/Together-Java/TJ-Bot - e1af5fb0285b3270c086b5851179584aec411186 authored about 3 years ago
JavaDoc revisions, added some extra syntax

github.com/Together-Java/TJ-Bot - d7f20c42677a0d70307c8b146ffa9e6a9ac65a0b authored about 3 years ago
Changed UserStrings to TextBlocks

github.com/Together-Java/TJ-Bot - bb84411506c7b03f0d67905b3ec300e8ba2a99c6 authored about 3 years ago
changed visibility to package private

github.com/Together-Java/TJ-Bot - 31dd4a76a84c0b0fb63a18955cbfc9405465165a authored about 3 years ago
improved javadocs

github.com/Together-Java/TJ-Bot - 16f0d694c41a104d8ce44214e3a3aa63fd97275b authored about 3 years ago
the extremely common adding @NotNull commit

github.com/Together-Java/TJ-Bot - 6c57347758892b61c73d255f79fdb6fd51f66a67 authored about 3 years ago
changed variable name FREE_COLOR into MESSAGE_HIGHLIGHT_COLOR

github.com/Together-Java/TJ-Bot - 70aa592e8decec8286922b5c7fe76d1d56d00f90 authored about 3 years ago
changed method to modern chain

github.com/Together-Java/TJ-Bot - ddc6b9d7f2e4f92d399a4e762d3f263dbd986220 authored about 3 years ago
the extremely common adding @NotNull commit

github.com/Together-Java/TJ-Bot - 2916face8fc3821a790a0c6951cdd65f1d384b86 authored about 3 years ago
made package private

github.com/Together-Java/TJ-Bot - ab3703a5246ebcb4668427dbc14239f5983d542c authored about 3 years ago
made package private

github.com/Together-Java/TJ-Bot - 7e05c23dae281896aa5349e56b106898e9eef1a7 authored about 3 years ago
inverted if for better readability

github.com/Together-Java/TJ-Bot - a9fcbb7b9c77392c62292c5e389a8d7bd3c0b21e authored about 3 years ago
added ChannelStatusType enum

github.com/Together-Java/TJ-Bot - ad54ef0abb5c1e731c1ca62dea450efbc0e81624 authored about 3 years ago
removed @NotNull

github.com/Together-Java/TJ-Bot - 8d433eb018e2163422695763bfcb588b4a2191dc authored about 3 years ago
removed @NotNull

github.com/Together-Java/TJ-Bot - 98d1611ab2c585bb2149a38291777575125a74ac authored about 3 years ago
changed to enum-util pattern

github.com/Together-Java/TJ-Bot - 378517af0259c3c85bb459fc931f1df240b29058 authored about 3 years ago
changed config to fail-fast

added javadocs

github.com/Together-Java/TJ-Bot - 7855f4e6f08e6efa111edd5c811dfb67604e7341 authored about 3 years ago
added @NotNull to findExistingStatusMessage

github.com/Together-Java/TJ-Bot - d45056bcc635f80a9e05c3b3f57ef86f443df2c3 authored about 3 years ago
added @NotNull to getStatusMessage

github.com/Together-Java/TJ-Bot - 2eb2e8deb50a88432d983699a5260f7daddcd8e3 authored about 3 years ago
changed method name shouldHandle to handleShouldBeProcessed

github.com/Together-Java/TJ-Bot - 6d3c476a40ef24a330f172e4c36aad9070b759f5 authored about 3 years ago
streamlined displayStatus method

github.com/Together-Java/TJ-Bot - 791f33d2e1d2bb2eae854486763efa5f4f831e1e authored about 3 years ago
deleted unrelated class from branch

github.com/Together-Java/TJ-Bot - be36427b600b97e015024326c36cd7f18c26ee42 authored about 3 years ago
improved javadocs

removed obsolete 'requireNonNull' call

github.com/Together-Java/TJ-Bot - 27deb66a823b6175e920b6993e6f27a1b22758a5 authored about 3 years ago
@NotNull added, some grammer corrections

github.com/Together-Java/TJ-Bot - d627d1e3d80131b7f7faa29681411625054c86d6 authored about 3 years ago
Added framework for FreeCommand and ChannelStatus

Added Util for ephemeral error messages
Modified Config to load FreeChannel config
Improved Javad...

github.com/Together-Java/TJ-Bot - b51d883f63a667689c5730cd7952f9fef6bf631d authored about 3 years ago
reordered methods for code factor

github.com/Together-Java/TJ-Bot - 5378b514291f5c1c1eaf1fbb3fb6e253a4dbc34d authored about 3 years ago
changed toDiscord method name to toDiscordContentRaw

changed StringBuilder to StringJoiner

github.com/Together-Java/TJ-Bot - 3e88a91efc68596c587056a9145d8ddc1df761d8 authored about 3 years ago
improved code flow

github.com/Together-Java/TJ-Bot - 87af9329df69278f0c086d69f50b526edc6fe61e authored about 3 years ago
added @NotNull to checkBusyStatusAllChannels

github.com/Together-Java/TJ-Bot - 1ffc5e62f3dd9e70c59b3c7a7496df3db1628763 authored about 3 years ago
made class FreeCommand final

github.com/Together-Java/TJ-Bot - 59726103ae353d3cc3c627b129eb2fa8da89b149 authored about 3 years ago
removed exposed implementation details from javadoc

github.com/Together-Java/TJ-Bot - 6372cb12cb2aef421f7c943d2ac7a5f64091dc7b authored about 3 years ago
made testing interval configurable

updated javadocs to reflect it

github.com/Together-Java/TJ-Bot - 3ea357348b4ca7ca0073d85d344e8090a94543aa authored about 3 years ago
Made config unmodifiable more explicit.

Fixed javadocs

github.com/Together-Java/TJ-Bot - fd32311cbea3661cbffc54d7801e3137f583c89c authored about 3 years ago
Changed from user.getName() to getAsTag() (as per review)

github.com/Together-Java/TJ-Bot - 05a312e7723d2c9aa14206b587796636c718aeb8 authored about 3 years ago
Added framework for FreeCommand and ChannelStatus

Added Util for ephemeral error messages
Modified Config to load FreeChannel config
Improved Javad...

github.com/Together-Java/TJ-Bot - 1fd6f1c1a17ee7e557c77cfa0f5b8a37dbd2dc7d authored about 3 years ago
added thread safety for 'busy'

added javadocs

github.com/Together-Java/TJ-Bot - 6d1312d2dd76acd065102287aa562a26f60802c4 authored about 3 years ago
added more detail to javadoc

github.com/Together-Java/TJ-Bot - ca61dd648153ab9cf8cc4bc44f42c79abb557f2f authored about 3 years ago
Fixed accidental log4j2.xml commit

Changed classname Util to FreeUtil

github.com/Together-Java/TJ-Bot - 4f1f215cbe22e9783627c705f60fface33973d76 authored about 3 years ago
Changed 'todo's to uppercase

changed method name 'anHourAgo' to 'inactiveTimeLimit'
added javadocs

github.com/Together-Java/TJ-Bot - 7f83326a5a2893797544be3e15967316ecdaad9e authored about 3 years ago
changed FREE_COMMAND constant to COMMAND_NAME

github.com/Together-Java/TJ-Bot - 9fe8e0ac07e3d3537c82d64047ba5817e09cc6db authored about 3 years ago
removed term private from javadocs

github.com/Together-Java/TJ-Bot - 09b2ec671c73d16edb186a2adcf09a8242142cca authored about 3 years ago
fixed formatting in javadocs

github.com/Together-Java/TJ-Bot - 0655dd1e6b1c95a74532968f4d68985866b73dd6 authored about 3 years ago
added //TODO with issue number

github.com/Together-Java/TJ-Bot - b62fc888b4cc82a0cb90e7b8c97d434a0f5a844b authored about 3 years ago
changed postStatusInChannel to guildIdToStatusChannel

github.com/Together-Java/TJ-Bot - dc20382c4e0e15e8a56a65a1446b43f8348b1f6f authored about 3 years ago
Set file encoding to 'UTF-8'

github.com/Together-Java/TJ-Bot - d7f2ce5c5187c0871adba0c9b8f25d1052935c36 authored about 3 years ago
Extract test tasks from modules to root build.gradle

Since it's in every module, and it's exactly the same, this removes unnecessary duplication.

github.com/Together-Java/TJ-Bot - f9513d521c7f19548344e99ca4f9e9ff9d5efd8f authored about 3 years ago
Bump JDA from 4.3.0_339 to 4.4.0_351

Bumps JDA from 4.3.0_339 to 4.4.0_351.

---
updated-dependencies:
- dependency-name: net.dv8tion...

github.com/Together-Java/TJ-Bot - ff40d3343200997ef56acd9f6ee04e30c5428a51 authored about 3 years ago
Bump com.diffplug.spotless from 5.16.0 to 6.0.0

Bumps com.diffplug.spotless from 5.16.0 to 6.0.0.

---
updated-dependencies:
- dependency-name: ...

github.com/Together-Java/TJ-Bot - 3d2612ea9c6da3f08d0be04fb5355acaf2075c48 authored about 3 years ago
Removed trailing space from 'YouTube Together'

Changed private to public

commits merged

github.com/Together-Java/TJ-Bot - 51d661aecd5737f23075a58185ad1b319f14558b authored about 3 years ago
Fixed bug with tag-raw not working with code snippets

* it didnt escape ``` correctly (\``` instead of \`\`\`)
* adjusted test cases
* added a new tes...

github.com/Together-Java/TJ-Bot - 3b948795c91379da75474cb9747aaac874d51005 authored about 3 years ago
Delete outdated comment

After 2087bfd (Removed now obsolete curlies and java:S1602, 2021-11-17),
there is one leftover c...

github.com/Together-Java/TJ-Bot - 43500bc0e5680a44d175b991eab348aafe961441 authored about 3 years ago