Casey
624998817b
Added option to post replies anyways
...
Also reformatting because I forgot
2024-06-08 16:32:04 +03:00
Casey
d761cf5951
Added license ( closes #29 )
...
Reasnoing behind using GNU GPLv3:
* Permits modification
* Permits free distribution
* Permits private modifications
* Gives no warranty that this software works or works in an expected
way
* No liability for damage (if any is possible)
* Commonly used in FOSS software
2023-05-08 13:18:44 +03:00
Casey
6d3e00ba4a
Fixed regex mode of text filter just NOT WORKING
...
Apparently, `re.match` checks for the first line ONLY. We have to use
`.search` instead.
Also nuked away that plaintext conversion, we have it in status already
as a property
2023-02-08 19:38:31 +03:00
Casey
bfa0534f6d
uh, more logging?
2022-11-01 14:33:47 +03:00
Casey
95c9a523e0
More logging?
2022-11-01 13:37:47 +03:00
Casey
d861b2fe45
Uhh I think I added logging and some other stuff
...
Yeah so basically now initialization of integrations and filters is
moved to from_section instead of __init__ because muh better imo
2022-11-01 12:55:23 +03:00
Casey
6b3c48e067
Added proper README
2022-09-23 19:28:08 +03:00
Casey
01a384161c
Changed some filters
2022-08-30 21:20:15 +03:00
Casey
26c23643c8
Fixed filter type guessing
2022-08-30 16:34:48 +03:00
Casey
7c2760783b
Ignore case in tags and removed debug print
2022-08-30 15:54:05 +03:00
Casey
0274bbe186
Various filter fixes
2022-08-29 17:17:57 +03:00
Casey
f048cf07a9
FILTERS!!! AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
2022-08-29 10:28:51 +03:00
Casey
bba6168f2b
Added a all other filters
2022-08-28 01:05:14 +03:00
Casey
d19a3d2005
Added mention filter
2022-08-27 16:16:36 +03:00
Casey
4d7a9be45f
Added combined filter
2022-08-27 15:47:51 +03:00
Casey
ae8a1ddf34
The Beginning Of Filters
...
Also Flake8 cleanup and other stuff
2022-08-27 14:27:42 +03:00