Christopher F
3bc91838e9
Documentation updates:
global: Modified the unicode in |stub| to be compatible with sphinx. Still appears as a wrench in the browser.
events: added information for events, and a list of events, as well as their arg paramater. Still marked as 'WIP', as I feel my documentation was a bit lacking
permissions: added information for channel\server permissions, dual channel permissions, and roles. need to update with bits at some point.
10 years ago
RogueException
864fb53ab6
Dont crash if client is disconnected from within DiscordClient.Run
10 years ago
RogueException
d39b4b0f42
Handle voice socket opcode 3
10 years ago
RogueException
f06a1d7278
Added support for custom errors from permission checkers
10 years ago
RogueException
d9759abf4c
Added support for multiple commands at the same path
10 years ago
RogueException
e7e2a85c3a
Added DNXCore placeholders (again)
10 years ago
RogueException
d035e3f8eb
Fixed Discord.Net.Commands assembly name
10 years ago
RogueException
1595150fd1
Added a few more permission checks
10 years ago
RogueException
2abe8b4d80
Display error if help is activated on a group the user is denied access to.
10 years ago
RogueException
abc24cde5c
Added some ModuleService null checks
10 years ago
RogueException
d36b09fd9f
Added ModuleService.GetManager
10 years ago
RogueException
c09c41599a
Removed Min/MaxArgs
10 years ago
RogueException
2126c43e1c
Omitted optional args will now appear as blank strings.
10 years ago
RogueException
5896d1b9d3
Fixed ModuleChecker
10 years ago
RogueException
9624e39bc8
Fixed DualChannelPermissions.GetBit
10 years ago
RogueException
430610a0e7
Fixed GetChannelPermissions with roles
10 years ago
RogueException
a5e2e9ca10
Cleaned up channel permissions, added GetChannelPermissions.
10 years ago
RogueException
2e4f880563
Added required parameter to GetService
10 years ago
RogueException
093095e410
Added new permissions system, fixed more commands and module bugs.
10 years ago
RogueException
7cd1119ab7
Fixed a few command bugs and cleaned up several parts.
10 years ago
RogueException
7f8780d749
Added command categories, removed old permission resolver.
10 years ago
RogueException
ee3677fde0
Fixed references
10 years ago
RogueException
63e70468e1
Added Module.CreateCommands, exposed a few properties and added module names.
10 years ago
RogueException
210a28442e
Fixed ModuleExtensions function name
10 years ago
RogueException
6ab46e92f8
Fixed net45's file linking for modules
10 years ago
RogueException
9bb77dd373
Added ModuleExtensions
10 years ago
RogueException
7b23c0fe9e
Fixed accessibility error in GlobalUser
10 years ago
RogueException
9487fba23f
Hid old CurrentUser, exposed GlobalUser via CurrentUser
10 years ago
RogueException
674e6674b7
Minor fix
10 years ago
RogueException
c2bdfe96b0
Temporary fix for DownloadMessages
10 years ago
RogueException
cb9915f37e
Add Exception property to log messages
10 years ago
RogueException
aa0ed4cdc1
AddService should return the passed object
10 years ago
RogueException
48ad4a53ba
Error if ModuleService is used before it is added to DiscordClient
10 years ago
RogueException
f1443def75
Finished implementing enable/disable events for modules.
10 years ago
RogueException
ef15216bd4
Added Discord.Modules namespace
10 years ago
RogueException
6203653fba
Added Modules.Net45 file links
10 years ago
RogueException
152df2b3a1
Initial commit of Modules extension
10 years ago
RogueException
d1112a0a1a
Made eventargs constructors public
10 years ago
RogueException
62ba1b3877
Renamed ServerCreated, ServerDestroyed, UserAdded and UserRemoved to JoinedServer, LeftServer, UserJoined and UserLeft
10 years ago
RogueException
e2084be6c7
Improved permission cache
10 years ago
RogueException
00eb1522cd
Default minpermissions on command groups to int.MaxValue
10 years ago
RogueException
5d548dca33
Added group support to help
10 years ago
RogueException
9efd4f812d
Merge pull request #10 from Googie2149/dev
Help command changes
10 years ago
Googie2149
35d07edbbd
Help command changes
10 years ago
RogueException
9a783df90a
Fixed a couple arg parsing errors
10 years ago
RogueException
83696c359b
Added CommandMap.GetMap overloads
10 years ago
RogueException
60610abe5d
Improved handling of SSL/TLS error
10 years ago
RogueException
0eb0e14bba
Only add everyone to mentionedroles if the user has permissions
10 years ago
RogueException
b3b30256fd
Update email on READY
10 years ago
RogueException
c280ed0bda
Fixed nullref in Message.Update
10 years ago