Noikoio
e30b6be5fe
Replaced important comments with noticeable warnings
2017-10-21 12:05:46 -07:00
Noikoio
ee05cb0944
Fix header formatting
2017-10-21 11:27:51 -07:00
Noikoio
e20b7f5390
Remove margin only from nested lists
2017-10-15 22:56:47 -07:00
Noikoio
44d075eb68
Added incomplete placeholder pages
2017-10-15 22:54:25 -07:00
Noikoio
98c87d37c1
Added partially finished AutoMod docs
2017-10-15 22:53:05 -07:00
Noikoio
4e6da8cfd2
Added entity list documentation
2017-10-15 22:05:18 -07:00
Noikoio
db0673bc40
More CSS adjustments
2017-10-15 21:26:32 -07:00
Noikoio
8280d1ad3f
Fixed issues with spacing
2017-10-15 21:17:12 -07:00
Noikoio
417e2c3c27
Updated docs index; Adding serverdef
2017-10-15 20:50:35 -07:00
Noikoio
5828f632fa
Remove extra character; make use of variables
2017-10-15 20:26:33 -07:00
Noikoio
61e658b573
Added documentation index (as a test)
2017-10-15 20:17:36 -07:00
Noikoio
4557c2fdb7
Index and layout updates
2017-10-15 20:17:13 -07:00
Noikoio
0cbe074151
Added 'say' command type
2017-10-15 17:22:21 -07:00
Noikoio
3f376605f2
ModTools configuration redone
...
Defining config for ModTools now is similar to that of other features.
Additionally, merged the Ban and Kick commands into a single file,
and it no longer scans itself for attribute data on load.
2017-10-09 11:54:12 -07:00
Noikoio
4a59e07c6c
Updated Discord.Net
2017-09-24 12:47:29 -07:00
Noikoio
5cbbb7ff08
Revised; reorganized sections
2017-09-12 20:28:40 -07:00
Noikoio
205943bd31
Updated index draft
...
Will add configuration docs soon.
2017-09-12 19:58:56 -07:00
Noikoio
d135af3035
Updated page settings
...
Modified template slightly. I don't like that big header.
2017-09-12 19:55:17 -07:00
Noikoio
f830e9d2f1
what does this do?
2017-09-12 18:34:27 -07:00
Noikoio
4277a41736
Set theme jekyll-theme-midnight
2017-09-12 18:17:56 -07:00
Noikoio
f13c5d0181
First commit of docs
...
Giving GitHub Pages a try. I don't know how this works...
2017-09-12 18:14:55 -07:00
Noikoio
4875d6c5f5
Fix typo
...
...thanks Skeeter
2017-09-05 23:46:12 -07:00
Noikoio
ba8eea5049
Updated version and Readme
2017-09-05 12:07:49 -07:00
Noikoio
a91b432557
Removing example config, updating to .NET Core 2.0.0
2017-09-05 11:26:57 -07:00
Noikoio
c344db0c92
Merge branch 'dev'
2017-09-05 11:21:57 -07:00
Noikoio
14a811062e
Renamed 'trigger' to 'regex', arrays now allowed
...
To have regex config be consistent with AutoMod.
2017-09-05 10:55:47 -07:00
Noikoio
a40c115d87
Organized AutoRespond code
2017-09-05 10:26:13 -07:00
Noikoio
3ff2ef28f0
Organized class files, names
2017-09-05 10:18:07 -07:00
Noikoio
120f31a88b
Display a count of total rules added on load
2017-09-05 09:11:07 -07:00
Noikoio
16ee0ad54c
Fix compilation error
2017-09-05 09:03:27 -07:00
Noikoio
01b2ef1f1b
Log guild name along with channel on rule match
2017-09-04 18:55:03 -07:00
Noikoio
a8b4dfd4c3
Fix AutoRespond rate limit being applied incorrectly
...
And renamed RateLimitCache method to something that makes more sense.
2017-09-01 00:54:02 -07:00
Noikoio
042e98a022
Fix AutoRespond configuration not able to be retrieved
2017-08-30 00:28:51 -07:00
Noikoio
d560ca5c94
Fix exception when rate limit not defined
2017-08-30 00:28:34 -07:00
Noikoio
2e9036b26a
Log autoresponse configuration load
2017-08-29 22:40:26 -07:00
Noikoio
019a5bdd96
AutoMod and AutoRespond items no longer need label
...
All configuration items for AutoMod and AutoRespond are now defined
as JSON properties. The name of the property is used as its label.
2017-08-29 22:25:47 -07:00
Noikoio
85f694ba7d
AutoMod rule processing to the thread pool
...
It was originally like that, but was changed to be synchronous during
debugging. I may have forgotten to revert it before committing.
Also, removed note for future asynchronous response processing.
Synchronous response execution is expected behavior at this point.
2017-08-27 18:34:22 -07:00
Noikoio
3c88bce94a
Fully implemented AutoMod
2017-08-26 10:24:37 -07:00
Noikoio
0f3fd350fa
Removed RegexResponder
2017-08-26 10:23:02 -07:00
Noikoio
18e1748c4f
Fixed all autoresponses triggering on every message
2017-08-26 10:05:29 -07:00
Noikoio
7dbab38728
Fully implemented AutoRespond
2017-08-11 23:45:27 -07:00
Noikoio
2358a8eec4
Fixed BanCommand not accepting IDs of non-guild users
...
Also slightly improved the equivalent code for KickCommand
2017-08-11 09:29:52 -07:00
Noikoio
f19ef5a662
Implement MessageReceived delegate
2017-08-11 08:23:20 -07:00
Noikoio
262f77d82d
Added AutoRespond rate limiting
2017-08-10 15:19:42 -07:00
Noikoio
8d228a4d7c
Added FilterList
...
Several upcoming features will be making use of the same whitelist
and blacklist filtering concept that RegexResponder currently uses.
2017-08-10 12:53:46 -07:00
Noikoio
1761980275
Added Readme
...
Outlines all available features up to this point. Will have to be
updated sooner rather than later.
2017-08-10 00:04:19 -07:00
Noikoio
bd46c53a02
Added AutoRespond/ResponseConfigItem
2017-08-09 20:16:08 -07:00
Noikoio
e020b328c6
Added new (unfinished) classes
...
Will begin development of AutoRespond first. A (planned) feature list
was added in the Feature class's documentation.
2017-08-09 19:32:28 -07:00
Noikoio
1351777e0a
Fixed incorrect kick/ban reasons
2017-08-09 16:07:42 -07:00
Noikoio
7f8d6465ef
Added EntityList.ExistsInList
...
Replaces redundant code in both features.
2017-08-08 12:48:30 -07:00