Commit Graph

1460 Commits

Author SHA1 Message Date
RogueException
32ab967f4a Reorganized commands structure 2016-06-21 05:34:11 -03:00
RogueException
2e8f67e8a4 Merged WaitForGuildsAsync into ConnectAsync 2016-06-21 05:32:26 -03:00
RogueException
19f9abbed9 Fixed SelfUser.Modify when no username is provided 2016-06-21 02:50:57 -03:00
RogueException
851c60fcbf Improved Json.Net contract resolving logic with optionals 2016-06-21 02:50:42 -03:00
RogueException
7d5c6e10b4 Fixed null discordclient when editing current user 2016-06-21 02:17:04 -03:00
RogueException
4f1623d5e9 Fixed ModifyAsync null checks 2016-06-21 02:14:11 -03:00
RogueException
f46e217baa Fixed compile error 2016-06-21 01:22:38 -03:00
RogueException
52053ac942 Fixed WaitForGuildsAsync 2016-06-21 01:20:52 -03:00
RogueException
4215a9d8cd Fixed removing DMs from cache 2016-06-21 01:18:56 -03:00
RogueException
23bd574830 Fixed WaitForGuildsAsync 2016-06-21 01:16:54 -03:00
RogueException
ff806d5468 Dont crash if the websocket's cancelTokenSource.Cancel throws an exception 2016-06-21 01:10:17 -03:00
RogueException
b38455f427 Several performance/memory improvements. Renamed CachedPublicUser -> CachedGlobalUser. 2016-06-21 01:09:50 -03:00
RogueException
732d30e598 Added DataStore.DMChannels property 2016-06-21 01:07:47 -03:00
RogueException
8bd304b018 Disabled memory cache by default 2016-06-20 23:40:04 -03:00
RogueException
ad1ba0ab50 Added DMChannels to DataStore 2016-06-20 21:14:19 -03:00
RogueException
c8f9372113 Fixed ban event deserialization 2016-06-20 17:00:15 -03:00
RogueException
1b5d0546a7 Redirected SocketClient's GetGuildEmbed, GetGuilds and GetVoiceRegions to the cache. 2016-06-19 19:01:43 -03:00
RogueException
480034feed Added command map 2016-06-19 18:55:12 -03:00
RogueException
ab9a702218 Improved WebSocket receive performance and reduced allocations 2016-06-19 18:55:00 -03:00
RogueException
a86acaba65 Removed DiscordClient reference from CachedPublicUser 2016-06-19 18:54:24 -03:00
RogueException
f7b4bbf410 Removed double namespace in Format.cs 2016-06-19 18:53:40 -03:00
RogueException
ffad33153c Removed Discord reference from User 2016-06-19 18:53:23 -03:00
RogueException
3684548769 Several memory and performance improvements 2016-06-19 16:23:55 -03:00
RogueException
f24fa964ae Added ToString and DebuggerDisplay to Game 2016-06-19 15:15:36 -03:00
RogueException
549d54ba4b Merge branch 'dev' of https://github.com/RogueException/Discord.Net.git 2016-06-17 22:13:36 -03:00
RogueException
e406ff4c5c Fixed direction parsing, added "around" direction 2016-06-17 22:13:20 -03:00
RogueException
8df88b1bdf Fixed .Net Framework websocket error 2016-06-17 22:12:46 -03:00
RogueException
ff1494f15f Memory improvements 2016-06-17 22:11:39 -03:00
RogueException
eb7ab454b3 Added single message GET endpoint 2016-06-15 12:13:30 -03:00
RogueException
baf1efb446 Added assembly searching to commands 2016-06-14 21:34:41 -03:00
RogueException
a346847826 Fixed heartbeat forcing unnecessary reconnects 2016-06-13 23:42:59 -03:00
RogueException
3e0be76144 Fixed CLI header 2016-06-13 20:09:17 -03:00
RogueException
5ad63563c1 Added initial commands project 2016-06-13 20:06:44 -03:00
RogueException
d2df6d038d Added gateway url caching 2016-06-13 20:05:11 -03:00
RogueException
b703fba0b7 Fixed reconnect logic 2016-06-13 15:03:45 -03:00
RogueException
4cc393f963 Added Reconnect/Resume 2016-06-13 13:49:05 -03:00
RogueException
610b2335d1 Fixed more unknown user errors 2016-06-12 23:41:13 -03:00
RogueException
227643c0fc Cleaned up docstrings, improved GetUser performance 2016-06-12 22:06:18 -03:00
RogueException
84157c804f Create fake GuildUser if a message is downloaded for a missing user. 2016-06-12 21:30:33 -03:00
RogueException
a51f15b3a6 Fixed retrieving cached users during message downloads 2016-06-12 21:26:14 -03:00
RogueException
d376b35f42 Added support for urls in GetInviteAsync 2016-06-12 21:08:42 -03:00
RogueException
d2d8a689ce Fixed null author when downloading messages for an uncached user 2016-06-12 21:00:26 -03:00
RogueException
9c1e20dda8 Added support for nulls in Optionals' DebuggerDisplay 2016-06-12 20:53:11 -03:00
RogueException
fdb6c914e6 Removed IOptional from contract resolver 2016-06-12 20:53:00 -03:00
RogueException
5aa134a623 Removed IOptional 2016-06-12 20:39:43 -03:00
RogueException
c9ab158e48 Updated permission debuggerdisplays 2016-06-12 20:35:16 -03:00
RogueException
031d178303 Added nick to PRESENCE_UPDATE 2016-06-12 20:30:10 -03:00
RogueException
4601347ec8 Moved ExtendedGuild up a level 2016-06-12 20:23:09 -03:00
RogueException
2fc306c2e4 Fixed more unknown user errors 2016-06-12 20:19:37 -03:00
RogueException
2a9ac298fb Fixed handling of Administrator permission 2016-06-12 19:47:27 -03:00