Commit Graph

13 Commits

Author SHA1 Message Date
Damir Jelić
64a3fb0a48 chore: Fix a bunch of typos 2022-09-28 16:40:06 +02:00
Christian Paul
2883df45c0 Update pantalaimon.8.md: it's own -> its own 2022-09-05 11:16:42 +02:00
Damir Jelić
eabd5f5b51 pantalaimon: Add a config option to drop old room keys
This patch adds a config option that enables a mode wher a proxy will
only keep the latest room key from a sender in a certain room. This is
useful for bots that use pantalaimon since they are mostly only
interested in the latest messages and don't care about room history.
2021-05-28 14:29:45 +02:00
mawalu
1219ddfc48
Use correct homeserver URL in example description 2020-10-17 10:39:34 +02:00
NotAFile
f3107e2d6b string fixups 2020-01-31 23:05:47 +01:00
Damir Jelić
3a4dc0b739 man: Rebuild the mardown man page for pantalaimon.8. 2019-10-18 13:34:02 +02:00
Damir Jelić
3b94354f3c man: Document the data-path command.
This fixes #27.
2019-10-18 13:30:30 +02:00
Damir Jelić
e766b1ae4b config: Make the delay between room history fetching configurable. 2019-06-18 16:30:38 +02:00
Damir Jelić
f5ffd69a79 config: Make the batch size for room history fetching configurable. 2019-06-17 16:59:54 +02:00
Damir Jelić
0940b67eb8 pantalaimon: Add the ability to index only encrypted rooms.
Since some public rooms can be quite large downloading the room history
for such rooms can be quite resource intensive.

Replicating the whole room history locally for such rooms might be
undesirable. This patch adds the ability to only download room history
and index messages for encrypted rooms.

Do note that the search API supports searching in multiple rooms, thus
if the indexing is restricted to encrypted rooms a search across
multiple rooms will need to make a search request to the server as well
as a local search. This mode is currently unsupported.
2019-06-17 15:23:06 +02:00
Damir Jelić
83f62b0378 config: Make additional Homeserver requests for the search endpoint optional. 2019-06-17 12:26:38 +02:00
Damir Jelić
9444e540df man: Move the man folder under the docs folder. 2019-05-25 12:47:53 +02:00
Matthew Hodgson
4d268f639a add pan GIF 2019-05-24 21:28:43 +01:00