Commit Graph

  • *
  • *
  • | *
  • | |\
  • | | *
  • | | *
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | |\|
  • | * |
  • |/| |
  • | * |
  • |/ /
  • | *
  • | *
  • | *
  • |/
  • *
  • |\
  • | *
  • |/
  • *
  • |\
  • * \
  • |\ \
  • | | *
  • | * |
  • * | |
  • * | |
  • * | |
  • * | |
  • | * |
  • | * |
  • | | | *
  • | |_|/|
  • |/| | |
  • | | * |
  • * | | |
  • |\ \ \ \
  • | |_|/ /
  • |/| | |
  • | * | |
  • |/ / /
  • | * |
  • | | *
  • | | *
  • | | *
  • | |/
  • |/|
  • * |
  • * |
  • * |
  • * |
  • * |
  • |\ \
  • * | |
  • | | *
  • | | *
  • | |/
  • |/|
  • | *
  • * |
  • |/
  • *
  • |\
  • * |
  • | *
  • * |
  • |\|
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | |\
  • | | *
  • | | | *
  • | | |/|
  • | |/| |
  • | | | *
  • | | |/
  • | | *
  • | | *
  • | |/
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | |\
  • | | *
  • | |/
  • * |
  • |\|
  • | *
  • * |
  • |\|
  • | *
  • | |\
  • | | *
  • | |/
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • * |
  • |\|
  • | | *
  • | * |
  • | * |
  • | * |
  • eb38bdd43 Fix indentation by Finite Reality 2016-08-02 17:54:52 +0100
  • 772fd9708 Implement initial command permissions system by Finite Reality 2016-08-02 17:29:39 +0100
  • ec0d550c2 (refs/pull/176/merge) Merge dfa50b2b2d into dcd13e98e9 by DigiTechs 2016-08-02 16:26:00 +0000
  • dfa50b2b2 (refs/pull/176/head) Fix indentation by Finite Reality 2016-08-02 17:21:56 +0100
  • c377bdbec Fix possible nullref by Finite Reality 2016-08-02 17:15:38 +0100
  • dcd13e98e Cleaned up Disconnect function locking by RogueException 2016-08-01 22:50:57 -0300
  • 9fc92d016 Don't TrySetException with a null exception by RogueException 2016-08-01 22:39:17 -0300
  • c6115ea7f [docs] Document TypeReaders, Events, and Joining Audio by Christopher F 2016-08-01 21:05:27 -0400
  • cbdcc5f46 Removed Extensions namespace by RogueException 2016-08-01 21:49:48 -0300
  • 79d5ae777 Fixed nickname null check, hid internal method by RogueException 2016-08-01 21:49:13 -0300
  • 4dcbff16f [docs] Rename FAQs to Samples by Christopher F 2016-08-01 19:48:49 -0400
  • c98bd6820 Fixed VoiceChannel.ConnectAsync nullref and race conditions by RogueException 2016-08-01 05:14:22 -0300
  • d9b5cd6c9 Merge pull request #167 from DigiTechs/audio by RogueException 2016-08-01 03:46:58 -0300
  • f0a9f7cbb Merge pull request #169 from RogueException/issues/168 by RogueException 2016-08-01 03:45:25 -0300
  • 5049e573b (refs/pull/169/head) Support GET /channels/{id}/pins by Christopher F 2016-07-31 22:06:23 -0400
  • c3dc8cd15 (refs/pull/167/head) Use async methods and feed exceptions to promise by Finite Reality 2016-07-31 18:53:04 +0100
  • 1d5ae33e0 Rename promise to make more sense by Finite Reality 2016-07-31 15:16:35 +0100
  • 7159600d7 Finish SocketVoiceChannel.ConnectAsync by Finite Reality 2016-07-31 15:09:17 +0100
  • 9afe2839f Merge pull request #165 from RogueException/issues/159 by Christopher F 2016-07-30 23:03:01 -0400
  • fca0099bc (refs/pull/165/head) SocketSelfUser inherits ISelfUser by Christopher F 2016-07-30 23:01:56 -0400
  • 75b864bfe Merge pull request #164 from RogueException/issues/160 by RogueException 2016-07-30 23:18:58 -0300
  • 8da907a9b Merge pull request #162 from RogueException/issues/146 by RogueException 2016-07-30 22:47:43 -0300
  • 4c200c94e (refs/pull/164/head) Key the ModuleMap based on Type rather than instance by Christopher F 2016-07-30 21:44:14 -0400
  • c54f6addd (refs/pull/162/head) Replace IEnumerable with IReadonlyCollection where possible by Christopher F 2016-07-30 21:37:57 -0400
  • a04cf5201 Cleaned up params implementation by RogueException 2016-07-30 22:24:02 -0300
  • 6732e256f Clean up a little by Finite Reality 2016-07-30 21:48:58 +0100
  • 5ce609c32 Fix small typo by Finite Reality 2016-07-30 21:39:07 +0100
  • c8fc0ffa3 Add support for 'params' arguments by Finite Reality 2016-07-30 21:37:55 +0100
  • 3c5788bbf Added GetUsers extensions to WebSocket->Channel by Christopher F 2016-07-30 21:14:20 -0400
  • beb2cea23 Added GetChannels extension to WebSocket->IGuild by Christopher F 2016-07-30 21:07:46 -0400
  • 265cd3efe (refs/pull/161/merge) Merge d7794f0baa into 724dbf0abf by DigiTechs 2016-07-30 22:27:30 +0000
  • 9348e087b Don't load modules that are already loaded by Christopher F 2016-07-30 18:23:12 -0400
  • 724dbf0ab Merge pull request #163 from RogueException/khio-patch by Khionu Terabite 2016-07-30 18:16:10 -0400
  • 846a1746a (refs/pull/163/head) Added `Command.Synopsis` for seperation of short and long descriptions, this being intended for long. by Khionu Terabite 2016-07-30 18:09:38 -0400
  • e5909c49b Added extension methods for WebSocket->Channels by Christopher F 2016-07-30 18:05:01 -0400
  • d7794f0ba (refs/pull/161/head) Clean up a little by Finite Reality 2016-07-30 21:48:58 +0100
  • d5c480da6 Fix small typo by Finite Reality 2016-07-30 21:39:07 +0100
  • 90a40a974 Add support for 'params' arguments by Finite Reality 2016-07-30 21:37:55 +0100
  • 15dd6016e Fixed several CommandParameter nullrefs by RogueException 2016-07-30 15:13:06 -0300
  • 02d5fc4a8 Exposed CommandParameter's Type by RogueException 2016-07-30 15:10:50 -0300
  • c678432b1 Moved reconnect's Disconnect call to its separate task by RogueException 2016-07-30 04:52:15 -0300
  • 2912107c3 Removed IGuild.CreateInviteAsync by RogueException 2016-07-30 00:44:26 -0300
  • 7df5fa937 Merge pull request #157 from RogueException/issues/153 by RogueException 2016-07-30 00:36:11 -0300
  • 307724970 Fixed parsing errors when the first argument is on a new line by RogueException 2016-07-30 00:29:25 -0300
  • ee7bf028f Adjust GuildExtensions per Voltana's feedback by Christopher F 2016-07-29 23:17:13 -0400
  • 326686d26 Add Extension Methods for WebSocket->IGuild by Christopher F 2016-07-29 23:03:39 -0400
  • 75802403b (refs/pull/157/head) Remove all references to XKCD URLs in Invites by Christopher F 2016-07-29 22:19:09 -0400
  • c5569a44e Renamed Unparsed -> Remainder. Fixed non-string remainder parameters. by RogueException 2016-07-29 23:09:23 -0300
  • f552c37cf Merged branch dev into dev by Christopher F 2016-07-29 20:48:42 -0400
  • af4ede31b Fix Samples on Docs; Fix Links on Docs; add FAQ page to docs by Christopher F 2016-07-29 20:48:33 -0400
  • 4088ec7fa Minor reconnect bugfix, removed unused variables by RogueException 2016-07-29 21:40:40 -0300
  • dc58f9233 Merge branch 'dev' of https://github.com/RogueException/Discord.Net into dev by Christopher F 2016-07-29 19:11:45 -0400
  • 7a36da2b5 Moved REST internal classes by RogueException 2016-07-29 18:16:57 -0300
  • 260a0153f Moved Rpc/WebSocket entities, fixed nullref on RPC message events by RogueException 2016-07-29 18:11:41 -0300
  • 79f11455b Added logging for RPC events by RogueException 2016-07-29 18:02:39 -0300
  • 6d2a30a73 Fixed typo by RogueException 2016-07-29 18:00:16 -0300
  • ab9e70dc6 Added RPC Subscription funcs and Message Events by RogueException 2016-07-29 17:54:38 -0300
  • 934d080be Started adding Rpc events by RogueException 2016-07-29 17:20:14 -0300
  • c565bdf55 Reorganized classes into Rpc/Rest/WebSocket namespaces by RogueException 2016-07-29 17:12:58 -0300
  • 73d423368 Removed DiscordRpcClient's second log header by RogueException 2016-07-29 16:46:30 -0300
  • 848ffc71a Cleaned up DiscordConfig.Version by RogueException 2016-07-29 16:30:55 -0300
  • 942c3bf0b Merge pull request #156 from Carbonitex/Sharding by RogueException 2016-07-29 16:28:54 -0300
  • 4e75b086e (refs/pull/156/head) Using Optional<T> now. by matt 2016-07-29 12:09:50 -0700
  • c16d0afb6 (refs/pull/155/merge) Merge f06d5f2941 into ff017bd51f by Carbonitex 2016-07-29 17:54:25 +0000
  • f06d5f294 (refs/pull/155/head) Revert "Null check wasn't picking up the slack when InformationVersion is not found." by matt 2016-07-29 10:46:56 -0700
  • 80bfe5632 Added Sharding support by matt 2016-07-29 10:25:15 -0700
  • 9b34e4f2b Null check wasn't picking up the slack when InformationVersion is not found. by matt 2016-07-29 10:18:31 -0700
  • ff017bd51 Remove string check for unparsed by RogueException 2016-07-28 23:20:36 -0300
  • 0fc771cc5 Add rpcToken to DiscordRpcClient.AuthorizeAsync by RogueException 2016-07-28 21:43:46 -0300
  • 70ad0f9a6 Fixed RPC proxied requests by RogueException 2016-07-28 21:40:37 -0300
  • e4569f1a3 Added RpcToken param by RogueException 2016-07-28 21:39:43 -0300
  • c8db35cc4 Fixed encoding error when requesting members by RogueException 2016-07-28 16:52:28 -0300
  • 03e5b9a8d Fixed bad RPC proxy url by RogueException 2016-07-28 06:28:13 -0300
  • b95f2095e Further separated Rest/Rpc/Socket logic, added separate improvements from SocketClient by RogueException 2016-07-28 06:11:03 -0300
  • 60f3b3f6c Isolated Rpc's AuthorizeAsync by RogueException 2016-07-28 05:00:06 -0300
  • 0664442bf Implemented support for RPC responses and errors, fixed several bugs by RogueException 2016-07-15 12:58:28 -0300
  • 4a8b73f3f Initial RPC commit, Added Authorize and Authenticate by RogueException 2016-07-14 22:11:28 -0300
  • 366c3bb50 Use users/@me for token validation by RogueException 2016-07-28 03:34:05 -0300
  • 6514a387d Merge pull request #149 from RogueException/issues/135 by RogueException 2016-07-28 02:39:14 -0300
  • de7e59e1b (refs/pull/149/head) Ignore CHANNEL_PINS_UPDATE by Christopher F 2016-07-27 23:35:59 -0400
  • c8be07c65 Merge branch 'dev' of https://github.com/RogueException/Discord.Net into dev by Christopher F 2016-07-27 23:14:37 -0400
  • 3d34e490a Added jitter to reconnect because abala by RogueException 2016-07-27 20:54:47 -0300
  • 151061605 Merge branch 'dev' of https://github.com/RogueException/Discord.Net into dev by Christopher F 2016-07-27 18:02:39 -0400
  • ccca3ad02 Merge pull request #147 from DigiTechs/dev by RogueException 2016-07-27 18:04:08 -0300
  • 2f0881460 (refs/pull/147/head) Ignore static constructors when creating types by Finite Reality 2016-07-27 21:40:45 +0100
  • dd0d94645 Don't nullref if SelfUser.ModifyStatusAsync receives a null game by RogueException 2016-07-27 03:16:09 -0300
  • a50d6a774 Changed new model fields to properties by RogueException 2016-07-27 03:13:47 -0300
  • 63932e55e Cleaned up API params objs, hid Optionals. by RogueException 2016-07-26 23:01:54 -0300
  • 6fe02bf03 Added a few missing primitive parsers by RogueException 2016-07-26 19:10:57 -0300
  • 4a0675399 Cleaned up TypeReaders by RogueException 2016-07-26 19:01:51 -0300
  • c8a84a05b IPrivateChannel should extend IChannel by RogueException 2016-07-26 17:46:12 -0300
  • e8b95519d Cleaned up clients and configs. Renamed DiscordClient -> DiscordRestClient. by RogueException 2016-07-26 17:38:23 -0300
  • dc06a17cd Renamed DiscordClient -> DiscordRestClient by RogueException 2016-07-26 17:27:33 -0300
  • f0a6899bc Cleaned up WebSocket entities. Renamed CachedXXX -> SocketXXX. by RogueException 2016-07-26 17:26:58 -0300
  • 12c43cdf8 Remove ICachedEntity by RogueException 2016-07-26 15:22:25 -0300
  • 80a3469c4 Merge branch 'dev' of https://github.com/RogueException/Discord.Net into dev by Christopher F 2016-07-25 15:55:55 -0400
  • c2271ff6e (refs/pull/145/head) Changed CommandServiceConfig constructor to public by Tim Watkins 2016-07-25 08:59:40 -0600
  • 0360f777d Ignore events if they target a user that was not downloaded yet by RogueException 2016-07-25 05:52:03 -0300
  • f81c2660c Fixed crash on leaving a group channel by RogueException 2016-07-25 05:47:38 -0300
  • 5575a5c88 change NuGet badge in readme to myget by Christopher F 2016-07-24 19:20:23 -0400