Commit Graph

  • *
  • *
  • *
  • *
  • *
  • | *
  • | |\
  • | * |
  • | | *
  • | |/
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | | *
  • | |/|
  • |/| |
  • | | *
  • | * |
  • | * |
  • |/| |
  • | |/
  • * |
  • * |
  • * |
  • * |
  • * |
  • | *
  • * |
  • * |
  • | *
  • * |
  • |\ \
  • * | |
  • * | |
  • * | |
  • | | *
  • | | |\
  • | | |/
  • | |/|
  • | * |
  • | |\ \
  • | * | |
  • | * | |
  • | * | |
  • | | * |
  • | | * |
  • | | * |
  • | |/ /
  • | * |
  • | |\ \
  • | |/ /
  • |/| |
  • | * |
  • | * |
  • * | |
  • * | |
  • * | |
  • | | | *
  • | | |/
  • | | | *
  • | |_|/|
  • |/| | |
  • | | | | *
  • | |_|_|/|
  • |/| | |/
  • | | | *
  • | |_|/
  • |/| |
  • * | |
  • * | |
  • * | |
  • | * |
  • | * |
  • |/ /
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • * |
  • | *
  • * |
  • |\|
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • c5a89655f Cleaned up CommandsPlugin, added CommandMap, new parameter declaration and aliases. by RogueException 2015-10-29 23:33:05 -0300
  • ecc6ee648 Cleaned up a few parts, combined all errors into one event. by RogueException 2015-10-29 20:29:51 -0300
  • 89eb8f168 Fixed commands with .AnyArgs() set by Googie2149 2015-10-29 01:26:12 -0400
  • c729eaae8 Revamped CommandsPlugin by Googie2149 2015-10-28 23:11:15 -0400
  • acc192c68 Don't crash when user/channel mentions are received in a PM by RogueException 2015-11-01 23:29:18 -0400
  • 6142b94d2 Merge branch 'dev' of https://github.com/RogueException/Discord.Net.git by RogueException 2015-10-31 00:36:38 -0300
  • 8d953a69e Dont crash if a mention is sent in PM by RogueException 2015-10-31 00:36:24 -0300
  • 503a2ee37 Improve message cache management by Brandon Smith 2015-10-31 00:31:14 -0300
  • de139337a Removed references from Invite. by RogueException 2015-10-30 13:24:49 -0300
  • 1f07a73ec Improved equality checks for cache objects by RogueException 2015-10-30 13:10:48 -0300
  • 48000ec66 Dont run .Cache on fake cache objects. by RogueException 2015-10-30 12:56:03 -0300
  • e6ee813b1 Added basic service model, even more commands cleanup! by RogueException 2015-10-30 12:55:36 -0300
  • 44ebf50d8 Added Message.MentionedChannels by RogueException 2015-10-30 10:54:33 -0300
  • 0fe2785b1 Added support for unparsed parameters, more cleanup by RogueException 2015-10-30 10:35:53 -0300
  • ace8ad676 Brought back CommandPlugin.CommandChar by RogueException 2015-10-30 10:04:20 -0300
  • b25b0e92b Renamed IsHidden -> Hide by RogueException 2015-10-30 10:01:05 -0300
  • 063d56687 Added ParameterType by RogueException 2015-10-30 09:55:08 -0300
  • 6c6d181b4 FindUsers and FindChannels support mentions, FindUsers has a channel overload, and less bugs. by RogueException 2015-10-30 09:45:42 -0300
  • 8991bad44 Fixed crash for having multiple optional parameters by RogueException 2015-10-29 23:35:16 -0300
  • 44fb33b51 Cleaned up CommandsPlugin, added CommandMap, new parameter declaration and aliases. by RogueException 2015-10-29 23:33:05 -0300
  • e9ead8fbc (refs/pull/7/merge) Merge c6f871235f into 50d8d76e73 by Googie2149 2015-10-29 23:52:11 +0000
  • c6f871235 (refs/pull/7/head) Allow multiple word commands to work again by Googie2149 2015-10-29 19:51:54 -0400
  • 694a5840f Cleaned up a few parts, combined all errors into one event. by RogueException 2015-10-29 20:29:51 -0300
  • 4574c8bd3 Merge branch 'dev' of https://github.com/Googie2149/Discord.Net into Googie2149-dev by RogueException 2015-10-29 19:49:32 -0300
  • 50d8d76e7 Parse datetimes correctly by RogueException 2015-10-29 15:09:22 -0300
  • b2f742453 Added Invite.CreatedAt by RogueException 2015-10-29 15:09:03 -0300
  • c0cde7ff5 Initialize User.Roles sooner by RogueException 2015-10-29 02:58:09 -0300
  • d13afaca0 Added Client.PrivateChannels by RogueException 2015-10-29 02:42:35 -0300
  • 6635ab97d Cleaned up ToString on model classes by RogueException 2015-10-29 02:30:23 -0300
  • d8d0df290 Fixed commands with .AnyArgs() set by Googie2149 2015-10-29 01:26:12 -0400
  • 6842d8105 Apply permissions mask after resolving. by RogueException 2015-10-29 02:23:57 -0300
  • 5d03b38af Voice channel members now only list members connected to that channel, and private channels actually populates members. by RogueException 2015-10-29 02:21:55 -0300
  • db4e8a1ec Revamped CommandsPlugin by Googie2149 2015-10-28 23:11:15 -0400
  • a0f21d6c1 Merge branch 'master' of https://github.com/RogueException/Discord.Net.git by RogueException 2015-10-28 23:10:43 -0300
  • 631b5789b Dont throw voice config error calling LeaveVoiceServer when multiserver is enabled by RogueException 2015-10-28 23:10:01 -0300
  • 79612cff8 Make Reference a struct by RogueException 2015-10-28 22:54:39 -0300
  • 7604804d2 WebSocketSharp OnError doesn't always give us an exception by RogueException 2015-10-28 22:54:10 -0300
  • affcc806d Merge pull request #1 from RogueException/dev by Googie2149 2015-10-27 20:53:48 -0400
  • 8c47c58bc Merge branch 'master' of https://github.com/RogueException/Discord.Net.git by Brandon Smith 2015-10-27 21:46:38 -0300
  • 229f2ee7f Dont nullref if EditUser is called in a private channel. by Brandon Smith 2015-10-27 20:51:48 -0300
  • e162abc9e Dont send the everyone role in EditUser by Brandon Smith 2015-10-27 20:47:34 -0300
  • 3e5a6b2b3 Bumped LargeThreshold up to 100 when enabled, to match client behavor by Brandon Smith 2015-10-27 14:55:47 -0300
  • 3c0cef436 Dont nullref if EditUser is called in a private channel. by Brandon Smith 2015-10-27 20:51:48 -0300
  • de1472160 Dont send the everyone role in EditUser by Brandon Smith 2015-10-27 20:47:34 -0300
  • dd7e570b6 Bumped LargeThreshold up to 100 when enabled, to match client behavor by Brandon Smith 2015-10-27 14:55:47 -0300
  • f8319f10e Merge branch 'master' of https://github.com/RogueException/Discord.Net.git by Brandon Smith 2015-10-27 14:28:29 -0300
  • d710b5d0f Added opcode 8 by Brandon Smith 2015-10-27 14:27:32 -0300
  • bde4176dc Added support for GUILD_MEMBERS_CHUNK by Brandon Smith 2015-10-27 14:21:03 -0300
  • ad81e76c5 Added message length check. by RogueException 2015-10-27 10:49:38 -0300
  • bf5d9ec52 Removed Server.Invites, added DiscordClient.GetInvites(server) by RogueException 2015-10-27 02:50:24 -0300
  • 4d07686f7 Switched User.VoiceChannel to use new reference system by RogueException 2015-10-27 02:29:08 -0300
  • 8ba77ef2a (refs/pull/6/head) Update .gitattributes by Umaru-kun 2015-10-26 20:34:08 -0700
  • 4a9ac2665 (refs/pull/5/merge) Merge 9cf66938dd into dc10f95d41 by Codepixl 2015-10-27 03:24:51 +0000
  • 99b72858c (refs/pull/4/merge) Merge 9cf66938dd into dc10f95d41 by izy521 2015-10-27 03:02:34 +0000
  • 9cf66938d (refs/pull/5/head, refs/pull/4/head) Totally not doing this for a free pull request by izy521 2015-10-27 06:01:59 +0300
  • dc10f95d4 Show user names in log, not their ids. by RogueException 2015-10-26 17:11:37 -0300
  • 3f62cb9e7 Added kick/ban/unban to DiscordClient by RogueException 2015-10-26 14:33:44 -0300
  • 2ba268e89 Actually use GetMessages(beforeMessageId) by RogueException 2015-10-26 14:04:13 -0300
  • a4d6a0e2b 0.8.1-beta1 by Brandon Smith 2015-10-26 09:22:59 -0300
  • cc04f7eb5 Added Modules project by Brandon Smith 2015-10-26 09:17:35 -0300
  • 1ce82912f Made PruneUsers more consistent with the other API calls by RogueException 2015-10-26 02:05:07 -0300
  • adf45ad6a More cleanup by RogueException 2015-10-26 01:54:30 -0300
  • 110511606 Minor logging change by RogueException 2015-10-26 01:47:16 -0300
  • 40b1617b8 Minor cleanup by RogueException 2015-10-26 01:40:27 -0300
  • bd74e4b71 Added PruneUsers, renamed a few APIClient functions. by RogueException 2015-10-26 01:39:28 -0300
  • 334b049d2 Properly update invite state by RogueException 2015-10-26 00:06:21 -0300
  • f377249d5 User.AvatarUrl returns null if AvatarId is null by RogueException 2015-10-26 00:00:46 -0300
  • adf36d62f Update invite's references if they dont point to something in cache by RogueException 2015-10-25 23:57:31 -0300
  • 5f06b8084 Fixed Mention.GetUserIds, dont mention the same user multiple times. by RogueException 2015-10-25 23:03:42 -0300
  • 1014176d2 Dont reset color/hoist on EditRole by RogueException 2015-10-25 22:40:23 -0300
  • 61c748d97 Removed duplicate call in CreateRole by RogueException 2015-10-25 21:57:30 -0300
  • 725469167 Fixed CreateRole by RogueException 2015-10-25 21:46:47 -0300
  • 2f666bcd4 Fixed Server.CurrentMember, renamed to CurrentUser by RogueException 2015-10-25 11:26:07 -0300
  • 03878a7bf Merge branch 'dev' of https://github.com/RogueException/Discord.Net.git by RogueException 2015-10-25 10:33:57 -0300
  • 94f387a8e A few more renames by RogueException 2015-10-25 10:33:10 -0300
  • 747266ecb A few more renames by RogueException 2015-10-25 10:33:10 -0300
  • a3213811d Merged 0.8.0-beta1 by RogueException 2015-10-25 08:37:26 -0300
  • b18bd7521 Minor comment edit by RogueException 2015-10-25 07:37:15 -0300
  • 3ada1117f Made several API functions more consistent with the others by RogueException 2015-10-25 07:17:51 -0300
  • 7e2093e45 Added ConfigureAwait(false) where missing by RogueException 2015-10-25 06:30:06 -0300
  • f44afd619 Made GetX methods more consistent by RogueException 2015-10-25 06:25:49 -0300
  • ecff2ebf1 Renamed some events by RogueException 2015-10-25 06:21:34 -0300
  • c21b926c9 More renaming by RogueException 2015-10-25 06:09:41 -0300
  • 0e63d92b0 Changed log messages by RogueException 2015-10-25 05:57:25 -0300
  • 20731b3c9 More member -> user renaming by RogueException 2015-10-25 05:57:13 -0300
  • 4abedbe2b Fixed User.Channels by RogueException 2015-10-25 05:44:33 -0300
  • 22a486597 Fixed Server.AFKChannel by RogueException 2015-10-25 05:28:03 -0300
  • b8e201d65 Fixed and improved performance of User.Messages by RogueException 2015-10-25 05:13:00 -0300
  • 2af73046f Fixed GlobalUser.PrivateChannel by RogueException 2015-10-25 05:05:51 -0300
  • 47269aa42 Exposed User.PrivateChannel by RogueException 2015-10-25 05:04:37 -0300
  • 2abc38ef3 Moved CachedObject to Helpers by RogueException 2015-10-25 05:01:44 -0300
  • b53aab3be Removed comment about messaging random users by RogueException 2015-10-25 05:01:07 -0300
  • fc3571753 Getting super picky about regex by RogueException 2015-10-25 05:00:14 -0300
  • cb747a209 Removed the VirtualEveryone, hardcoded permissions response for private channels instead. by RogueException 2015-10-25 05:00:06 -0300
  • ce2aa7262 Cleaned up mention regex by RogueException 2015-10-25 04:41:01 -0300
  • 6da8256cc Fixed mention cleanup removing @/# characters by RogueException 2015-10-25 04:40:21 -0300
  • 73ab8ba02 Moved TimeoutException to root folder by RogueException 2015-10-25 04:18:58 -0300
  • b6d48ca11 Fixed a few reference bugs with private messages by RogueException 2015-10-25 04:17:20 -0300
  • 674c585be Add new reference system by RogueException 2015-10-25 04:12:13 -0300
  • 008653787 Use Cache/Uncache instead of OnCached/OnUncached by RogueException 2015-10-25 03:05:39 -0300