Christopher F
5e1d84d918
Merge pull request #395 from LassieME/issue/359
...
Conflicts:
src/Discord.Net.WebSocket/DiscordSocketClient.cs
2017-03-01 17:34:39 -05:00
RogueException
06dcac6a9f
Fixed audio and a few ConnectionManager issues
2017-02-25 16:07:22 -04:00
RogueException
3190d7e26d
Moved (re)connection handling to ConnectionManager
2017-02-25 16:07:22 -04:00
RogueException
8630185ac9
Started Discord.Net.Relay
2017-02-25 16:07:22 -04:00
RogueException
d321ad3e5c
Moved Frame models, added default providers
2017-02-25 16:07:22 -04:00
Sindre G. Langhus
ab60f63511
Changes HasValue in Cachable to constructor argument
2017-02-21 22:11:48 +09:00
RogueException
e0a0d2100d
Reduced missed heartbeat aggressiveness
2017-02-11 01:49:28 -04:00
RogueException
0cf5493c61
Fixed crash, added DM/Group channel helpers
2017-02-07 21:10:30 -04:00
Sindre Langhus
d8682a82b2
Change all signatures in the SocketClients to interfaces.
2017-02-03 15:04:54 +01:00
Sindre G. Langhus
25547407c8
Now this should be ready to, I am the worst at git.
2017-02-02 14:41:27 +01:00
Sindre G. Langhus
4b13e3fb00
Changed MessageUpdated to use Cacheable as well, after discussion with Volt.
2017-02-02 13:52:38 +01:00
Sindre G. Langhus
2a1314da25
Cleanup.
2017-02-02 13:52:35 +01:00
Sindre G. Langhus
705d71875c
Simplified PR, renamed Cached to Cacheable.
2017-02-02 13:51:53 +01:00
Sindre G. Langhus
8435186d79
returns.
2017-02-02 13:51:53 +01:00
Sindre G. Langhus
959d49a26f
renamed Cache to Cached, and refactored many events to use Cached
2017-02-02 13:51:35 +01:00
RogueException
b00b69234f
Users can no longer directly request user downloads.
2017-01-29 23:15:48 -04:00
RogueException
a266d072db
Fixed nullref during reconnect
2017-01-28 19:04:42 -04:00
RogueException
11a639c5aa
Moved a few log events to the shard logger
2017-01-28 19:03:55 -04:00
RogueException
b91026f552
Stop spamming users/@me and voice/regions
2017-01-28 17:04:35 -04:00
RogueException
203265cb65
Cleaned up ShardedClient, delayed connections
2017-01-25 12:21:58 -04:00
RogueException
e2934abe29
Made API models internal. Removed Discord.Net.API.
2017-01-01 23:28:42 -04:00
RogueException
dac51db299
Added DiscordShardedClient, some DiscordSocketClient fixes.
2017-01-01 09:03:35 -04:00
RogueException
2877653a09
Readded outgoing audio
2016-12-30 00:41:29 -04:00
RogueException
8326d01f62
Isolated API definitions to their own library
2016-12-23 16:57:29 -04:00
RogueException
1efcd3daf6
Added request retry modes
2016-12-16 09:13:42 -04:00
RogueException
2778d0bdbe
Fixes #414
2016-12-16 08:22:05 -04:00
RogueException
8f87b2cc71
Added support for .NET Standard 1.1 and 1.2
2016-12-16 05:52:46 -04:00
RogueException
e369f342fc
Merge branch 'dev' into issues/274
2016-12-05 18:51:52 -04:00
Christopher F
ec71b84720
Add config option to download all users on GuildAvailable
...
Resolves #302
2016-12-04 19:47:15 -05:00
RogueException
08cfc1dd7f
Reconnect if heartbeat fails and a user download was not requested
2016-12-04 17:29:39 -04:00
Christopher F
8db026c0fe
Make changes per feedback, remove invocations of GuildMemberUpdated
...
Nickname changes/role changes are no longer sent over PRESENCE_UPDATE, making it obsolete to check for changes there.
2016-12-03 21:11:47 -05:00
Christopher F
deafa3d755
save your work before committing
...
*facepalm*
2016-12-03 18:56:07 -05:00
Christopher F
c80f73764c
Properly implement UserUpdated for Username or Avatar Changes
2016-12-03 18:56:07 -05:00
Christopher F
1e55d30a65
Raise GuildMemberUpdated when a Nickname is modified
2016-12-03 18:56:07 -05:00
RogueException
f56a1b653d
Cleaned up Reactions PR
2016-11-27 00:55:01 -04:00
RogueException
b9eeac9105
Merge branch 'dev' into feature/reactions
2016-11-27 00:30:46 -04:00
RogueException
d74257cb69
Drop applicationinfo cache on logout, fixed RPC appinfo exception.
2016-11-26 23:51:23 -04:00
Christopher F
1ed4f703bf
Cache the current application on DiscordSocketClient
2016-11-26 14:59:20 -05:00
Christopher F
983b50120d
Support "MESSAGE_REACTION_REMOVE_ALL" dispatch
2016-11-11 16:28:07 -05:00
Christopher F
8dfc6aea67
Add optional user/message/channel objects to Reactions
2016-11-06 13:33:37 -05:00
Christopher F
676fbbcd23
Fix invoking reaction events twice
2016-11-05 22:23:01 -05:00
Christopher F
e2e2c4308d
Refactor, rearrange, reimplement reactions; receive over gateway
2016-11-05 18:15:47 -04:00
Christopher F
0b42a2b1b4
Assign a default value to DiscordSocketClient.Status
...
This property previously had a default value of 'null'. In DiscordSocketClient#ConnectInternalAsync, we would attempt to send a null status to Discord, which would fail to serialize, and force the client to disconnect.
2016-10-22 13:14:36 -04:00
RogueException
043f8ded85
Moved ISelfUser.ModifyStatusAsync to DiscordSocketClient.SetStatus/SetGame. Resend status on reconnect.
2016-10-21 11:22:26 -03:00
RogueException
d9e00c9170
Added guild parameter to PresenceUpdated, added GuildMemberUpdated
2016-10-21 09:31:57 -03:00
RogueException
2fd2e26179
Fixed missing private channels
2016-10-10 22:10:51 -03:00
RogueException
5c33e28757
Added missing ConfigureAwaits
2016-10-08 16:59:17 -03:00
RogueException
6c34441f4c
Added SelfUser.ModifyStatusAsync
2016-10-06 03:26:30 -03:00
RogueException
3c3e790edd
Replaced several arrays with immutables
2016-10-05 23:59:55 -03:00
RogueException
71c06dc2ae
Typo
2016-10-04 16:53:11 -03:00