Commit Graph

734 Commits

Author SHA1 Message Date
RogueException
ee3677fde0 Fixed references 2015-11-08 17:02:31 -04:00
RogueException
63e70468e1 Added Module.CreateCommands, exposed a few properties and added module names. 2015-11-08 17:02:22 -04:00
RogueException
210a28442e Fixed ModuleExtensions function name 2015-11-08 14:30:56 -04:00
RogueException
6ab46e92f8 Fixed net45's file linking for modules 2015-11-08 12:43:49 -04:00
RogueException
9bb77dd373 Added ModuleExtensions 2015-11-08 12:43:14 -04:00
RogueException
7b23c0fe9e Fixed accessibility error in GlobalUser 2015-11-08 12:04:46 -04:00
RogueException
9487fba23f Hid old CurrentUser, exposed GlobalUser via CurrentUser 2015-11-08 10:38:31 -04:00
RogueException
674e6674b7 Minor fix 2015-11-07 14:33:06 -04:00
RogueException
c2bdfe96b0 Temporary fix for DownloadMessages 2015-11-07 14:10:01 -04:00
RogueException
cb9915f37e Add Exception property to log messages 2015-11-06 00:45:03 -04:00
RogueException
aa0ed4cdc1 AddService should return the passed object 2015-11-06 00:27:57 -04:00
RogueException
48ad4a53ba Error if ModuleService is used before it is added to DiscordClient 2015-11-06 00:27:42 -04:00
RogueException
f1443def75 Finished implementing enable/disable events for modules. 2015-11-06 00:21:23 -04:00
RogueException
ef15216bd4 Added Discord.Modules namespace 2015-11-06 00:02:14 -04:00
RogueException
6203653fba Added Modules.Net45 file links 2015-11-05 22:55:27 -04:00
RogueException
152df2b3a1 Initial commit of Modules extension 2015-11-05 22:39:37 -04:00
RogueException
d1112a0a1a Made eventargs constructors public 2015-11-05 21:44:10 -04:00
RogueException
62ba1b3877 Renamed ServerCreated, ServerDestroyed, UserAdded and UserRemoved to JoinedServer, LeftServer, UserJoined and UserLeft 2015-11-05 21:09:15 -04:00
RogueException
e2084be6c7 Improved permission cache 2015-11-05 17:05:43 -04:00
RogueException
00eb1522cd Default minpermissions on command groups to int.MaxValue 2015-11-04 23:09:44 -04:00
RogueException
5d548dca33 Added group support to help 2015-11-04 23:08:00 -04:00
RogueException
9efd4f812d Merge pull request #10 from Googie2149/dev
Help command changes
2015-11-04 21:56:16 -04:00
Googie2149
35d07edbbd Help command changes 2015-11-04 20:34:14 -05:00
RogueException
9a783df90a Fixed a couple arg parsing errors 2015-11-03 21:01:42 -04:00
RogueException
83696c359b Added CommandMap.GetMap overloads 2015-11-03 19:24:07 -04:00
RogueException
60610abe5d Improved handling of SSL/TLS error 2015-11-03 19:08:17 -04:00
RogueException
0eb0e14bba Only add everyone to mentionedroles if the user has permissions 2015-11-03 17:29:59 -04:00
RogueException
b3b30256fd Update email on READY 2015-11-03 17:22:25 -04:00
RogueException
c280ed0bda Fixed nullref in Message.Update 2015-11-03 17:13:01 -04:00
RogueException
9ae1761d34 Set IsMentioningMe to true if your role is mentioned 2015-11-03 14:59:13 -04:00
RogueException
0f651e1d97 Merge branch 'dev' of https://github.com/RogueException/Discord.Net.git 2015-11-03 12:41:45 -04:00
RogueException
2977a9367d Removed IsMentioningEveryone 2015-11-03 12:41:23 -04:00
RogueException
a3c7b08d94 Reworked the mention system 2015-11-03 12:39:50 -04:00
RogueException
c0e6c2eb24 Cleaned up string enums because implicit operators are picky. 2015-11-02 14:26:06 -04:00
RogueException
dcdea2b380 FindChannels limits #channel format to text channels only. 2015-11-02 14:12:51 -04:00
RogueException
ab9368f565 Removed TestingProject 2015-11-02 14:06:50 -04:00
RogueException
1bc320b5ac Merge pull request #8 from WSIContractor/patch-1
Changed the dev branch version number
2015-11-02 13:57:22 -04:00
WSIContractor
ce63d8c2a7 Changed the dev branch version number
Changed the documentation to reflect the right version number and to prevent confusion. Changed from 0.8.0-beta1 to 0.8.1-beta.
2015-11-02 09:49:57 -08:00
RogueException
4f4075aae2 Minor doc edit 2015-11-02 09:03:56 -04:00
RogueException
2eeb5d2bd3 Fixed conflicting mention checks 2015-11-01 23:35:40 -04:00
Brandon Smith
d418c95481 Improve message cache management 2015-11-01 23:29:40 -04:00
RogueException
370a3e9b08 Removed references from Invite. 2015-11-01 23:29:40 -04:00
RogueException
38dd1efa0f Improved equality checks for cache objects 2015-11-01 23:29:40 -04:00
RogueException
eb0c14e287 Dont run .Cache on fake cache objects. 2015-11-01 23:29:40 -04:00
RogueException
92ceacd01e Added basic service model, even more commands cleanup! 2015-11-01 23:29:40 -04:00
RogueException
e2bf2bcc89 Added Message.MentionedChannels 2015-11-01 23:29:40 -04:00
RogueException
c6a81a14b6 Added support for unparsed parameters, more cleanup 2015-11-01 23:29:40 -04:00
RogueException
faae530ae1 Brought back CommandPlugin.CommandChar 2015-11-01 23:29:40 -04:00
RogueException
ee22765215 Renamed IsHidden -> Hide 2015-11-01 23:29:40 -04:00
RogueException
db556c358d Added ParameterType 2015-11-01 23:29:40 -04:00