Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-17 | check-certificates: add symbol in notification | 1 | -0/+1 | ||
2020-07-17 | global-functions: $ScriptInstallUpdate: add symbol in notification | 1 | -1/+4 | ||
2020-07-17 | cloud-backup: add symbol in notification | 1 | -0/+1 | ||
2020-07-17 | global-functions: introduce and use $SymbolForNotificationchange-24 | 1 | -1/+14 | ||
2020-07-17 | global-functions: introduce $SymbolByUnicodeName | 1 | -0/+16 | ||
2020-07-16 | global-functions: $DeviceInfo: use $IfThenElse | 1 | -31/+21 | ||
2020-07-16 | global-functions: introduce $IfThenElse | 1 | -0/+9 | ||
2020-07-15 | add 'log-forward', drop 'early-errors'change-23 | 1 | -1/+1 | ||
2020-07-14 | global-functions: $ScriptInstallUpdate: update wording for notification | 1 | -1/+1 | ||
2020-07-14 | global-config: dropped $ScriptUpdatesIgnore, use ignore flag in commentchange-22 | 1 | -5/+13 | ||
2020-07-14 | notify about auto patch updates in check-routeros-updatechange-21 | 1 | -1/+1 | ||
2020-07-14 | notify about hooks in netwatch-notifychange-20 | 1 | -1/+1 | ||
2020-07-14 | notify about options in script commentschange-19 | 1 | -1/+1 | ||
2020-07-14 | notify about $IPCalcchange-18 | 1 | -1/+1 | ||
2020-07-14 | notify about early-errorschange-17 | 1 | -1/+1 | ||
2020-07-14 | global-functions: $MailServerIsUp: do immediate check | 1 | -1/+9 | ||
2020-07-14 | global-functions: $DNSIsResolving: try a domain that is unlikely to be cached | 1 | -1/+3 | ||
2020-07-07 | global-functions: add $VersionToNum | 1 | -0/+30 | ||
2020-07-02 | global-functions: $ScriptInstallUpdate: get base url and suffix from comment | 1 | -2/+6 | ||
Just set 'base-url=https://example.com/...' and/or 'url-suffix=\h=branch' in comment to overwrite settings from global configuration. | |||||
2020-07-02 | global-functions: $ScriptInstallUpdate: support ignore from comment | 1 | -0/+3 | ||
Just add 'ignore' in comment... | |||||
2020-07-02 | global-functions: $ParseKeyValueStore: allow equals sign in value | 1 | -4/+2 | ||
2020-07-02 | global-functions: $ParseKeyValueStore: key without value for boolean true | 1 | -2/+6 | ||
2020-06-30 | global-functions: do not initialize $Sent* variables | 1 | -3/+0 | ||
The scripts work without initialization, removing this makes sure the value is not overwritten on global functions reload. | |||||
2020-06-30 | global-functions: $GetRandomNumber: limit at 2^32-1 | 1 | -1/+1 | ||
2020-06-29 | global-functions: $GetRandomNumber: return 32bit number without limit | 1 | -1/+4 | ||
2020-06-23 | global-functions: add $IPCalc | 1 | -0/+17 | ||
[admin@MikroTik] > $IPCalc 192.168.88.188/20 Address: 192.168.88.188 Netmask: 255.255.240.0 Network: 192.168.80.0/20 HostMin: 192.168.80.1 HostMax: 192.168.95.254 Broadcast: 192.168.95.255 | |||||
2020-06-19 | explicitly name the license | 1 | -0/+1 | ||
Copyright (C) 2013-2020 Christian Hesse <mail@eworm.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. https://www.gnu.org/licenses/#GPL https://www.gnu.org/licenses/gpl.html https://www.gnu.org/licenses/gpl.md | |||||
2020-06-18 | global-functions: $GetRandomNumber: use $GetRandomSha256 | 1 | -6/+12 | ||
2020-06-18 | global-functions: rename $GetRandom -> $GetRandomNumber | 1 | -4/+4 | ||
2020-06-18 | global-functions: add $GetRandomSha256 | 1 | -0/+12 | ||
2020-05-26 | global-functions: add $WaitFullyConnected | 1 | -0/+12 | ||
2020-05-26 | global-functions: add $WaitDNSResolving | 1 | -0/+10 | ||
2020-05-26 | global-functions: add $DNSIsResolving | 1 | -0/+11 | ||
2020-05-17 | global-functions: $WaitTimeSync: replace comment with debug output | 1 | -1/+2 | ||
2020-05-17 | global-functions: $DownloadPackage: replace comment with debug output | 1 | -1/+1 | ||
2020-05-15 | global-functions: $MailServerIsUp: handle resolve errors | 1 | -1/+6 | ||
2020-05-15 | global-functions: $MailServerIsUp: remove duplicate define | 1 | -1/+0 | ||
2020-05-15 | global-functions: $MailServerIsUp: use prepared value | 1 | -1/+1 | ||
2020-05-15 | global-functions: $WaitTimeSync: run rotate-ntp less frequently | 1 | -1/+1 | ||
2020-05-13 | global-functions: $WaitTimeSync: failing rotate-ntp is not fatal | 1 | -1/+5 | ||
Resolving ntp servers fais if internet connectivity is not established. So this is not fatal, we want to catch error and fall through, then continue. | |||||
2020-05-04 | global-functions: $ScriptInstallUpdate: log when reloading code | 1 | -0/+2 | ||
2020-05-04 | global-functions: $DownloadPackage: support downloading bundle | 1 | -1/+1 | ||
2020-04-24 | global-functions: $CertificateNameByCN: replace apostrophe | 1 | -1/+2 | ||
2020-04-22 | global-functions: add $WaitDefaultRouteReachable | 1 | -0/+10 | ||
2020-04-22 | global-functions: add $DefaultRouteIsReachable | 1 | -0/+9 | ||
2020-04-22 | global-functions: $TimeIsSync: unbreak with bundled ntp client | 1 | -3/+10 | ||
2020-04-07 | global-functions: $DownloadPackage: do not re-download | 1 | -0/+5 | ||
2020-04-03 | global-functions: $SendTelegram: use $LogPrintExit | 1 | -1/+1 | ||
2020-04-03 | global-functions: $SendEMail: use $LogPrintExit | 1 | -1/+3 | ||
2020-04-03 | global-functions: $ScriptFromTerminal: use $LogPrintExit | 1 | -1/+4 | ||
2020-04-03 | global-functions: $MailServerIsUp: use $LogPrintExit | 1 | -1/+3 | ||
2020-04-03 | global-functions: $CertificateDownload: use $LogPrintExit | 1 | -3/+4 | ||
2020-04-03 | global-functions: $CertificateAvailable: use $LogPrintExit | 1 | -3/+6 | ||
2020-04-03 | global-functions: $SendTelegram: check status of certificate download | 1 | -2/+5 | ||
2020-04-03 | global-functions: $GetMacVendor: check status of certificate download | 1 | -3/+5 | ||
2020-04-03 | global-functions: $DownloadPackage: check status of certificate download | 1 | -1/+4 | ||
2020-04-03 | global-functions: $Certificate{Available,Download}: return and check status | 1 | -2/+9 | ||
2020-04-01 | global-functions: $ScriptInstallUpdate: log and print changes | 1 | -0/+2 | ||
2020-03-31 | global-functions: $SendTelegram: always return a value | 1 | -1/+1 | ||
... overwise it opens a prompt "value:". | |||||
2020-03-31 | global-functions: $SendEMail: always return a value | 1 | -1/+1 | ||
... overwise it opens a prompt "value:". | |||||
2020-03-31 | global-functions: $ScriptInstallUpdate: ignore empty scripts | 1 | -1/+1 | ||
Now that script-updates is gone we support installing new scripts with $ScriptInstallUpdate only. | |||||
2020-03-27 | ask for GitHub and GitLab starschange-16 | 1 | -1/+1 | ||
2020-03-27 | Notify about new documentation!change-15 | 1 | -1/+1 | ||
2020-03-27 | link global-{config,config-overlay,functions} to main README | 1 | -0/+1 | ||
2020-03-23 | completely replace script-updates with $ScriptInstallUpdatechange-14 | 1 | -3/+133 | ||
2020-03-20 | global-functions: introduce $MkDir | 1 | -0/+18 | ||
This is a dirty hack... RouterOS does not support creating directories, so we mis-use http server and fetch tool. | |||||
2020-03-12 | add script 'global-wait' | 1 | -0/+4 | ||
Run this in schedulers that fire on startup without interval. Schedulers should look something like this: / system scheduler { add name=global-scripts on-event="/ system script { run global-config; run global-config-overlay; run global-functions; }" start-time=startup; add name=bridge-port-to-default on-event="/ system script { run global-wait; run bridge-port-to-default; }" start-time=startup; } | |||||
2020-03-09 | global-functions: $DeviceInfo: more indention | 1 | -5/+5 | ||
2020-03-05 | global-functions: $SendEMail: invert condition | 1 | -11/+13 | ||
2020-03-05 | global-functions: $SendTelegram: invert condition | 1 | -10/+12 | ||
2020-03-05 | global-functions: $SendTelegram: allow to override chatid | 1 | -2/+8 | ||
This allows to send Telegram messages to different contact or group. Use something like this: /system scheduler add name=netwatch-notify interval=1m start-time=startup \ on-event=":global TelegramChatIdOverride \"-1234\"; / system script run netwatch-notify; :set TelegramChatIdOverride;" | |||||
2020-03-05 | always use severity 'warning', not just 'warn' | 1 | -2/+2 | ||
2020-03-05 | global-functions: $LogPrintExit: add debugging option | 1 | -7/+12 | ||
2020-03-03 | bridge-port-to-default: use $ParseKeyValueStore...change-13 | 1 | -1/+1 | ||
... and unbreak last commit removing delay (69352c90). This requires a change in configuration syntax. Change this... comment="default:br-local, alt:br-guest" to... comment="default=br-local, alt=br-guest" | |||||
2020-02-28 | global-functions: sort alphabetically | 1 | -281/+280 | ||
2020-02-27 | global-functions: $ScriptLock: use $LogPrintExit | 1 | -2/+3 | ||
2020-02-26 | global-functions: merge $LogAnd{Error,Put} to $LogPrintExit ... | 1 | -16/+17 | ||
... and fix logging. Logging with severity from variable (:log $severity ...) is not possible, this is considered a syntax error. Also the 'workaround' with parsing code failed with missing message in log. The reliable code is a lot longer, so merge the two functions to save a lot of duplicate code. | |||||
2020-02-26 | global-functions: introduce $LogAndPut | 1 | -0/+10 | ||
2020-02-26 | global-functions: $LogAndError: add severity | 1 | -3/+4 | ||
2020-02-24 | global-functions: introduce $LogAndError | 1 | -0/+9 | ||
2020-02-24 | global-functions: $WaitTimeSync: rotate ntp servers minutely | 1 | -0/+4 | ||
Signed-off-by: Christian Hesse <mail@eworm.de> | |||||
2020-02-24 | global-functions: introduce $WaitTimeSync | 1 | -0/+10 | ||
2020-02-24 | global-functions: introduce $TimeIsSync | 1 | -0/+16 | ||
2020-02-24 | global-functions: introduce $MailServerIsUp | 1 | -0/+22 | ||
2020-02-06 | global-functions: introduce and use $CertificateNameByCN | 1 | -2/+13 | ||
2020-02-04 | global-config: drop $ScriptUpdatesConfigChangesIgnorechange-12 | 1 | -1/+1 | ||
Comment or remove $GlobalConfigVersion in global-config-overlay to disable change notifications. | |||||
2020-02-03 | global-functions: $CharacterReplace: do not limit string length | 1 | -2/+1 | ||
I've tried something like this to update a device: / system script set source=[ $CharacterReplace [ get global-config-overlay source ] "GlobalConfigVersion 10" "GlobalConfigVersion 11" ] global-config-overlay; This broke with global-config-overlay longer than 999 characters. So makes sure there is no limit for string length. | |||||
2020-02-02 | global-functions: $CertificateAvailable: simplify loop | 1 | -4/+4 | ||
2020-01-29 | README: update instructions to use $ScriptInstallUpdatechange-11 | 1 | -1/+1 | ||
2020-01-29 | global-functions: add $ScriptInstallUpdate | 1 | -0/+14 | ||
Just call without parameters to update scripts: [admin@MikroTik] > $InstallAndUpdate Add comma separated list of scripts to install and update: [admin@MikroTik] > $InstallAndUpdate cloud-backup[,upload-backup][,...] | |||||
2020-01-29 | global-functions: $CertificateAvailable: check whole chain | 1 | -0/+12 | ||
The root certificate is a self-signed certificate. Check for the issue certificate until we find the self-signed one. | |||||
2020-01-29 | global-functions: $CertificateAvailable: warn about crl download to flash | 1 | -0/+6 | ||
Downloading certificate crls to flash can fill up all available space. So warn about it! | |||||
2020-01-28 | global-functions: replace deprecated keep-result=no with output=none | 1 | -1/+1 | ||
2020-01-06 | global-functions: $CertificateDownload: properly name new certificates | 1 | -0/+5 | ||
2020-01-03 | global-functions: do not encode dash, dot, slash and underscore | 1 | -4/+3 | ||
2020-01-03 | global-functions: $Certificate*: add quoting around CN | 1 | -2/+2 | ||
2020-01-03 | global-functions: split $CertificateAvailable to $CertificateDownload | 1 | -17/+28 | ||
This allows to force download even if certificate is available. We need this for a clean update path with Let's Encrypt. | |||||
2020-01-01 | update copyright for 2020 | 1 | -1/+1 | ||
2019-12-10 | global-functions: define first, set later | 1 | -16/+34 | ||
2019-12-05 | global-functions: $DownloadPackage: retry on error | 1 | -12/+17 | ||