Commit Graph

  • 93bf06bcb6 Added support for changing nicknames RogueException 2016-05-12 23:43:34 -03:00
  • 14bb0f7e2e Added support for optional model parameters, fixed a few model errors RogueException 2016-05-12 23:18:01 -03:00
  • 4bc37d8c33 Added IGuild.IsOwner, cleaned a few exceptions RogueException 2016-05-12 10:57:29 -03:00
  • 227c8f3e60 Minor rename RogueException 2016-05-12 10:38:49 -03:00
  • 4d565d1b29 Added ToString to several Rest models RogueException 2016-05-12 10:35:37 -03:00
  • 0eb9ff6bd3 Fixed several model processing bugs RogueException 2016-05-12 10:27:58 -03:00
  • 7cccf6b30c Fixed MessageQueue race condition RogueException 2016-05-12 10:07:04 -03:00
  • 66097b3fd7 Added MessageQueue RogueException 2016-05-12 09:25:38 -03:00
  • 137998f7e0 Reorganized files, moved DiscordRestClient to Rest.DiscordClient, added RestProvider to config RogueException 2016-05-08 15:02:29 -03:00
  • 82471845d8 Don't serialize payloads twice RogueException 2016-05-08 03:05:43 -03:00
  • 6af7067431 Move PermissionsHelper to Shared RogueException 2016-05-08 03:05:33 -03:00
  • 1ec2e7bc11 Fixed a path RogueException 2016-05-08 02:29:32 -03:00
  • b45a0ebe6e 1.0 REST Preview 2 RogueException 2016-05-08 01:31:07 -03:00
  • 069bc2b931 Updated UploadFile REST Model RogueException 2016-04-09 12:12:12 -03:00
  • 160bc4230e Updated Message Model RogueException 2016-04-09 11:49:58 -03:00
  • f6b6d4d882 Updated README version RogueException 2016-04-09 11:49:46 -03:00
  • 9918f7d0f3 Removed pragmas RogueException 2016-04-09 11:36:33 -03:00
  • ac66f59d4b Updated Role Model RogueException 2016-04-09 11:34:51 -03:00
  • a968b4205a Cleaned up various entities RogueException 2016-04-09 11:23:12 -03:00
  • 5bdd6a7ff3 Early 1.0 REST Preview RogueException 2016-04-04 20:15:16 -03:00
  • b888ea23dc Minor changes RogueException 2016-03-24 20:48:44 -03:00
  • bbf66ca8db Merge pull request #40 from 420foxbot/docs-fix-events RogueException 2016-03-24 20:36:03 -03:00
  • 2ff11b806a Made some fixes to Audio; Brought the Permissions Docs up to date Christopher F 2016-03-23 20:03:55 -04:00
  • 1fcb0bc335 really helps to review files before you commit them Christopher F 2016-03-16 21:19:47 -04:00
  • 507b0acd5c add docs for voice Christopher F 2016-03-16 20:46:51 -04:00
  • 30ac95280e Ref project update RogueException 2016-03-12 20:20:30 -04:00
  • 9b2be11638 Updated Code Samples for compatibility with 0.9; fixed events; fixed rST Christopher F 2016-03-12 14:42:11 -05:00
  • 5a38129c18 Minor ref changes RogueException 2016-03-04 05:50:51 -04:00
  • 0a07442b6e Moved ban/unban from Server to User in ref RogueException 2016-03-04 05:50:24 -04:00
  • 0d9d8fc712 Added Login/Logout events, Logout method and skip token validate to ref RogueException 2016-03-04 05:49:47 -04:00
  • 19e02e923d Fixed several issues in ref entities RogueException 2016-02-28 04:48:32 -04:00
  • 6b3c1410e9 Fixes to ref channel RogueException 2016-02-26 05:35:12 -04:00
  • 3834e4a12b Merge branch 'dev' of https://github.com/RogueException/Discord.Net.git RogueException 2016-02-26 05:22:11 -04:00
  • 0759f957d8 Updated reference channel entities RogueException 2016-02-26 05:22:01 -04:00
  • d1cae981da Removed csprojs (temporarily?) RogueException 2016-02-26 05:21:39 -04:00
  • be08ba88a5 Merge pull request #37 from 420foxbot/docs-update RogueException 2016-02-25 20:43:07 -04:00
  • 3e3ae203a7 add the new docs pages maybe? Christopher F 2016-02-25 19:06:10 -05:00
  • 47cbac95cc split management into server- and user-; wrote docs for server/user Christopher F 2016-02-25 19:02:31 -05:00
  • b3438c9309 Added missing using RogueException 2016-02-24 19:39:10 -04:00
  • 646259baa5 Cleaned up channels and converted more models to new layout RogueException 2016-02-24 19:37:08 -04:00
  • 36ea8b8c3a Added reference project RogueException 2016-02-24 19:36:18 -04:00
  • 27d7e9915b Initial 1.0-alpha1 design changes RogueException 2016-02-24 07:00:49 -04:00
  • 5decad09a1 Be more strict with resetting queue warnings, to prevent spam RogueException 2016-02-22 00:22:58 -04:00
  • 1ef5e4a1ca Cleaned up LogManager RogueException 2016-02-22 00:22:26 -04:00
  • ce8e69d83c Added a few missing ConfigureAwait(false) RogueException 2016-02-21 23:15:53 -04:00
  • 0ec7218ad0 Provide more information during MessageQueue warnings RogueException 2016-02-21 23:09:52 -04:00
  • c387e04c09 Reorganize Logger.cs RogueException 2016-02-21 23:09:36 -04:00
  • 3b71a329b8 AudioExtensions.GetAudioClient should be an extension method RogueException 2016-02-18 19:40:46 -04:00
  • 00f8c7a733 Fixed TTS RogueException 2016-02-18 13:16:01 -04:00
  • 564e6ca2cc Added a cleanup note for Message.Resolve RogueException 2016-02-18 13:15:20 -04:00
  • 03920b9d48 Added non-generic Modules.Add method RogueException 2016-02-17 16:54:47 -04:00
  • 3101e23228 Store AppName/Url/Version in DiscordConfig, generate config for AudioClient RogueException 2016-02-17 02:27:21 -04:00
  • 212890a147 Removed raw input/output from Debug logging RogueException 2016-02-17 01:44:26 -04:00
  • b9d68b723a Renamed LoggedIn event to Ready RogueException 2016-02-17 01:30:05 -04:00
  • f7b2eb7f6f Avoid processing online users twice during connection RogueException 2016-02-17 01:25:12 -04:00
  • 6402b27458 Fixed getting_started's nuget links RogueException 2016-02-17 01:21:11 -04:00
  • d6f22d11dc Wait for all offline users before raising LoggedIn RogueException 2016-02-16 22:42:06 -04:00
  • d7ecefb5cb Improved performance where Channel.GetUser is used RogueException 2016-02-16 16:50:07 -04:00
  • 41125c41db Fixed Channel.GetUser RogueException 2016-02-16 16:40:24 -04:00
  • c6af9fa70d Fixed channel's user cache not populating on READY RogueException 2016-02-16 16:38:20 -04:00
  • 8e519d1925 Several permission cache fixes RogueException 2016-02-16 16:34:52 -04:00
  • 989243f88c Fixed Channel.Users permissions cache creation RogueException 2016-02-16 16:10:21 -04:00
  • ca792a798a Fixed compile warning RogueException 2016-02-16 16:05:17 -04:00
  • 964ba82928 Added a few more placeholders to ETFReader RogueException 2016-02-16 03:49:17 -04:00
  • 04645bb327 Reorganized ETFReader to match ETFWriter's layout RogueException 2016-02-16 03:42:17 -04:00
  • 1e6e965775 Changed LeaveGuildRequest to new endpoint RogueException 2016-02-16 03:35:01 -04:00
  • 433ead6f3f Added DeleteGuildRequest RogueException 2016-02-16 03:34:11 -04:00
  • 1f1e6e6ed4 Added Bool, Integer and Nullable support to ETFReader RogueException 2016-02-16 03:33:36 -04:00
  • 7cbefe6fa2 Cleaned up ETFWriter RogueException 2016-02-16 03:32:47 -04:00
  • 13358c05b5 Removed some test code RogueException 2016-02-15 20:39:02 -04:00
  • d68e699556 Fixed a login crash bug, fixed permissions resolving twice during READY RogueException 2016-02-15 20:35:18 -04:00
  • 19e2528aff Removed redundant casts in MessageQueue and improved error logging RogueException 2016-02-15 19:27:54 -04:00
  • bd9fc36720 Temp. moved built-ing event logging to Debug temporarily, improved login speed. RogueException 2016-02-15 19:27:25 -04:00
  • bc7edbf3c7 Added path property to all models for logging RogueException 2016-02-15 19:14:18 -04:00
  • d48d658e3a Minor cleanup RogueException 2016-02-15 16:09:24 -04:00
  • 5c64cb68bf Cleaned up a bit of the modules/services add/get format RogueException 2016-02-15 15:08:59 -04:00
  • 702125fdc6 Stop adding users on PRESENCE_UPDATE RogueException 2016-02-14 21:58:55 -04:00
  • 2d0ff089a9 0.9.0-rc3-1 RogueException 2016-02-14 13:48:58 -04:00
  • 173df19439 Fixed crash with short mention activation strings RogueException 2016-02-14 13:45:58 -04:00
  • b5f4e1004d Updated GuildMemberAdd to use ExtendedMember RogueException 2016-02-13 18:27:58 -04:00
  • b8b4935614 Added Server.ChannelCount, UserCount, RoleCount. Updated several GatewaySocket API models. RogueException 2016-02-13 17:53:41 -04:00
  • 720e202cb6 0.9.0-rc3 RogueException 2016-02-13 16:47:37 -04:00
  • d11d9c8047 Dont request offline users if not in any large servers RogueException 2016-02-13 16:31:50 -04:00
  • 5504d7dde2 Request offline users on connect RogueException 2016-02-13 16:24:41 -04:00
  • 41ae3ea80c Fixed Discord.Net versioning warnings RogueException 2016-02-13 16:24:03 -04:00
  • 206621110d Fix nuget GAC issues RogueException 2016-02-12 23:02:56 -04:00
  • 34fd47bb5d 0.9-rc3 RogueException 2016-02-12 22:09:02 -04:00
  • 8e8c2cc7fb Don't automatically unwhitelist a server on leave RogueException 2016-02-12 22:08:56 -04:00
  • 45ee58a4d5 Made large_threshold mandatory RogueException 2016-02-12 20:49:11 -04:00
  • f0060f9536 Swapped explicitness of ServiceManager's GetEnumerators RogueException 2016-02-12 11:29:13 -04:00
  • defd376dc8 Merge pull request #32 from SSStormy/dev RogueException 2016-02-12 11:27:37 -04:00
  • dfd105ab2d Actually implemented the IEnumerable interface Justas Dabrila 2016-02-12 17:25:40 +02:00
  • 6841217dad Exposed services as an IEnumerator instead Justas Dabrila 2016-02-12 17:19:30 +02:00
  • 0dbe3cf955 Exposed services in ServiceManager Justas Dabrila 2016-02-12 11:15:24 +02:00
  • 5bff403cec Default private channels to ChannelType.Text RogueException 2016-02-12 01:44:17 -04:00
  • 0fe6835400 Fixed a couple missing .Net Platform 5.4 dependencies RogueException 2016-02-12 00:33:16 -04:00
  • 196c6ac698 Fixed crash if prefix mention is checked in PM RogueException 2016-02-12 00:32:50 -04:00
  • cc788c98a8 Removed unused using statements RogueException 2016-02-11 21:19:33 -04:00
  • 2528c3feb4 Updated Versions RogueException 2016-02-11 20:48:49 -04:00
  • 8f5e3e7613 Started work on ETFReader RogueException 2016-02-11 20:41:46 -04:00