Commit graph

256 commits

Author SHA1 Message Date
Frisk 5874bae884 Change logging message a little bit 2024-08-08 23:16:05 +02:00
Frisk 96a77d842a Add logging of responses if invalid 2024-08-08 23:13:52 +02:00
Frisk 399c07905a Use headers from settings on initial checks and update regexes 2024-08-08 22:49:40 +02:00
Frisk 6fd8c0575e Merge remote-tracking branch 'origin/testing' into testing 2024-05-25 12:21:43 +02:00
Frisk be1da5eb49 Added escaping algorithm based on MarkusRost's code snipped, fixed replace in discussions.py 2024-05-25 12:21:30 +02:00
Pera Pisar de937dc2f3 Return the maximum ID of all abuse log entries instead of the last ID.
This fixes an issue where abuse log entries are returned out of order from the
API, leading to constantly repeating abuse filter messages being sent to
Discord.
2024-03-11 18:13:14 +00:00
MarkusRost bae403c3cd add show_patrolled setting 2023-12-30 22:55:38 +00:00
MarkusRost 86b9331ff3 fix refresh internal data position 2023-12-30 21:44:02 +00:00
Frisk 2f365d44c8 Add additional place where cache refresh can be requested, change behavior of cache refreshes 2023-12-30 18:37:50 +01:00
Frisk 2bc6a32f77 Fix an issue if forward slash is specified at the end of the settings URL 2023-12-14 17:19:43 +01:00
Frisk f34643f77c Add #270 2023-10-17 19:31:24 +02:00
Frisk be726cc955 Add logging for registered hooks 2023-10-11 21:38:31 +02:00
Frisk 5d7ee0f6cc Make the default behavior in line with what is logged 2023-09-28 19:45:03 +02:00
Frisk 8d1935bea6 Merge remote-tracking branch 'origin/buttons' into testing 2023-09-16 19:42:08 +02:00
MarkusRost 55f9f8f5eb add RcGcDw buttons hook 2023-05-06 16:25:29 +00:00
MarkusRost bfc5e80553 update Discord markdown sanitation 2023-04-18 22:37:36 +00:00
Frisk caf44345c1
Fixed migrations 2023-01-10 22:36:20 +01:00
Frisk a581bba757
Updated migrations to not have static settings name 2023-01-10 17:12:50 +01:00
MarkusRost 36c4ba2b7c migrate config from falsy values to null 2023-01-10 13:56:18 +01:00
Frisk 6881838ba5
Merge remote-tracking branch 'origin/testing' into testing
# Conflicts:
#	src/misc.py
2022-11-10 15:47:30 +01:00
MarkusRost 08734ce456 move send_simple above DataFile 2022-11-10 15:39:29 +01:00
Frisk 1742e8fbd0
Fixed curseprofile extension translations and removed unnecessary language files 2022-11-10 15:21:16 +01:00
MarkusRost 8b95461fd7 Send welcome message (#259) 2022-10-12 13:41:22 +02:00
Markus-Rost ab710f5f77 add hide_ip_editcount setting (#258) 2022-10-12 12:34:13 +02:00
MarkusRost c3d21c43df Allow pre_hooks to change the event type
#245
2022-10-06 09:05:33 +00:00
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