Commit Graph

990 Commits

Author SHA1 Message Date
RogueException
75174e67bd Fixed GUILD_MEMBERS_CHUNK and channel desync 2015-12-26 03:12:35 -04:00
RogueException
4f313ecfa6 Improved websocket error logging 2015-12-26 03:11:58 -04:00
RogueException
40f1d8c4e9 Remove from channel cache on leaving a server 2015-12-26 02:52:18 -04:00
RogueException
8cc94994d6 Fixed some race conditions 2015-12-26 02:47:15 -04:00
RogueException
75d2d456a5 Fixed permission cache errors when adding a channel 2015-12-26 02:38:14 -04:00
RogueException
f61b9febfb Added custom error to AddCheck(lambda) 2015-12-26 02:35:12 -04:00
RogueException
53cf815d1a Complete DisableServer crash workaround 2015-12-26 00:58:22 -04:00
RogueException
bb682936cd Minor edit 2015-12-25 23:17:58 -04:00
RogueException
3d9dadaaae Added handling of opcode-less messages 2015-12-25 23:11:55 -04:00
RogueException
2e34b67250 Increased default FailedReconnectDelay to 15 seconds 2015-12-25 20:02:34 -04:00
RogueException
8609bad8ab Cleaned up event handler exceptions 2015-12-25 19:39:42 -04:00
RogueException
31bea1a394 Cleaned up websocket exceptions 2015-12-25 19:38:53 -04:00
RogueException
503d474135 A disconnect caused by a websocket error should trigger a reconnect 2015-12-25 19:36:00 -04:00
RogueException
0fd946152c Added DiscordConfig.LogEvents to control built-in event logging 2015-12-25 15:21:31 -04:00
RogueException
3c57ab3261 Moved message logging to verbose, removed logging for presence, istyping and voice state 2015-12-25 15:12:10 -04:00
RogueException
5f5004d85f Temp fix to module crash on leaving a server 2015-12-25 02:28:08 -04:00
RogueException
24b1e3ed86 Minor cleanup 2015-12-25 02:27:52 -04:00
RogueException
0c235d69f5 Fixed bans 2015-12-25 02:27:42 -04:00
RogueException
5c18600a51 Downgraded to Net45 2015-12-24 22:35:42 -04:00
RogueException
c3d28ee5b1 Added GUILD_EMOJIS_UPDATE placeholder 2015-12-24 19:27:18 -04:00
RogueException
340e5dcb80 Merge branch 'dev' of https://github.com/RogueException/Discord.Net.git 2015-12-24 18:01:10 -04:00
RogueException
03f5769453 Merge pull request #19 from 420foxbot/dev
in README.md: change 'Send/Receieve Messages' to 'Send/Receive' messa…
2015-12-24 17:57:06 -04:00
Christopher F
bf900e71e9 in README.md: change 'Send/Receieve Messages' to 'Send/Receive' messages, to conform with English spelling standards 2015-12-24 16:55:31 -05:00
RogueException
84ee218f44 Minor edit 2015-12-24 17:52:38 -04:00
RogueException
0c622bffd8 Merge pull request #18 from 420foxbot/dev
Remove the trailing slash on the CDN URL in DiscordConfig
2015-12-24 17:46:04 -04:00
Christopher F
b6e886c071 Remove the trailing slash on the CDN URL in DiscordConfig 2015-12-24 16:40:01 -05:00
RogueException
3bdcd5ebb7 Added exception-only log functions 2015-12-24 14:41:57 -04:00
RogueException
1ade4ecc2a Fixed handling of null values in User.Update(MemberVoiceState) 2015-12-24 00:26:41 -04:00
RogueException
a4447d759d Update status of CurrentUser when status or currentgame is changed 2015-12-24 00:11:52 -04:00
RogueException
6f1afcccad Added logging for rate limit errors 2015-12-24 00:07:40 -04:00
RogueException
96b5337da7 Removed unused invite variables 2015-12-24 00:07:21 -04:00
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