Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-03-12 | telegram-chat: switch to $LogPrint | Christian Hesse | 1 | -13/+16 | |
2024-03-12 | telegram-chat: drop main function, use :do with on-error | Christian Hesse | 1 | -6/+4 | |
2024-03-12 | telegram-chat: error when making directory fails | Christian Hesse | 1 | -1/+3 | |
2024-03-12 | global-functions: $ScriptLock: do not exit from global function | Christian Hesse | 1 | -1/+3 | |
2024-03-04 | telegram-chat: move code into function | Christian Hesse | 1 | -128/+133 | |
2024-01-30 | telegram-chat: use :jobname to get script name | Christian Hesse | 1 | -1/+3 | |
2024-01-30 | telegram-chat: add (and increase) random delay on error | Christian Hesse | 1 | -0/+11 | |
Chances are that two devices schedule the script (nearly) simultaneously. Causing a lot of failures from fetch. Instead of forcing a retry on *every* invocating we add (and increase) a random delay, that is slowly decreasd on success. This should minimize failures... | |||||
2024-01-30 | telegram-chat: fix concatenation (and retry with delay) | Christian Hesse | 1 | -1/+1 | |
Ups... 😳 | |||||
2024-01-01 | update copyright for 2024 | Christian Hesse | 1 | -1/+1 | |
2023-11-22 | telegram-chat: get rid of '.txt' file extension | Christian Hesse | 1 | -3/+3 | |
2023-10-19 | telegram-chat: rework the retry logic | Christian Hesse | 1 | -3/+5 | |
... with increasing delay. | |||||
2023-10-19 | telegram-chat: log when sending notice | Christian Hesse | 1 | -0/+1 | |
2023-10-19 | telegram-chat: drop extra conversion | Christian Hesse | 1 | -1/+1 | |
2023-10-17 | telegram-chat: retry on fetch failure... | Christian Hesse | 1 | -7/+16 | |
... and exit with a warning. | |||||
2023-10-17 | telegram-chat: make messages silent... | Christian Hesse | 1 | -2/+2 | |
... at least those not indicating an error. | |||||
2023-10-16 | telegram-chat: use $ParseJson for all JSON | Christian Hesse | 1 | -2/+1 | |
2023-10-16 | telegram-chat: do not act on foreign reply... | Christian Hesse | 1 | -1/+2 | |
... even if active! | |||||
2023-10-16 | telegram-chat: rename variable | Christian Hesse | 1 | -3/+3 | |
2023-10-16 | telegram-chat: answer question mark with short noticechange-106-2 | Christian Hesse | 1 | -1/+7 | |
2023-10-16 | telegram-chat: restore indention | Christian Hesse | 1 | -25/+25 | |
2023-10-16 | telegram-chat: do not nest conditions | Christian Hesse | 1 | -3/+4 | |
2023-10-16 | telegram-chat: act on reply without delay | Christian Hesse | 1 | -4/+4 | |
2023-10-16 | telegram-chat: act on reply from selfchange-106-1 | Christian Hesse | 1 | -1/+3 | |
2023-10-16 | global-functions: make $ParseJson global | Christian Hesse | 1 | -26/+1 | |
2023-10-16 | telegram-chat: parse (one level of) JSON into array | Christian Hesse | 1 | -33/+41 | |
2023-10-16 | telegram-chat: do not cover existing variable | Christian Hesse | 1 | -3/+3 | |
2023-09-15 | telegram-chat: create status files with /file/addrouteros-7.9beta4-9 | Christian Hesse | 1 | -4/+4 | |
We have no content, thus no issues with file size. | |||||
2023-09-15 | telegram-chat: use the full command name :execute | Christian Hesse | 1 | -1/+1 | |
2023-03-07 | rename scripts and add file extension ".rsc"change-95 | Christian Hesse | 1 | -0/+150 | |
No functional change for the user... The migration is done automatically. |