Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-04-28 | global-functions: $ScriptInstallUpdate: use $SendNotification2 | Christian Hesse | 1 | -3/+3 | |
2021-04-28 | global-functions: introduce $SendEMail2, $SendNotification2 & $SendTelegram2 | Christian Hesse | 1 | -27/+42 | |
These accept just one array as argument. Adding new features is possible without breaking the API. These calls are the same for now: $SendNotification "Subject..." "Message..."; $SendNotification2 ({ subject="Subject..."; message="Message..." }); But the latter will bring more features in future. | |||||
2021-04-28 | README: add logo | Christian Hesse | 1 | -0/+2 | |
2021-04-28 | add logo | Christian Hesse | 2 | -0/+107 | |
This should be displayed by Gitlab now... Also it is the logo we use for the Telegram group. | |||||
2021-04-27 | check-routeros-update: be verbose when run from terminal only | Christian Hesse | 1 | -1/+1 | |
2021-04-26 | global-functions: $LogPrintExit: add deprecation warning | Christian Hesse | 1 | -0/+1 | |
2021-04-26 | check-routeros-update: silence check-for-updates, but be more verbose | Christian Hesse | 1 | -1/+6 | |
2021-04-12 | update list of contributors | Christian Hesse | 1 | -0/+1 | |
2021-03-21 | global-functions: CertificateDownload: silence certificate import | Christian Hesse | 1 | -1/+1 | |
2021-03-21 | check-certificates: silence certificate import | Christian Hesse | 1 | -1/+1 | |
2021-03-21 | check-certificates: be more verbose when attempting to renew | Christian Hesse | 1 | -0/+1 | |
2021-03-17 | log-forward: use $EscapeForRegEx | Christian Hesse | 1 | -4/+4 | |
2021-03-17 | global-functions: introduce $EscapeForRegEx | Christian Hesse | 1 | -0/+23 | |
2021-03-15 | log-forward: filter e-mail error on log forwarding in script... | Christian Hesse | 2 | -4/+12 | |
... and update the filter in global configuration. | |||||
2021-03-11 | log-forward: update filter to match mail with quoted-printable encoding | Christian Hesse | 1 | -1/+1 | |
2021-03-10 | global-functions: $CertificateAvailable: use pre-test loop | Christian Hesse | 1 | -2/+2 | |
This is required to test for root CA (without intermediate) directly. | |||||
2021-03-04 | log-forward: list messages with 'black circle' | Christian Hesse | 1 | -2/+3 | |
2021-03-04 | log-forward: skip multi-repeated messages | Christian Hesse | 1 | -4/+15 | |
2021-03-04 | global-functions: $ScriptInstallUpdate: run migration unconditionally | Christian Hesse | 1 | -41/+52 | |
We want the migration to run even if the notification is disabled. | |||||
2021-03-04 | global-config-overlay: remove magic | Christian Hesse | 4 | -9/+3 | |
This allows to drop the ignore flag. | |||||
2021-03-03 | global-functions: $DNSIsResolving: have a final return | Christian Hesse | 1 | -1/+1 | |
2021-03-03 | global-functions: introduce and use $QuotedPrintable | Christian Hesse | 1 | -2/+41 | |
Some mail clients do not like unencoded utf-8 in subject... Let's encode in quoted-printable to fix. | |||||
2021-03-03 | global-functions: $UrlEncode: simplify code | Christian Hesse | 1 | -14/+15 | |
2021-02-26 | global-functions: $ValidateSyntax: add line breaks | Christian Hesse | 1 | -1/+1 | |
This makes sure the closing curly bracket is not hidden in comment. | |||||
2021-02-26 | netwatch-notify: use $ValidateSyntax | Christian Hesse | 1 | -4/+13 | |
2021-02-26 | mode-button: use $ValidateSyntax | Christian Hesse | 1 | -10/+15 | |
2021-02-26 | sms-action: use $ValidateSyntax | Christian Hesse | 1 | -5/+8 | |
2021-02-26 | global-functions: $ScriptInstallUpdate: validate syntax of changelog and ↵ | Christian Hesse | 1 | -15/+28 | |
migration code | |||||
2021-02-26 | global-functions: introduce and use $ValidateSyntax | Christian Hesse | 1 | -7/+15 | |
2021-02-26 | unattended-lte-firmware-upgrade: skip interface on missing firmware information | Christian Hesse | 1 | -14/+18 | |
2021-02-26 | unattended-lte-firmware-upgrade: be more verbose | Christian Hesse | 1 | -0/+2 | |
2021-02-26 | unattended-lte-firmware-upgrade: act on running interfaces only | Christian Hesse | 1 | -1/+1 | |
The firmware is downloaded over the air, so broadband connection is required. | |||||
2021-02-26 | doc/unattended-lte-firmware-upgrade: broadband connection is required! | Christian Hesse | 1 | -0/+4 | |
2021-02-25 | global-functions: $ScriptInstallUpdate: add syntax validation | Christian Hesse | 1 | -18/+30 | |
2021-02-25 | global-functions: $ScriptInstallUpdate: swap conditions | Christian Hesse | 1 | -4/+5 | |
2021-02-25 | global-functions: $FlushEmailQueue: fix syntax | Christian Hesse | 1 | -1/+1 | |
2021-02-25 | global-functions: $ScriptInstallUpdate: expect global-config-overlay to be ↵ | Christian Hesse | 1 | -8/+3 | |
present | |||||
2021-02-25 | global-functions: $ScriptInstallUpdate: list news with 'black circle' | Christian Hesse | 1 | -1/+4 | |
... if symbols are enabled. | |||||
2021-02-25 | let's keep next branch and document it | Christian Hesse | 1 | -0/+5 | |
2021-02-24 | global-functions: $CertificateAvailable: use $0 for $RequiredRouterOS | Christian Hesse | 1 | -1/+1 | |
2021-02-24 | update-tunnelbroker: silence fetch | Christian Hesse | 1 | -1/+1 | |
2021-02-24 | gps-track: silence fetch | Christian Hesse | 1 | -1/+1 | |
2021-02-24 | global-functions: silence fetch | Christian Hesse | 1 | -4/+4 | |
2021-02-24 | check-certificates: silence fetch | Christian Hesse | 1 | -1/+1 | |
2021-02-24 | global-functions: $GetMacVendor: improve error handling | Christian Hesse | 1 | -0/+7 | |
The API returns 404 on unknown mac vendor... We can just catch error, but not decide whether it is connection error or unknown vendor. Try without mac address - on error we have a connection issue. | |||||
2021-02-24 | certs: remove obsolote certificate "Let's Encrypt Authority X3"change-47 | Christian Hesse | 4 | -3/+5 | |
Let's Encrypt started issuing certificates from "R3" intermediate on December 2nd. All certificates should be renewed by now... | |||||
2021-02-24 | backup: notify about random delaychange-46 | Christian Hesse | 4 | -3/+4 | |
2021-02-24 | upload-backup: add configurable random delay | Christian Hesse | 2 | -2/+10 | |
2021-02-24 | email-backup: add configurable random delay | Christian Hesse | 2 | -3/+11 | |
2021-02-24 | cloud-backup: add configurable random delay | Christian Hesse | 3 | -1/+10 | |
2021-02-24 | global: use $0 for $ScriptFromTerminal | Christian Hesse | 2 | -4/+4 | |
2021-02-24 | global: use $0 for $ScriptLock | Christian Hesse | 8 | -8/+8 | |
2021-02-24 | global: give script or function name in log messages | Christian Hesse | 46 | -212/+262 | |
2021-02-24 | global-functions: $GetMacVendor: requires certificate "Cloudflare Inc ECC ↵ | Christian Hesse | 2 | -1/+167 | |
CA-3" now | |||||
2021-02-23 | global-functions: $ScriptInstallUpdate: handle migration before message | Christian Hesse | 1 | -3/+3 | |
2021-02-23 | switch default branch from master to main | Christian Hesse | 1 | -2/+2 | |
2021-02-22 | We have a Telegram group!change-45 | Christian Hesse | 5 | -3/+11 | |
2021-02-21 | README: swap stars and forks | Christian Hesse | 1 | -1/+1 | |
2021-02-21 | capsman-download-packages: give more context in output | Christian Hesse | 1 | -2/+2 | |
2021-02-21 | capsman-download-packages: complain on undefined path | Christian Hesse | 1 | -0/+4 | |
2021-02-18 | gps-track: fix syntax | Christian Hesse | 1 | -4/+3 | |
2021-02-18 | global-functions: $FlushTelegramQueue: disable web page preview | Christian Hesse | 1 | -1/+2 | |
... just as without queue. | |||||
2021-02-18 | check-routeros-update: wait to be fully connected | Christian Hesse | 1 | -0/+3 | |
2021-02-18 | check-routeros-update: give more context | Christian Hesse | 1 | -1/+1 | |
2021-02-18 | global-functions: $TimeIsSync: do not flood log... | Christian Hesse | 1 | -1/+1 | |
... when returning gracefully. | |||||
2021-02-18 | global: drop script 'global-wait'change-44 | Christian Hesse | 51 | -81/+137 | |
All scripts wait for the global functions on their own now. | |||||
2021-02-18 | global-functions: $ScriptInstallUpdate: fix change notification | Christian Hesse | 1 | -2/+3 | |
In RouterOS functions are of type 'array' with 'code' (numerical index 1) inside. Cast to string to make comparison work. Also define the function to make it available. | |||||
2021-02-18 | global-functions: $ScriptInstallUpdate: Properly escape question mark | Christian Hesse | 1 | -1/+1 | |
2021-02-18 | email-backup: no example address, complain if missing | Christian Hesse | 2 | -2/+6 | |
2021-02-18 | README: fix typo | Christian Hesse | 1 | -1/+1 | |
2021-02-18 | upload-backup: wait to be fully connected | Christian Hesse | 1 | -0/+3 | |
2021-02-18 | email-backup: wait to be fully connected | Christian Hesse | 1 | -0/+3 | |
2021-02-18 | cloud-backup: wait to be fully connected | Christian Hesse | 1 | -0/+3 | |
2021-02-16 | global-functions: $DeviceInfo: shorten text | Christian Hesse | 1 | -1/+1 | |
2021-02-16 | global-functions: drop $MailServerIsUp | Christian Hesse | 3 | -57/+0 | |
Now that we have an e-mail queue we do not care if the server is up or not. | |||||
2021-02-16 | global-functions: send (and re-send) e-mails from queuechange-43 | Christian Hesse | 4 | -12/+59 | |
2021-02-16 | global-functions: drop support for attachment in notification e-mail | Christian Hesse | 6 | -15/+12 | |
2021-02-16 | daily-psk: drop support for attaching QR-Code | Christian Hesse | 3 | -42/+6 | |
The notification contains the link. Should be sufficient, no? | |||||
2021-02-09 | global-functions: $CertificateAvailable: check chain by akid and skidrouteros-6.47 | Christian Hesse | 1 | -8/+11 | |
We can merge this when RouterOS 6.47 moves to long-term... | |||||
2021-02-03 | global-functions: $DownloadPackage: this requires Let's Encrypt "R3" now | Christian Hesse | 1 | -1/+1 | |
2021-02-03 | global-functions: $GetMacVendor: this requires Let's Encrypt "R3" now | Christian Hesse | 1 | -1/+1 | |
2021-01-22 | global-functions: $LogPrintExit: notify about colorful outputchange-42 | Christian Hesse | 4 | -3/+4 | |
2021-01-22 | global-functions: $LogPrintExit: make colorful output configurable | Christian Hesse | 2 | -0/+8 | |
2021-01-22 | global-functions: $LogPrintExit: colorful output | Christian Hesse | 1 | -2/+7 | |
2021-01-22 | global-functions: $ScriptInstallUpdate: give hint on changes | Christian Hesse | 1 | -0/+6 | |
2021-01-20 | capsman-download-packages: handle error when creating directory | Christian Hesse | 1 | -1/+4 | |
2021-01-20 | certificate-renew-issued: handle error when creating directory | Christian Hesse | 1 | -6/+9 | |
2021-01-20 | global-functions: add error handling | Christian Hesse | 1 | -5/+13 | |
2021-01-20 | global-functions: $SymbolForNotification: remove empty line | Christian Hesse | 1 | -1/+0 | |
2021-01-20 | global-functions: $WaitForFile: declare input first | Christian Hesse | 1 | -1/+3 | |
2021-01-20 | global-functions: $MkDir: clean path | Christian Hesse | 1 | -0/+3 | |
2021-01-11 | check-certificates: complete certificate renewal time | Christian Hesse | 1 | -1/+1 | |
With a modified certificate renewal time may have failed if the new certificate was not found. | |||||
2021-01-11 | check-certificates: do not renew if loosing private key | Christian Hesse | 1 | -0/+5 | |
2021-01-11 | check-certificates: show info on private key | Christian Hesse | 1 | -0/+2 | |
2021-01-04 | global-functions: introduce and use $RequiredRouterOS | Christian Hesse | 1 | -0/+21 | |
2021-01-03 | global-functions: $ScriptInstallUpdate: log error on reloading global functions | Christian Hesse | 1 | -1/+5 | |
2021-01-03 | global-functions: $ScriptInstallUpdate: log error on reloading global ↵ | Christian Hesse | 1 | -1/+5 | |
configuration | |||||
2021-01-03 | hotspot-to-wpa: always use first entry to place before | Christian Hesse | 1 | -1/+1 | |
2021-01-03 | dhcp-to-dns: always use first entry to place before | Christian Hesse | 1 | -1/+1 | |
2021-01-03 | collect-wireless-mac: always use first entry to place before | Christian Hesse | 3 | -3/+3 | |