Commit graph

33 commits

Author SHA1 Message Date
1890f14f9e Implement support for multiple filters
Allows for adding more filters so regex or searching by thread number
will be much easier
2024-09-24 00:58:53 +02:00
18cc3e730c Refactored that horrible abomination of a code
I don't do drugs but I must have or something, otherwise that is just
unexplainable, I'm sorry if you had to see that, I really am
2024-09-24 00:53:47 +02:00
8d61968dc9 Make filters take the whole thread to be more flexible 2024-09-24 00:28:04 +02:00
817790cfb4 Fix repl-main, add bunch of TODOs 2024-09-24 00:26:28 +02:00
5178ab7366 Improve make-filters function 2024-09-19 16:57:48 +02:00
ee3ad0a6e9 Initial filter implementation attempt 2024-09-13 21:18:23 +02:00
3555891000 Fix forgotten hardcode 2024-09-10 20:32:01 +02:00
389a3fa9ef Make self link Compliant, add config option to specify homepage for feed 2024-09-10 20:28:52 +02:00
9a96deccb9 Add option to specify custom filename for feed 2024-09-10 19:59:29 +02:00
e871d1a6c4 Refactor config utils into it's own file and namespace
Everything /seems/ to be working
2024-09-10 17:16:04 +02:00
20752a3b1c Use last_modified as part of item GUID to fix notification failures 2024-09-10 16:56:41 +02:00
62f62a967f Finish making config URLs more flexible 2024-09-10 16:34:31 +02:00
4c5ad1e923 Version bumps 2024-09-08 02:37:08 +02:00
6c825bcaaa Emergency bugfix for wrong URL generation 2024-08-27 14:24:09 +02:00
afdeca4e37 Separate `target to additional host` field
So that we could actually generate proper urls
2024-08-22 02:55:21 +02:00
376245c650 The versions really need to be unified in one place 2024-08-20 22:46:20 +02:00
8224eab460 Fix wrong URL for dying threads and refactor cache format 2024-08-20 22:43:57 +02:00
a5d7d58a25 SYNC commit 2024-08-15 20:46:17 +02:00
84b3e11b8e Implement repeat=paranoid 2024-08-15 17:29:56 +02:00
2266ecae35 Final version bumps and todos
Ready for release
2024-08-13 17:45:31 +02:00
8a7981c27a Implement multiboard and lazyloading as result, added todos
And shitton of them
2024-07-30 02:55:15 +02:00
98a58ca1c3 Fix unwanted case sensitivity as noted in #9
fixes: #9
2024-07-28 18:39:32 +02:00
693c47d465 Bump copyrights, sync 2024-02-03 08:51:18 +01:00
43a9781893 Refactor generic functions to separate utils namespace, finaly bump version 2024-01-05 01:45:41 +01:00
2046750fb2 Fix bug where incorrect time was appended to GUID on param repeat=true 2023-12-28 14:39:27 +01:00
7d1e5d9996 When requested ChoD is lower than permitted, use minimal no default as per #2 2023-12-28 10:02:10 +01:00
5d98da52e5 Added redirect on no params request 2023-12-24 02:41:53 +01:00
6df7eedc78 Fixed sorting of threads by ChoD 2023-12-24 02:09:59 +01:00
ed9875c54e Fix Bug where nondefault chod would error 2023-12-24 01:21:02 +01:00
f36f5be5d0 Make HTTP handler return feed and catch basic errors 2023-12-24 00:20:52 +01:00
2173d6f7fa Bugfix update-only-guid and refactor global un-unified access 2023-12-24 00:20:11 +01:00
45d7c671c7 Basic Feed generation now working 2023-12-23 03:24:38 +01:00
51345db93f Added thread filtering according to ChoD 2023-12-23 02:19:29 +01:00