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

remove obsoleted profile page; update features/logging, remove it from stub; update logging example

github.com/discord-net/Discord.Net - 938bbe788b21718791353d07bd90932b4834f1b8 authored about 9 years ago
Remove DiscordClient.Disconnected event

github.com/discord-net/Discord.Net - b224add71975a41c8b56be72856ddb6345295ea5 authored about 9 years ago
Register AudioService to GatewaySocket.Disconnected event, not DiscordClient.Disconnected

github.com/discord-net/Discord.Net - 20409755543ac2f3a46adc7ca34cdae04dea50db authored about 9 years ago
Ensure WebSocket.State is Disconnected before raising OnDisconnected

github.com/discord-net/Discord.Net - 15781c2b2d0272ac2e5deeebdfb476ee300aa929 authored about 9 years ago
Merge pull request #15 from Kwoth/dev

Updated docs a bit

github.com/discord-net/Discord.Net - c341ce7abdd5dc54a21c9d18878804582c100689 authored about 9 years ago
Update events.rst

github.com/discord-net/Discord.Net - 11394bb06d5e8310501dba200de6083a53a1e0da authored about 9 years ago
Update events.rst

github.com/discord-net/Discord.Net - 76c88335397a1baf36e245ef11424aeee7ecf538 authored about 9 years ago
Merge pull request #23 from 420foxbot/docsrewrite

started updating documentation for 0.9

github.com/discord-net/Discord.Net - f7150c289f33290d835c2941cc7e7ddddfbf9bc0 authored about 9 years ago
Began updating documentation; fixed features/permissions to use more up-to-date information; made features/events contain usable information (removed the table of events); marked commands as a stub due to it being outdated; modified samples; updated index page

github.com/discord-net/Discord.Net - 4081f6ae1812ed62239cd72136e10c2597fc2f45 authored about 9 years ago
Added AudioServiceConfig.MaxBitrate constant

github.com/discord-net/Discord.Net - 1ae7c36d312b6f4fe2c87d9c21ebabafcb12040c authored about 9 years ago
Lowered bitrate max to 128kbps

github.com/discord-net/Discord.Net - e1072f2e4ec70dbd832dcb7fa29a4cd97e4a8047 authored about 9 years ago
Cleaned up several accessibilities, docstrings, and a few audio classes

github.com/discord-net/Discord.Net - 8da5268cd7d20e6243c6c79085e73cfa9a66c679 authored about 9 years ago
Completed ETF serialization for primitives, enums and nullables. Partially implemented support for classes, structs, dictionaries and enumerables.

github.com/discord-net/Discord.Net - d17a7531daab1b5c9315656afeb2c9abce1404db authored about 9 years ago
Cleaned up DynamicIL functions

github.com/discord-net/Discord.Net - ff1c4f5e322fdc7873b032662ea5e54743a67b2c authored about 9 years ago
Fixed several issues with tokens cache

github.com/discord-net/Discord.Net - 2457fc2455f981adf05cc490c5d1dab5025000c6 authored about 9 years ago
Fixed compile error

github.com/discord-net/Discord.Net - 9f66857efa5ff169afa0aa7743c29b4d87e67ca9 authored about 9 years ago
Minor edit because I'm picky

github.com/discord-net/Discord.Net - db0c4da816de8d5c2b1a7d97ab23455d7d7e0e7b authored about 9 years ago
Cleaned up DynamicIL

github.com/discord-net/Discord.Net - 0ff61958d7aee8a4112c0ba47864edfffea3b418 authored about 9 years ago
Re-enabled unsafe code on main lib

github.com/discord-net/Discord.Net - 7eb86c740d62b5f5597ab19c0c8fe4c138ae3c30 authored about 9 years ago
Cleaned up and added a few more types to ETFEncoder

github.com/discord-net/Discord.Net - 0c4af8d042f11670db515c080f7a220246996d9e authored about 9 years ago
Added a null check in Message deserialization, added missing video information

github.com/discord-net/Discord.Net - ceec287f65b297393ae50561472a741b030ff8f5 authored about 9 years ago
Rewrote AudioClient, fixed several async issues, removed most sealed keywords.

github.com/discord-net/Discord.Net - 0db0675cb5b4a654a1ba48a9d956e7875382947a authored about 9 years ago
Fixed UserUpdated's Before value during voice updates

github.com/discord-net/Discord.Net - fab54563e9bc239859e8a0a7f659d51b7c6177ae authored about 9 years ago
Improved error handling in MessageQueue

github.com/discord-net/Discord.Net - 7e97596a5d51f0d9779798073d846c63f4b61024 authored about 9 years ago
Cleaned up a few internal command constructor, fixed subgroups not maintaining category

github.com/discord-net/Discord.Net - f5814344975c0ab32e540bed1ce9b61cdddecd97 authored about 9 years ago
Fixed setting channel permissions

github.com/discord-net/Discord.Net - 33683e6ec7d7e592265dbab165fe50de724392d2 authored about 9 years ago
Removed AsyncContext in ExecuteAndWait

github.com/discord-net/Discord.Net - 034075d584a77aa75a542e16f1eeb6c118cfc164 authored about 9 years ago
Renamed DiscordClient.Run to DiscordClient.ExecuteAndWait. Added Run to Legacy.

github.com/discord-net/Discord.Net - 6266350eaa7688ef3332191cb38f44c8962f689e authored about 9 years ago
Added Before/After to update events, added dynamic IL generation

github.com/discord-net/Discord.Net - 23c5137a5fe476b23ee5b153dee0fdb2e1361b58 authored about 9 years ago
Moved Relative.cs

github.com/discord-net/Discord.Net - a08a4a43223f36303805c25e7ee617d7344552c8 authored about 9 years ago
Grouped event classes

github.com/discord-net/Discord.Net - fc3f4c853ea629a4ccff4425f2919362e68ae699 authored about 9 years ago
Renamed RelativeDirection to Relative

github.com/discord-net/Discord.Net - 2efcd3675dfcfc1312f95f34068abbe8903a66d7 authored about 9 years ago
Started adding ETF support

github.com/discord-net/Discord.Net - a3735f2210bcfb55b3508e3d26639173a0483284 authored about 9 years ago
Fixed several potential deadlocks

github.com/discord-net/Discord.Net - a2c9373ed68e23e0c6f6d489ad2bf048a16e4714 authored about 9 years ago
Ensure State is Connected before raising DiscordClient.Connected

github.com/discord-net/Discord.Net - 2f8754091eb8918a368fe406ce7afa161586640e authored about 9 years ago
Re-added support for token-only logins

github.com/discord-net/Discord.Net - c1f24d164b20765e2567ced8ebdec806d741e906 authored about 9 years ago
Fixed READY error when a user has a null deaf value

github.com/discord-net/Discord.Net - d5753368b29f82103386e8246b55b33a6fc24018 authored about 9 years ago
Call /gateway on reconnect, use /login to verify cached tokens

github.com/discord-net/Discord.Net - b3413fe661c14e0f63bdbd38613cd6d8f68814d0 authored about 9 years ago
Fixed VoiceBuffer.WritePos

github.com/discord-net/Discord.Net - efea218a144d8b9d6a19157e53068f9c764d3d60 authored about 9 years ago
Added proper equality checks to Color, Permissions and StringEnums

github.com/discord-net/Discord.Net - 4eb8f4de3569b6f5a5121ed130fea4c949c9d4bc authored about 9 years ago
Switched to new voice keepalives

github.com/discord-net/Discord.Net - ea929a619d8fa704aa974c060c8253a7edbf431f authored about 9 years ago
Removed custom equalities from cached objects

github.com/discord-net/Discord.Net - 82254ccec4ea3d3350a12a45616761c532776cf2 authored about 9 years ago
Improved StatusAPI models

github.com/discord-net/Discord.Net - bf0c0fb8153a159ce4e0bca62379300f181b014a authored about 9 years ago
Added IMentionable

github.com/discord-net/Discord.Net - ea0e6ab62b004438aaee2016d4d59728c328784c authored about 9 years ago
Added splash_hash to InviteReference.guild

github.com/discord-net/Discord.Net - 13a4a1808b66ca794f35e2ed13827b2b04b51339 authored about 9 years ago
Made Server.Emoji sealed

github.com/discord-net/Discord.Net - 5bf2feb4c9658ba8b865c369fcd7a0148632ef2d authored about 9 years ago
Some channel permissions bugfixes

github.com/discord-net/Discord.Net - 53e3bdd16b8883e05937e862aad3b5b980b3bf5c authored about 9 years ago
Added splash, emojis and features to Server. Switched CDN urls to API ones.

github.com/discord-net/Discord.Net - 0570c86e90130905fcc662b1794ef287924a9e00 authored about 9 years ago
Added Splash to UpdateGuildRequest

github.com/discord-net/Discord.Net - b7eb5f8698b02a080fd17b04932101fbcce3bd4f authored about 9 years ago
Made all properties on requests modifiable

github.com/discord-net/Discord.Net - fb892db646502295a99eff6da81d8f76236c3b6b authored about 9 years ago
Removed unused using

github.com/discord-net/Discord.Net - d50454aea37c7f1e0281040ce44c0a599fd1788b authored about 9 years ago
Added RestClient.SendingRequest and SentRequest

github.com/discord-net/Discord.Net - 44a36ed97e63b7e027de6e7c61372eb40ae7f16f authored about 9 years ago
Fixed crash on disconnect if multiserver is enabled

github.com/discord-net/Discord.Net - 993316bdfd4fba604273973e0a90e17c799256a8 authored about 9 years ago
Fixed multiserver's double gatewaysocket connect

github.com/discord-net/Discord.Net - 3d2106cff3c5850fd96ea55086843beb88ce0e39 authored about 9 years ago
Added a couple constructors to DiscordClient

github.com/discord-net/Discord.Net - 4ad1b604c71318120d6a30e759015881ae1b4f8c authored about 9 years ago
Added func-based UsingXXX extensions

github.com/discord-net/Discord.Net - 3ddd8b509b6a93ccba166e4a96ed7c839b2137fc authored about 9 years ago
Fixed single-server connects

github.com/discord-net/Discord.Net - 23ff457d376bb75d93bcd61d207e9e6163cee4d9 authored about 9 years ago
Started adding multiserver voice support

github.com/discord-net/Discord.Net - 3b9729cb4d77f33c68d74469ab676900961185c9 authored about 9 years ago
Default output channels to stereo

github.com/discord-net/Discord.Net - dc912d5d937984c1cf741fcde9f19a0e90038d4b authored about 9 years ago
Added video info to Message.Embed

github.com/discord-net/Discord.Net - fdcca462ab24a27214f2f516d2bd6f0978887236 authored about 9 years ago
Was more explicit about deserialization options, fixed some test_responses code

github.com/discord-net/Discord.Net - f95a0797881959eb275595b366e7aaa6c6adc302 authored about 9 years ago
Added comment about unknown guild properties

github.com/discord-net/Discord.Net - 6a1e72d2b8dc9200eb432ec54e887e43d8d4ec24 authored about 9 years ago
Added DiscordConfig.Mode

github.com/discord-net/Discord.Net - 11e7c064024b7ab5f62d47ea59acb2459c5c3d03 authored about 9 years ago
Revert "Removed Message.Acknowledge"

This reverts commit eb34c6a6b27700ac195434c65d50842c23377082.

github.com/discord-net/Discord.Net - c2e17dd5fdb1d816c350ad07a6a50c0b13b014e6 authored about 9 years ago
Changed MESSAGE_UPDATE and MESSAGE_DELETE events to Verbose loglevel

github.com/discord-net/Discord.Net - 2f98d51de79fbbf5b7e0714680a4828115e488cf authored about 9 years ago
Set message Id after queued send succeeds

github.com/discord-net/Discord.Net - 6fdd6b10de0070f57655f286e703701d705481d2 authored about 9 years ago
Fixed MESSAGE_UPDATE

github.com/discord-net/Discord.Net - 7442366128fe3dc5594f00b615c9395be4be87e1 authored about 9 years ago
Fire Message events and enable GetMessage even if cache is disabled. Add Message.User null checks.

github.com/discord-net/Discord.Net - cea8708dfbe6be69b9136f97435d342af21d375b authored about 9 years ago
Added several profiles to DiscordClient.CurrentUser

github.com/discord-net/Discord.Net - cadc71153378516867171c442cfba84a8d4f1974 authored about 9 years ago
Added a proper async context to Run(), renamed parameter-less Run to Wait

github.com/discord-net/Discord.Net - 934bfebc9b892eb3e5504f29e1eb83576d625147 authored about 9 years ago
Added queued message queues and fixed SendMessage's null response

github.com/discord-net/Discord.Net - 0e68d190b4a7d5a5770d15f59ba1cb38f0719069 authored about 9 years ago
Removed Message.Acknowledge

github.com/discord-net/Discord.Net - eb34c6a6b27700ac195434c65d50842c23377082 authored about 9 years ago
Cleanup up documentation warning

github.com/discord-net/Discord.Net - d71568b6f590a842d34fa4053ec872f030b7efc3 authored about 9 years ago
Added audio package to Installation section

github.com/discord-net/Discord.Net - a95b5dca92bf486c37b779e0f022c52705f68afb authored about 9 years ago
Better format compilation dependencies

github.com/discord-net/Discord.Net - 4afae9ec127356b67a760e6f3db6b96c04de9d9a authored about 9 years ago
Added virtual output stream for AudioClient

github.com/discord-net/Discord.Net - d8902f3fb111c6e8def0018b2454b4c1ea014354 authored about 9 years ago
Updated IAudioClient

github.com/discord-net/Discord.Net - 4f7118f241d718867d66ae36384333b6e128429b authored about 9 years ago
Added offset to VoiceBuffer

github.com/discord-net/Discord.Net - 83470eb386453a79051d418f5ba6d324ec5bc343 authored about 9 years ago
Cleaned up extension projects, added fluent extension methods

github.com/discord-net/Discord.Net - 55c5f0dadea6f40c034dbb4d1c081bf026c7d64e authored about 9 years ago
Added compile prereqs to readme

github.com/discord-net/Discord.Net - 55ed6cd78340e13d47f120d55a3412c17080bbbf authored about 9 years ago
Added readme warning

github.com/discord-net/Discord.Net - 80f3724ae401cf0f3dd29d67f9ad5991de4b52d9 authored about 9 years ago
Cleaned up ModuleManager, added Instance

github.com/discord-net/Discord.Net - 45edf6fdce9980f412bc105839ff0d5b60087b53 authored about 9 years ago
Added support for x86 and x64 in .Net45 projects

github.com/discord-net/Discord.Net - 270497f6fbee2ed2d4c86209ec2ab2eba9ae0de8 authored about 9 years ago
Hide AudioService.Install

github.com/discord-net/Discord.Net - dcf1bc708253c4558d6371b1a0ba6222da77415a authored about 9 years ago
Removed leftover config files

github.com/discord-net/Discord.Net - 7ea22b0cde6f8c40b1ccf5015761ead7cce5853e authored about 9 years ago
Switched .Net45 projects to new project.json format

github.com/discord-net/Discord.Net - 23e1c397fb69922fc6d3a3d35c3b6a22e4edabc7 authored about 9 years ago