Implemented max message ID per request customization, also added ii-doc.txt
This commit is contained in:
@@ -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): ###
|
||||
|
||||
|
||||
Reference in New Issue
Block a user