RogueException
|
96b5337da7
|
Removed unused invite variables
|
9 years ago |
RogueException
|
9fbd37835f
|
Fixed Channel.Users
|
9 years ago |
RogueException
|
fc89714e78
|
Renamed User.GameName to User.CurrentGame
|
9 years ago |
RogueException
|
186345dc7b
|
Added some API placeholders
|
9 years ago |
RogueException
|
c1a2cd127f
|
Minor edit
|
9 years ago |
RogueException
|
04b13745da
|
Fixed some C#6 alerts
|
9 years ago |
RogueException
|
7da2f4e516
|
Added support for new game format
|
9 years ago |
RogueException
|
33b79de116
|
Updated to use new outgoing message format
|
9 years ago |
RogueException
|
7a2c9db21a
|
Fixed test project
|
9 years ago |
RogueException
|
85638cce70
|
Removed references to deleted files
|
9 years ago |
RogueException
|
f557ede8f7
|
Fixed csprojs
|
9 years ago |
RogueException
|
ecee1b721c
|
Fixed some legacy warnings
|
9 years ago |
RogueException
|
8429a52bc5
|
Add an extra null check to Channel.GetUser when permission cache is disabled
|
9 years ago |
RogueException
|
e3b5cf3a71
|
Fixed PM crash when modules are enabled
|
9 years ago |
RogueException
|
84bf9e7514
|
Added User.PrivateChannel
|
9 years ago |
RogueException
|
f522053cf0
|
Fixed DiscordClient.PrivateChannels
|
9 years ago |
RogueException
|
4983e48583
|
Minor fix
|
9 years ago |
RogueException
|
8350040e76
|
Readded Server.TextChannels and VoiceChannels. Changed Channel.Type to ChannelType.
|
9 years ago |
RogueException
|
9b0dcc8ee3
|
Removed verbose message ids from verbose logging
|
9 years ago |
RogueException
|
89eba9acb4
|
I shan't, it's Christmas!
|
9 years ago |
RogueException
|
f832eadba8
|
Services.Add now returns the object passed to it
|
9 years ago |
RogueException
|
dcbf1f2299
|
Fixed Ban/Unban legacy methods to match old definitions
|
9 years ago |
RogueException
|
38e2501e61
|
Fixed Audio compile errors
|
9 years ago |
RogueException
|
1762bf438f
|
Fixed modules/commands compile errors
|
9 years ago |
RogueException
|
06fae0c95a
|
Re-added model functions, and added legacy extensions
|
9 years ago |
RogueException
|
d10e771169
|
0.9.0-alpha2, Updated to .Net 4.6
|
9 years ago |
RogueException
|
5e1c568489
|
Added missing files
|
9 years ago |
RogueException
|
0d1e69600c
|
Cleaned up all the models
|
9 years ago |
RogueException
|
539284e2ac
|
Support null LastMessageIds
|
9 years ago |
RogueException
|
b8e4f6c5da
|
Fixed several issues
|
9 years ago |
RogueException
|
21ac5c5d74
|
Added missing files
|
9 years ago |
RogueException
|
e8bdc980fe
|
Reworked Rest system
|
9 years ago |
RogueException
|
16ab52dad5
|
Fixed Invite.Id being null
|
9 years ago |
RogueException
|
028e012d7e
|
Added discriminator to User.ToString and Channel.ToString (when private)
|
9 years ago |
RogueException
|
3e72954c4c
|
Fixed EditServer error 500s
|
9 years ago |
RogueException
|
2dca7d9ebe
|
Changed ids to uint64s
|
9 years ago |
RogueException
|
0e3edaf01d
|
Merge pull request #17 from jhgg/patch-1
Use `ulong` instead of `long` to store message id
|
9 years ago |
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 |