Christopher F
9b403e872a
Removed exception testing for messages
MessageQueue silently handles all exceptions, cannot test for them.
9 years ago
Christopher F
75ee7b0913
Message Unit Tests
Test Events for Send/Update/Delete Message
Test Exceptions for:
- Send to a Deleted Channel
- Send to a Channel with No Perms
- Update a Deleted Message
9 years ago
Christopher F
9e78ca4941
Begin rewriting Unit Tests
Fixed up existing code for Unit Tests,
Added EventArgs-less AssertEvent,
Added Tests for READY and JoinedServer
Temporarily moved initialization to it's own Test, may leave there?
9 years ago
RogueException
25f148d5a8
Several bugfixes
9 years ago
RogueException
e55f1a6415
Merge branch 'master' of https://github.com/RogueException/Discord.Net.git
9 years ago
RogueException
5decad09a1
Be more strict with resetting queue warnings, to prevent spam
9 years ago
RogueException
1ef5e4a1ca
Cleaned up LogManager
9 years ago
RogueException
ce8e69d83c
Added a few missing ConfigureAwait(false)
9 years ago
RogueException
0ec7218ad0
Provide more information during MessageQueue warnings
9 years ago
RogueException
c387e04c09
Reorganize Logger.cs
9 years ago
RogueException
3b71a329b8
AudioExtensions.GetAudioClient should be an extension method
10 years ago
RogueException
00f8c7a733
Fixed TTS
10 years ago
RogueException
564e6ca2cc
Added a cleanup note for Message.Resolve
10 years ago
RogueException
03920b9d48
Added non-generic Modules.Add method
10 years ago
RogueException
3101e23228
Store AppName/Url/Version in DiscordConfig, generate config for AudioClient
10 years ago
RogueException
212890a147
Removed raw input/output from Debug logging
10 years ago
RogueException
b9d68b723a
Renamed LoggedIn event to Ready
10 years ago
RogueException
f7b2eb7f6f
Avoid processing online users twice during connection
10 years ago
RogueException
6402b27458
Fixed getting_started's nuget links
10 years ago
RogueException
d6f22d11dc
Wait for all offline users before raising LoggedIn
10 years ago
RogueException
d7ecefb5cb
Improved performance where Channel.GetUser is used
10 years ago
RogueException
41125c41db
Fixed Channel.GetUser
10 years ago
RogueException
c6af9fa70d
Fixed channel's user cache not populating on READY
10 years ago
RogueException
8e519d1925
Several permission cache fixes
10 years ago
RogueException
989243f88c
Fixed Channel.Users permissions cache creation
10 years ago
RogueException
ca792a798a
Fixed compile warning
10 years ago
RogueException
964ba82928
Added a few more placeholders to ETFReader
10 years ago
RogueException
04645bb327
Reorganized ETFReader to match ETFWriter's layout
10 years ago
RogueException
1e6e965775
Changed LeaveGuildRequest to new endpoint
10 years ago
RogueException
433ead6f3f
Added DeleteGuildRequest
10 years ago
RogueException
1f1e6e6ed4
Added Bool, Integer and Nullable support to ETFReader
10 years ago
RogueException
7cbefe6fa2
Cleaned up ETFWriter
10 years ago
RogueException
13358c05b5
Removed some test code
10 years ago
RogueException
d68e699556
Fixed a login crash bug, fixed permissions resolving twice during READY
10 years ago
RogueException
19e2528aff
Removed redundant casts in MessageQueue and improved error logging
10 years ago
RogueException
bd9fc36720
Temp. moved built-ing event logging to Debug temporarily, improved login speed.
10 years ago
RogueException
bc7edbf3c7
Added path property to all models for logging
10 years ago
RogueException
a072a44481
Merge pull request #35 from SSStormy/patch-1
Fix Server.RoleCount returning channel amount.
10 years ago
RogueException
d48d658e3a
Minor cleanup
10 years ago
RogueException
5c64cb68bf
Cleaned up a bit of the modules/services add/get format
10 years ago
SSStormy
c33a1f2cd3
Fixed Server.RoleCount returning channel amount.
10 years ago
RogueException
702125fdc6
Stop adding users on PRESENCE_UPDATE
10 years ago
RogueException
2d0ff089a9
0.9.0-rc3-1
10 years ago
RogueException
173df19439
Fixed crash with short mention activation strings
10 years ago
RogueException
b5f4e1004d
Updated GuildMemberAdd to use ExtendedMember
10 years ago
RogueException
b8b4935614
Added Server.ChannelCount, UserCount, RoleCount. Updated several GatewaySocket API models.
10 years ago
RogueException
720e202cb6
0.9.0-rc3
10 years ago
RogueException
d11d9c8047
Dont request offline users if not in any large servers
10 years ago
RogueException
5504d7dde2
Request offline users on connect
10 years ago
RogueException
41ae3ea80c
Fixed Discord.Net versioning warnings
10 years ago