Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/Javacord/Javacord
An easy to use multithreaded library for creating Discord bots in Java.
https://github.com/Javacord/Javacord
2ed850da91a291381c9817e0d53818246efc0ff3 authored almost 4 years ago
749451349816d1f22ea572ac552d40eb7ec203a3 authored almost 4 years ago
8310d5450d0e76c67a2372896d51c01068d5685c authored almost 4 years ago
b9a5370e9b67dfc1f09558202de8ee371e7c9566 authored almost 4 years ago
e92d4a9a518d00cd2a9c79c6a63481664fba0243 authored almost 4 years ago
19bf2f31110ebd098b3a4ab315a533757a4be772 authored about 4 years ago
0ccb15c44751bd6998b8b868d2550eeaf977c1c3 authored about 4 years ago
a27421c47332a7702587c66d561d799098b606d1 authored about 4 years ago
Added targetUser to Invite.
Changed method getServerId to return an Optional.
https://github.com/Javacord/Javacord/pull/573
65393f463d29a36f10c78d5fc38d935e9e5fd0a5 authored about 4 years agobe782a6011df71ed8607456265a2622650dd3d1f authored about 4 years ago
17fe8028acb70fe2fdbb6f9c9b19a4307bcfb8cd authored about 4 years ago
7d6f5d093c48c7056abdf10f4f8ade368048b6a5 authored about 4 years ago
8608eae1d5b33a9c493f98052ee23b453233721c authored about 4 years ago
Drop unnecessary use of Optional class
spacing
Delay connection instead of identify payload...
6ed858c96c0b7bb658be2031701cf63d04d6a86e authored about 4 years ago
Previously, role membership was both stored in the Role object and the
member object. Now, the m...
d637dc725cc859dea01c06e19856199cfad6f94f authored about 4 years ago
a9db1cb686d5f465b5802181194d5c62f4a4969f authored about 4 years ago
797a8bbd8c15d576537929b9d9f8236fb663d39e authored over 4 years ago
507ea77edb7fe3715d08453782802e59865f3473 authored over 4 years ago
117a299e4c001f4cf6655f64c25a6d300e519a09 authored over 4 years ago
2c43deae4bb2538a7bba12ee10b77f0a4ab49280 authored over 4 years ago
35735de564c9a5da826b038cd03d3343a0eb9ef4 authored over 4 years ago
291a81438ca416301c44efcb89f3da67437822ca authored over 4 years ago
Fix typo
5905d7497d1d0c8e525cea4a2c80d8fc57acd2f5 authored over 4 years agod8f043e2ad351583d4fa406dd99c73eb881bdfd9 authored over 4 years ago
Fix ServerVoiceChannelMemberEvent
3dbcb42f989d5aab82bacb6e0062e08e95de33e8 authored over 4 years ago5aa591073e2a0b45036907dbd2000af112203c3b authored over 4 years ago
Re-add missing UserImpl#equals(...) override
b274b20ea05c64cb10863e94115c24b2a55135c7 authored over 4 years agodd922227b1b532f6876393aeae01b82e4b961327 authored over 4 years ago
Fix #waitForUsersOnStartup()
71ebd4577ddd690ef79d7c247402f5d52f0fc3b3 authored over 4 years ago
If you have the startup wait for users enabled but not the
GUILD_PRESENCES intent, your bot will...
9a342d333b281b6a18065f2cc871bd5629d5b5fb authored over 4 years ago
8db5793cc65dcf719d2d01b53c9386767eb18fd4 authored over 4 years ago
Control user waiting
8fb3481501631a3aa5ed69b448cbcf6752dbd857 authored over 4 years agof15f583a0428fb3f466c810045209a21ab0e073f authored over 4 years ago
2eeff950cebaada9d5a2176051025c948518c707 authored over 4 years ago
Fix wrong warning about uncached members
954ac2af887a8a10998eb772e9725283e9b8bd40 authored over 4 years ago
It's completely unproblematic, as long as it happened directly after
startup.
Remove disconnect on unanswered heartbeat ack
4b2906a117d593285c6bcd734a2b918810751f01 authored over 4 years agoa6a2f4d905f170538ca13db6198cc558546eafe2 authored over 4 years ago
Disable waiting for users with GUILD_PRESENCES intent set
f3f10634feef4b6955d759070835d9079a12d355 authored over 4 years ago
Without this intent, we have to request guild members from all servers.
Because of the 120/min s...
Fix TypingStartHandler for private messages
8e35d391dcf7cc5755ac7fd89fb4d56b39bc0568 authored over 4 years agoabc9e5de445e21d5ef5dcc1a52b6d001abd58780 authored over 4 years ago
Improve performance of User#getMutualServers()
83188d80338204fbc8490edb1d1258e4e29f4f5d authored over 4 years ago2fe84e46318aefb541f720d0747887f3fea4ac0a authored over 4 years ago
Fix performance bottleneck on login
5d4035e2cc4836335b6fa9eb6f1ebaf70e187e30 authored over 4 years ago2f61bc9697857b689e2d425860503e18369f75a1 authored over 4 years ago
Fix Server#isMember(User)
d7625c6ce59073ca41ff1c1fbb26b3d33161f39e authored over 4 years ago0600d5db79f6da79f6844c3712a39c6221bdaf41 authored over 4 years ago
Add member and allow disabling of user cache
cc35c935e3275238004e68f52e5339db9d7e5bce authored over 4 years ago
Did I every say how awesome JProfile is?
The addMember() method was super slow, because it used ...
With intents, you can no longer request guild members in batches.
b51ff5d8648ef34764a329e2d75aa70a7892b6be authored over 4 years ago
Yes, I know that this commit is
- Ugly
- Way to large
However, because we have a very hard dead...
293bba53ab9fb28b844531f2a4fa0a4cae654e47 authored over 4 years agoSupport for intents
eb8ea4932450a2af66cf598aaf09ae61c69f7582 authored over 4 years agoThis is a WIP feature because it does not fully support intents.
Things which are affected of n...
6f35e5e0779fa7b0c5ebbe1f48e02d873c8c4dce authored over 4 years agod6f809aeb1b766f1434b9b67f920e3219ecd1bf4 authored over 4 years ago
eea300ba053a029b7f961d13a9c907b043a38f35 authored over 4 years ago
Add option to disable shutdown hook in DiscordApiBuilder
ffa31f917cb1a9d934e955fe8f84ef689a1c01bb authored over 4 years ago2f71b956cc6b3b2473dd5609d3dbc065a83a7ba0 authored over 4 years ago
Add audio reconnect logic for dropped main gateway session
672393b042615ead74a3fd7d1d7b8b78ad4b4faa authored over 4 years agof289f804dc4610dbe51e6ae03706e642668c7dc3 authored over 4 years ago
Add getter for ratelimit buckets
7c4be5473b95bff95a88a5cd55318e48320f7198 authored over 4 years agoff52be0afec7a2ffdd75a493da6951f484e94081 authored over 4 years ago
Update server count
b6b0478cd3cfa8f39e1007b5f61e448caa76db21 authored over 4 years ago2ae213ab176040ec82eb768742e0447a2db26e41 authored over 4 years ago
Remove AudioSourceFinishedEvent#getNextSource()
cb97f7510e23d15c3ee0931d26ca7315507a9a4b authored over 4 years agoWe no longer have a queue, so this method does not make any sense.
367655fd936c8ebccba3c4f4f9f1f21f327b687e authored over 4 years agoRemove "Current" from #<set/get/remove>CurrentAudioSource() method name
e7fd58b7d336ef186c07c028622dec73a00ee803 authored over 4 years ago03e1e36ede1f99b3506f3a1d40392f2cda65c900 authored over 4 years ago
Fix duplicate heart ack debug messages
2ebc1eb58411d3ac8d08bbb978130700ce4fae10 authored over 4 years ago8cd01b0690e8a432380d97e3f53ddce13a552876 authored over 4 years ago
Prevent non-lifecycle frame sends when not fully connected
dac0cf2709edca331d47c0b43ddd6673d415ae83 authored over 4 years ago
Sending frames before receiving a RESUMED (or READY) packet caused the
websocket to be closed by...
2fb54b0678f8fef0ad7dc983cceb645b5d536018 authored over 4 years ago
f83cf3636b521fd512e9dd556ec44f83772ae4ab authored over 4 years ago
Conflicts:
javacord-api/src/main/java/org/javacord/api/entity/server/Server.java
javacord-...
Audio Reconnecting
9d7db0d4ae7085b64a0a181b74570698c938f46d authored over 4 years ago7856061c73c5501c2689207e58744600292a1632 authored over 4 years ago
Server Feature
5980f6a5c87108ca4b90196a17babe6d155f139c authored over 4 years ago252449a405092651b0478e54de2df857362c1e61 authored over 4 years ago
Fix can manage role
1b27e27ff5e5fdacd39a4559e3a6f023b7a594ba authored over 4 years agoec74280cce78b5388d3a22e002c7248b88825515 authored over 4 years ago
Fix DiscordRegexPatter.MESSAGE_LINK
ea85b310a232c48f853ccd6c3cf3c538f13f4fb1 authored over 4 years ago(thanks to Domme)
29e163d6b089ceb359ad7885b8420ad030b1afb5 authored over 4 years ago#getReadableContent() Bugfix
7e369e24b2ce4924a97556d45f63c75d49b84188 authored over 4 years agoFix for Illegal group reference exception when a username or a role name has a non-regex friendl...
618b3d4457aebae4cbcdb958ba41f39fe14be444 authored over 4 years agoBoostLevel TIER_3 Id Bugfix
2ff19dc73cc61a0cfc1e15a1fd1a7062f8c30c0a authored over 4 years agoTier 3 ID was set to "2" when it should be "3"
4a011f1e94ccdf3c659f2c6eda101b307c0c5faf authored over 4 years agoAdd ActivityType.CUSTOM
a9a1f58a3040d8f89fce3999b1e8978e62fbd870 authored over 4 years agoAdd custom ActivityType
b66a1412ad25f6b4d8d7fdd0277e56aeebf5e54b authored over 4 years agoAdd default global ratelimiter
d57e3fe837a4caa8a1140435c974d6f86f535abc authored over 4 years agob5e83bbcb93f141699a58d43f39eb2a4fd3f1533 authored over 4 years ago
Allow for more precise local ratelimits
bb6c2db96623b327ac9a3acba77cdeccf9443b83 authored over 4 years ago76214e2fc240a4fe510cb3ae6911885aa32fc723 authored over 4 years ago
Limiting the local ratelimiter to a seconds precision does not make
sense. We want it to be more...
Add DiscordApi#getLatestGatewayLatency()
63cf256beb40ed46612682b9205a9e2f5152d698 authored over 4 years ago
The latency is also logged as a debug message every time we receive a
heartbeat ack.