DevilXD
463546f102
Added changelog entry
2019-08-08 17:12:58 +02:00
Draper
556af32bb5
Stop saving JSON files with indents ( #2921 )
...
Stop saving json files with 4 indents, this will significantly reduce file size and improve `.set()` performance for config saves when using the JSON driver.
Signed-off-by: Draper <guyreis96@gmail.com>
2019-08-07 10:13:31 +10:00
Toby Harradine
ef8b9b81c3
[ModLog] Optimise get_next_case_number() ( #2908 )
...
* [ModLog] Optimise get_next_case_number()
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Address reviews
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Add changelog entry
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Delete get_next_case_number
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Add modlog.get_latest_case() and fix `[p]reason`
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
2019-08-02 10:49:22 -04:00
DiscordLiz
20091cc10a
[ModLog API] Add default casetypes, remove need for a specific auditlog action ( #2901 )
...
* I know this needs a changelog entry and docs still
* update tests for new behavior
* update docs, filter; add changelog
* Ready for review
* stop fetching the same Audit logs when the bot is the mod
* I forgot to press save
* fix a comprehension
* Fix AttributeError
* And the other place that happens
* timing fixes
2019-07-27 15:37:29 -04:00
Michael H
6280fd9c28
disabled help hideaways ( #2892 )
...
* disabled help hideaways
* can_see fix
2019-07-27 02:36:21 -04:00
Toby Harradine
af096bc1cc
Config locks ( #2654 )
...
* Config locks
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Add locks for all_XXX
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Remove a word
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Add acquire_lock kwarg for value context manager
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Add towncrier entry
Signed-off-by: Toby <tobyharradine@gmail.com>
* Fix issues with `get_custom_lock` and `get_members_lock`
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
2019-07-23 16:50:07 -04:00
Michael H
a8091332b8
[Docs] Add version guarantees ( #2882 )
...
Make some version guarantees.
We also need to do a pass over the existing things this would cover and decide if any of them should be made private.
2019-07-19 11:50:33 +10:00
DevilXD
7ba50c91a2
Fixed remove_command error when trying to remove a non-existent command ( #2889 )
...
* Fixed remove_command error when trying to remove a non-existent command
* Added changelog entry
2019-07-18 05:49:40 -04:00
DevilXD
0ba9eaeccc
Slowmode now accepts integer only inputs as seconds ( #2884 )
...
* Slowmode now accepts integer only inputs as seconds
* Added changelog entry
2019-07-17 08:47:37 -04:00
Michael H
d4b6fdea92
Add towncrier ( #2873 )
...
* Adds towncrier as our changelog system.
* Updates our contributor guidelines for this.
Resolves #2872
2019-07-17 11:12:43 +10:00