Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-03-12 | global-functions: $LogPrintOnce: drop support for exit•••This is not widely adopted or used, so let's just drop it - no compatibility. | Christian Hesse | 1 | -1/+2 |
2024-03-12 | sms-forward: drop main function, use :do with on-error | Christian Hesse | 1 | -7/+5 |
2024-03-12 | global-functions: $ScriptLock: do not exit from global function | Christian Hesse | 1 | -1/+3 |
2024-03-12 | sms-forward: do not exit with error | Christian Hesse | 1 | -1/+2 |
2024-03-04 | sms-forward: move code into function | Christian Hesse | 1 | -60/+65 |
2024-01-30 | sms-forward: use :jobname to get script name | Christian Hesse | 1 | -1/+3 |
2024-01-18 | sms-forward: log warning just once | Christian Hesse | 1 | -1/+2 |
2024-01-01 | update copyright for 2024 | Christian Hesse | 1 | -1/+1 |
2023-10-17 | sms-forward: pass phone number and message to hook•••These are available as $Phone and $Message in hook. | Christian Hesse | 1 | -1/+2 |
2023-08-18 | sms-forward: drop RouterOS version dependency•••... as global-functions depend on RouterOS 7.9beta already. | Christian Hesse | 1 | -2/+0 |
2023-04-26 | sms-forward: drop workaround, add required RouterOSrouteros-7.9beta4-4 | Christian Hesse | 1 | -11/+2 |
2023-03-28 | sms-forward: check that the interface is running | Christian Hesse | 1 | -0/+4 |
2023-03-24 | sms-forward: disable workaround for ROS 7.9beta4•••The issue has been acknowledged by Mikrotik, but the cause is still unknown as the sms code did not change since RouterOS 7.6... Well, looks like the behavior changes again with RouterOS 7.9beta4, and everything works as expected again. So disable the workaround there. routeros-7.9beta4-1 | Christian Hesse | 1 | -1/+2 |
2023-03-23 | sms-forward: add workaround to fix removal of messages•••Removal of messages is broken in RouterOS 7.8: [admin@MikroTik] > /tool/sms/inbox/remove [ find ] failure: Interface not running! Of course the interface is running. Toggling the auto-erase setting fixes this until next boot. So let's add a workaround... Reported to support (SUP-110828), but not (yet) acknowledged. 🤨 routeros-7.8 | Christian Hesse | 1 | -0/+10 |
2023-03-07 | rename scripts and add file extension ".rsc"•••No functional change for the user... The migration is done automatically. change-95 | Christian Hesse | 1 | -0/+84 |