Implemented max message ID per request customization, also added ii-doc.txt

This commit is contained in:
Luxferre
2024-10-25 10:19:12 +03:00
parent ca880cef64
commit 76143e66b0
3 changed files with 152 additions and 12 deletions
+11 -3
View File
@@ -62,9 +62,17 @@ Fetching is supported for the following station URL schemes and protocols:
If the station_url parameter is empty or no parameters are passed at all,
tiifetch.tcl will look for a file called stations.txt that lists (each on a
new line) all the station URLs to sync from. Messages from all listed stations
will be merged into the same echo conference database. You can comment out a
station to temporarily stop fetching from it by prepending the # sign.
new line) all the station URLs to sync from and the amount of IDs that can
be fetched from a particular station with a single GET request (this amount
can be 12 or more):
https://url1 389
gemini://url2 24
http://url3 12
Messages from all listed stations will be merged into the same echo database.
You also can comment out a station to temporarily stop fetching from it by
prepending the # sign.
### Viewing the messages from CLI (tiiview.tcl): ###