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

Added CommandService logging

a2b12520b2839a6c67cc6aa07c54c7ef4124dabe authored almost 8 years ago
Process everyone permission overwrites before role

bc469cbb4612d1976298445afd36930a540802e1 authored almost 8 years ago
Fixed notempty precondition error message

5a6d6ee076439fdb60581bc3a31f91e487de8d5a authored almost 8 years ago
Fixed several permission issues

21959fe43c220d804f252cf65e75137336a1aa20 authored almost 8 years ago
Improve parameter precondition type safety (#532)

* Improve parameter precondition type safety

Also removes some terrible code which was left o...

2160e5dac8b8f1743c79c4f96de7c95b3d0db9a0 authored almost 8 years ago
If discord error code is 0, fall back to http code

96a377a258e2d1d4463c5c9217fd0899467f218e authored almost 8 years ago
Update MessageHelper.cs (#508)

fbd34d6719726bb82bc72014743f8ea808ad2562 authored almost 8 years ago
Fix order of iteration in ExecuteAsync (#534)

3ddb01a5a2e288c508d9c461f0138a735dd16060 authored almost 8 years ago
GuildUserExtensions removed in favour of atomic role add/remove endpoints (#540)

* Removed GuildUserExtensions and moved the methods to IGuildUser and implementations

* Made ...

efbd3cb6811079abd87d5ec9e0876ed68a768c0f authored almost 8 years ago
Cleaned up DepMap type checks

11ba30c6fa36890c57a98253014eb73d00055cd7 authored almost 8 years ago
Merge pull request #546 from khionu/dev

Fix detection of IDependencyMap impl

334ceacdbf643050d0d96b8119fb419e8f5ecc55 authored almost 8 years ago
Merge pull request #549 from Mushroom/reactions

Added support for reaction 'me' field

84b3d241754d21c8f6294c391f4b066d3e90ca1e authored almost 8 years ago
Added RequireOwner support for User tokens

683541ba24b75ca06599f7273add2f635c19b59d authored almost 8 years ago
Merge pull request #560 from Flamanis/patch-1

UserTypeReader ArgumentNullException in DM

458deb43326a456321dec8b306559d99f960d186 authored almost 8 years ago
Renamed AvatarFormat -> ImageFormat. Cleaned up.

711a4e90a4427572fb4fab0d780e00c016d088fc authored almost 8 years ago
Merge pull request #573 from james7132/auto-avatar

Automatic animated avatar detection

6dd2e0a7084f72ad722cae1beeb3d84291682868 authored almost 8 years ago
Merge pull request #574 from Sentinent/get-userreactions-fix

Fixed GetReactionsUsersAsync returning an empty enumerable

cc11d667e34b025035cbc73316ee0787e66057f1 authored almost 8 years ago
Simplify format logic

bd0a329912802376ed3426bf2b914a9890d14dcb authored almost 8 years ago
Added Discord.Net.Webhook

587ec65e79a57579d9434c92d3623086a396e306 authored almost 8 years ago
Avoid catching log errors

2b16c8620d51711ebe64c1c9e684ebf105d5e17a authored almost 8 years ago
Started adding audio receive

254c83ecff0c28fbf8219eea91de09e53d491722 authored almost 8 years ago
Removed Unknown status

1d5b7a2b0182e8fd01bec68281b33dfe4bd01029 authored almost 8 years ago
Merged UserPresenceUpdated into UserUpdated

3bd920ce66d6f7ff24bdf6e7077ea24499ddb9c5 authored almost 8 years ago
Fixed GetReactionsUsersAsync returning an empty enumerable

58d9fb1ed688255e6efd726652e11c588a8710dd authored almost 8 years ago
Review fixes

46b6b8c03bbdd30636790aa4626a9822c6bc395f authored almost 8 years ago
Automatic animated avatar detection

bfc4fd686e23c89f6ade6d1bdca34a9e5692f353 authored almost 8 years ago
Merge pull request #571 from LeafyDev/patch-1

Update audio_ffmpeg.cs

506b4ff36a3f9d11942f354f07c4568aa0fd4660 authored almost 8 years ago
Merge pull request #572 from Bond-009/patch-2

Fixed the example precondition attribute

afdea0cec8462332fb84ab1f290225bb75e10b86 authored almost 8 years ago
Merge pull request #565 from Bond-009/patch-1

Add installing with nuget using VSC to guides

6ce08289890b532776eed72113c854e2899db289 authored almost 8 years ago
Fixed the example precondition attribute

22f5e8ff46eb4122e49d5ec46bd5e908c92eb4ea authored almost 8 years ago
Update audio_ffmpeg.cs

AudioApplication is a required argument

ab43f8277150a6fc231cff57132899b28b5f5f0f authored almost 8 years ago
Removed SocketClient's explicit ConnectionState

92028f59e9f602a01260078a8cabf2088daabac0 authored almost 8 years ago
Removed persistant guild list for user downloads

900b9b082e5e4fb2ff4eeffaa565286339c443b6 authored almost 8 years ago
Prevent duplicate GuildUnavailables

cab41851ba563f70d0d2ed46abe9f271d1ce464f authored almost 8 years ago
Ready event waits until guilds are downloaded

7e7df27024a7281b7ec60e49a17429681925251f authored almost 8 years ago
Add installing with nuget using VSC to guides

59a530fe1c8355dd59d7fc3d72693c9dbaaaf238 authored almost 8 years ago
Added new getting started guide

Thanks @MinnDevelopment for his awesome work on
the JDA guide that had no influence here at all.

d111214bffa09e096959af9b80655137093e8078 authored almost 8 years ago
Add installing guide

:spoon: better docs soon come

bea5e37db8369d6cfdb067bfe496e49534289f13 authored almost 8 years ago
Merge pull request #558 from Joe4evr/patch-1

ConnectAsync -> StartAsync

1e0ae66f521369c4297084b8d1a3f5e93e84dbe5 authored almost 8 years ago
Fix ConnectionState on DiscordSocketClient

This should resolve a plethora of relates issues, including user downloading not working (#542),...

bb78c50b6f6b2b0b56f6f68d4844c8e8ed6b25cf authored almost 8 years ago
Modified User#Discrim check to properly check guild

94ea80b45eeeceacd070360128de3fe567e5103a authored almost 8 years ago
guildUsers instantiated to empty collection, removed added nullchecks

A null conditional operator was required at line 70 to avoid a nullref.

dc2230de869e5c46a3f2259066b18db7152e46ca authored almost 8 years ago
Add space after if and before (

c643ceaa477e7158538b6c1c097e1372a4871215 authored almost 8 years ago
Should fix Linq ArgumentNullException

b5f80a7a6c9611c5ed5e975330a0421a47f7c218 authored almost 8 years ago
ConnectAsync -> StartAsync

4b4506f24356d3ecd585de6863d6fe99e7928033 authored almost 8 years ago
Added support for reaction 'me' field

78076bd9df6ef603a95bd868080199c8286ba2df authored almost 8 years ago
Fixed SocketRole.CompareTo

1b0e47be42a5dbff4bf32bb2842348de5e075ced authored almost 8 years ago
Fixed a couple audio bugs

8c75e0d581bf1c1bb0030996780f0661fddd7ec6 authored almost 8 years ago
Allow EmbedFieldBuilder to take object values

1cd67c246705bea97d3c5d63bbf8a9f9cf0d728c authored almost 8 years ago
Split typechecks into their own conditions

ba406bb646cb66103a412cb4ecc5ac6aaffeb8e5 authored almost 8 years ago
Merge pull request #395 from LassieME/issue/359

Conflicts:
src/Discord.Net.WebSocket/DiscordSocketClient.cs

5e1d84d9184febe614dbd64e4d6e12c98d03dbd5 authored almost 8 years ago
Merge pull request #537 from RogueException/issue/477

Check that messages older than two weeks are not passed to bulk delete

34361fa64a920404f571dafb533b2fc6fb0dac7f authored almost 8 years ago
Rename precondition to 'YoungerThanTwoWeeks'

66b7e0e7f03ed40cbd42f432edba03601bb786da authored almost 8 years ago
Implimented discussed changes

4274900d431e1316738a9e34bac76f667a8a123a authored almost 8 years ago
Better implimentation of detection

c350debdbaacb6f3ba75e38b962831954787a97e authored almost 8 years ago
Fix detection of IDependencyMap impl

Not pretty, but it works.

df6579260ee69045fefcc8917c86b805ed6deea3 authored almost 8 years ago
More audio cleanup, finished receive streams

4c2221dacbce3ecea3a6ff5021a3d8f1f1f6fdbf authored almost 8 years ago
Cleaned up audio code

8e0c65498b3b2225e98c6ff613f44a93da66aa45 authored almost 8 years ago
Change the minimum allowed message to 13d23h59m

Connection/API lag could cause messages right on the edge of 14 weeks to fail on Discord's end w...

4a18b321eaabf65a3c0e6ae90b67274ff46f6ba7 authored almost 8 years ago
Add IsUnique parameter to CreateChannelInvite

Resolves #469

2db60749cabad598fdab79bee64dae9ac1cf3bca authored almost 8 years ago
Fixed audio and a few ConnectionManager issues

06dcac6a9f62dc68c60cea9dbdd58427223d7ede authored almost 8 years ago
Moved (re)connection handling to ConnectionManager

3190d7e26dd2b332c0c7559209f0925ae399cdc7 authored almost 8 years ago
Started Discord.Net.Relay

8630185ac92260df54b5f9ab7f6dfd26768caa6b authored almost 8 years ago
Moved Frame models, added default providers

d321ad3e5c46d7a9b52c3af8239353f013e8185b authored almost 8 years ago
Check that messages older than two weeks are not passed to bulk delete

This resolves #477

607f478b9a979b98b020ff8964982bed3c75e22e authored almost 8 years ago
Merge pull request #436 from RogueException/feature/new-avatars

Replace IUser.AvatarUrl with IUser#GetAvatarUrl(size)

9d7073fafeff9397128f6c978c056ed144135084 authored almost 8 years ago
Don't force avatar formats

c486f0ee503c3055e7c3ee06f72e145798aa66b6 authored almost 8 years ago
Cleanup from rebase

a5adc8a129adccc3accf2cdb0833c4df0e099b85 authored almost 8 years ago
Replace IUser.AvatarUrl with IUser#GetAvatarUrl(size)

This is to support the new user image endpoint, which provides a parameter for image resizing.

6116c1bcefc8b2bbf4e93a518075ee9a550c9ac3 authored almost 8 years ago
Merge pull request #520 from james7132/property-injection

Conflicts:
docs/guides/samples/dependency_module.cs
src/Discord.Net.Commands/Utilities/Reflect...

3c9704c8226c5fe207ec54376802d91ca90cc76c authored almost 8 years ago
Cleanup property injection

7476c4ca38e489e0772de61ab132ff2e657b542b authored almost 8 years ago
Merge pull request #417 from RogueException/feature/better-di

Enhance Dependency Injection

6fd834f3262e882f567b968b34203033e7e73835 authored almost 8 years ago
Move logging lambda to its own method

87f404c23b9938a81a6604c96344aaef34711f38 authored almost 8 years ago
Merge pull request #495 from Flamanis/dev

Conflicts:
docs/guides/samples/logging.cs
Update logging.cs

c1a59601166ddb14cdb524894c445855dc1a196b authored almost 8 years ago
Clean up #501

061935cc9fd4c7465b4d4f3b727dbf8e9ffff597 authored almost 8 years ago
Merge pull request #501 from khionu/patch-1

Update home page on docs

68eeb6312796fb95b540d48cab8aeb8d72c69873 authored almost 8 years ago
Merge pull request #503 from Joe4evr/DocSamples

Update doc samples

a110c862f60aa79e46cf8e43e4de275ad2afc4e1 authored almost 8 years ago
Merge pull request #524 from RyadaProductions/patch-1

Update docs' status sample

755651080d1305862faa8ab8060523ba8adf185a authored almost 8 years ago
Merge pull request #526 from RogueException/feature/user-roles

Add Roles property to SocketGuildUser

c8f382ce2aa6b41581c4070991e853cc40363d4e authored almost 8 years ago
Remove implicit SocketGuildUser.RoleIds; refactor Roles to ReadOnly

bb9f144eae13794463af2cabff4f4554aee2b826 authored almost 8 years ago
Changes HasValue in Cachable to constructor argument

ab60f635116e509df54f7d76253c6edc2e556f7b authored almost 8 years ago
Add comment about message cache

f4918c793beb0447a3827cf6b3ad2e49293ce783 authored almost 8 years ago
Merge pull request #509 from aequasi/patch-2

Typo

1070feafa80f774e105b2b7ff1ce4ac955cc64fa authored almost 8 years ago
Merge pull request #523 from Emzi0767/dev

Fixed couple non-default arguments in REST messages

85e0dee0f056c0ba15f6827a607ebf6fe6bf8be8 authored almost 8 years ago
Merge pull request #504 from Joe4evr/TypeReader_NRE_fix

Fix ParameterInfo.Type sometimes being null

966be796b2391c24b9d6b764667e600556f7fd65 authored almost 8 years ago
Fix typo

29261a943a02ab0f5730866feac3fe5acc67983a authored almost 8 years ago
Add Roles property to SocketGuildUser

there's a few different ways to select a user's roles from their role IDs, and this one seems to...

e601cea2555a0aa4e41ddcc73e8f7ac4dab39b8e authored almost 8 years ago
Update status.cs

SetStatus and SetGame don't exist, only SetStatusAsync and SetGameAsync

e3d31c5bd1e2fddc8413c59a8d4e21b1fa5bd30b authored almost 8 years ago
Fixed couple non-default arguments in REST messages

9c3f858b42dad07cd2984aeab660d401404f7d8a authored almost 8 years ago
Merge pull request #522 from RogueException/feature/idiot-repellent

Throw an InvalidOp if a user tries to set the DefaultRunMode to Default

941e8383b1584c4b555fc57bd2a9d173b5302067 authored almost 8 years ago
Throw an InvalidOp if a user tries to set the DefaultRunMode to Default

never overestimate the end user

f3aa54640705590618bb758f80977ec943be173b authored almost 8 years ago
Fixed order for permission resolving

70e8cea6e29b3e7f8c898b408ac1c49fac670dcf authored almost 8 years ago
Remove "Get" statement from example docs

9609520a53b3f91d722b68bbe189cc419f2491b9 authored almost 8 years ago
Ensure injected properties have public setters

73f00eb0d7ad8da5d4ae80549388b6477f350fd6 authored almost 8 years ago
Add TryAdd to DependencyMaps

6352cbebeff0f686098176eb477f8509da3cf246 authored almost 8 years ago
Remove Auto-Injection

this should be handled by #520

40ede62e4d635081b207cd44108caa68db3e7e04 authored almost 8 years ago
Reduced missed heartbeat aggressiveness

e0a0d2100d0f728dacb732c230071d3582e78d3b authored almost 8 years ago
Fix properties not being set properly on injection

145ae1518b9343ba37edad93b44e94739e193778 authored almost 8 years ago
Update docs to reflect the change.

bb9568607839c89cb4f2c61215fb3c62416b8f4f authored almost 8 years ago
Change whitelist injection into blacklist injection

f1df412341b926ddd17dffa506db717fd33c690a authored almost 8 years ago