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

Fixed DownloadMessages returning null

ff217a2714f9a5da7a004d390d1428dc2aab815c authored about 9 years ago by RogueException <[email protected]>
Removed duplicate ban/unban methods

cd62fb6d1e13182ab8464c4d93871cb4d244cb20 authored about 9 years ago by RogueException <[email protected]>
Added GenericPermissionChecker, PublicChecker and PrivateChecker

299195649690e117d3723671c385ff48e093d8f7 authored about 9 years ago by RogueException <[email protected]>
Switched ids to use int64 rather than strings

5be13b91aee73c937cdc8194ef9d340f8f4b9c2e authored about 9 years ago by RogueException <[email protected]>
Added some variation to cache object hashcodes

07c0b5c41885f17bcb05fb019c198b4afdae3f85 authored about 9 years ago by RogueException <[email protected]>
Renamed DownloadMessages' cache to useCache

6a5fd68821ddfbb90fb2383c9a4d28f1ce39985b authored about 9 years ago by RogueException <[email protected]>
Dont do cache lookups when the cache parameter for DownloadMessages is false.

bfdfc5623ef0c29af36457148da76ca579b48984 authored about 9 years ago by RogueException <[email protected]>
DownloadMessages shouldn't pop newer messages out of the message cache when downloading older ones.

338fa86d75c8bffbbb5911c0350c1b39dde4fcb9 authored about 9 years ago by RogueException <[email protected]>
Improved DownloadMessages' bad permission handling

1e21462eb5de493a3233326cf28c87184ce49770 authored about 9 years ago by RogueException <[email protected]>
Added RelativeDirection for DownloadMessages

ce247278da64e3047480a67da1d421908cabe1a1 authored about 9 years ago by RogueException <[email protected]>
Fixed event filtering for ChannelWhitelist and AllowPrivate

c8533a4531ea835abefe8a01d0b56d16ece9c7fe authored about 9 years ago by RogueException <[email protected]>
Apply unrestricted module filter to events

505e71f57b54f62ccc2110f429c6413fbf774440 authored about 9 years ago by RogueException <[email protected]>
Fixed double MessageReceived for modules

62f07a15f45df2615e711afcdb526257a84ce4aa authored about 9 years ago by RogueException <[email protected]>
Removed redundant call

4f9dfe6a5075b69efaf0ba50202bb948ab00cebd authored about 9 years ago by RogueException <[email protected]>
Remove other permissions if a user does not have read on a channel

b8516b1f5e217ff782291b274e201bc24b30825e authored about 9 years ago by RogueException <[email protected]>
Removed case sensitivity of commands

36955ac5162a0b9541c0ec9f2f80a677afa66682 authored about 9 years ago by RogueException <[email protected]>
Handle everyone mentions a little more properly

b7ae343370872455277ab667ee1f7324e941f202 authored about 9 years ago by RogueException <[email protected]>
Added frankfurt region

f0c1e7012e626d005fc5bbdf39b5989ed51e1fd6 authored about 9 years ago by RogueException <[email protected]>
User.LastOnlineAt should default to null if that person hasn't logged on yet

1d63ae756cee2742fa3f07a9a44649f2ea0dc14e authored about 9 years ago by RogueException <[email protected]>
Dont crash if client is disconnected from within DiscordClient.Run

864fb53ab60e1a25b10c00c29c1e4f81c9854137 authored about 9 years ago by RogueException <[email protected]>
Handle voice socket opcode 3

d39b4b0f42e26147deba8018b0f142da788a49c1 authored about 9 years ago by RogueException <[email protected]>
Added support for custom errors from permission checkers

f06a1d72780a8d038e0867b67008385de9dfc45c authored about 9 years ago by RogueException <[email protected]>
Added support for multiple commands at the same path

d9759abf4cbf4c10a499d3f2ae3beccecbfb7f40 authored about 9 years ago by RogueException <[email protected]>
Added DNXCore placeholders (again)

e7e2a85c3a648feaa02679b463e47a852877d0cb authored about 9 years ago by RogueException <[email protected]>
Fixed Discord.Net.Commands assembly name

d035e3f8ebdaf59243c378b297b76b5e859d07ef authored about 9 years ago by RogueException <[email protected]>
Added a few more permission checks

1595150fd176f75021bf3ef8b8c586c95c3cc674 authored about 9 years ago by RogueException <[email protected]>
Display error if help is activated on a group the user is denied access to.

2abe8b4d80e0ba9536f856a03009b3c6aedf83d7 authored about 9 years ago by RogueException <[email protected]>
Added some ModuleService null checks

abc24cde5c9889fab529315b45f1f5b6723d532e authored about 9 years ago by RogueException <[email protected]>
Added ModuleService.GetManager

d36b09fd9f178adb111228ea1739f76ab0e6663b authored about 9 years ago by RogueException <[email protected]>
Removed Min/MaxArgs

c09c41599ab81c49d16ebc438f59b5c2d3d01d5d authored about 9 years ago by RogueException <[email protected]>
Omitted optional args will now appear as blank strings.

2126c43e1c621ccc98bc19c540e81c35b37f37a3 authored about 9 years ago by RogueException <[email protected]>
Fixed ModuleChecker

5896d1b9d31ad875defab65ee84cddc8d164f979 authored about 9 years ago by RogueException <[email protected]>
Fixed DualChannelPermissions.GetBit

9624e39bc856e1943622cde67f0358b5c249656e authored about 9 years ago by RogueException <[email protected]>
Fixed GetChannelPermissions with roles

430610a0e7295711cf1bff2b9b137ee1c9ac93a6 authored about 9 years ago by RogueException <[email protected]>
Cleaned up channel permissions, added GetChannelPermissions.

a5e2e9ca1080af5299d568908b0c1bc4877f2ea9 authored about 9 years ago by RogueException <[email protected]>
Added required parameter to GetService

2e4f8805639baa01dda8e65dcdf4c910a1bafc28 authored about 9 years ago by RogueException <[email protected]>
Added new permissions system, fixed more commands and module bugs.

093095e4108e648ffb54002574469ee657c671ea authored about 9 years ago by RogueException <[email protected]>
Fixed a few command bugs and cleaned up several parts.

7cd1119ab74f0a3964e1289187387b414f7661f4 authored about 9 years ago by RogueException <[email protected]>
Added command categories, removed old permission resolver.

7f8780d749bf5812279a724caffa7a56b2602a83 authored about 9 years ago by RogueException <[email protected]>
Fixed references

ee3677fde0342702f7f9a287aaac67d443bc20ea authored about 9 years ago by RogueException <[email protected]>
Added Module.CreateCommands, exposed a few properties and added module names.

63e70468e1f30af026901d179b8661d4add8a34c authored about 9 years ago by RogueException <[email protected]>
Fixed ModuleExtensions function name

210a28442e711631327f2c362e440516ed89d14b authored about 9 years ago by RogueException <[email protected]>
Fixed net45's file linking for modules

6ab46e92f8cff14f77fca6831d11f777e5f2b333 authored about 9 years ago by RogueException <[email protected]>
Added ModuleExtensions

9bb77dd37352ab45349c746c3637a9e3214f7139 authored about 9 years ago by RogueException <[email protected]>
Fixed accessibility error in GlobalUser

7b23c0fe9e88c514a8fa2c5ea22e821e47832021 authored about 9 years ago by RogueException <[email protected]>
Hid old CurrentUser, exposed GlobalUser via CurrentUser

9487fba23f3c07eb45f8c861c565096beb17bea1 authored about 9 years ago by RogueException <[email protected]>
Minor fix

674e6674b77cb7f7f2260cc2d62b221e11ff60c8 authored about 9 years ago by RogueException <[email protected]>
Temporary fix for DownloadMessages

c2bdfe96b021b891b344b893858c799c6ec063c2 authored about 9 years ago by RogueException <[email protected]>
Add Exception property to log messages

cb9915f37e616d22e164d9ce0e8015fdb5cff245 authored about 9 years ago by RogueException <[email protected]>
AddService should return the passed object

aa0ed4cdc1af05dfd077ecdf090dbb68d580b633 authored about 9 years ago by RogueException <[email protected]>
Error if ModuleService is used before it is added to DiscordClient

48ad4a53ba2f59cc3e11aa791ec7af64aecd0254 authored about 9 years ago by RogueException <[email protected]>
Finished implementing enable/disable events for modules.

f1443def7572389009e0f1b67163c785e6c949c0 authored about 9 years ago by RogueException <[email protected]>
Added Discord.Modules namespace

ef15216bd4eb9fb51044bd58c2b6bf53a34795a9 authored about 9 years ago by RogueException <[email protected]>
Added Modules.Net45 file links

6203653fba793db1fcb1b400144db2bb92bd029b authored about 9 years ago by RogueException <[email protected]>
Initial commit of Modules extension

152df2b3a148ae06974de8b909e46c2fae923c91 authored about 9 years ago by RogueException <[email protected]>
Made eventargs constructors public

d1112a0a1afb3d77b140a822c4fb2bc8f452b70f authored about 9 years ago by RogueException <[email protected]>
Renamed ServerCreated, ServerDestroyed, UserAdded and UserRemoved to JoinedServer, LeftServer, UserJoined and UserLeft

62ba1b3877b9dc2dddcc7e732e389147b7a413b6 authored about 9 years ago by RogueException <[email protected]>
Improved permission cache

e2084be6c724079d63dee695dab1397682e4967a authored about 9 years ago by RogueException <[email protected]>
Default minpermissions on command groups to int.MaxValue

00eb1522cd0b44a09a9aa8c3705c8646c95f4d17 authored about 9 years ago by RogueException <[email protected]>
Added group support to help

5d548dca33722937acff8be9985d3f5c37c87838 authored about 9 years ago by RogueException <[email protected]>
Merge pull request #10 from Googie2149/dev

Help command changes

9efd4f812d3abccfc153491432c4792a5f84bf14 authored about 9 years ago by RogueException <[email protected]>
Help command changes

35d07edbbdb752b743c351a11bcf81ea7d152587 authored about 9 years ago by Googie2149 <[email protected]>
Fixed a couple arg parsing errors

9a783df90ad4375b349be3c6132ac43b09eaf7ef authored about 9 years ago by RogueException <[email protected]>
Added CommandMap.GetMap overloads

83696c359bfcc64eb0d7b0372e99a83b6edf727b authored about 9 years ago by RogueException <[email protected]>
Improved handling of SSL/TLS error

60610abe5d101f1f3acd452e51edd82033661a71 authored about 9 years ago by RogueException <[email protected]>
Only add everyone to mentionedroles if the user has permissions

0eb0e14bbaf38fee4d131a792d14f8fa1b1e37a0 authored about 9 years ago by RogueException <[email protected]>
Update email on READY

b3b30256fdb7df6801a6a4d9e81a5cd6986303e5 authored about 9 years ago by RogueException <[email protected]>
Fixed nullref in Message.Update

c280ed0bda9dd15389b58e8a8a07298db98ddbb6 authored about 9 years ago by RogueException <[email protected]>
Set IsMentioningMe to true if your role is mentioned

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

0f651e1d97cc8bdf9a36aa4faecaf1e3d9802b65 authored about 9 years ago by RogueException <[email protected]>
Removed IsMentioningEveryone

2977a9367dd3860c3c2d6a7f52be2df8996fe6f1 authored about 9 years ago by RogueException <[email protected]>
Reworked the mention system

a3c7b08d948ee729e9b423bd0913148ce6e9f661 authored about 9 years ago by RogueException <[email protected]>
Cleaned up string enums because implicit operators are picky.

c0e6c2eb249f8d08b13152958e24b4e857d4b979 authored about 9 years ago by RogueException <[email protected]>
FindChannels limits #channel format to text channels only.

dcdea2b380cc56303c37632eb89080b548e6bee4 authored about 9 years ago by RogueException <[email protected]>
Removed TestingProject

ab9368f5650c0ee04a545f782db1a4937009a90e authored about 9 years ago by RogueException <[email protected]>
Merge pull request #8 from WSIContractor/patch-1

Changed the dev branch version number

1bc320b5ac7ccb02a66cce912a5861bcec3c2cc2 authored about 9 years ago by RogueException <[email protected]>
Changed the dev branch version number

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

ce63d8c2a78dd326baff2af9452ad001aa6ac3ff authored about 9 years ago by WSIContractor <[email protected]>
Minor doc edit

4f4075aae2109537753dcdbd000ac9a87b92d631 authored about 9 years ago by RogueException <[email protected]>
Fixed conflicting mention checks

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

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

c5a89655f77abafa7e8a786065511d3deaa8b7d2 authored about 9 years ago by RogueException <[email protected]>
Improve message cache management

d418c9548111ac13e6766975c4e46c437b352905 authored about 9 years ago by Brandon Smith <[email protected]>
Renamed IsHidden -> Hide

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

91cfab1b5dc83b6b79ec1d8dd5fa20b4fe557672 authored about 9 years ago by RogueException <[email protected]>
Improved equality checks for cache objects

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

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

89eb8f168b48eb1c14f47404728c0bea37f56fa8 authored about 9 years ago by Googie2149 <[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...

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

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

c6a81a14b625c1207cc5da74c4a04bfab639b22c authored about 9 years ago by RogueException <[email protected]>
Removed references from Invite.

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

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

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

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

5c2c36722865579559fd10ad9ad695879bd850cf authored about 9 years ago by RogueException <[email protected]>
Don't crash when user/channel mentions are received in a PM

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

6142b94d2968711ea8417f34a230bfcb8a3c099e authored about 9 years ago by RogueException <[email protected]>
Dont crash if a mention is sent in PM

8d953a69e998a5ebf89c21a5a4f7d9bb553f09ca authored about 9 years ago by RogueException <[email protected]>
Improve message cache management

503a2ee37d4ddd565049aadb221db9f7e1455e0e authored about 9 years ago by Brandon Smith <[email protected]>
Removed references from Invite.

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