Commit Graph

1176 Commits

Author SHA1 Message Date
RogueException
703fac5e1a Merge branch 'dev' of https://github.com/RogueException/Discord.Net.git 2016-01-24 18:37:54 -04:00
RogueException
11cf3beae0 Finished (probably?) ETF serialization, started spliting Rest into ETFRestClient and JsonRestClient. 2016-01-24 18:37:47 -04:00
RogueException
7f2341ba48 Merge pull request #24 from 420foxbot/fork
updated documentation to include new logging system
2016-01-24 18:10:59 -04:00
Christopher F
938bbe788b remove obsoleted profile page; update features/logging, remove it from stub; update logging example 2016-01-24 12:33:21 -05:00
RogueException
b224add719 Remove DiscordClient.Disconnected event 2016-01-24 00:34:40 -04:00
RogueException
2040975554 Register AudioService to GatewaySocket.Disconnected event, not DiscordClient.Disconnected 2016-01-24 00:34:09 -04:00
RogueException
15781c2b2d Ensure WebSocket.State is Disconnected before raising OnDisconnected 2016-01-24 00:33:36 -04:00
RogueException
c341ce7abd Merge pull request #15 from Kwoth/dev
Updated docs a bit
2016-01-24 00:24:00 -04:00
RogueException
fe5c8c06f9 Update index.rst 2016-01-24 00:23:08 -04:00
RogueException
6945117c5e Create modes.rst 2016-01-24 00:22:39 -04:00
RogueException
11394bb06d Update events.rst 2016-01-24 00:16:18 -04:00
RogueException
76c8833539 Update events.rst 2016-01-24 00:04:32 -04:00
RogueException
f7150c289f Merge pull request #23 from 420foxbot/docsrewrite
started updating documentation for 0.9
2016-01-23 23:47:00 -04:00
Christopher F
4081f6ae18 Began updating documentation; fixed features/permissions to use more up-to-date information; made features/events contain usable information (removed the table of events); marked commands as a stub due to it being outdated; modified samples; updated index page 2016-01-23 21:58:29 -05:00
RogueException
1ae7c36d31 Added AudioServiceConfig.MaxBitrate constant 2016-01-23 11:31:03 -04:00
RogueException
e1072f2e4e Lowered bitrate max to 128kbps 2016-01-23 11:27:57 -04:00
RogueException
8da5268cd7 Cleaned up several accessibilities, docstrings, and a few audio classes 2016-01-23 11:27:31 -04:00
RogueException
d17a7531da Completed ETF serialization for primitives, enums and nullables. Partially implemented support for classes, structs, dictionaries and enumerables. 2016-01-22 07:21:03 -04:00
RogueException
ff1c4f5e32 Cleaned up DynamicIL functions 2016-01-22 07:20:00 -04:00
RogueException
2457fc2455 Fixed several issues with tokens cache 2016-01-21 19:20:11 -04:00
RogueException
9f66857efa Fixed compile error 2016-01-21 18:59:48 -04:00
RogueException
db0c4da816 Minor edit because I'm picky 2016-01-21 17:47:11 -04:00
RogueException
0ff61958d7 Cleaned up DynamicIL 2016-01-21 17:46:30 -04:00
RogueException
7eb86c740d Re-enabled unsafe code on main lib 2016-01-21 17:46:09 -04:00
RogueException
0c4af8d042 Cleaned up and added a few more types to ETFEncoder 2016-01-21 17:45:45 -04:00
RogueException
ceec287f65 Added a null check in Message deserialization, added missing video information 2016-01-21 17:45:06 -04:00
RogueException
0db0675cb5 Rewrote AudioClient, fixed several async issues, removed most sealed keywords. 2016-01-19 08:31:45 -04:00
RogueException
fab54563e9 Fixed UserUpdated's Before value during voice updates 2016-01-19 02:23:31 -04:00
RogueException
84837bb97b Minor doc edit 2016-01-19 00:27:17 -04:00
RogueException
7e97596a5d Improved error handling in MessageQueue 2016-01-18 23:03:13 -04:00
RogueException
f581434497 Cleaned up a few internal command constructor, fixed subgroups not maintaining category 2016-01-18 22:52:16 -04:00
RogueException
33683e6ec7 Fixed setting channel permissions 2016-01-18 22:39:46 -04:00
RogueException
034075d584 Removed AsyncContext in ExecuteAndWait 2016-01-18 04:56:19 -04:00
RogueException
6266350eaa Renamed DiscordClient.Run to DiscordClient.ExecuteAndWait. Added Run to Legacy. 2016-01-18 04:39:07 -04:00
RogueException
23c5137a5f Added Before/After to update events, added dynamic IL generation 2016-01-18 04:36:31 -04:00
RogueException
a08a4a4322 Moved Relative.cs 2016-01-18 04:23:46 -04:00
RogueException
fc3f4c853e Grouped event classes 2016-01-18 04:23:29 -04:00
RogueException
2efcd3675d Renamed RelativeDirection to Relative 2016-01-17 19:50:58 -04:00
RogueException
a3735f2210 Started adding ETF support 2016-01-14 08:08:49 -04:00
RogueException
a2c9373ed6 Fixed several potential deadlocks 2016-01-13 22:03:10 -04:00
RogueException
2f8754091e Ensure State is Connected before raising DiscordClient.Connected 2016-01-13 04:24:31 -04:00
RogueException
c1f24d164b Re-added support for token-only logins 2016-01-13 00:15:16 -04:00
RogueException
ac218b3b7c Fixed typo 2016-01-12 17:45:47 -04:00
RogueException
d5753368b2 Fixed READY error when a user has a null deaf value 2016-01-12 06:40:21 -04:00
RogueException
b3413fe661 Call /gateway on reconnect, use /login to verify cached tokens 2016-01-12 06:37:53 -04:00
RogueException
efea218a14 Fixed VoiceBuffer.WritePos 2016-01-12 05:58:24 -04:00
RogueException
19297ac623 Minor edit 2016-01-12 05:58:15 -04:00
RogueException
4eb8f4de35 Added proper equality checks to Color, Permissions and StringEnums 2016-01-11 21:54:46 -04:00
RogueException
ea929a619d Switched to new voice keepalives 2016-01-11 20:22:51 -04:00
RogueException
82254ccec4 Removed custom equalities from cached objects 2016-01-11 20:22:32 -04:00