Commit Graph

990 Commits

Author SHA1 Message Date
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
RogueException
34d0b996d6 Added DiscordClient.AckMessage 2015-12-11 09:24:47 -04:00
RogueException
1807982b27 Removed AckMessages and TrackActivity config options. 2015-12-11 09:20:42 -04:00
RogueException
89d2050189 Fixed race condition in websocket 2015-12-11 09:07:25 -04:00
RogueException
7986b819ee Added logging shortcuts, simplied log messages 2015-12-11 09:07:03 -04:00
RogueException
910b4c4c3d Removed _userId references 2015-12-10 15:44:55 -04:00
RogueException
3c22ed519c Refreshed nuget packages 2015-12-10 03:25:33 -04:00
RogueException
954fea856f Fixed edit message queue 2015-12-09 23:11:38 -04:00
RogueException
a0cbe5d3b2 Use WebSocket4Net instead of WebSocketSharp 2015-12-09 22:57:34 -04:00
RogueException
b5cbf3664b Send channel_id as a string, not long 2015-12-09 22:03:49 -04:00
RogueException
c471fc51f5 Added moving users between audio channels 2015-12-09 22:03:05 -04:00
RogueException
218c5bce6f Fixed CreateInvite preconditions 2015-12-09 21:54:24 -04:00
RogueException
39b3667ce4 Added AppName and AppVersion optional fields to DiscordConfig. UserAgent is now readonly. 2015-12-09 21:29:09 -04:00
RogueException
43cbc99624 Renamed MessageReadRemotely to MessageAcknowledged 2015-12-09 20:37:44 -04:00
RogueException
946820d08a Added SendFile(User), reworked the message queue, adding edit message queuing 2015-12-09 20:34:46 -04:00
RogueException
fb190b45ac Defaulted MessageQueue to enabled 2015-12-09 16:47:10 -04:00
RogueException
8707dbe999 Added rate limit support 2015-12-09 16:46:12 -04:00
RogueException
94e5bbf0e8 Minor cleanup 2015-12-09 01:02:54 -04:00
RogueException
47773086f9 Fixed error in Server-level permission resolving 2015-12-09 01:02:20 -04:00
RogueException
82746e9207 Refactoring and fixed a few stylecop errors 2015-12-09 00:56:09 -04:00