Noikoio
18cd562993
Fixed incorrect usage message with kick command
2018-03-14 20:12:19 -07:00
Noikoio
154b549abb
'Remove and Sort Usings'
2018-03-10 18:10:50 -08:00
Noikoio
800956e2aa
Created GetUserDataFromString in base class
2018-03-10 10:38:50 -08:00
Noikoio
99fe2967b6
Moved (created) SendUsageMessageAsync to base class
2018-03-09 23:16:30 -08:00
Noikoio
bfb699d62f
Reorganized and renamed ModTools to ModCommands
2018-03-09 22:17:55 -08:00
Noikoio
06583a1472
Updated documentation
2018-03-04 21:51:42 -08:00
Noikoio
fe1f466b97
Fixed bugs relating to config load
2018-03-04 20:45:12 -08:00
Noikoio
7a8a82102f
Added 'ConfReload' command type
2018-03-04 20:14:54 -08:00
Noikoio
dc7725c7b0
Added 'Unban' command type
2018-03-04 18:36:32 -08:00
Noikoio
c5229a22b2
Added basic cache error handling
2018-03-04 18:04:10 -08:00
Noikoio
d7b1486615
Added comment for consistency
2018-03-04 17:59:35 -08:00
Noikoio
aa11f9d313
Added ModLogs documentation draft
2018-03-04 15:58:06 -08:00
Noikoio
681d0a370d
Added confirmation message
2018-03-04 15:08:57 -08:00
Noikoio
6ca73a9b6b
Added proper MessageCache configuration
...
Though it's now capable of loading configuration for the full
ModLogs module, not all features are available yet.
2018-03-01 19:25:08 -08:00
Noikoio
419370c379
Adding clarification
2018-02-27 12:32:12 -08:00
Noikoio
8c0ae8fd44
Updated notes
2018-02-22 18:17:27 -08:00
Noikoio
2b56dab0e3
Cleaned up MessageCache slightly
2018-02-22 18:04:27 -08:00
Noikoio
7f22da5a4e
Fixed several issues; ready for testing
2018-02-20 12:26:10 -08:00
Noikoio
3362c8701c
Fix crash on attempting to create tables
2018-02-20 12:25:29 -08:00
Noikoio
b6f14d5ad4
This too
2018-02-20 01:23:56 -08:00
Noikoio
22af7685ee
Fix compilation errors due to database change
2018-02-20 00:58:55 -08:00
Noikoio
6a52a2ba80
Preparing for testing
2018-02-20 00:58:16 -08:00
Noikoio
69f9da5313
Added mostly complete MessageCache
2018-02-20 00:48:11 -08:00
Noikoio
d21c0c1155
Removed misleading documentation
2018-02-20 00:19:39 -08:00
Noikoio
0401bfce2d
Removed public access to database config
...
Database connection is now acquired directly via Configuration
instead of an object within it.
2018-02-17 00:48:12 -08:00
Noikoio
c51b89e32e
Update changed method name
2018-02-17 00:46:26 -08:00
Noikoio
e771e09d08
Restructured MessageCache, added notes for implementation
2018-02-17 00:45:40 -08:00
Noikoio
683b852de7
Removed public access to database config
...
Database connection is now acquired directly via Configuration
instead of an object within it.
2018-02-16 23:41:12 -08:00
Noikoio
26da617cf1
Adding files from previously deleted branch
2018-02-10 19:34:13 -08:00
Noikoio
e9a4e3e726
Added ordering of results by date, name
2018-02-10 19:05:18 -08:00
Noikoio
4208b84dbe
Version number
2018-02-07 14:49:26 -08:00
Noikoio
cc0ec364e6
Fix compilation error
2018-02-07 12:47:51 -08:00
Noikoio
cf6ec27e61
Merge branch 'master' into dev/modtools
2018-02-07 12:44:42 -08:00
Noikoio
4d6bd13e03
Added RandomChance parameter to AutoRespond
2018-01-23 14:06:31 -08:00
Noikoio
d9801efc33
Moved some inline strings to constants
2018-01-19 00:57:36 -08:00
Noikoio
6953bc8ed3
Adding cache lookup to ban/kick parameter
2018-01-19 00:23:54 -08:00
Noikoio
b8abc50703
Updated documentation
2018-01-13 12:02:48 -08:00
Noikoio
1694c82691
Updated version
2018-01-04 17:48:03 -08:00
Noikoio
e219cdc542
Merge branch 'dev/modlogs'
...
Excluded actual ModLogs files from this merge.
2018-01-04 17:46:41 -08:00
Noikoio
74ac34fcf1
Fixed table setup, updates
2018-01-04 14:06:04 -08:00
Noikoio
11fa202afd
Debug profile was not working until now
2018-01-04 14:05:42 -08:00
Noikoio
71ce62e88c
Fix incorrect method signature
2018-01-04 14:05:10 -08:00
Noikoio
b70f57f0a3
Added another handler
2017-12-22 22:28:58 -08:00
Noikoio
1fbe4d5e52
Added EntityCache class with CacheUser
...
Its purpose is documented in the comments within EntityCache.cs.
CacheUser has been implemented but is not yet tested.
2017-12-22 22:20:06 -08:00
Noikoio
2e0b408946
Re-adding SQL inserts/updates
2017-12-22 19:17:36 -08:00
Noikoio
8bb274bd69
Moving EntityCache files to separate directory
2017-12-22 17:53:46 -08:00
Noikoio
dd8ef7ff3e
Removed ban petitions
...
One mistake slipped through the cracks as I tested this:
It is not possible in any way for a user to DM a bot if they do not
share a guild. As of this moment, there is no workaround, and it
appears that simply opening a DM channel beforehand is not enough to
make it work.
In short: it doesn't work. It can't possibly work.
This feature has been removed. Alterations to the configuration
structure for ModTools will remain, as I planned to do this change
for other reasons not related to this feature anyway.
2017-12-18 22:05:37 -08:00
Noikoio
c2cab91f31
Updated version, dependencies
2017-12-10 11:47:08 -08:00
Noikoio
78219a50e9
Changed ModTools config section name
...
For consistency.
2017-12-10 11:42:47 -08:00
Noikoio
cb967b7383
Merge branch 'dev/modtools'
2017-12-10 11:11:37 -08:00