Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Discord.Net
An open source Discord wrapper for C#
Collective -
Host: opensource -
https://opencollective.com/discordnet
- Website: https://discordnet.dev/
- Code: https://github.com/discord-net/Discord.Net
Improved equality checks for cache objects
github.com/discord-net/Discord.Net - 1f07a73ec0c2d683d688edd52e9da6ee180da608 authored over 9 years ago
github.com/discord-net/Discord.Net - 1f07a73ec0c2d683d688edd52e9da6ee180da608 authored over 9 years ago
Dont run .Cache on fake cache objects.
github.com/discord-net/Discord.Net - 48000ec66e8f26e293c4e97aa35fe8df86c986d8 authored over 9 years ago
github.com/discord-net/Discord.Net - 48000ec66e8f26e293c4e97aa35fe8df86c986d8 authored over 9 years ago
Added basic service model, even more commands cleanup!
github.com/discord-net/Discord.Net - e6ee813b1fbc3cf1ce6c3987c0c418ff9b573897 authored over 9 years ago
github.com/discord-net/Discord.Net - e6ee813b1fbc3cf1ce6c3987c0c418ff9b573897 authored over 9 years ago
Added Message.MentionedChannels
github.com/discord-net/Discord.Net - 44ebf50d81d75774673ea3a15022914976905c58 authored over 9 years ago
github.com/discord-net/Discord.Net - 44ebf50d81d75774673ea3a15022914976905c58 authored over 9 years ago
Added support for unparsed parameters, more cleanup
github.com/discord-net/Discord.Net - 0fe2785b1567755a72b01d9df27ce23624eb0dc2 authored over 9 years ago
github.com/discord-net/Discord.Net - 0fe2785b1567755a72b01d9df27ce23624eb0dc2 authored over 9 years ago
Brought back CommandPlugin.CommandChar
github.com/discord-net/Discord.Net - ace8ad676e0513eef6afbba6c08c2919b2f66629 authored over 9 years ago
github.com/discord-net/Discord.Net - ace8ad676e0513eef6afbba6c08c2919b2f66629 authored over 9 years ago
Renamed IsHidden -> Hide
github.com/discord-net/Discord.Net - b25b0e92b2268cf8bfbd9d3a40c1ad420bf4139d authored over 9 years ago
github.com/discord-net/Discord.Net - b25b0e92b2268cf8bfbd9d3a40c1ad420bf4139d authored over 9 years ago
Added ParameterType
github.com/discord-net/Discord.Net - 063d56687c506024081cd997cfc97b86559787a9 authored over 9 years ago
github.com/discord-net/Discord.Net - 063d56687c506024081cd997cfc97b86559787a9 authored over 9 years ago
FindUsers and FindChannels support mentions, FindUsers has a channel overload, and less bugs.
github.com/discord-net/Discord.Net - 6c6d181b4b05bd1d53dda8733257236a4f8ba85b authored over 9 years ago
github.com/discord-net/Discord.Net - 6c6d181b4b05bd1d53dda8733257236a4f8ba85b authored over 9 years ago
Fixed crash for having multiple optional parameters
github.com/discord-net/Discord.Net - 8991bad44783570566ac0ec850cf45a8037b5867 authored over 9 years ago
github.com/discord-net/Discord.Net - 8991bad44783570566ac0ec850cf45a8037b5867 authored over 9 years ago
Cleaned up CommandsPlugin, added CommandMap, new parameter declaration and aliases.
github.com/discord-net/Discord.Net - 44fb33b511069dca485b81ed4e2fe9e40495d4c8 authored over 9 years ago
github.com/discord-net/Discord.Net - 44fb33b511069dca485b81ed4e2fe9e40495d4c8 authored over 9 years ago
Cleaned up a few parts, combined all errors into one event.
github.com/discord-net/Discord.Net - 694a5840f2bd92cef1360d31f0c362ca8a7ae06a authored over 9 years ago
github.com/discord-net/Discord.Net - 694a5840f2bd92cef1360d31f0c362ca8a7ae06a authored over 9 years ago
Merge branch 'dev' of https://github.com/Googie2149/Discord.Net into Googie2149-dev
github.com/discord-net/Discord.Net - 4574c8bd3a94a6acc3a0de056255d5c8a8b86269 authored over 9 years ago
github.com/discord-net/Discord.Net - 4574c8bd3a94a6acc3a0de056255d5c8a8b86269 authored over 9 years ago
Parse datetimes correctly
github.com/discord-net/Discord.Net - 50d8d76e735a36f4dd0f3bc82940b578f860fc16 authored over 9 years ago
github.com/discord-net/Discord.Net - 50d8d76e735a36f4dd0f3bc82940b578f860fc16 authored over 9 years ago
Added Invite.CreatedAt
github.com/discord-net/Discord.Net - b2f742453b02b6f83062f786172de96966ffcc2a authored over 9 years ago
github.com/discord-net/Discord.Net - b2f742453b02b6f83062f786172de96966ffcc2a authored over 9 years ago
Initialize User.Roles sooner
github.com/discord-net/Discord.Net - c0cde7ff5cc41b4798b539e7b27e122829087802 authored over 9 years ago
github.com/discord-net/Discord.Net - c0cde7ff5cc41b4798b539e7b27e122829087802 authored over 9 years ago
Added Client.PrivateChannels
github.com/discord-net/Discord.Net - d13afaca0e1ec2c0a41f68df2591618e2ee66687 authored over 9 years ago
github.com/discord-net/Discord.Net - d13afaca0e1ec2c0a41f68df2591618e2ee66687 authored over 9 years ago
Cleaned up ToString on model classes
github.com/discord-net/Discord.Net - 6635ab97dd7c432a941a19b4c40cbeb182a1f1e2 authored over 9 years ago
github.com/discord-net/Discord.Net - 6635ab97dd7c432a941a19b4c40cbeb182a1f1e2 authored over 9 years ago
Fixed commands with .AnyArgs() set
github.com/discord-net/Discord.Net - d8d0df290bf441231d8ec761868e82f641ef5a04 authored over 9 years ago
github.com/discord-net/Discord.Net - d8d0df290bf441231d8ec761868e82f641ef5a04 authored over 9 years ago
Apply permissions mask after resolving.
github.com/discord-net/Discord.Net - 6842d81053cee6311e08acf1be17eed55a7c395c authored over 9 years ago
github.com/discord-net/Discord.Net - 6842d81053cee6311e08acf1be17eed55a7c395c authored over 9 years ago
Voice channel members now only list members connected to that channel, and private channels actually populates members.
github.com/discord-net/Discord.Net - 5d03b38afae0d3325a565cc590bd6c9b3aaf9c8c authored over 9 years ago
github.com/discord-net/Discord.Net - 5d03b38afae0d3325a565cc590bd6c9b3aaf9c8c authored over 9 years ago
Revamped CommandsPlugin
This uses a dictionary for the commands list, if a command has a max
args set it'll only get tha...
Merge branch 'master' of https://github.com/RogueException/Discord.Net.git
github.com/discord-net/Discord.Net - a0f21d6c1d656b6cad54dbea7c48a3eaa78a831a authored over 9 years ago
github.com/discord-net/Discord.Net - a0f21d6c1d656b6cad54dbea7c48a3eaa78a831a authored over 9 years ago
Dont throw voice config error calling LeaveVoiceServer when multiserver is enabled
github.com/discord-net/Discord.Net - 631b5789be5f0b4c96e4c7591ca1bc79429cfa02 authored over 9 years ago
github.com/discord-net/Discord.Net - 631b5789be5f0b4c96e4c7591ca1bc79429cfa02 authored over 9 years ago
Make Reference a struct
github.com/discord-net/Discord.Net - 79612cff89f184dbe0efa2ee33bfd914471a8c59 authored over 9 years ago
github.com/discord-net/Discord.Net - 79612cff89f184dbe0efa2ee33bfd914471a8c59 authored over 9 years ago
WebSocketSharp OnError doesn't always give us an exception
github.com/discord-net/Discord.Net - 7604804d25b401db66a1308b6dc346d552cd8834 authored over 9 years ago
github.com/discord-net/Discord.Net - 7604804d25b401db66a1308b6dc346d552cd8834 authored over 9 years ago
Merge pull request #1 from RogueException/dev
Dev
github.com/discord-net/Discord.Net - affcc806db2d5b8c78ecc30d17d452e797d69693 authored over 9 years ago
Merge branch 'master' of https://github.com/RogueException/Discord.Net.git
github.com/discord-net/Discord.Net - 8c47c58bc848a22f3129b8de49185160a6735039 authored over 9 years ago
github.com/discord-net/Discord.Net - 8c47c58bc848a22f3129b8de49185160a6735039 authored over 9 years ago
Dont nullref if EditUser is called in a private channel.
github.com/discord-net/Discord.Net - 229f2ee7fbbcad3aa27374217685e32f7a2469a2 authored over 9 years ago
github.com/discord-net/Discord.Net - 229f2ee7fbbcad3aa27374217685e32f7a2469a2 authored over 9 years ago
Bumped LargeThreshold up to 100 when enabled, to match client behavor
github.com/discord-net/Discord.Net - 3e5a6b2b32a15f95e72dece232ebb8e3d341c3b1 authored over 9 years ago
github.com/discord-net/Discord.Net - 3e5a6b2b32a15f95e72dece232ebb8e3d341c3b1 authored over 9 years ago
Dont send the everyone role in EditUser
github.com/discord-net/Discord.Net - e162abc9ef81026641aacae65fdcb89be66f946d authored over 9 years ago
github.com/discord-net/Discord.Net - e162abc9ef81026641aacae65fdcb89be66f946d authored over 9 years ago
Dont nullref if EditUser is called in a private channel.
github.com/discord-net/Discord.Net - 3c0cef43617fc28003e79dacd5cf66d9ae4e3e49 authored over 9 years ago
github.com/discord-net/Discord.Net - 3c0cef43617fc28003e79dacd5cf66d9ae4e3e49 authored over 9 years ago
Dont send the everyone role in EditUser
github.com/discord-net/Discord.Net - de1472160c9919b9c192a2f07535be48d238eeb1 authored over 9 years ago
github.com/discord-net/Discord.Net - de1472160c9919b9c192a2f07535be48d238eeb1 authored over 9 years ago
Bumped LargeThreshold up to 100 when enabled, to match client behavor
github.com/discord-net/Discord.Net - dd7e570b6042f08f22b4c91fef44cfa8497b0d21 authored over 9 years ago
github.com/discord-net/Discord.Net - dd7e570b6042f08f22b4c91fef44cfa8497b0d21 authored over 9 years ago
Merge branch 'master' of https://github.com/RogueException/Discord.Net.git
github.com/discord-net/Discord.Net - f8319f10e3a4fa85bbaa9788847410d0331401f0 authored over 9 years ago
github.com/discord-net/Discord.Net - f8319f10e3a4fa85bbaa9788847410d0331401f0 authored over 9 years ago
Added opcode 8
github.com/discord-net/Discord.Net - d710b5d0fcc2a4fe9c13e3f1d9743cb55e570936 authored over 9 years ago
github.com/discord-net/Discord.Net - d710b5d0fcc2a4fe9c13e3f1d9743cb55e570936 authored over 9 years ago
Added support for GUILD_MEMBERS_CHUNK
github.com/discord-net/Discord.Net - bde4176dc2692dcfe4fd6fe1984e5c515e3a6230 authored over 9 years ago
github.com/discord-net/Discord.Net - bde4176dc2692dcfe4fd6fe1984e5c515e3a6230 authored over 9 years ago
Added message length check.
github.com/discord-net/Discord.Net - ad81e76c5e3c72f283733a23cdc740bbf8a8e3cc authored over 9 years ago
github.com/discord-net/Discord.Net - ad81e76c5e3c72f283733a23cdc740bbf8a8e3cc authored over 9 years ago
Removed Server.Invites, added DiscordClient.GetInvites(server)
github.com/discord-net/Discord.Net - bf5d9ec5278dea10d1bd272d81a1271ac3321d1c authored over 9 years ago
github.com/discord-net/Discord.Net - bf5d9ec5278dea10d1bd272d81a1271ac3321d1c authored over 9 years ago
Switched User.VoiceChannel to use new reference system
github.com/discord-net/Discord.Net - 4d07686f71a59b35ad23a6430f7a61101b432740 authored over 9 years ago
github.com/discord-net/Discord.Net - 4d07686f71a59b35ad23a6430f7a61101b432740 authored over 9 years ago
Show user names in log, not their ids.
github.com/discord-net/Discord.Net - dc10f95d419acf6964a95bbd81b1eac584593ed0 authored over 9 years ago
github.com/discord-net/Discord.Net - dc10f95d419acf6964a95bbd81b1eac584593ed0 authored over 9 years ago
Added kick/ban/unban to DiscordClient
github.com/discord-net/Discord.Net - 3f62cb9e77200957c81b51d9025d7cab9993f44e authored over 9 years ago
github.com/discord-net/Discord.Net - 3f62cb9e77200957c81b51d9025d7cab9993f44e authored over 9 years ago
Actually use GetMessages(beforeMessageId)
github.com/discord-net/Discord.Net - 2ba268e892af3506c029600627820b87da6cf19d authored over 9 years ago
github.com/discord-net/Discord.Net - 2ba268e892af3506c029600627820b87da6cf19d authored over 9 years ago
0.8.1-beta1
github.com/discord-net/Discord.Net - a4d6a0e2bcea7000ea14be6d556da8b47eec7f88 authored over 9 years ago
github.com/discord-net/Discord.Net - a4d6a0e2bcea7000ea14be6d556da8b47eec7f88 authored over 9 years ago
Added Modules project
github.com/discord-net/Discord.Net - cc04f7eb555f6c6aad41ec0203adf8e495066bba authored over 9 years ago
github.com/discord-net/Discord.Net - cc04f7eb555f6c6aad41ec0203adf8e495066bba authored over 9 years ago
Made PruneUsers more consistent with the other API calls
github.com/discord-net/Discord.Net - 1ce82912f3f5e5a52f89015897d6099208874cbe authored over 9 years ago
github.com/discord-net/Discord.Net - 1ce82912f3f5e5a52f89015897d6099208874cbe authored over 9 years ago
More cleanup
github.com/discord-net/Discord.Net - adf45ad6a472735f39cef035ab33d14ddecbfc5f authored over 9 years ago
github.com/discord-net/Discord.Net - adf45ad6a472735f39cef035ab33d14ddecbfc5f authored over 9 years ago
Minor logging change
github.com/discord-net/Discord.Net - 110511606b1eea944cfa174e0a05ba63a94421fa authored over 9 years ago
github.com/discord-net/Discord.Net - 110511606b1eea944cfa174e0a05ba63a94421fa authored over 9 years ago
Minor cleanup
github.com/discord-net/Discord.Net - 40b1617b85e8321f08f3e7a380d605114e74472d authored over 9 years ago
github.com/discord-net/Discord.Net - 40b1617b85e8321f08f3e7a380d605114e74472d authored over 9 years ago
Added PruneUsers, renamed a few APIClient functions.
github.com/discord-net/Discord.Net - bd74e4b7128e0bbce171fc80b7ba8f2f312bf83f authored over 9 years ago
github.com/discord-net/Discord.Net - bd74e4b7128e0bbce171fc80b7ba8f2f312bf83f authored over 9 years ago
Properly update invite state
github.com/discord-net/Discord.Net - 334b049d248d42edd85e0e2f24c8dd1d355b05d7 authored over 9 years ago
github.com/discord-net/Discord.Net - 334b049d248d42edd85e0e2f24c8dd1d355b05d7 authored over 9 years ago
User.AvatarUrl returns null if AvatarId is null
github.com/discord-net/Discord.Net - f377249d54d845aa52e91f4ccbb804364a3419bd authored over 9 years ago
github.com/discord-net/Discord.Net - f377249d54d845aa52e91f4ccbb804364a3419bd authored over 9 years ago
Update invite's references if they dont point to something in cache
github.com/discord-net/Discord.Net - adf36d62f21748fd18ec139338d00c29888f1b49 authored over 9 years ago
github.com/discord-net/Discord.Net - adf36d62f21748fd18ec139338d00c29888f1b49 authored over 9 years ago
Fixed Mention.GetUserIds, dont mention the same user multiple times.
github.com/discord-net/Discord.Net - 5f06b8084bc60e45e66d7b34d92b33c01c2ea018 authored over 9 years ago
github.com/discord-net/Discord.Net - 5f06b8084bc60e45e66d7b34d92b33c01c2ea018 authored over 9 years ago
Dont reset color/hoist on EditRole
github.com/discord-net/Discord.Net - 1014176d2eb40ab0061fd939591c2dc43e90504c authored over 9 years ago
github.com/discord-net/Discord.Net - 1014176d2eb40ab0061fd939591c2dc43e90504c authored over 9 years ago
Removed duplicate call in CreateRole
github.com/discord-net/Discord.Net - 61c748d97d104d5de7dd9adf1bef707402047b5a authored over 9 years ago
github.com/discord-net/Discord.Net - 61c748d97d104d5de7dd9adf1bef707402047b5a authored over 9 years ago
Fixed CreateRole
github.com/discord-net/Discord.Net - 7254691677436b9e365d09a05d81bdb65613aa82 authored over 9 years ago
github.com/discord-net/Discord.Net - 7254691677436b9e365d09a05d81bdb65613aa82 authored over 9 years ago
Fixed Server.CurrentMember, renamed to CurrentUser
github.com/discord-net/Discord.Net - 2f666bcd47fd0903af7e2630dfb0f87e8dd8082a authored over 9 years ago
github.com/discord-net/Discord.Net - 2f666bcd47fd0903af7e2630dfb0f87e8dd8082a authored over 9 years ago
Merge branch 'dev' of https://github.com/RogueException/Discord.Net.git
github.com/discord-net/Discord.Net - 03878a7bf128f958d4729b2716b10b2892f446c4 authored over 9 years ago
github.com/discord-net/Discord.Net - 03878a7bf128f958d4729b2716b10b2892f446c4 authored over 9 years ago
A few more renames
github.com/discord-net/Discord.Net - 94f387a8e6406d3d0d1586a50829d486a83e757c authored over 9 years ago
github.com/discord-net/Discord.Net - 94f387a8e6406d3d0d1586a50829d486a83e757c authored over 9 years ago
A few more renames
github.com/discord-net/Discord.Net - 747266ecb501b72e6ecc11cc5859e14137e500cd authored over 9 years ago
github.com/discord-net/Discord.Net - 747266ecb501b72e6ecc11cc5859e14137e500cd authored over 9 years ago
Merged 0.8.0-beta1
github.com/discord-net/Discord.Net - a3213811d132f10fddfc26460ed0d908ed648caa authored over 9 years ago
github.com/discord-net/Discord.Net - a3213811d132f10fddfc26460ed0d908ed648caa authored over 9 years ago
Minor comment edit
github.com/discord-net/Discord.Net - b18bd7521b3c1b69882f584bd3766be9a25b60ae authored over 9 years ago
github.com/discord-net/Discord.Net - b18bd7521b3c1b69882f584bd3766be9a25b60ae authored over 9 years ago
Made several API functions more consistent with the others
github.com/discord-net/Discord.Net - 3ada1117f5c649f267399807e0053cad9b4dee10 authored over 9 years ago
github.com/discord-net/Discord.Net - 3ada1117f5c649f267399807e0053cad9b4dee10 authored over 9 years ago
Added ConfigureAwait(false) where missing
github.com/discord-net/Discord.Net - 7e2093e4540505693240b2f62e9ebea52e6d1b8b authored over 9 years ago
github.com/discord-net/Discord.Net - 7e2093e4540505693240b2f62e9ebea52e6d1b8b authored over 9 years ago
Made GetX methods more consistent
github.com/discord-net/Discord.Net - f44afd61964a389e7ea56ad28fe34734e4299cf7 authored over 9 years ago
github.com/discord-net/Discord.Net - f44afd61964a389e7ea56ad28fe34734e4299cf7 authored over 9 years ago
Renamed some events
github.com/discord-net/Discord.Net - ecff2ebf17f2e32ab993828d5520f208c321b55f authored over 9 years ago
github.com/discord-net/Discord.Net - ecff2ebf17f2e32ab993828d5520f208c321b55f authored over 9 years ago
More renaming
github.com/discord-net/Discord.Net - c21b926c931acb5670b3cf1c3cd770e4e2b34e90 authored over 9 years ago
github.com/discord-net/Discord.Net - c21b926c931acb5670b3cf1c3cd770e4e2b34e90 authored over 9 years ago
Changed log messages
github.com/discord-net/Discord.Net - 0e63d92b0349d1a21fdb7363d3a22e96d3ee5775 authored over 9 years ago
github.com/discord-net/Discord.Net - 0e63d92b0349d1a21fdb7363d3a22e96d3ee5775 authored over 9 years ago
More member -> user renaming
github.com/discord-net/Discord.Net - 20731b3c9221c015c6525e8303cd5c8ba70c5c7b authored over 9 years ago
github.com/discord-net/Discord.Net - 20731b3c9221c015c6525e8303cd5c8ba70c5c7b authored over 9 years ago
Fixed User.Channels
github.com/discord-net/Discord.Net - 4abedbe2b932f42b44445a32bd0dc96290cd5be7 authored over 9 years ago
github.com/discord-net/Discord.Net - 4abedbe2b932f42b44445a32bd0dc96290cd5be7 authored over 9 years ago
Fixed Server.AFKChannel
github.com/discord-net/Discord.Net - 22a486597126b75ce611a74b4452164d03605994 authored over 9 years ago
github.com/discord-net/Discord.Net - 22a486597126b75ce611a74b4452164d03605994 authored over 9 years ago
Fixed and improved performance of User.Messages
github.com/discord-net/Discord.Net - b8e201d65251f3da4f4147de00e7969e70148dd7 authored over 9 years ago
github.com/discord-net/Discord.Net - b8e201d65251f3da4f4147de00e7969e70148dd7 authored over 9 years ago
Fixed GlobalUser.PrivateChannel
github.com/discord-net/Discord.Net - 2af73046fc16c645467ef0c20f26e08b117b24e4 authored over 9 years ago
github.com/discord-net/Discord.Net - 2af73046fc16c645467ef0c20f26e08b117b24e4 authored over 9 years ago
Exposed User.PrivateChannel
github.com/discord-net/Discord.Net - 47269aa420f6f1eb7aeafc30a50482bb4369b343 authored over 9 years ago
github.com/discord-net/Discord.Net - 47269aa420f6f1eb7aeafc30a50482bb4369b343 authored over 9 years ago
Moved CachedObject to Helpers
github.com/discord-net/Discord.Net - 2abc38ef37fe0df5cc271df00ec8ba4f82baff7a authored over 9 years ago
github.com/discord-net/Discord.Net - 2abc38ef37fe0df5cc271df00ec8ba4f82baff7a authored over 9 years ago
Removed comment about messaging random users
github.com/discord-net/Discord.Net - b53aab3be4fcc2ef63cd5136a6e965156334615e authored over 9 years ago
github.com/discord-net/Discord.Net - b53aab3be4fcc2ef63cd5136a6e965156334615e authored over 9 years ago
Getting super picky about regex
github.com/discord-net/Discord.Net - fc35717539d87890ecc954014a85e8e3267e570a authored over 9 years ago
github.com/discord-net/Discord.Net - fc35717539d87890ecc954014a85e8e3267e570a authored over 9 years ago
Removed the VirtualEveryone, hardcoded permissions response for private channels instead.
github.com/discord-net/Discord.Net - cb747a20958214aabd89958408de0d7cdc100b31 authored over 9 years ago
github.com/discord-net/Discord.Net - cb747a20958214aabd89958408de0d7cdc100b31 authored over 9 years ago
Cleaned up mention regex
github.com/discord-net/Discord.Net - ce2aa7262297c0c453a70300bbf0d619e93b56cf authored over 9 years ago
github.com/discord-net/Discord.Net - ce2aa7262297c0c453a70300bbf0d619e93b56cf authored over 9 years ago
Fixed mention cleanup removing @/# characters
github.com/discord-net/Discord.Net - 6da8256cc54d4965760638f67ce4065cfa1fa32b authored over 9 years ago
github.com/discord-net/Discord.Net - 6da8256cc54d4965760638f67ce4065cfa1fa32b authored over 9 years ago
Moved TimeoutException to root folder
github.com/discord-net/Discord.Net - 73ab8ba02d8860d3cc70a0065ef54bf2aa4cd037 authored over 9 years ago
github.com/discord-net/Discord.Net - 73ab8ba02d8860d3cc70a0065ef54bf2aa4cd037 authored over 9 years ago
Fixed a few reference bugs with private messages
github.com/discord-net/Discord.Net - b6d48ca1166329a3e9f527a5631c3b1bb92bf029 authored over 9 years ago
github.com/discord-net/Discord.Net - b6d48ca1166329a3e9f527a5631c3b1bb92bf029 authored over 9 years ago
Add new reference system
github.com/discord-net/Discord.Net - 674c585bee771dee4daf094d9f3da635788556fa authored over 9 years ago
github.com/discord-net/Discord.Net - 674c585bee771dee4daf094d9f3da635788556fa authored over 9 years ago
Use Cache/Uncache instead of OnCached/OnUncached
github.com/discord-net/Discord.Net - 0086537872da7941a90077117d4b58c4406246d6 authored over 9 years ago
github.com/discord-net/Discord.Net - 0086537872da7941a90077117d4b58c4406246d6 authored over 9 years ago
Calculate permissions for private channels
github.com/discord-net/Discord.Net - 84bfaa82e7f48d51d0103a9465da2f25935b59f5 authored over 9 years ago
github.com/discord-net/Discord.Net - 84bfaa82e7f48d51d0103a9465da2f25935b59f5 authored over 9 years ago
Clean up collections and references properly
github.com/discord-net/Discord.Net - b7ad4f603d61064b57147e06e2a8e50642c4e820 authored over 9 years ago
github.com/discord-net/Discord.Net - b7ad4f603d61064b57147e06e2a8e50642c4e820 authored over 9 years ago
Fixed Message.User
github.com/discord-net/Discord.Net - 759506da8771198220f727a091a3ab1a6d1860d3 authored over 9 years ago
github.com/discord-net/Discord.Net - 759506da8771198220f727a091a3ab1a6d1860d3 authored over 9 years ago
Even more bug fixes
github.com/discord-net/Discord.Net - 2acd4f8861a9c4dc40f86b0cd5492c641d1862f7 authored over 9 years ago
github.com/discord-net/Discord.Net - 2acd4f8861a9c4dc40f86b0cd5492c641d1862f7 authored over 9 years ago
Added exactMatch option to FindChannels
github.com/discord-net/Discord.Net - 78c097fa4221fb794f3a156b1519555fc020817a authored over 9 years ago
github.com/discord-net/Discord.Net - 78c097fa4221fb794f3a156b1519555fc020817a authored over 9 years ago
Minor edit
github.com/discord-net/Discord.Net - 4eb52be32d07af9ad3d2c87a3a5940b6c7aa1e4f authored over 9 years ago
github.com/discord-net/Discord.Net - 4eb52be32d07af9ad3d2c87a3a5940b6c7aa1e4f authored over 9 years ago
Lots of bug fixes
github.com/discord-net/Discord.Net - 1fcbd36ead2fab42513f3ab46e168bfd6b2a33c2 authored over 9 years ago
github.com/discord-net/Discord.Net - 1fcbd36ead2fab42513f3ab46e168bfd6b2a33c2 authored over 9 years ago
Removed the note about the message cache
github.com/discord-net/Discord.Net - 6bd847212743146407cbe5d8cb668b0ab03ae3e6 authored over 9 years ago
github.com/discord-net/Discord.Net - 6bd847212743146407cbe5d8cb668b0ab03ae3e6 authored over 9 years ago
More member -> user renames
github.com/discord-net/Discord.Net - 6fd3683ce7e4f87b43239edd407a74cd6412cb4d authored over 9 years ago
github.com/discord-net/Discord.Net - 6fd3683ce7e4f87b43239edd407a74cd6412cb4d authored over 9 years ago
Improved GlobalUser cache
github.com/discord-net/Discord.Net - 649db2d8f8261d2c925459a9eb70b6bfd2389a51 authored over 9 years ago
github.com/discord-net/Discord.Net - 649db2d8f8261d2c925459a9eb70b6bfd2389a51 authored over 9 years ago
Give private users a proper ID.
github.com/discord-net/Discord.Net - 1ed853da42b9bacc25c01737702d896f8e129751 authored over 9 years ago
github.com/discord-net/Discord.Net - 1ed853da42b9bacc25c01737702d896f8e129751 authored over 9 years ago
Fixed several message queue issues.
github.com/discord-net/Discord.Net - 98b64ced73f53d8b03e29e7458609e93d15d90d8 authored over 9 years ago
github.com/discord-net/Discord.Net - 98b64ced73f53d8b03e29e7458609e93d15d90d8 authored over 9 years ago
Started rename of member -> user, added server permission resolving, added channel message cache options.
github.com/discord-net/Discord.Net - 01f299e0308d731e51c11b36adb0de4cbf6e4184 authored over 9 years ago
github.com/discord-net/Discord.Net - 01f299e0308d731e51c11b36adb0de4cbf6e4184 authored over 9 years ago
Exposed DiscordClient's underlying DiscordAPIClient
github.com/discord-net/Discord.Net - 55e8b3b7d30f2b564486ce11532b3bfa748a07fe authored over 9 years ago
github.com/discord-net/Discord.Net - 55e8b3b7d30f2b564486ce11532b3bfa748a07fe authored over 9 years ago
Fixed owner check in UpdatePermissions
github.com/discord-net/Discord.Net - 14a4c81acaf4411c90cfa034183e3e2bbe401ca8 authored over 9 years ago
github.com/discord-net/Discord.Net - 14a4c81acaf4411c90cfa034183e3e2bbe401ca8 authored over 9 years ago