Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-02-14 | telegram-chat: log command with failed syntax validation | 1 | -0/+1 | |
2023-02-14 | telegram-chat: never decrease the local offset | 1 | -1/+1 | |
2023-02-14 | telegram-chat: add debug message for handled updates | 1 | -0/+2 | |
2023-02-14 | telegram-chat: add updateid in log messages | 1 | -3/+4 | |
2023-02-07 | telegram-chat: use complete property name | 1 | -1/+1 | |
2023-02-04 | telegram-chat: handle exceeded file read size | 1 | -1/+2 | |
2023-02-03 | telegram-chat: no need to :put ...•••... a simple change to root dir is sufficient. | 1 | -2/+2 | |
2023-02-03 | telegram-chat: log with severity debug only...•••... as failed request are quite common. | 1 | -1/+1 | |
2023-02-03 | telegram-chat: delay confirmation of updates•••Several devices can communicate with the same bot, and we want all of them to receive their updates. However this can be tricky, as... * ... sometimes internet connection can be unreliable or saturated. * ... device can be busy with long running command. * ... the Telegram bot api servers seem to implement what ever kind of rate limiting. Anybody can give details? So let's confirm the update id after third request only. 😁 This gives delayed devices some extra chances to catch up. | 1 | -6/+8 | |
2023-02-03 | telegram-chat: log warning only when trying to activate | 1 | -2/+5 | |
2023-02-03 | telegram-chat: handle missing username | 1 | -1/+3 | |
2023-02-02 | telegram-chat: discard messages without text | 1 | -1/+1 | |
2023-02-02 | telegram-chat: allow to modify the time to wait for command•••For now this is a hidden settings... Do we want this to be documented? | 1 | -1/+3 | |
2023-02-02 | global-functions: $WaitForFile: use delay instead of iterations | 1 | -1/+1 | |
2023-02-02 | telegram-chat: reply with a hint when untrusted...•••... but only when activating via identity. | 1 | -1/+6 | |
2023-02-02 | telegram-chat: always reply to origin chat | 1 | -2/+3 | |
2023-02-01 | telegram-chat: modify text if no output available | 1 | -1/+2 | |
2023-02-01 | telegram-chat: also give a hint on failed syntax validation•••... and drop the warning in log instead. | 1 | -1/+3 | |
2023-02-01 | telegram-chat: ... and give a hint on failure | 1 | -1/+4 | |
2023-02-01 | telegram-chat: handle error in command... | 1 | -1/+2 | |
2023-02-01 | telegram-chat: give a hint if command is still running | 1 | -2/+3 | |
2023-01-31 | introduce telegram-chat•••Druvis from Mikrotik produced a video "MikroTik Telegram bot - Chat with your Router?". He shows his script to chat with a Router via Telegram bot to send it commands: https://youtu.be/KLX6j3sLRIE This script is kind of limited and has several issues... 🥴 Let's make it robust, usable, multi-device capable and just fun! 😁 (Sadly Mikrotik has a policy to not allow links in Youtube comments. Thus my comment with several hints was removed immediately. If anybody is in contact with Druvis... Please tell him about this script!) change-90 | 1 | -0/+120 |