Jake
|
fab26f0c9e
|
Use `ulong` instead of `long` to store message id
Or you'll get an overflow error!
|
9 years ago |
RogueException
|
3c25e6add2
|
Added rate limit warning to log.
|
9 years ago |
RogueException
|
8e16c7a894
|
Fixed handling of 429 responses
|
9 years ago |
RogueException
|
99bf5242d1
|
Added built-in token caching, enabled by default
|
9 years ago |
RogueException
|
22472d4015
|
Minor cleanup
|
9 years ago |
RogueException
|
e581fc8de2
|
Also fire ServerAvailable/Unavailable when joining/leaving a server
|
9 years ago |
RogueException
|
4e9a2833e1
|
Build the Server.EveryoneRole object early just in case
|
9 years ago |
RogueException
|
4bf4df5c51
|
Fixed null primary logger
|
9 years ago |
RogueException
|
267b7bcaf4
|
Fixed errors during unload with a disabled message cache
|
9 years ago |
RogueException
|
ca56063e14
|
Fixed GUILD_MEMBER_REMOVE
|
9 years ago |
RogueException
|
52934bf390
|
Fixed reconnects due to connection loss
|
9 years ago |
RogueException
|
5b647f2251
|
Use the CancelSource given to TaskManager rather than make our own
|
9 years ago |
RogueException
|
5760e94d81
|
Reworked internal task engine for DiscordClient and WebSocket. Several other minor async fixes.
|
9 years ago |
RogueException
|
2b8184f1ae
|
Removed trackactivity conditionals
|
9 years ago |
RogueException
|
34d0b996d6
|
Added DiscordClient.AckMessage
|
9 years ago |
RogueException
|
1807982b27
|
Removed AckMessages and TrackActivity config options.
|
9 years ago |
RogueException
|
89d2050189
|
Fixed race condition in websocket
|
9 years ago |
RogueException
|
7986b819ee
|
Added logging shortcuts, simplied log messages
|
9 years ago |
RogueException
|
910b4c4c3d
|
Removed _userId references
|
9 years ago |
RogueException
|
3c22ed519c
|
Refreshed nuget packages
|
9 years ago |
RogueException
|
954fea856f
|
Fixed edit message queue
|
9 years ago |
RogueException
|
a0cbe5d3b2
|
Use WebSocket4Net instead of WebSocketSharp
|
9 years ago |
RogueException
|
b5cbf3664b
|
Send channel_id as a string, not long
|
9 years ago |
RogueException
|
c471fc51f5
|
Added moving users between audio channels
|
9 years ago |
RogueException
|
218c5bce6f
|
Fixed CreateInvite preconditions
|
9 years ago |
RogueException
|
39b3667ce4
|
Added AppName and AppVersion optional fields to DiscordConfig. UserAgent is now readonly.
|
9 years ago |
RogueException
|
43cbc99624
|
Renamed MessageReadRemotely to MessageAcknowledged
|
9 years ago |
RogueException
|
946820d08a
|
Added SendFile(User), reworked the message queue, adding edit message queuing
|
9 years ago |
RogueException
|
fb190b45ac
|
Defaulted MessageQueue to enabled
|
9 years ago |
RogueException
|
8707dbe999
|
Added rate limit support
|
9 years ago |
RogueException
|
94e5bbf0e8
|
Minor cleanup
|
9 years ago |
RogueException
|
47773086f9
|
Fixed error in Server-level permission resolving
|
9 years ago |
RogueException
|
82746e9207
|
Refactoring and fixed a few stylecop errors
|
9 years ago |
RogueException
|
a44e08bba1
|
Added UsePermissionsCache config, fixed a few permission bugs
|
9 years ago |
RogueException
|
f8b6105226
|
Minor style edit
|
9 years ago |
RogueException
|
3fe7124f4d
|
Started WebSocket cleanup
|
9 years ago |
RogueException
|
d2de658df0
|
Fixed compile error
|
9 years ago |
RogueException
|
8b42312bd5
|
Minor exception edit
|
9 years ago |
RogueException
|
2efd612886
|
Removed leftover doc
|
9 years ago |
RogueException
|
eb319d1fba
|
A few FindChannels and FindUsers bugfixes
|
9 years ago |
RogueException
|
1567f30c5f
|
Adjusted FindUsers docs
|
9 years ago |
RogueException
|
0bc7683e15
|
Fixed LogService level check
|
9 years ago |
RogueException
|
d9bfc5fef4
|
Fixed EditProfile not caching changes
|
9 years ago |
RogueException
|
54b2353012
|
Changed dotnet folder to netplatform, fixed reference to Shared
|
9 years ago |
RogueException
|
567fb0ffa6
|
Added cleanup and doc to websockets
|
9 years ago |
RogueException
|
fd874a6a0b
|
Moved net exceptions to Net namespace, grouped services together
|
9 years ago |
RogueException
|
2cdc0ad371
|
More cleanup and internal reordering
|
9 years ago |
RogueException
|
d512d96408
|
Renamed DataWebSocket and combined Bans API into Users
|
9 years ago |
RogueException
|
080be711a6
|
Changed a couple log strings
|
9 years ago |
RogueException
|
4dadd36bc4
|
Renamed AudioService functions
|
9 years ago |