Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-03-12 | Merge branch 'no-error-on-exit' into nextrouteros-7.15beta4-1 | Christian Hesse | 57 | -80/+210 | |
2024-03-12 | global-functions: $ScriptLock: fix wording... | Christian Hesse | 1 | -1/+1 | |
... as this does (no longer) abort. | |||||
2024-03-12 | global-functions: $ScriptLock: do not exit from global function | Christian Hesse | 57 | -61/+172 | |
2024-03-12 | global-functions: $DownloadPackage: do not exit from global function | Christian Hesse | 1 | -1/+2 | |
2024-03-12 | sms-forward: do not exit with error | Christian Hesse | 1 | -1/+2 | |
2024-03-12 | packages-update: do not exit with error | Christian Hesse | 1 | -2/+4 | |
2024-03-12 | lease-script: do not exit with error | Christian Hesse | 1 | -1/+2 | |
2024-03-12 | hotspot-to-wpa: do not exit with error | Christian Hesse | 4 | -4/+8 | |
2024-03-12 | firmware-upgrade-reboot: do not exit with error | Christian Hesse | 1 | -2/+4 | |
2024-03-12 | check-routeros-update: do not exit with error | Christian Hesse | 1 | -3/+6 | |
2024-03-12 | netwatch-dns: do not exit with error | Christian Hesse | 1 | -3/+6 | |
2024-03-12 | check-health: do not exit with error | Christian Hesse | 1 | -1/+2 | |
2024-03-12 | log-forward: do not exit with error | Christian Hesse | 1 | -1/+2 | |
2024-03-12 | global-functions: use variable name $ScriptName | Christian Hesse | 1 | -2/+2 | |
2024-03-04 | Merge branch 'main-function' into next | Christian Hesse | 64 | -3433/+3751 | |
2024-03-04 | update-tunnelbroker: move code into function | Christian Hesse | 1 | -34/+39 | |
2024-03-04 | update-gre-address: move code into function | Christian Hesse | 1 | -17/+22 | |
2024-03-04 | telegram-chat: move code into function | Christian Hesse | 1 | -128/+133 | |
2024-03-04 | sms-forward: move code into function | Christian Hesse | 1 | -60/+65 | |
2024-03-04 | sms-action: move code into function | Christian Hesse | 1 | -15/+19 | |
2024-03-04 | ppp-on-up: move code into function | Christian Hesse | 1 | -16/+20 | |
2024-03-04 | packages-update: move code into function | Christian Hesse | 1 | -87/+94 | |
2024-03-04 | ospf-to-leds: move code into function | Christian Hesse | 1 | -21/+26 | |
2024-03-04 | netwatch-notify: move code into function | Christian Hesse | 1 | -165/+170 | |
2024-03-04 | netwatch-dns: move code into function | Christian Hesse | 1 | -85/+90 | |
2024-03-04 | mode-button: move code into function | Christian Hesse | 1 | -45/+50 | |
2024-03-04 | log-forward: move code into function | Christian Hesse | 1 | -70/+75 | |
2024-03-04 | lease-script: move code into function | Christian Hesse | 1 | -31/+40 | |
2024-03-04 | ipv6-update: move code into function | Christian Hesse | 1 | -51/+55 | |
2024-03-04 | ipsec-to-dns: move code into function | Christian Hesse | 1 | -49/+54 | |
2024-03-04 | hotspot-to-wpa: move code into function | Christian Hesse | 4 | -276/+292 | |
2024-03-04 | hotspot-to-wpa-cleanup: move code into function | Christian Hesse | 4 | -180/+200 | |
2024-03-04 | gps-track: move code into function | Christian Hesse | 1 | -30/+35 | |
2024-03-04 | fw-addr-lists: move code into function | Christian Hesse | 1 | -112/+117 | |
2024-03-04 | firmware-upgrade-reboot: move code into function | Christian Hesse | 1 | -32/+37 | |
2024-03-04 | dhcp-to-dns: move code into function | Christian Hesse | 1 | -88/+93 | |
2024-03-04 | dhcp-lease-comment: move code into function | Christian Hesse | 5 | -76/+101 | |
2024-03-04 | daily-psk: move code into function | Christian Hesse | 5 | -310/+335 | |
2024-03-04 | collect-wireless-mac: move code into function | Christian Hesse | 5 | -331/+356 | |
2024-03-04 | check-routeros-update: move code into function | Christian Hesse | 1 | -118/+122 | |
2024-03-04 | check-lte-firmware-upgrade: move code into function | Christian Hesse | 1 | -68/+73 | |
2024-03-04 | check-health: move code into function | Christian Hesse | 1 | -139/+144 | |
2024-03-04 | check-certificates: move code into function | Christian Hesse | 1 | -154/+159 | |
2024-03-04 | certificate-renew-issued: move code into function | Christian Hesse | 1 | -23/+28 | |
2024-03-04 | capsman-rolling-upgrade: move code into function | Christian Hesse | 4 | -83/+103 | |
2024-03-04 | capsman-download-packages: move code into function | Christian Hesse | 4 | -191/+211 | |
2024-03-04 | backup-upload: move code into function | Christian Hesse | 1 | -122/+127 | |
2024-03-04 | backup-partition: move code into function | Christian Hesse | 1 | -25/+30 | |
2024-03-04 | backup-email: move code into function | Christian Hesse | 1 | -88/+93 | |
2024-03-04 | backup-cloud: move code into function | Christian Hesse | 1 | -46/+51 | |
2024-03-04 | accesslist-duplicates: move code into function | Christian Hesse | 5 | -67/+92 | |
2024-03-03 | netwatch-notify: check one after another | Christian Hesse | 1 | -2/+5 | |
This can bring an extra delay, but saves a check in most cases. | |||||
2024-03-02 | netwatch-notify: handle IPv6 / AAAA resolving | Christian Hesse | 1 | -1/+3 | |
2024-03-01 | netwatch-notify: (mis-)use firewall address-list for lookup... | Christian Hesse | 2 | -13/+7 | |
... and drop the racy code querying dns cache. ๐ | |||||
2024-02-29 | Merge branch 'fw-addr-lists' into next | Christian Hesse | 4 | -16/+80 | |
2024-02-29 | fw-addr-lists: add support for IPv6change-119 | Christian Hesse | 4 | -4/+68 | |
2024-02-29 | fw-addr-lists: rename variable | Christian Hesse | 1 | -11/+11 | |
2024-02-29 | fw-addr-lists: update wording | Christian Hesse | 1 | -3/+3 | |
2024-02-29 | fw-addr-lists: get timeout from loop | Christian Hesse | 1 | -3/+3 | |
2024-02-29 | Merge branch 'netwatch-notify' into next | Christian Hesse | 2 | -10/+38 | |
2024-02-28 | netwatch-notify: handle CNAME to multiple records | Christian Hesse | 2 | -3/+12 | |
2024-02-28 | netwatch-notify: move check in DNS cache to local function | Christian Hesse | 1 | -2/+14 | |
2024-02-28 | netwatch-notify: try another workaround | Christian Hesse | 1 | -4/+2 | |
The last one did not make it... Perhaps the cache just needs a moment to settle? | |||||
2024-02-28 | netwatch-notify: work around race condition | Christian Hesse | 1 | -8/+12 | |
This used to crash every now and then with: > script;error script error: no such item (4) I guess this is caused by querying the dns cache just exactly when a record expires. The chance is maximized: The script is started by scheduler every minute, and the record's ttl is a multiple of a minute. Let's query records that are not about to expire immediately, and try again. | |||||
2024-02-28 | netwatch-notify: restore the check ๐ฅด | Christian Hesse | 1 | -1/+2 | |
This reverts commit 28da1da49e275fef6089a103edf6c158bbff317f. Chances are that we have to resolve a CNAME, that does not match when querying the cache. How to handle CNAME do multiple A records? ๐คจ | |||||
2024-02-28 | netwatch-notify: simplify the check | Christian Hesse | 1 | -2/+1 | |
2024-02-28 | netwatch-notify: ... and switch state to "unknown" on host update | Christian Hesse | 1 | -0/+1 | |
2024-02-28 | netwatch-notify: handle status "down" in its own condition... | Christian Hesse | 1 | -1/+4 | |
... instead of else-branch. This makes sure to skip hosts that just became "unknown". (Possible soon!) | |||||
2024-02-28 | netwatch-notify: use logical operator, no literal "and" | Christian Hesse | 1 | -1/+1 | |
Just like we do everywhere else. | |||||
2024-02-28 | doc/netwatch-notify: update for multiple records | Christian Hesse | 1 | -3/+3 | |
2024-02-19 | netwatch-notify: do not update with record in cache | Christian Hesse | 1 | -1/+2 | |
Using `:resolve` we have just one address, but chances are several records do exist. These end up in cache, so we are happy to find them there - no need to update then. | |||||
2024-02-08 | doc/unattended-lte-firmware-upgrade: more devices supported... | Christian Hesse | 1 | -0/+1 | |
2024-02-08 | unattended-lte-firmware-upgrade: add error handling | Christian Hesse | 1 | -7/+11 | |
2024-02-08 | check-lte-firmware-upgrade: give more detailed infos on modem | Christian Hesse | 1 | -2/+4 | |
2024-02-02 | introduce BRANCHES info | Christian Hesse | 1 | -0/+43 | |
2024-02-02 | doc/backup-partition: add warning about RouterOS version | Christian Hesse | 1 | -0/+4 | |
2024-02-02 | backup-partition: make sure to remove the scheduler on failure | Christian Hesse | 1 | -0/+1 | |
2024-02-02 | backup-partition: get the actual real name... | Christian Hesse | 1 | -4/+4 | |
... to prevent confusion after restore. | |||||
2024-02-02 | backup-partition: add a scheduler in backup... | Christian Hesse | 2 | -0/+9 | |
... that logs a warning when backup is booted. | |||||
2024-02-02 | backup-partition: use plain variable for name | Christian Hesse | 1 | -4/+4 | |
2024-02-01 | INITIAL-COMMANDS: link initial commands above | Christian Hesse | 1 | -4/+5 | |
2024-01-31 | packages-update: schedule reboot at pre-calculated time | Christian Hesse | 2 | -6/+9 | |
2024-01-31 | packages-update: move output and logging to local function... | Christian Hesse | 1 | -6/+7 | |
... and pass script name for clean logging. | |||||
2024-01-31 | packages-update: prepare message and mention time zone | Christian Hesse | 1 | -2/+4 | |
2024-01-31 | backup-upload: use $CleanName | Christian Hesse | 1 | -2/+2 | |
2024-01-31 | backup-email: use $CleanName | Christian Hesse | 1 | -2/+2 | |
2024-01-31 | dhcp-to-dns: use $CleanName | Christian Hesse | 1 | -3/+3 | |
2024-01-31 | global-functions: $CertificateNameByCN: use $CleanName | Christian Hesse | 1 | -3/+2 | |
2024-01-31 | global-functions: introduce $CleanName | Christian Hesse | 1 | -0/+19 | |
2024-01-31 | global-functions: $MkDir: drop declaration of unused functions | Christian Hesse | 1 | -2/+0 | |
2024-01-31 | global-functions: $IsDNSResolving: drop declaration of unused function | Christian Hesse | 1 | -2/+0 | |
2024-01-30 | check-certificates: always quote the certificate name | Christian Hesse | 1 | -7/+7 | |
2024-01-30 | global-functions: $ScriptInstallUpdate: warn just once... | Christian Hesse | 1 | -1/+2 | |
... for every script on required RouterOS version. | |||||
2024-01-30 | log-forward: use $MAX | Christian Hesse | 1 | -3/+2 | |
2024-01-30 | Merge branch 'jobname' into nextrouteros-7.12-3 | Christian Hesse | 66 | -68/+159 | |
2024-01-30 | update-tunnelbroker: use :jobname to get script name | Christian Hesse | 1 | -1/+2 | |
2024-01-30 | update-gre-address: use :jobname to get script name | Christian Hesse | 1 | -1/+3 | |
2024-01-30 | telegram-chat: use :jobname to get script name | Christian Hesse | 1 | -1/+3 | |
2024-01-30 | sms-forward: use :jobname to get script name | Christian Hesse | 1 | -1/+3 | |
2024-01-30 | sms-action: use :jobname to get script name | Christian Hesse | 1 | -1/+3 | |