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

Added MessageHistory for private channels and fixed bug where message receiver was null

github.com/Javacord/Javacord - 0d13357d45b6fdf74218dcb9c11e2d09c84470cc authored almost 9 years ago by BtoBastian <[email protected]>
Added #appendNewLine() in MessageBuilder

github.com/Javacord/Javacord - 680748362c733326677beeb83963e56a29f69b82 authored almost 9 years ago by BtoBastian <[email protected]>
Fixed bug in PresenceUpdateHandler (name can be something different than String?!?)

github.com/Javacord/Javacord - 8912d73c9bf7741f00e45f6c4e316905c1bc3431 authored almost 9 years ago by BtoBastian <[email protected]>
Added MessageHistory

github.com/Javacord/Javacord - 65cc156989f81ea0ecf303be4fc662927ee5a620 authored almost 9 years ago by BtoBastian <[email protected]>
You can now accept invites

github.com/Javacord/Javacord - 8dcdcc626acf7c2b908fac5cb51d67fc5470ac8a authored almost 9 years ago by BtoBastian <[email protected]>
Added ServerLeaveListener

github.com/Javacord/Javacord - 792a938e81d27326f07b8eb357fbb67938826c4a authored almost 9 years ago by BtoBastian <[email protected]>
Added UserChangeGameListener and getter for games

github.com/Javacord/Javacord - aa37677f4694d53863b6b0a0b957f053d2045fc5 authored almost 9 years ago by BtoBastian <[email protected]>
Added UserChangeNameListener

github.com/Javacord/Javacord - a7a4fad133b5f41388f59253dfb628e6ef8ef37d authored almost 9 years ago by BtoBastian <[email protected]>
Added ChannelDeleteListener and implemented #delete() for channels

github.com/Javacord/Javacord - 641524b857b563abb07d60d5a67a37f57a128fe6 authored almost 9 years ago by BtoBastian <[email protected]>
Added InviteBuilder implementation.

github.com/Javacord/Javacord - ee903ea2dfa173fce171af888dbba150489c73cb authored almost 9 years ago by BtoBastian <[email protected]>
You can now login using a token, too.

github.com/Javacord/Javacord - 07cf8a2c5ccc3cffc405873004026bdb9cb6070e authored almost 9 years ago by BtoBastian <[email protected]>
Added methods to reply to messages

github.com/Javacord/Javacord - 59093583a99581457acf6ddccf2bafefd2bf3597 authored almost 9 years ago by BtoBastian <[email protected]>
Added methods to update the name and permissions of a role

github.com/Javacord/Javacord - a80ab18417a837c97d04ef10b848bbe465770e36 authored almost 9 years ago by BtoBastian <[email protected]>
Changed getter name for permissions (plural now)

github.com/Javacord/Javacord - 8d78658600cb539f8203b2e2a71e712e9c949a8f authored almost 9 years ago by BtoBastian <[email protected]>
Replaced CompletableFuture and using an older json lib to support java 7 again.

github.com/Javacord/Javacord - 515a14e901762300ce05321b3d93f9ff62b04f71 authored almost 9 years ago by BtoBastian <[email protected]>
Added some useful methods for permissions

github.com/Javacord/Javacord - fa7b66cba0b770ed5fb9ee545515be4ef1877a71 authored almost 9 years ago by BtoBastian <[email protected]>
Added RoleChangeOverwrittenPermissionsListener and UserChangeOverwrittenPermissionsListener

github.com/Javacord/Javacord - c15c10b4ca568a76490c96400bcfb7b1f68eed34 authored almost 9 years ago by BtoBastian <[email protected]>
Fixed typo: overridden permissions -> overwritten permissions

github.com/Javacord/Javacord - 35aabf6c63cc21e0a511ba363a4ec93d2322e5f5 authored almost 9 years ago by BtoBastian <[email protected]>
Added RoleChangePositionListener

github.com/Javacord/Javacord - 165b9243201ce80756c7db7c80b25dc4d895aa86 authored almost 9 years ago by BtoBastian <[email protected]>
Added RoleChangePermissionsListener

github.com/Javacord/Javacord - eaee70d8ebb83651c9c4d4ab4e26116a284067e8 authored almost 9 years ago by BtoBastian <[email protected]>
Added RoleChangeNameListener

github.com/Javacord/Javacord - f7db81d512dd9e5d34d4138a3dc2f0f16bbbeb4a authored almost 9 years ago by BtoBastian <[email protected]>
Added RoleDeleteListener

github.com/Javacord/Javacord - 32c87c1ae5b6aa26a2d222572f5713774ad561a5 authored almost 9 years ago by BtoBastian <[email protected]>
Added RoleCreateListener

github.com/Javacord/Javacord - e88d0086a6c265befc957a83411296df67be1819 authored almost 9 years ago by BtoBastian <[email protected]>
Added permission overrides

github.com/Javacord/Javacord - dc545e9b8bece4dd7bc6d44911b6f16223e3dbb8 authored almost 9 years ago by BtoBastian <[email protected]>
Users now get added to roles

github.com/Javacord/Javacord - 981313e85216bb988435f7bd30c5925e4ae1d640 authored almost 9 years ago by BtoBastian <[email protected]>
Added role implementation

github.com/Javacord/Javacord - 5e77a09d210697eb050505062259789e69fc9598 authored almost 9 years ago by BtoBastian <[email protected]>
Added implementation of the Permissions and PermissionsBuilder interfaces

github.com/Javacord/Javacord - 69c9919668bcd372ede27224279f19d2bfb075ff authored almost 9 years ago by BtoBastian <[email protected]>
Added interfaces required for permission management (no implementation)

github.com/Javacord/Javacord - 7fdbaf7108f1c8034e82129604f20c73d41ecf7a authored almost 9 years ago by BtoBastian <[email protected]>
Fixed wrong greater/less than operator

github.com/Javacord/Javacord - 0d2ecf979f92d0f6e8c165c4205c3b970647f775 authored almost 9 years ago by BtoBastian <[email protected]>
Added ChannelCreateListener and fixed missing handler registrations

github.com/Javacord/Javacord - 2332d46cf14ac17af7fa919037adb021ef4f74e9 authored almost 9 years ago by BtoBastian <[email protected]>
Added random status updates to compensate ignores packets (5 per minute)

github.com/Javacord/Javacord - 35a19d062362a87a1016e4b8ac81956c4ecb2750 authored almost 9 years ago by BtoBastian <[email protected]>
Fixed wrong keep-alive packet and added setter for idle status

github.com/Javacord/Javacord - 63f76a220c0aa9c2dbd566992d612dfc13ccec1c authored almost 9 years ago by BtoBastian <[email protected]>
Added Getters for members of servers

github.com/Javacord/Javacord - 28003a6f4cc9b37cdddb060d4b4c2f850b1db476 authored almost 9 years ago by BtoBastian <[email protected]>
Added public getter for the used thread pool

github.com/Javacord/Javacord - ebbf3b767e8a762922485fb8b0efc4db8907c632 authored almost 9 years ago by BtoBastian <[email protected]>
Added ServerMemberRemoveListener

github.com/Javacord/Javacord - 26be6633babb3455a489504ca2a7140707334124 authored almost 9 years ago by BtoBastian <[email protected]>
Added ServerMemberAddListener

github.com/Javacord/Javacord - cfa7bdc779b0166af8d50165cc07ad52b4e585bd authored almost 9 years ago by BtoBastian <[email protected]>
Removed retry and replaced it with a SingleThreadExecutor.

github.com/Javacord/Javacord - 0fbeb79256bc001c8ffac2a6f957581d34011a33 authored almost 9 years ago by BtoBastian <[email protected]>
Added retry for update packets if updated entity doesn't exist atm

github.com/Javacord/Javacord - fb38760631f85cd7fd41088e77e700537ac2c1d1 authored almost 9 years ago by BtoBastian <[email protected]>
Added ServerJoinListener

github.com/Javacord/Javacord - c1f1d9759fa694c6aa410f2d4dfc885da6e2b8a6 authored almost 9 years ago by BtoBastian <[email protected]>
Added ChannelChangePositionListener

github.com/Javacord/Javacord - 77c00ae10125ec0996e52521a16e2a9c9f2e7f42 authored almost 9 years ago by BtoBastian <[email protected]>
Added getter for MessageAttachments

github.com/Javacord/Javacord - b7fccc709ff818c2804cd6c7bfcfc5a46db975a4 authored almost 9 years ago by BtoBastian <[email protected]>
Added ChannelChangeNameListener and ChannelChangeTopicListener

github.com/Javacord/Javacord - fc74c7ec62cea891d5a5795d47e3eb8f9782923e authored almost 9 years ago by BtoBastian <[email protected]>
Added MessageDeleteListener and made some synchronization

github.com/Javacord/Javacord - 261efcec836a3fb0e862d3801c8ddad5fce0ee93 authored almost 9 years ago by BtoBastian <[email protected]>
Moved message handlers in own package

github.com/Javacord/Javacord - e085bdd85d5a7132d65849d453b015005788e89b authored almost 9 years ago by BtoBastian <[email protected]>
Added MessageEditListener

github.com/Javacord/Javacord - be737b938b74caf5884dede2aac18e828d7f9200 authored almost 9 years ago by BtoBastian <[email protected]>
Added TypingStartListener

github.com/Javacord/Javacord - c0e9c8e1eb21f2e70daf04a9c42a36697a20ad89 authored almost 9 years ago by BtoBastian <[email protected]>
Added MessageCreateListener

github.com/Javacord/Javacord - 6f55d5f402cd2cd068e04cb9b133a7b0dd4798d3 authored almost 9 years ago by BtoBastian <[email protected]>
Added file upload and made lots of fields final

github.com/Javacord/Javacord - 473ac3ba0d1ca7601fa3a759eacea1aad0337506 authored almost 9 years ago by BtoBastian <[email protected]>
Added MessageAttachment

github.com/Javacord/Javacord - 285d334927102506319a89c324398130b8ff8885 authored almost 9 years ago by BtoBastian <[email protected]>
Added MessageBuilder

github.com/Javacord/Javacord - 7c884de2f7725b79ea85232bab24ade0b72625cb authored almost 9 years ago by BtoBastian <[email protected]>
Fixed Bad Request error and added some delete-methods

github.com/Javacord/Javacord - a8dbb10208da2eb71a7ae808b46602b2187bd334 authored almost 9 years ago by BtoBastian <[email protected]>
Added message implementation

github.com/Javacord/Javacord - 288a394d9b69aa4d362b407745bafa43eca7ec34 authored almost 9 years ago by BtoBastian <[email protected]>
Added user implementation

github.com/Javacord/Javacord - 137572f5eadbc29ca21a81ced429a6220e200c44 authored almost 9 years ago by BtoBastian <[email protected]>
Added channel implementation

github.com/Javacord/Javacord - 4fc543538c2e2f5d4f1d7f83dc56f5aaf77e9a3c authored almost 9 years ago by BtoBastian <[email protected]>
Added server implementation

github.com/Javacord/Javacord - 0b243d91e4597fcc526509b4d6e0718b8c3c42c3 authored almost 9 years ago by BtoBastian <[email protected]>
Added interfaces and removed ReadyListener

github.com/Javacord/Javacord - 1564224af592223e739179fbbf875cdfe9094907 authored almost 9 years ago by BtoBastian <[email protected]>
Initial commit of rewrite

github.com/Javacord/Javacord - 3e51bf9d9adc065513d020168f386226513506f7 authored almost 9 years ago by BtoBastian <[email protected]>
Update README.md

github.com/Javacord/Javacord - abeac183cbf1df1dea88ed9c4f13de3e3a0b76ff authored almost 9 years ago by Bastian Oppermann <[email protected]>
Update README.md

github.com/Javacord/Javacord - 2c36c4e45a64dadb0e8b912fc7cafda31c0bc09e authored almost 9 years ago by Bastian Oppermann <[email protected]>
Hotfix: using wss now

Discord will stop supporting ws:// on Feb 1, 2016.
Make sure to update your bot.

github.com/Javacord/Javacord - 5b616d5fb6523a54048c94d94ffaeec4c39a15ab authored almost 9 years ago by BtoBastian <[email protected]>
You can now upload files

github.com/Javacord/Javacord - 0fe82ca58e35e9657e1a1a7ffd015af0dd439e1c authored about 9 years ago by BtoBastian <[email protected]>
You can now mark messages as read

github.com/Javacord/Javacord - 7a02c43472432711e9e1e650e5f2647969bef0e2 authored about 9 years ago by BtoBastian <[email protected]>
You can now create and edit servers

github.com/Javacord/Javacord - 4caeee2b30820116573e83d002047d17b0551bae authored about 9 years ago by BtoBastian <[email protected]>
Update README.md and fixed javadocs

github.com/Javacord/Javacord - df48360db5d30c1d204b077e908a2757a4176b39 authored about 9 years ago by BtoBastian <[email protected]>
Channels can now be edited

github.com/Javacord/Javacord - d21ea16223bfa00c6408d520bb1b59ec0f949409 authored about 9 years ago by BtoBastian <[email protected]>
Huge role/permissions update

github.com/Javacord/Javacord - b64cfc94b0df4786ad3d602a7a2154edf55a23ba authored about 9 years ago by BtoBastian <[email protected]>
Update README.md

github.com/Javacord/Javacord - 9a4bb577e28771c93a1f062c6977c292ff305ce0 authored about 9 years ago by Bastian Oppermann <[email protected]>
Changed package structure

Changed the structure of the packages.
Don't be afraid if all of your code is red, you just have...

github.com/Javacord/Javacord - 10ca0718ecae3104f0be2f2398b71252c32b3268 authored about 9 years ago by BtoBastian <[email protected]>
Improved invite creation

github.com/Javacord/Javacord - ae040db5cf0a69880fb46c425fbbedd60ee2c25b authored about 9 years ago by BtoBastian <[email protected]>
A new listener and a small bugfix when joining servers

github.com/Javacord/Javacord - 76eaa2ebc2655af9fb48a06bbacbde8a5410d713 authored about 9 years ago by BtoBastian <[email protected]>
Added four new listeners, improved the registration of listeners and improved the performance a little bit

github.com/Javacord/Javacord - 7067f82a6519efd19b57e08f101c888bf231be59 authored about 9 years ago by btobastian <[email protected]>
Added two new listeners

github.com/Javacord/Javacord - 6c0a61eaade76a6baea1332c601328199f1bfe1a authored about 9 years ago by btobastian <[email protected]>
Update README.md

github.com/Javacord/Javacord - 0a143f2a713a36b785c2173c791ee166cf3736bd authored about 9 years ago by Bastian Oppermann <[email protected]>
Added a new event and fixed some bugs.

github.com/Javacord/Javacord - 872285d2b97cf27104076744302bcd4bdc67ffd6 authored about 9 years ago by btobastian <[email protected]>
Update README.md

github.com/Javacord/Javacord - e0586926ace7807adb0542647b2454228036f8a6 authored about 9 years ago by Bastian Oppermann <[email protected]>
Added permissions support (ready only)

github.com/Javacord/Javacord - 5d24463bbf94f7c9ad1784d838b2b144cad33198 authored about 9 years ago by btobastian <[email protected]>
Update README.md

github.com/Javacord/Javacord - 1e76b9e929332363a88bf99ab17e39d28ddf93e5 authored about 9 years ago by Bastian Oppermann <[email protected]>
self-knowledge and a bugfix

github.com/Javacord/Javacord - 8c853e80ec02aa939a3b55c3c4f57c1b132365f5 authored about 9 years ago by btobastian <[email protected]>
Update README.md

github.com/Javacord/Javacord - 08dd5a34de6cb53b17b5237bb90c2cddd244cf73 authored about 9 years ago by Bastian Oppermann <[email protected]>
Bugfix

Don't use 1.0.2, it's pretty buggy!

github.com/Javacord/Javacord - ab4475e7a4ba8a0d9c37b77a7318b09684b480e1 authored about 9 years ago by btobastian <[email protected]>
Update README.md

github.com/Javacord/Javacord - 6102c8003daeb320c78ceeb5c8303873ef1664d5 authored about 9 years ago by Bastian Oppermann <[email protected]>
Some new features and bugfixes

github.com/Javacord/Javacord - 5c804dcdcddc93a004d1ce886f3d777dd4ff362b authored about 9 years ago by btobastian <[email protected]>
Update README.md

github.com/Javacord/Javacord - 6f82183e5f01b60c72ca84d3bcb0d15185bda5be authored about 9 years ago by Bastian Oppermann <[email protected]>
Update README.md

github.com/Javacord/Javacord - 2f0a78d38ab72fa039cd50b752be1293576d9bdd authored about 9 years ago by Bastian Oppermann <[email protected]>
Some new features

Added some new features.

github.com/Javacord/Javacord - bb38c0f0ad01b54e02ce459b378d4537a0bed35e authored about 9 years ago by btobastian <[email protected]>
Update README.md

github.com/Javacord/Javacord - a8c9d2944e1b266e7c5f92e1356508728bc4f8b0 authored about 9 years ago by Bastian Oppermann <[email protected]>
Update README.md

github.com/Javacord/Javacord - cd19a6fd75e7ed95fb1a3af56c3bca2797a08fee authored about 9 years ago by Bastian Oppermann <[email protected]>
Update README.md

github.com/Javacord/Javacord - d62b48a4fc4b6b227bcbb0fbed66efb44b248637 authored about 9 years ago by Bastian Oppermann <[email protected]>
Merge remote-tracking branch 'origin/master'

# Conflicts:
# pom.xml

github.com/Javacord/Javacord - f88d0f2658b07f9c8e0726f9e6511cb23c7bc691 authored about 9 years ago by btobastian <[email protected]>
Javadocs

Javadocs are now generated using maven

github.com/Javacord/Javacord - c583e6423a126369998e284e3a8341eb311cde16 authored about 9 years ago by btobastian <[email protected]>
Update pom.xml

Updated version to 1.0.0

github.com/Javacord/Javacord - 5258c5ca2c083b65724a17c9037a8cdc8441f43e authored about 9 years ago by Bastian Oppermann <[email protected]>
Bugfix

Fixed a small bug and set debug to false

github.com/Javacord/Javacord - d8175ff27b42cf86b82626bf9bce0e065823b0b8 authored about 9 years ago by btobastian <[email protected]>
Update README.md

github.com/Javacord/Javacord - 874069b9cbeaab199392278edca8500ac4ce0bae authored about 9 years ago by Bastian Oppermann <[email protected]>
Update README.md

github.com/Javacord/Javacord - d58dd7d9cf706cd69dcda0b6d9104b2bca85f02d authored about 9 years ago by Bastian Oppermann <[email protected]>
Update README.md

github.com/Javacord/Javacord - 6be52674510ecb58fc49416595802b70eba3f153 authored about 9 years ago by Bastian Oppermann <[email protected]>
Small Bugfix

Fixed a small bug

github.com/Javacord/Javacord - c1bed414f00f9e7696037efa0e9bf8f8fde264d6 authored about 9 years ago by btobastian <[email protected]>
Update README.md

Fixed formating

github.com/Javacord/Javacord - 7aabd345bd0b910d357bac48c0ac2fdb1a340696 authored about 9 years ago by Bastian Oppermann <[email protected]>
Update README.md

Added some more examples

github.com/Javacord/Javacord - a9a6c1771abdbe3e5f95d8336630cd75be65d367 authored about 9 years ago by Bastian Oppermann <[email protected]>
Update README.md

Added an example

github.com/Javacord/Javacord - 59abc4bb71e86f1d3366c34ad25ef2febe945378 authored about 9 years ago by Bastian Oppermann <[email protected]>
Bugfixes

Fixed some small bugs which made it impossible to connect to discord

github.com/Javacord/Javacord - c76f3d0274fb5904c7cdcce691eb5d03c12f9667 authored about 9 years ago by btobastian <[email protected]>