Commit Graph

1874 Commits

Author SHA1 Message Date
RogueException
683f0d5013 Merged changed from dev branch 2016-09-22 21:31:48 -03:00
RogueException
6319933ed0 Concrete class prototype 2016-09-22 21:15:37 -03:00
RogueException
1d24bc7808 Merge pull request #285 from FiniteReality/issue/264
Add PriorityAttribute and sort commands by priority in CommandService
2016-09-20 17:48:16 -03:00
RogueException
ae186f8d9e Updated solution 2016-09-20 17:46:32 -03:00
RogueException
336e6d20d9 Fixed braces 2016-09-20 17:46:12 -03:00
RogueException
5f5974fe97 Merge pull request #271 from Kwoth/fix-OptionalMessageUpdated
Fixed Optional argument in Message Updated event
2016-09-20 17:45:14 -03:00
RogueException
b5a47987fd Merge pull request #290 from Flamanis/patch-1
Slight singular word spelling
2016-09-20 17:29:15 -03:00
Flamanis
44b20ef9ca Update migrating.md 2016-09-20 00:13:57 -05:00
FiniteReality
accb3e27b8 Add PriorityAttribute and sortby priority in Search 2016-09-15 18:43:06 +01:00
Khionu Terabite
015e38cc63 Merge pull request #284 from moiph/dev
fixing a comment typo
2016-09-14 09:37:10 +00:00
Pat Murphy
4f0a29bbd7 fixing a comment typo 2016-09-13 19:21:35 -07:00
Christopher F
a2b4f47acf [docs] replace description with summary
Resolves #280
2016-09-10 14:26:24 -04:00
Christopher F
32c5a4b2f9 Merge pull request #275 from RogueException/issue/239
[breaking] Rename Cosmetic Command Attributes (Description/Summary) to Summary/Remarks (Short Description, Full Description)
2016-09-08 14:32:34 -04:00
Khionu Terabite
b6c634b8b5 Renamed Description/Summary Attributes to Summary/Remarks, as per discussion in #239 2016-09-06 16:19:43 -04:00
Khionu Terabite
022a44b712 Revert "Renamed the Description/Summary Attributes to Summary/Remarks, as per the discussion in 239"
This reverts commit afc30bf412.
2016-09-06 16:06:09 -04:00
Khionu Terabite
afc30bf412 Renamed the Description/Summary Attributes to Summary/Remarks, as per the discussion in 239 2016-09-06 16:01:36 -04:00
Kwoth
d2b37c38d6 Fixed Optional argument in Message Updated event 2016-09-06 18:43:25 +02:00
RogueException
f9cdd3ddf6 Merge pull request #270 from Auxes/channel-created-fix
Fixed ChannelCreated event not triggering
2016-09-05 21:38:26 -03:00
Auxe
9f9a65135d Removed a duplicate statement 2016-09-05 19:37:31 -05:00
Auxe
4919c8f591 Made the requested changes 2016-09-05 19:32:58 -05:00
Auxe
169b09aadd Fixed channel being null 2016-09-05 19:14:55 -05:00
RogueException
550e0c8cf1 Removed tabs 2016-09-03 21:30:03 -03:00
RogueException
94edf9bb01 Merge pull request #267 from Mushroom/dev
Optimize rest of lib for release builds
2016-09-03 21:29:25 -03:00
Mushroom
b749be8a2f Optimize on release builds only 2016-09-04 00:55:26 +01:00
Mushroom
3df4201c8c Optimize rest of lib for release builds 2016-09-04 00:29:46 +01:00
RogueException
8b67b765c4 Merge pull request #250 from FiniteReality/issue/249
Add Sanitize function to escape Markdown
2016-09-01 15:25:06 -03:00
RogueException
c26dbc2f0f Merge pull request #260 from FiniteReality/dev
Allow parameterless commands to build correctly
2016-09-01 13:34:17 -03:00
FiniteReality
c05f44a544 Allow command groups to work correctly 2016-08-31 15:28:38 +01:00
FiniteReality
cddc39dfa1 Don't add multiple spaces for multiple groups 2016-08-31 15:05:31 +01:00
FiniteReality
1ab763e157 Allow parameterless commands to build correctly
Resolves #253
2016-08-31 14:07:35 +01:00
RogueException
d97f90e0d0 Merge pull request #252 from FiniteReality/dev
Resolve #251
2016-08-29 20:36:15 -03:00
FiniteReality
42e127ac85 Resolve #251 2016-08-30 00:26:34 +01:00
FiniteReality
fd9ec3ca16 Add Sanitize function to escape Markdown (#249) 2016-08-29 22:20:32 +01:00
Christopher F
c15d460c51 contribution guide for docs 2016-08-29 15:34:46 -04:00
RogueException
448ae47a4d Merge pull request #247 from Joe4evr/lock
Replace locking on 'this'.
2016-08-29 11:32:26 -03:00
Joe4evr
bd8a601e17 Replace locking on 'this'. 2016-08-29 16:17:52 +02:00
RogueException
9c3b6b37ab Merge pull request #246 from FiniteReality/dev
Fix command aliases (#244)
2016-08-29 11:08:01 -03:00
FiniteReality
4848f307d3 Fix #244 and use the correct string 2016-08-29 14:56:43 +01:00
RogueException
ab42129eb9 Include which command failed to build on exception 2016-08-28 03:44:45 -03:00
Christopher F
8406bd8f73 Update docs to reflect IMessage->IUserMessage
As changed in 23a0316252
2016-08-27 22:16:51 -04:00
RogueException
23a0316252 Split IMessage into IUserMessage and ISystemMessage 2016-08-27 19:07:22 -03:00
Christopher F
36d3257440 Add a sample for getting the Guild from an IMessage
some users were having trouble with this
2016-08-27 17:50:03 -04:00
Christopher F
4e636f732d Add documentation for Preconditions, Aliases, Command Structure
Resolves #223
2016-08-27 17:44:58 -04:00
Christopher F
15018e243a Fix documentation link in README 2016-08-27 17:14:47 -04:00
RogueException
5ee9ca5c31 Merge pull request #230 from FiniteReality/feature/command_aliases
Implement Command Aliases
2016-08-27 17:35:41 -03:00
RogueException
f92049e101 Added ChannelPinnedMessage message type 2016-08-27 15:56:43 -03:00
FiniteReality
94dc123e8d Use aliases while removing from the CommandMap 2016-08-27 19:49:27 +01:00
RogueException
92e86525e0 Merge pull request #234 from Joe4evr/IEquatable
Constrain IEntity's TId to IEquatable<TId>
2016-08-27 15:27:34 -03:00
Joe4evr
a326824cdb Constrain IEntity's TId to IEquatable<TId> 2016-08-27 19:41:38 +02:00
RogueException
7f7fe6b3c9 Ignore CHANNEL_PINS_ACK 2016-08-27 14:30:59 -03:00