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

Fixed DownloadMessages returning null

github.com/discord-net/Discord.Net - ff217a2714f9a5da7a004d390d1428dc2aab815c authored about 9 years ago
Removed duplicate ban/unban methods

github.com/discord-net/Discord.Net - cd62fb6d1e13182ab8464c4d93871cb4d244cb20 authored about 9 years ago
Added GenericPermissionChecker, PublicChecker and PrivateChecker

github.com/discord-net/Discord.Net - 299195649690e117d3723671c385ff48e093d8f7 authored about 9 years ago
Switched ids to use int64 rather than strings

github.com/discord-net/Discord.Net - 5be13b91aee73c937cdc8194ef9d340f8f4b9c2e authored about 9 years ago
Added some variation to cache object hashcodes

github.com/discord-net/Discord.Net - 07c0b5c41885f17bcb05fb019c198b4afdae3f85 authored about 9 years ago
Renamed DownloadMessages' cache to useCache

github.com/discord-net/Discord.Net - 6a5fd68821ddfbb90fb2383c9a4d28f1ce39985b authored about 9 years ago
Dont do cache lookups when the cache parameter for DownloadMessages is false.

github.com/discord-net/Discord.Net - bfdfc5623ef0c29af36457148da76ca579b48984 authored about 9 years ago
DownloadMessages shouldn't pop newer messages out of the message cache when downloading older ones.

github.com/discord-net/Discord.Net - 338fa86d75c8bffbbb5911c0350c1b39dde4fcb9 authored about 9 years ago
Improved DownloadMessages' bad permission handling

github.com/discord-net/Discord.Net - 1e21462eb5de493a3233326cf28c87184ce49770 authored about 9 years ago
Added RelativeDirection for DownloadMessages

github.com/discord-net/Discord.Net - ce247278da64e3047480a67da1d421908cabe1a1 authored about 9 years ago
Fixed event filtering for ChannelWhitelist and AllowPrivate

github.com/discord-net/Discord.Net - c8533a4531ea835abefe8a01d0b56d16ece9c7fe authored about 9 years ago
Apply unrestricted module filter to events

github.com/discord-net/Discord.Net - 505e71f57b54f62ccc2110f429c6413fbf774440 authored about 9 years ago
Fixed double MessageReceived for modules

github.com/discord-net/Discord.Net - 62f07a15f45df2615e711afcdb526257a84ce4aa authored about 9 years ago
Removed redundant call

github.com/discord-net/Discord.Net - 4f9dfe6a5075b69efaf0ba50202bb948ab00cebd authored about 9 years ago
Remove other permissions if a user does not have read on a channel

github.com/discord-net/Discord.Net - b8516b1f5e217ff782291b274e201bc24b30825e authored about 9 years ago
Removed case sensitivity of commands

github.com/discord-net/Discord.Net - 36955ac5162a0b9541c0ec9f2f80a677afa66682 authored about 9 years ago
Handle everyone mentions a little more properly

github.com/discord-net/Discord.Net - b7ae343370872455277ab667ee1f7324e941f202 authored about 9 years ago
Added frankfurt region

github.com/discord-net/Discord.Net - f0c1e7012e626d005fc5bbdf39b5989ed51e1fd6 authored about 9 years ago
User.LastOnlineAt should default to null if that person hasn't logged on yet

github.com/discord-net/Discord.Net - 1d63ae756cee2742fa3f07a9a44649f2ea0dc14e authored about 9 years ago
Dont crash if client is disconnected from within DiscordClient.Run

github.com/discord-net/Discord.Net - 864fb53ab60e1a25b10c00c29c1e4f81c9854137 authored about 9 years ago
Handle voice socket opcode 3

github.com/discord-net/Discord.Net - d39b4b0f42e26147deba8018b0f142da788a49c1 authored about 9 years ago
Added support for custom errors from permission checkers

github.com/discord-net/Discord.Net - f06a1d72780a8d038e0867b67008385de9dfc45c authored about 9 years ago
Added support for multiple commands at the same path

github.com/discord-net/Discord.Net - d9759abf4cbf4c10a499d3f2ae3beccecbfb7f40 authored about 9 years ago
Added DNXCore placeholders (again)

github.com/discord-net/Discord.Net - e7e2a85c3a648feaa02679b463e47a852877d0cb authored about 9 years ago
Fixed Discord.Net.Commands assembly name

github.com/discord-net/Discord.Net - d035e3f8ebdaf59243c378b297b76b5e859d07ef authored about 9 years ago
Added a few more permission checks

github.com/discord-net/Discord.Net - 1595150fd176f75021bf3ef8b8c586c95c3cc674 authored about 9 years ago
Display error if help is activated on a group the user is denied access to.

github.com/discord-net/Discord.Net - 2abe8b4d80e0ba9536f856a03009b3c6aedf83d7 authored about 9 years ago
Added some ModuleService null checks

github.com/discord-net/Discord.Net - abc24cde5c9889fab529315b45f1f5b6723d532e authored about 9 years ago
Added ModuleService.GetManager

github.com/discord-net/Discord.Net - d36b09fd9f178adb111228ea1739f76ab0e6663b authored about 9 years ago
Removed Min/MaxArgs

github.com/discord-net/Discord.Net - c09c41599ab81c49d16ebc438f59b5c2d3d01d5d authored about 9 years ago
Omitted optional args will now appear as blank strings.

github.com/discord-net/Discord.Net - 2126c43e1c621ccc98bc19c540e81c35b37f37a3 authored about 9 years ago
Fixed ModuleChecker

github.com/discord-net/Discord.Net - 5896d1b9d31ad875defab65ee84cddc8d164f979 authored about 9 years ago
Fixed DualChannelPermissions.GetBit

github.com/discord-net/Discord.Net - 9624e39bc856e1943622cde67f0358b5c249656e authored about 9 years ago
Fixed GetChannelPermissions with roles

github.com/discord-net/Discord.Net - 430610a0e7295711cf1bff2b9b137ee1c9ac93a6 authored about 9 years ago
Cleaned up channel permissions, added GetChannelPermissions.

github.com/discord-net/Discord.Net - a5e2e9ca1080af5299d568908b0c1bc4877f2ea9 authored about 9 years ago
Added required parameter to GetService

github.com/discord-net/Discord.Net - 2e4f8805639baa01dda8e65dcdf4c910a1bafc28 authored about 9 years ago
Added new permissions system, fixed more commands and module bugs.

github.com/discord-net/Discord.Net - 093095e4108e648ffb54002574469ee657c671ea authored about 9 years ago
Fixed a few command bugs and cleaned up several parts.

github.com/discord-net/Discord.Net - 7cd1119ab74f0a3964e1289187387b414f7661f4 authored about 9 years ago
Added command categories, removed old permission resolver.

github.com/discord-net/Discord.Net - 7f8780d749bf5812279a724caffa7a56b2602a83 authored about 9 years ago
Added Module.CreateCommands, exposed a few properties and added module names.

github.com/discord-net/Discord.Net - 63e70468e1f30af026901d179b8661d4add8a34c authored about 9 years ago
Fixed ModuleExtensions function name

github.com/discord-net/Discord.Net - 210a28442e711631327f2c362e440516ed89d14b authored about 9 years ago
Fixed net45's file linking for modules

github.com/discord-net/Discord.Net - 6ab46e92f8cff14f77fca6831d11f777e5f2b333 authored about 9 years ago
Added ModuleExtensions

github.com/discord-net/Discord.Net - 9bb77dd37352ab45349c746c3637a9e3214f7139 authored about 9 years ago
Fixed accessibility error in GlobalUser

github.com/discord-net/Discord.Net - 7b23c0fe9e88c514a8fa2c5ea22e821e47832021 authored about 9 years ago
Hid old CurrentUser, exposed GlobalUser via CurrentUser

github.com/discord-net/Discord.Net - 9487fba23f3c07eb45f8c861c565096beb17bea1 authored about 9 years ago
Temporary fix for DownloadMessages

github.com/discord-net/Discord.Net - c2bdfe96b021b891b344b893858c799c6ec063c2 authored about 9 years ago
Add Exception property to log messages

github.com/discord-net/Discord.Net - cb9915f37e616d22e164d9ce0e8015fdb5cff245 authored about 9 years ago
AddService should return the passed object

github.com/discord-net/Discord.Net - aa0ed4cdc1af05dfd077ecdf090dbb68d580b633 authored about 9 years ago
Error if ModuleService is used before it is added to DiscordClient

github.com/discord-net/Discord.Net - 48ad4a53ba2f59cc3e11aa791ec7af64aecd0254 authored about 9 years ago
Finished implementing enable/disable events for modules.

github.com/discord-net/Discord.Net - f1443def7572389009e0f1b67163c785e6c949c0 authored about 9 years ago
Added Discord.Modules namespace

github.com/discord-net/Discord.Net - ef15216bd4eb9fb51044bd58c2b6bf53a34795a9 authored about 9 years ago
Added Modules.Net45 file links

github.com/discord-net/Discord.Net - 6203653fba793db1fcb1b400144db2bb92bd029b authored about 9 years ago
Initial commit of Modules extension

github.com/discord-net/Discord.Net - 152df2b3a148ae06974de8b909e46c2fae923c91 authored about 9 years ago
Made eventargs constructors public

github.com/discord-net/Discord.Net - d1112a0a1afb3d77b140a822c4fb2bc8f452b70f authored about 9 years ago
Renamed ServerCreated, ServerDestroyed, UserAdded and UserRemoved to JoinedServer, LeftServer, UserJoined and UserLeft

github.com/discord-net/Discord.Net - 62ba1b3877b9dc2dddcc7e732e389147b7a413b6 authored about 9 years ago
Improved permission cache

github.com/discord-net/Discord.Net - e2084be6c724079d63dee695dab1397682e4967a authored about 9 years ago
Default minpermissions on command groups to int.MaxValue

github.com/discord-net/Discord.Net - 00eb1522cd0b44a09a9aa8c3705c8646c95f4d17 authored about 9 years ago
Added group support to help

github.com/discord-net/Discord.Net - 5d548dca33722937acff8be9985d3f5c37c87838 authored about 9 years ago
Merge pull request #10 from Googie2149/dev

Help command changes

github.com/discord-net/Discord.Net - 9efd4f812d3abccfc153491432c4792a5f84bf14 authored about 9 years ago
Help command changes

github.com/discord-net/Discord.Net - 35d07edbbdb752b743c351a11bcf81ea7d152587 authored about 9 years ago
Fixed a couple arg parsing errors

github.com/discord-net/Discord.Net - 9a783df90ad4375b349be3c6132ac43b09eaf7ef authored over 9 years ago
Added CommandMap.GetMap overloads

github.com/discord-net/Discord.Net - 83696c359bfcc64eb0d7b0372e99a83b6edf727b authored over 9 years ago
Improved handling of SSL/TLS error

github.com/discord-net/Discord.Net - 60610abe5d101f1f3acd452e51edd82033661a71 authored over 9 years ago
Only add everyone to mentionedroles if the user has permissions

github.com/discord-net/Discord.Net - 0eb0e14bbaf38fee4d131a792d14f8fa1b1e37a0 authored over 9 years ago
Update email on READY

github.com/discord-net/Discord.Net - b3b30256fdb7df6801a6a4d9e81a5cd6986303e5 authored over 9 years ago
Fixed nullref in Message.Update

github.com/discord-net/Discord.Net - c280ed0bda9dd15389b58e8a8a07298db98ddbb6 authored over 9 years ago
Set IsMentioningMe to true if your role is mentioned

github.com/discord-net/Discord.Net - 9ae1761d34fa1a5e0c5d279f223019af95595546 authored over 9 years ago
Merge branch 'dev' of https://github.com/RogueException/Discord.Net.git

github.com/discord-net/Discord.Net - 0f651e1d97cc8bdf9a36aa4faecaf1e3d9802b65 authored over 9 years ago
Removed IsMentioningEveryone

github.com/discord-net/Discord.Net - 2977a9367dd3860c3c2d6a7f52be2df8996fe6f1 authored over 9 years ago
Reworked the mention system

github.com/discord-net/Discord.Net - a3c7b08d948ee729e9b423bd0913148ce6e9f661 authored over 9 years ago
Cleaned up string enums because implicit operators are picky.

github.com/discord-net/Discord.Net - c0e6c2eb249f8d08b13152958e24b4e857d4b979 authored over 9 years ago
FindChannels limits #channel format to text channels only.

github.com/discord-net/Discord.Net - dcdea2b380cc56303c37632eb89080b548e6bee4 authored over 9 years ago
Removed TestingProject

github.com/discord-net/Discord.Net - ab9368f5650c0ee04a545f782db1a4937009a90e authored over 9 years ago
Merge pull request #8 from WSIContractor/patch-1

Changed the dev branch version number

github.com/discord-net/Discord.Net - 1bc320b5ac7ccb02a66cce912a5861bcec3c2cc2 authored over 9 years ago
Changed the dev branch version number

Changed the documentation to reflect the right version number and to prevent confusion. Changed ...

github.com/discord-net/Discord.Net - ce63d8c2a78dd326baff2af9452ad001aa6ac3ff authored over 9 years ago
Fixed conflicting mention checks

github.com/discord-net/Discord.Net - 2eeb5d2bd3e048c64ea06404108371105139d402 authored over 9 years ago
Added basic service model, even more commands cleanup!

github.com/discord-net/Discord.Net - 92ceacd01eaf9a5870f4b9f29ea446fe1e9bcfd8 authored over 9 years ago
Cleaned up CommandsPlugin, added CommandMap, new parameter declaration and aliases.

github.com/discord-net/Discord.Net - c5a89655f77abafa7e8a786065511d3deaa8b7d2 authored over 9 years ago
Improve message cache management

github.com/discord-net/Discord.Net - d418c9548111ac13e6766975c4e46c437b352905 authored over 9 years ago
Renamed IsHidden -> Hide

github.com/discord-net/Discord.Net - ee227652157734ed2f8cf25f20e50bc95d47be62 authored over 9 years ago
FindUsers and FindChannels support mentions, FindUsers has a channel overload, and less bugs.

github.com/discord-net/Discord.Net - 91cfab1b5dc83b6b79ec1d8dd5fa20b4fe557672 authored over 9 years ago
Improved equality checks for cache objects

github.com/discord-net/Discord.Net - 38dd1efa0f715175ba0b4bd551cef2b127d0cd03 authored over 9 years ago
Cleaned up a few parts, combined all errors into one event.

github.com/discord-net/Discord.Net - ecc6ee648eb17a11ee2318b646833e4d201e1d0c authored over 9 years ago
Fixed commands with .AnyArgs() set

github.com/discord-net/Discord.Net - 89eb8f168b48eb1c14f47404728c0bea37f56fa8 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...

github.com/discord-net/Discord.Net - c729eaae8b51dfdaaf140c959b05eb66a0e170be authored over 9 years ago
Added Message.MentionedChannels

github.com/discord-net/Discord.Net - e2bf2bcc891b1f9d78af224fa0cc8c90f96c086f authored over 9 years ago
Added support for unparsed parameters, more cleanup

github.com/discord-net/Discord.Net - c6a81a14b625c1207cc5da74c4a04bfab639b22c authored over 9 years ago
Removed references from Invite.

github.com/discord-net/Discord.Net - 370a3e9b0882f85c33d237d1bfb2b2812ca44aad authored over 9 years ago
Dont run .Cache on fake cache objects.

github.com/discord-net/Discord.Net - eb0c14e2873651874d96f728eb521a37b415e3de authored over 9 years ago
Brought back CommandPlugin.CommandChar

github.com/discord-net/Discord.Net - faae530ae138f703d3e5cb0de9dd3a8930278fad authored over 9 years ago
Added ParameterType

github.com/discord-net/Discord.Net - db556c358d66a626bc5f905f2336da2679a64055 authored over 9 years ago
Fixed crash for having multiple optional parameters

github.com/discord-net/Discord.Net - 5c2c36722865579559fd10ad9ad695879bd850cf authored over 9 years ago
Don't crash when user/channel mentions are received in a PM

github.com/discord-net/Discord.Net - acc192c689bf97e8e9a0783812f53beb4487ab36 authored over 9 years ago
Merge branch 'dev' of https://github.com/RogueException/Discord.Net.git

github.com/discord-net/Discord.Net - 6142b94d2968711ea8417f34a230bfcb8a3c099e authored over 9 years ago
Dont crash if a mention is sent in PM

github.com/discord-net/Discord.Net - 8d953a69e998a5ebf89c21a5a4f7d9bb553f09ca authored over 9 years ago
Improve message cache management

github.com/discord-net/Discord.Net - 503a2ee37d4ddd565049aadb221db9f7e1455e0e authored over 9 years ago
Removed references from Invite.

github.com/discord-net/Discord.Net - de139337af2ba14a8c251c8db32fbe99ec19e30c authored over 9 years ago