Commit Graph

7 Commits

Author SHA1 Message Date
9f9526ea9c
src: Unclutter logs by switching some info messages to debug 2024-11-25 18:43:31 +00:00
e951fcdf83
Dockerfile: Install ca-certificates in the built container image 2024-11-25 04:08:38 +00:00
d0ac11ea89
main: Improve feed parse error handling 2024-11-25 04:06:53 +00:00
b93f921bcb
main: Increase the broadcast channel capacity 2024-11-25 04:06:01 +00:00
148d4e7e43
matrix: Panic when the message-passing channel overflows 2024-11-25 04:04:43 +00:00
50f0bcd3c7
feedreader: Handle entries with no link attribute 2024-11-25 04:03:19 +00:00
cd590b73fe
Initial code dump: matrix feedbot, aka bender
This is a rewrite of our old feedbot in rust, heavily inspired from
rek2's INN matrix bot and making use of some bits from matrix-rust-sdk

This is an asynchronous tokio-based matrix client using a stateless feed
fetcher implementation based on reqwest, it uses feed_rs for parsing RSS
and Atom feeds. State persistence is achieved using a simple file-backed
datastore with serde_yaml as a serialization format.

Published under the GNU General Public License version 3 or later.
2024-11-22 13:08:34 +00:00