Commit graph

231 commits

Author SHA1 Message Date
Frisk a0d8665bc3
Merge branch 'MarkusRost-testing-patch-51751' into testing 2022-10-04 17:48:42 +02:00
Frisk 957aad3f50
Bunch of code style fixups 2022-10-04 17:47:16 +02:00
Frisk b0eeb07d3b
Fixes in util 2022-10-04 17:19:27 +02:00
MarkusRost 805dc858f6 Modified util author functions to support abuselog 2022-10-04 11:34:43 +00:00
Frisk 7c5ac116e7
Fixed compatibility with RcGcDb by using dynamic methods as required by API compat, fixed discussion calls 2022-10-03 14:54:07 +02:00
MarkusRost f48b0ad695 Add abuselog_webhookURL 2022-09-19 11:48:34 +00:00
Frisk b46780506a
Critical typo 2022-09-19 13:23:52 +02:00
Frisk 680f6fa115
Merge remote-tracking branch 'origin/horse-thread-support' into testing 2022-09-19 13:13:25 +02:00
MarkusRost 2976555805 Support threads in redaction 2022-09-19 05:21:48 +00:00
Frisk ada308a272
removed unused variable of DiscordMessageMetadata 2022-07-29 13:43:50 +02:00
Frisk 27f00cdfbb
fix to #248, additional critical bugfixing 2022-07-15 01:46:16 +02:00
Frisk 822d810056
Updated translations and added some documentation 2022-07-14 18:18:55 +02:00
Frisk c4dd120e5b
Updated formatters accordingly to new model, added gettext as alias for _ 2022-07-11 13:51:03 +02:00
Frisk 9234d8589c
Whitespace 2022-07-09 23:05:45 +02:00
Frisk 0bd2cf6330
Updated the docs reflecting changed functionality, added changed functionality with translations 2022-06-28 14:01:56 +02:00
Frisk 01d563edc9
Fixed critical issue when all of the edit tags are hidden 2022-06-16 23:10:40 +02:00
Frisk b58bc25043
Removed 3.7 incompatible type hints, added KeyboardInterrupt detection for exit code 0 2022-06-16 23:06:25 +02:00
Frisk 1dc07c0b05
remove schedule dependency 2022-06-15 19:43:24 +02:00
Frisk 77849a89e6
Added #152 2022-06-15 19:32:38 +02:00
MarkusRost ab60fd3728 Add feed_type to Context, pre-hooks full context 2022-06-14 06:53:42 +00:00
Frisk b19706fcfd
Fix possible crash with error_tolerance == 2 2022-06-14 00:50:45 +02:00
Frisk d3223b51fd
Actually fixed typing hints 2022-06-13 22:26:39 +02:00
Frisk 1e0e62f775
Small improvements/explanations 2022-06-13 22:18:46 +02:00
Frisk 0513ec2422
Added event type in context object for discussion events (#242) 2022-06-13 21:57:18 +02:00
Frisk 3c840b1d42
Added more error handling for ClientErrors while connecting with a wiki (due to Fandom issues) 2022-06-04 13:17:05 +02:00
MarkusRost e457757d6b Merge branch 'testing' into 'horse-thread-support'
# Conflicts:
#   src/discord/queue.py
2022-03-11 22:47:45 +00:00
Frisk 23b5a5db1c
Added fix to possible None comparison on HTTP status check 2022-02-24 07:16:43 +01:00
MarkusRost 1247e5f408 Don't run redaction on archives 2022-02-02 08:11:39 +00:00
Frisk 9196a9cbbe
Added migration test, fixes in previous tests 2022-01-14 10:01:44 +01:00
Frisk 5d48533e69
Added some additional typing information and some spacing fixes 2022-01-13 17:23:26 +01:00
Frisk c87c066861
Added some additional typing information 2022-01-13 17:18:40 +01:00
Frisk 56fd7aefb7
Added tests for registering formatters and hooks 2022-01-08 13:37:33 +01:00
Frisk 68303dd18b
Actually fix pytest tests 2022-01-06 15:42:33 +01:00
Frisk 71b7188d97
Added resilience against file database corruption/deletion on error_tolerance > 1 2022-01-06 15:36:53 +01:00
Frisk 977894036a
Cleaned up unused imports 2022-01-02 20:59:17 +01:00
Frisk d9ae3306cf
Applied fixes to previous commit (thanks Markus!) 2022-01-02 20:56:50 +01:00
Frisk adb3b42074
Fixed #235 2022-01-02 15:31:11 +01:00
Frisk bf9e4bc855
Added some more testing cases 2022-01-02 14:39:20 +01:00
Frisk 241e2844ee
Added test files and completed(?) scripts 2021-12-30 15:46:18 +01:00
Frisk 8631a41ef6
Actually decrease amount of unnecessary writes 2021-11-19 13:35:36 +01:00
Frisk e9049b922a
do less writes 2021-11-19 12:50:52 +01:00
Frisk f7b60ec87d
Added argparser which I forgot in last commits 2021-11-19 12:42:36 +01:00
Frisk b52cc80b61
Fixes to previous commit 2021-11-18 17:27:02 +01:00
Frisk b63aadb74d
Added #233 and fixed #234 2021-11-18 17:22:16 +01:00
Frisk 468c381883
Merge remote-tracking branch 'origin/testing' into testing 2021-10-14 12:30:10 +02:00
Frisk 5d7647e862
Fix #227 and bump version 2021-10-14 12:29:45 +02:00
MarkusRost 78da5a1367 fix typo 2021-07-30 10:44:25 +00:00
MarkusRost 2efcfcecdd Support webhooks with thread_id
closes #225
2021-07-30 00:01:55 +00:00
MarkusRost fd9a49b157 fix moved lines edit diff sync error 2021-07-20 06:16:34 +00:00
MarkusRost 92d0d5d007 Change "Removed" to "~~hidden~~"
Matches formatters then edit already stats partially hidden, no need to specifically state that the info got removed.

close #222
2021-07-08 10:35:26 +00:00