RogueException
|
bfea0ef0a2
|
Added ordered user mentions, fixed role and channel mention resolving
|
2016-06-26 19:06:10 -03:00 |
|
RogueException
|
21102e460c
|
Fixed null char being appended to unparsed args
|
2016-06-26 05:08:29 -03:00 |
|
RogueException
|
f59b6b9004
|
Implemented command type readers, parser and service.
|
2016-06-26 03:35:40 -03:00 |
|
RogueException
|
32ab967f4a
|
Reorganized commands structure
|
2016-06-21 05:34:11 -03:00 |
|
RogueException
|
480034feed
|
Added command map
|
2016-06-19 18:55:12 -03:00 |
|
RogueException
|
baf1efb446
|
Added assembly searching to commands
|
2016-06-14 21:34:41 -03:00 |
|
RogueException
|
5ad63563c1
|
Added initial commands project
|
2016-06-13 20:06:44 -03:00 |
|
RogueException
|
5bdd6a7ff3
|
Early 1.0 REST Preview
|
2016-04-04 20:15:16 -03:00 |
|
RogueException
|
27d7e9915b
|
Initial 1.0-alpha1 design changes
|
2016-02-24 07:00:49 -04:00 |
|
RogueException
|
5c64cb68bf
|
Cleaned up a bit of the modules/services add/get format
|
2016-02-15 15:08:59 -04:00 |
|
RogueException
|
2d0ff089a9
|
0.9.0-rc3-1
|
2016-02-14 13:48:58 -04:00 |
|
RogueException
|
173df19439
|
Fixed crash with short mention activation strings
|
2016-02-14 13:45:58 -04:00 |
|
RogueException
|
720e202cb6
|
0.9.0-rc3
|
2016-02-13 16:47:37 -04:00 |
|
RogueException
|
41ae3ea80c
|
Fixed Discord.Net versioning warnings
|
2016-02-13 16:24:03 -04:00 |
|
RogueException
|
34fd47bb5d
|
0.9-rc3
|
2016-02-12 22:09:02 -04:00 |
|
RogueException
|
196c6ac698
|
Fixed crash if prefix mention is checked in PM
|
2016-02-12 00:32:50 -04:00 |
|
RogueException
|
2528c3feb4
|
Updated Versions
|
2016-02-11 20:48:49 -04:00 |
|
RogueException
|
9843298af8
|
Added GlobalWhitelist/Blacklist extension methods
|
2016-02-10 17:19:19 -04:00 |
|
RogueException
|
cb4d00ac4e
|
Split config into builder and immutable classes, added some audioservice extension methods.
|
2016-02-09 18:02:49 -04:00 |
|
RogueException
|
ef95539e2e
|
Cleaned up the help command's footer
|
2016-02-09 15:20:12 -04:00 |
|
RogueException
|
88776c94d1
|
Fixed a couple substring bugs in commandservice
|
2016-02-09 15:13:25 -04:00 |
|
RogueException
|
2849acb005
|
Cleaned up new CommandService activations and help args.
|
2016-02-09 15:07:59 -04:00 |
|
Googie2149
|
eaa9065d00
|
Allow ActivationMode.Mention to kinda work in PM from the client
|
2016-01-27 15:49:43 -05:00 |
|
Googie2149
|
00171c68ac
|
Custom activation methods
|
2016-01-27 15:10:03 -05:00 |
|
Googie2149
|
484b2b1391
|
Removed extra bracket
|
2016-01-27 11:25:14 -05:00 |
|
Googie2149
|
2ed49d2fd5
|
Change built in help
Finally removed the placeholders...
|
2016-01-25 17:55:35 -05:00 |
|
RogueException
|
0db0675cb5
|
Rewrote AudioClient, fixed several async issues, removed most sealed keywords.
|
2016-01-19 08:31:45 -04:00 |
|
RogueException
|
f581434497
|
Cleaned up a few internal command constructor, fixed subgroups not maintaining category
|
2016-01-18 22:52:16 -04:00 |
|
RogueException
|
a2c9373ed6
|
Fixed several potential deadlocks
|
2016-01-13 22:03:10 -04:00 |
|
RogueException
|
3ddd8b509b
|
Added func-based UsingXXX extensions
|
2016-01-09 19:41:53 -04:00 |
|
RogueException
|
da1721b4e7
|
Fixed typo
|
2016-01-08 18:19:04 -04:00 |
|
RogueException
|
55c5f0dade
|
Cleaned up extension projects, added fluent extension methods
|
2016-01-05 00:11:35 -04:00 |
|
RogueException
|
120950b539
|
Fixed a couple parser errors
|
2016-01-01 19:42:09 -04:00 |
|
RogueException
|
c1bee10523
|
Cleaned up several classes
|
2016-01-01 01:06:34 -04:00 |
|
RogueException
|
aa040193a1
|
Renamed User.CreateChannel to CreatePMChannel, added DiscordClient.CreatePMChannel(userId)
|
2015-12-31 04:24:23 -04:00 |
|
RogueException
|
8f4bbe66ea
|
Don't force a bad permission message
|
2015-12-28 16:21:55 -04:00 |
|
RogueException
|
375c25c813
|
Improve async and reconnect stability. Added support for websocket 1012
|
2015-12-26 03:58:43 -04:00 |
|
RogueException
|
f61b9febfb
|
Added custom error to AddCheck(lambda)
|
2015-12-26 02:35:12 -04:00 |
|
RogueException
|
5c18600a51
|
Downgraded to Net45
|
2015-12-24 22:35:42 -04:00 |
|
RogueException
|
89eba9acb4
|
I shan't, it's Christmas!
|
2015-12-23 04:35:14 -04:00 |
|
RogueException
|
1762bf438f
|
Fixed modules/commands compile errors
|
2015-12-23 03:00:46 -04:00 |
|
RogueException
|
06fae0c95a
|
Re-added model functions, and added legacy extensions
|
2015-12-23 02:49:07 -04:00 |
|
RogueException
|
d10e771169
|
0.9.0-alpha2, Updated to .Net 4.6
|
2015-12-22 20:36:23 -04:00 |
|
RogueException
|
2dca7d9ebe
|
Changed ids to uint64s
|
2015-12-13 17:26:59 -04:00 |
|
RogueException
|
5760e94d81
|
Reworked internal task engine for DiscordClient and WebSocket. Several other minor async fixes.
|
2015-12-11 19:07:55 -04:00 |
|
RogueException
|
82746e9207
|
Refactoring and fixed a few stylecop errors
|
2015-12-09 00:56:09 -04:00 |
|
RogueException
|
0828d8eb40
|
Added Shared project, resync'd net45 projects with dnx ones
|
2015-12-06 02:00:21 -04:00 |
|
RogueException
|
f4ab33337f
|
Cleaned up some accessibilities
|
2015-12-06 01:42:40 -04:00 |
|
RogueException
|
9d6d00b21a
|
Merged Configs, 0.9-alpha1
|
2015-12-05 18:53:39 -04:00 |
|
RogueException
|
1721f6f4d6
|
Prep work for isolating audio package.
|
2015-12-04 21:13:56 -04:00 |
|