Christopher F
5e1d84d918
Merge pull request #395 from LassieME/issue/359
Conflicts:
src/Discord.Net.WebSocket/DiscordSocketClient.cs
8 years ago
RogueException
4c2221dacb
More audio cleanup, finished receive streams
8 years ago
RogueException
8e0c65498b
Cleaned up audio code
8 years ago
Christopher F
2db60749ca
Add IsUnique parameter to CreateChannelInvite
Resolves #469
8 years ago
RogueException
06dcac6a9f
Fixed audio and a few ConnectionManager issues
8 years ago
RogueException
3190d7e26d
Moved (re)connection handling to ConnectionManager
8 years ago
RogueException
8630185ac9
Started Discord.Net.Relay
8 years ago
RogueException
d321ad3e5c
Moved Frame models, added default providers
8 years ago
Christopher F
c486f0ee50
Don't force avatar formats
8 years ago
Christopher F
a5adc8a129
Cleanup from rebase
8 years ago
Christopher F
6116c1bcef
Replace IUser.AvatarUrl with IUser#GetAvatarUrl(size)
This is to support the new user image endpoint, which provides a parameter for image resizing.
9 years ago
Christopher F
bb9f144eae
Remove implicit SocketGuildUser.RoleIds; refactor Roles to ReadOnly
8 years ago
Sindre G. Langhus
ab60f63511
Changes HasValue in Cachable to constructor argument
8 years ago
Christopher F
e601cea255
Add Roles property to SocketGuildUser
there's a few different ways to select a user's roles from their role IDs, and this one seems to be the most efficient.
doesn't seem like there's any reason this shouldn't be included.
8 years ago
RogueException
e0a0d2100d
Reduced missed heartbeat aggressiveness
8 years ago
RogueException
8be4cb72e3
SocketSystemMessage Internal -> Public
8 years ago
RogueException
0cf5493c61
Fixed crash, added DM/Group channel helpers
8 years ago
RogueException
d9fd0c34e4
Fixed bugs with creating invites
8 years ago
Sindre Langhus
d8682a82b2
Change all signatures in the SocketClients to interfaces.
9 years ago
Sindre G. Langhus
25547407c8
Now this should be ready to, I am the worst at git.
9 years ago
Sindre G. Langhus
4b13e3fb00
Changed MessageUpdated to use Cacheable as well, after discussion with Volt.
9 years ago
Sindre G. Langhus
2a1314da25
Cleanup.
9 years ago
Sindre G. Langhus
705d71875c
Simplified PR, renamed Cached to Cacheable.
9 years ago
Sindre G. Langhus
8435186d79
returns.
9 years ago
Sindre G. Langhus
959d49a26f
renamed Cache to Cached, and refactored many events to use Cached
9 years ago
RogueException
b00b69234f
Users can no longer directly request user downloads.
9 years ago
RogueException
6188ff0a2f
Improve platform errors for websocket/udp
9 years ago
RogueException
35c10a1006
Don't throw if websocket close was requested
9 years ago
RogueException
a266d072db
Fixed nullref during reconnect
9 years ago
RogueException
11a639c5aa
Moved a few log events to the shard logger
9 years ago
RogueException
b91026f552
Stop spamming users/@me and voice/regions
9 years ago
RogueException
34139c9b59
Converted Discord.Net to a metapackage
9 years ago
RogueException
eb2a946dd6
Updated to 1.0.0-rc3 tooling
9 years ago
RogueException
3bc2520095
Abandon VersionSuffix
9 years ago
RogueException
24663605f6
Fixed CI detecting all packages as dev
9 years ago
RogueException
b0db37cad6
Versions are hard
9 years ago
RogueException
4665b63d27
Merge pull request #465 from Sentinent/user-presences
Fixed users not being updated on PRESENCE_UPDATEs
9 years ago
RogueException
a75af58bdb
Merge pull request #464 from Sentinent/dev
Fixed guild member's joinedat reseting after certain events
9 years ago
RogueException
3046b62c94
Cleaned up csproj/sln/scripts
9 years ago
RogueException
203265cb65
Cleaned up ShardedClient, delayed connections
9 years ago
RogueException
7c5fe79333
Updated build script
9 years ago
RogueException
fe35400498
Cleanup
9 years ago
RogueException
158222bb78
Merged GuildExtensions into IGuild
9 years ago
RogueException
b76c744447
Internally exposed several ApiClient props
9 years ago
RogueException
ea0044cb87
Made IVoiceChannel.UserLimit nullable
9 years ago
RogueException
00bb3c9d70
Removed project.jsons
9 years ago
Sentinent
6dc52e8eb8
Fixed users not being updated on PRESENCE_UPDATEs
9 years ago
Sentinent
a03269fcf1
Fixed guild member's joinedat reseting after certain events
9 years ago
RogueException
d06b7856f6
Fixed several package errors
9 years ago
RogueException
e2934abe29
Made API models internal. Removed Discord.Net.API.
9 years ago