Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/discord-net/Discord.Net

An unofficial .Net wrapper for the Discord API (https://discord.com/)
https://github.com/discord-net/Discord.Net

Improved equality checks for cache objects

1f07a73ec0c2d683d688edd52e9da6ee180da608 authored about 9 years ago by RogueException <[email protected]>
Dont run .Cache on fake cache objects.

48000ec66e8f26e293c4e97aa35fe8df86c986d8 authored about 9 years ago by RogueException <[email protected]>
Added basic service model, even more commands cleanup!

e6ee813b1fbc3cf1ce6c3987c0c418ff9b573897 authored about 9 years ago by RogueException <[email protected]>
Added Message.MentionedChannels

44ebf50d81d75774673ea3a15022914976905c58 authored about 9 years ago by RogueException <[email protected]>
Added support for unparsed parameters, more cleanup

0fe2785b1567755a72b01d9df27ce23624eb0dc2 authored about 9 years ago by RogueException <[email protected]>
Brought back CommandPlugin.CommandChar

ace8ad676e0513eef6afbba6c08c2919b2f66629 authored about 9 years ago by RogueException <[email protected]>
Renamed IsHidden -> Hide

b25b0e92b2268cf8bfbd9d3a40c1ad420bf4139d authored about 9 years ago by RogueException <[email protected]>
Added ParameterType

063d56687c506024081cd997cfc97b86559787a9 authored about 9 years ago by RogueException <[email protected]>
FindUsers and FindChannels support mentions, FindUsers has a channel overload, and less bugs.

6c6d181b4b05bd1d53dda8733257236a4f8ba85b authored about 9 years ago by RogueException <[email protected]>
Fixed crash for having multiple optional parameters

8991bad44783570566ac0ec850cf45a8037b5867 authored about 9 years ago by RogueException <[email protected]>
Cleaned up CommandsPlugin, added CommandMap, new parameter declaration and aliases.

44fb33b511069dca485b81ed4e2fe9e40495d4c8 authored about 9 years ago by RogueException <[email protected]>
Cleaned up a few parts, combined all errors into one event.

694a5840f2bd92cef1360d31f0c362ca8a7ae06a authored about 9 years ago by RogueException <[email protected]>
Merge branch 'dev' of https://github.com/Googie2149/Discord.Net into Googie2149-dev

4574c8bd3a94a6acc3a0de056255d5c8a8b86269 authored about 9 years ago by RogueException <[email protected]>
Parse datetimes correctly

50d8d76e735a36f4dd0f3bc82940b578f860fc16 authored about 9 years ago by RogueException <[email protected]>
Added Invite.CreatedAt

b2f742453b02b6f83062f786172de96966ffcc2a authored about 9 years ago by RogueException <[email protected]>
Initialize User.Roles sooner

c0cde7ff5cc41b4798b539e7b27e122829087802 authored about 9 years ago by RogueException <[email protected]>
Added Client.PrivateChannels

d13afaca0e1ec2c0a41f68df2591618e2ee66687 authored about 9 years ago by RogueException <[email protected]>
Cleaned up ToString on model classes

6635ab97dd7c432a941a19b4c40cbeb182a1f1e2 authored about 9 years ago by RogueException <[email protected]>
Fixed commands with .AnyArgs() set

d8d0df290bf441231d8ec761868e82f641ef5a04 authored about 9 years ago by Googie2149 <[email protected]>
Apply permissions mask after resolving.

6842d81053cee6311e08acf1be17eed55a7c395c authored about 9 years ago by RogueException <[email protected]>
Voice channel members now only list members connected to that channel, and private channels actually populates members.

5d03b38afae0d3325a565cc590bd6c9b3aaf9c8c authored about 9 years ago by RogueException <[email protected]>
Revamped CommandsPlugin

This uses a dictionary for the commands list, if a command has a max
args set it'll only get tha...

db4e8a1ec6a67daa18e4ee49aabe00f96e691f91 authored about 9 years ago by Googie2149 <[email protected]>
Merge branch 'master' of https://github.com/RogueException/Discord.Net.git

a0f21d6c1d656b6cad54dbea7c48a3eaa78a831a authored about 9 years ago by RogueException <[email protected]>
Dont throw voice config error calling LeaveVoiceServer when multiserver is enabled

631b5789be5f0b4c96e4c7591ca1bc79429cfa02 authored about 9 years ago by RogueException <[email protected]>
Make Reference a struct

79612cff89f184dbe0efa2ee33bfd914471a8c59 authored about 9 years ago by RogueException <[email protected]>
WebSocketSharp OnError doesn't always give us an exception

7604804d25b401db66a1308b6dc346d552cd8834 authored about 9 years ago by RogueException <[email protected]>
Merge pull request #1 from RogueException/dev

Dev

affcc806db2d5b8c78ecc30d17d452e797d69693 authored about 9 years ago by Googie2149 <[email protected]>
Merge branch 'master' of https://github.com/RogueException/Discord.Net.git

8c47c58bc848a22f3129b8de49185160a6735039 authored about 9 years ago by Brandon Smith <[email protected]>
Dont nullref if EditUser is called in a private channel.

229f2ee7fbbcad3aa27374217685e32f7a2469a2 authored about 9 years ago by Brandon Smith <[email protected]>
Bumped LargeThreshold up to 100 when enabled, to match client behavor

3e5a6b2b32a15f95e72dece232ebb8e3d341c3b1 authored about 9 years ago by Brandon Smith <[email protected]>
Dont send the everyone role in EditUser

e162abc9ef81026641aacae65fdcb89be66f946d authored about 9 years ago by Brandon Smith <[email protected]>
Dont nullref if EditUser is called in a private channel.

3c0cef43617fc28003e79dacd5cf66d9ae4e3e49 authored about 9 years ago by Brandon Smith <[email protected]>
Dont send the everyone role in EditUser

de1472160c9919b9c192a2f07535be48d238eeb1 authored about 9 years ago by Brandon Smith <[email protected]>
Bumped LargeThreshold up to 100 when enabled, to match client behavor

dd7e570b6042f08f22b4c91fef44cfa8497b0d21 authored about 9 years ago by Brandon Smith <[email protected]>
Merge branch 'master' of https://github.com/RogueException/Discord.Net.git

f8319f10e3a4fa85bbaa9788847410d0331401f0 authored about 9 years ago by Brandon Smith <[email protected]>
Added opcode 8

d710b5d0fcc2a4fe9c13e3f1d9743cb55e570936 authored about 9 years ago by Brandon Smith <[email protected]>
Added support for GUILD_MEMBERS_CHUNK

bde4176dc2692dcfe4fd6fe1984e5c515e3a6230 authored about 9 years ago by Brandon Smith <[email protected]>
Added message length check.

ad81e76c5e3c72f283733a23cdc740bbf8a8e3cc authored about 9 years ago by RogueException <[email protected]>
Removed Server.Invites, added DiscordClient.GetInvites(server)

bf5d9ec5278dea10d1bd272d81a1271ac3321d1c authored about 9 years ago by RogueException <[email protected]>
Switched User.VoiceChannel to use new reference system

4d07686f71a59b35ad23a6430f7a61101b432740 authored about 9 years ago by RogueException <[email protected]>
Show user names in log, not their ids.

dc10f95d419acf6964a95bbd81b1eac584593ed0 authored about 9 years ago by RogueException <[email protected]>
Added kick/ban/unban to DiscordClient

3f62cb9e77200957c81b51d9025d7cab9993f44e authored about 9 years ago by RogueException <[email protected]>
Actually use GetMessages(beforeMessageId)

2ba268e892af3506c029600627820b87da6cf19d authored about 9 years ago by RogueException <[email protected]>
0.8.1-beta1

a4d6a0e2bcea7000ea14be6d556da8b47eec7f88 authored about 9 years ago by Brandon Smith <[email protected]>
Added Modules project

cc04f7eb555f6c6aad41ec0203adf8e495066bba authored about 9 years ago by Brandon Smith <[email protected]>
Made PruneUsers more consistent with the other API calls

1ce82912f3f5e5a52f89015897d6099208874cbe authored about 9 years ago by RogueException <[email protected]>
More cleanup

adf45ad6a472735f39cef035ab33d14ddecbfc5f authored about 9 years ago by RogueException <[email protected]>
Minor logging change

110511606b1eea944cfa174e0a05ba63a94421fa authored about 9 years ago by RogueException <[email protected]>
Minor cleanup

40b1617b85e8321f08f3e7a380d605114e74472d authored about 9 years ago by RogueException <[email protected]>
Added PruneUsers, renamed a few APIClient functions.

bd74e4b7128e0bbce171fc80b7ba8f2f312bf83f authored about 9 years ago by RogueException <[email protected]>
Properly update invite state

334b049d248d42edd85e0e2f24c8dd1d355b05d7 authored about 9 years ago by RogueException <[email protected]>
User.AvatarUrl returns null if AvatarId is null

f377249d54d845aa52e91f4ccbb804364a3419bd authored about 9 years ago by RogueException <[email protected]>
Update invite's references if they dont point to something in cache

adf36d62f21748fd18ec139338d00c29888f1b49 authored about 9 years ago by RogueException <[email protected]>
Fixed Mention.GetUserIds, dont mention the same user multiple times.

5f06b8084bc60e45e66d7b34d92b33c01c2ea018 authored about 9 years ago by RogueException <[email protected]>
Dont reset color/hoist on EditRole

1014176d2eb40ab0061fd939591c2dc43e90504c authored about 9 years ago by RogueException <[email protected]>
Removed duplicate call in CreateRole

61c748d97d104d5de7dd9adf1bef707402047b5a authored about 9 years ago by RogueException <[email protected]>
Fixed CreateRole

7254691677436b9e365d09a05d81bdb65613aa82 authored about 9 years ago by RogueException <[email protected]>
Fixed Server.CurrentMember, renamed to CurrentUser

2f666bcd47fd0903af7e2630dfb0f87e8dd8082a authored about 9 years ago by RogueException <[email protected]>
Merge branch 'dev' of https://github.com/RogueException/Discord.Net.git

03878a7bf128f958d4729b2716b10b2892f446c4 authored about 9 years ago by RogueException <[email protected]>
A few more renames

94f387a8e6406d3d0d1586a50829d486a83e757c authored about 9 years ago by RogueException <[email protected]>
A few more renames

747266ecb501b72e6ecc11cc5859e14137e500cd authored about 9 years ago by RogueException <[email protected]>
Merged 0.8.0-beta1

a3213811d132f10fddfc26460ed0d908ed648caa authored about 9 years ago by RogueException <[email protected]>
Minor comment edit

b18bd7521b3c1b69882f584bd3766be9a25b60ae authored about 9 years ago by RogueException <[email protected]>
Made several API functions more consistent with the others

3ada1117f5c649f267399807e0053cad9b4dee10 authored about 9 years ago by RogueException <[email protected]>
Added ConfigureAwait(false) where missing

7e2093e4540505693240b2f62e9ebea52e6d1b8b authored about 9 years ago by RogueException <[email protected]>
Made GetX methods more consistent

f44afd61964a389e7ea56ad28fe34734e4299cf7 authored about 9 years ago by RogueException <[email protected]>
Renamed some events

ecff2ebf17f2e32ab993828d5520f208c321b55f authored about 9 years ago by RogueException <[email protected]>
More renaming

c21b926c931acb5670b3cf1c3cd770e4e2b34e90 authored about 9 years ago by RogueException <[email protected]>
Changed log messages

0e63d92b0349d1a21fdb7363d3a22e96d3ee5775 authored about 9 years ago by RogueException <[email protected]>
More member -> user renaming

20731b3c9221c015c6525e8303cd5c8ba70c5c7b authored about 9 years ago by RogueException <[email protected]>
Fixed User.Channels

4abedbe2b932f42b44445a32bd0dc96290cd5be7 authored about 9 years ago by RogueException <[email protected]>
Fixed Server.AFKChannel

22a486597126b75ce611a74b4452164d03605994 authored about 9 years ago by RogueException <[email protected]>
Fixed and improved performance of User.Messages

b8e201d65251f3da4f4147de00e7969e70148dd7 authored about 9 years ago by RogueException <[email protected]>
Fixed GlobalUser.PrivateChannel

2af73046fc16c645467ef0c20f26e08b117b24e4 authored about 9 years ago by RogueException <[email protected]>
Exposed User.PrivateChannel

47269aa420f6f1eb7aeafc30a50482bb4369b343 authored about 9 years ago by RogueException <[email protected]>
Moved CachedObject to Helpers

2abc38ef37fe0df5cc271df00ec8ba4f82baff7a authored about 9 years ago by RogueException <[email protected]>
Removed comment about messaging random users

b53aab3be4fcc2ef63cd5136a6e965156334615e authored about 9 years ago by RogueException <[email protected]>
Getting super picky about regex

fc35717539d87890ecc954014a85e8e3267e570a authored about 9 years ago by RogueException <[email protected]>
Removed the VirtualEveryone, hardcoded permissions response for private channels instead.

cb747a20958214aabd89958408de0d7cdc100b31 authored about 9 years ago by RogueException <[email protected]>
Cleaned up mention regex

ce2aa7262297c0c453a70300bbf0d619e93b56cf authored about 9 years ago by RogueException <[email protected]>
Fixed mention cleanup removing @/# characters

6da8256cc54d4965760638f67ce4065cfa1fa32b authored about 9 years ago by RogueException <[email protected]>
Moved TimeoutException to root folder

73ab8ba02d8860d3cc70a0065ef54bf2aa4cd037 authored about 9 years ago by RogueException <[email protected]>
Fixed a few reference bugs with private messages

b6d48ca1166329a3e9f527a5631c3b1bb92bf029 authored about 9 years ago by RogueException <[email protected]>
Add new reference system

674c585bee771dee4daf094d9f3da635788556fa authored about 9 years ago by RogueException <[email protected]>
Use Cache/Uncache instead of OnCached/OnUncached

0086537872da7941a90077117d4b58c4406246d6 authored about 9 years ago by RogueException <[email protected]>
Calculate permissions for private channels

84bfaa82e7f48d51d0103a9465da2f25935b59f5 authored about 9 years ago by RogueException <[email protected]>
Clean up collections and references properly

b7ad4f603d61064b57147e06e2a8e50642c4e820 authored about 9 years ago by RogueException <[email protected]>
Fixed Message.User

759506da8771198220f727a091a3ab1a6d1860d3 authored about 9 years ago by RogueException <[email protected]>
Even more bug fixes

2acd4f8861a9c4dc40f86b0cd5492c641d1862f7 authored about 9 years ago by RogueException <[email protected]>
Added exactMatch option to FindChannels

78c097fa4221fb794f3a156b1519555fc020817a authored about 9 years ago by RogueException <[email protected]>
Minor edit

4eb52be32d07af9ad3d2c87a3a5940b6c7aa1e4f authored about 9 years ago by RogueException <[email protected]>
Lots of bug fixes

1fcbd36ead2fab42513f3ab46e168bfd6b2a33c2 authored about 9 years ago by RogueException <[email protected]>
Removed the note about the message cache

6bd847212743146407cbe5d8cb668b0ab03ae3e6 authored about 9 years ago by RogueException <[email protected]>
More member -> user renames

6fd3683ce7e4f87b43239edd407a74cd6412cb4d authored about 9 years ago by RogueException <[email protected]>
Improved GlobalUser cache

649db2d8f8261d2c925459a9eb70b6bfd2389a51 authored about 9 years ago by RogueException <[email protected]>
Give private users a proper ID.

1ed853da42b9bacc25c01737702d896f8e129751 authored about 9 years ago by RogueException <[email protected]>
Fixed several message queue issues.

98b64ced73f53d8b03e29e7458609e93d15d90d8 authored about 9 years ago by RogueException <[email protected]>
Started rename of member -> user, added server permission resolving, added channel message cache options.

01f299e0308d731e51c11b36adb0de4cbf6e4184 authored about 9 years ago by RogueException <[email protected]>
Exposed DiscordClient's underlying DiscordAPIClient

55e8b3b7d30f2b564486ce11532b3bfa748a07fe authored about 9 years ago by RogueException <[email protected]>
Fixed owner check in UpdatePermissions

14a4c81acaf4411c90cfa034183e3e2bbe401ca8 authored about 9 years ago by RogueException <[email protected]>