RogueException
|
9fbd37835f
|
Fixed Channel.Users
|
2015-12-24 00:00:49 -04:00 |
|
RogueException
|
fc89714e78
|
Renamed User.GameName to User.CurrentGame
|
2015-12-23 23:27:03 -04:00 |
|
RogueException
|
186345dc7b
|
Added some API placeholders
|
2015-12-23 23:03:37 -04:00 |
|
RogueException
|
c1a2cd127f
|
Minor edit
|
2015-12-23 22:39:13 -04:00 |
|
RogueException
|
04b13745da
|
Fixed some C#6 alerts
|
2015-12-23 22:09:59 -04:00 |
|
RogueException
|
7da2f4e516
|
Added support for new game format
|
2015-12-23 22:09:37 -04:00 |
|
RogueException
|
33b79de116
|
Updated to use new outgoing message format
|
2015-12-23 21:07:48 -04:00 |
|
RogueException
|
7a2c9db21a
|
Fixed test project
|
2015-12-23 20:10:00 -04:00 |
|
RogueException
|
85638cce70
|
Removed references to deleted files
|
2015-12-23 20:08:37 -04:00 |
|
RogueException
|
f557ede8f7
|
Fixed csprojs
|
2015-12-23 20:06:04 -04:00 |
|
RogueException
|
ecee1b721c
|
Fixed some legacy warnings
|
2015-12-23 14:29:37 -04:00 |
|
RogueException
|
8429a52bc5
|
Add an extra null check to Channel.GetUser when permission cache is disabled
|
2015-12-23 14:11:23 -04:00 |
|
RogueException
|
e3b5cf3a71
|
Fixed PM crash when modules are enabled
|
2015-12-23 05:05:26 -04:00 |
|
RogueException
|
84bf9e7514
|
Added User.PrivateChannel
|
2015-12-23 05:02:49 -04:00 |
|
RogueException
|
f522053cf0
|
Fixed DiscordClient.PrivateChannels
|
2015-12-23 05:02:42 -04:00 |
|
RogueException
|
4983e48583
|
Minor fix
|
2015-12-23 04:53:45 -04:00 |
|
RogueException
|
8350040e76
|
Readded Server.TextChannels and VoiceChannels. Changed Channel.Type to ChannelType.
|
2015-12-23 04:51:35 -04:00 |
|
RogueException
|
9b0dcc8ee3
|
Removed verbose message ids from verbose logging
|
2015-12-23 04:38:32 -04:00 |
|
RogueException
|
89eba9acb4
|
I shan't, it's Christmas!
|
2015-12-23 04:35:14 -04:00 |
|
RogueException
|
f832eadba8
|
Services.Add now returns the object passed to it
|
2015-12-23 03:33:02 -04:00 |
|
RogueException
|
dcbf1f2299
|
Fixed Ban/Unban legacy methods to match old definitions
|
2015-12-23 03:32:43 -04:00 |
|
RogueException
|
38e2501e61
|
Fixed Audio compile errors
|
2015-12-23 03:16:48 -04:00 |
|
RogueException
|
1762bf438f
|
Fixed modules/commands compile errors
|
2015-12-23 03:00:46 -04:00 |
|
RogueException
|
06fae0c95a
|
Re-added model functions, and added legacy extensions
|
2015-12-23 02:49:07 -04:00 |
|
RogueException
|
d10e771169
|
0.9.0-alpha2, Updated to .Net 4.6
|
2015-12-22 20:36:23 -04:00 |
|
RogueException
|
5e1c568489
|
Added missing files
|
2015-12-22 20:31:51 -04:00 |
|
RogueException
|
0d1e69600c
|
Cleaned up all the models
|
2015-12-22 20:31:35 -04:00 |
|
RogueException
|
539284e2ac
|
Support null LastMessageIds
|
2015-12-16 19:05:35 -04:00 |
|
RogueException
|
b8e4f6c5da
|
Fixed several issues
|
2015-12-16 18:56:34 -04:00 |
|
RogueException
|
21ac5c5d74
|
Added missing files
|
2015-12-16 18:05:21 -04:00 |
|
RogueException
|
e8bdc980fe
|
Reworked Rest system
|
2015-12-16 18:01:41 -04:00 |
|
RogueException
|
16ab52dad5
|
Fixed Invite.Id being null
|
2015-12-14 21:06:43 -04:00 |
|
RogueException
|
028e012d7e
|
Added discriminator to User.ToString and Channel.ToString (when private)
|
2015-12-13 23:18:41 -04:00 |
|
RogueException
|
3e72954c4c
|
Fixed EditServer error 500s
|
2015-12-13 23:16:19 -04:00 |
|
RogueException
|
2dca7d9ebe
|
Changed ids to uint64s
|
2015-12-13 17:26:59 -04:00 |
|
RogueException
|
0e3edaf01d
|
Merge pull request #17 from jhgg/patch-1
Use `ulong` instead of `long` to store message id
|
2015-12-13 16:36:04 -04:00 |
|
Jake
|
fab26f0c9e
|
Use ulong instead of long to store message id
Or you'll get an overflow error!
|
2015-12-13 12:07:51 -08:00 |
|
RogueException
|
3c25e6add2
|
Added rate limit warning to log.
|
2015-12-13 12:17:24 -04:00 |
|
RogueException
|
8e16c7a894
|
Fixed handling of 429 responses
|
2015-12-12 21:56:27 -04:00 |
|
RogueException
|
99bf5242d1
|
Added built-in token caching, enabled by default
|
2015-12-12 21:45:54 -04:00 |
|
RogueException
|
22472d4015
|
Minor cleanup
|
2015-12-11 22:14:19 -04:00 |
|
RogueException
|
e581fc8de2
|
Also fire ServerAvailable/Unavailable when joining/leaving a server
|
2015-12-11 22:13:34 -04:00 |
|
RogueException
|
4e9a2833e1
|
Build the Server.EveryoneRole object early just in case
|
2015-12-11 21:42:07 -04:00 |
|
RogueException
|
4bf4df5c51
|
Fixed null primary logger
|
2015-12-11 21:34:58 -04:00 |
|
RogueException
|
267b7bcaf4
|
Fixed errors during unload with a disabled message cache
|
2015-12-11 21:32:44 -04:00 |
|
RogueException
|
ca56063e14
|
Fixed GUILD_MEMBER_REMOVE
|
2015-12-11 21:30:53 -04:00 |
|
RogueException
|
52934bf390
|
Fixed reconnects due to connection loss
|
2015-12-11 19:55:47 -04:00 |
|
RogueException
|
5b647f2251
|
Use the CancelSource given to TaskManager rather than make our own
|
2015-12-11 19:31:54 -04:00 |
|
RogueException
|
5760e94d81
|
Reworked internal task engine for DiscordClient and WebSocket. Several other minor async fixes.
|
2015-12-11 19:07:55 -04:00 |
|
RogueException
|
2b8184f1ae
|
Removed trackactivity conditionals
|
2015-12-11 09:33:11 -04:00 |
|