Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-04-28 | global-functions: $SendTelegram2: support overriding token id and chat id | 1 | -7/+7 | |
2021-04-28 | global-functions: $SendTelegram2: store token id in queue | 1 | -4/+3 | |
2021-04-28 | global-functions: $SendEMail2: support overriding to and cc | 1 | -2/+8 | |
2021-04-28 | global-functions: introduce $EitherOr | 1 | -0/+11 | |
2021-04-28 | upload-backup: use $SendNotification2 | 1 | -5/+5 | |
2021-04-28 | sms-forward: use $SendNotification2 | 1 | -4/+4 | |
2021-04-28 | netwatch-notify: use $SendNotification2 | 1 | -6/+6 | |
2021-04-28 | log-forward: use $SendNotification2 | 1 | -6/+6 | |
2021-04-28 | daily-psk: use $SendNotification2 | 3 | -12/+12 | |
2021-04-28 | collect-wireless-mac: use $SendNotification2 | 3 | -12/+12 | |
2021-04-28 | cloud-backup: use $SendNotification2 | 1 | -6/+6 | |
2021-04-28 | check-routeros-update: use $SendNotification2 | 1 | -16/+16 | |
2021-04-28 | check-lte-firmware-upgrade: use $SendNotification2 | 1 | -7/+7 | |
2021-04-28 | check-health: use $SendNotification2 | 1 | -14/+14 | |
2021-04-28 | check-certificates: use $SendNotification2 | 1 | -7/+7 | |
2021-04-28 | global-functions: $ScriptInstallUpdate: use $SendNotification2 | 1 | -3/+3 | |
2021-04-28 | global-functions: introduce $SendEMail2, $SendNotification2 & $SendTelegram2•••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. | 1 | -27/+42 | |
2021-04-28 | README: add logo | 1 | -0/+2 | |
2021-04-28 | add logo•••This should be displayed by Gitlab now... Also it is the logo we use for the Telegram group. | 2 | -0/+107 | |
2021-04-27 | check-routeros-update: be verbose when run from terminal only | 1 | -1/+1 | |
2021-04-26 | global-functions: $LogPrintExit: add deprecation warning | 1 | -0/+1 | |
2021-04-26 | check-routeros-update: silence check-for-updates, but be more verbose | 1 | -1/+6 | |
2021-04-12 | update list of contributors | 1 | -0/+1 | |
2021-03-21 | global-functions: CertificateDownload: silence certificate import | 1 | -1/+1 | |
2021-03-21 | check-certificates: silence certificate import | 1 | -1/+1 | |
2021-03-21 | check-certificates: be more verbose when attempting to renew | 1 | -0/+1 | |
2021-03-17 | log-forward: use $EscapeForRegEx | 1 | -4/+4 | |
2021-03-17 | global-functions: introduce $EscapeForRegEx | 1 | -0/+23 | |
2021-03-15 | log-forward: filter e-mail error on log forwarding in script...•••... and update the filter in global configuration. | 2 | -4/+12 | |
2021-03-11 | log-forward: update filter to match mail with quoted-printable encoding | 1 | -1/+1 | |
2021-03-10 | global-functions: $CertificateAvailable: use pre-test loop•••This is required to test for root CA (without intermediate) directly. | 1 | -2/+2 | |
2021-03-04 | log-forward: list messages with 'black circle' | 1 | -2/+3 | |
2021-03-04 | log-forward: skip multi-repeated messages | 1 | -4/+15 | |
2021-03-04 | global-functions: $ScriptInstallUpdate: run migration unconditionally•••We want the migration to run even if the notification is disabled. | 1 | -41/+52 | |
2021-03-04 | global-config-overlay: remove magic•••This allows to drop the ignore flag. | 4 | -9/+3 | |
2021-03-03 | global-functions: $DNSIsResolving: have a final return | 1 | -1/+1 | |
2021-03-03 | global-functions: introduce and use $QuotedPrintable•••Some mail clients do not like unencoded utf-8 in subject... Let's encode in quoted-printable to fix. | 1 | -2/+41 | |
2021-03-03 | global-functions: $UrlEncode: simplify code | 1 | -14/+15 | |
2021-02-26 | global-functions: $ValidateSyntax: add line breaks•••This makes sure the closing curly bracket is not hidden in comment. | 1 | -1/+1 | |
2021-02-26 | netwatch-notify: use $ValidateSyntax | 1 | -4/+13 | |
2021-02-26 | mode-button: use $ValidateSyntax | 1 | -10/+15 | |
2021-02-26 | sms-action: use $ValidateSyntax | 1 | -5/+8 | |
2021-02-26 | global-functions: $ScriptInstallUpdate: validate syntax of changelog and migr... | 1 | -15/+28 | |
2021-02-26 | global-functions: introduce and use $ValidateSyntax | 1 | -7/+15 | |
2021-02-26 | unattended-lte-firmware-upgrade: skip interface on missing firmware information | 1 | -14/+18 | |
2021-02-26 | unattended-lte-firmware-upgrade: be more verbose | 1 | -0/+2 | |
2021-02-26 | unattended-lte-firmware-upgrade: act on running interfaces only•••The firmware is downloaded over the air, so broadband connection is required. | 1 | -1/+1 | |
2021-02-26 | doc/unattended-lte-firmware-upgrade: broadband connection is required! | 1 | -0/+4 | |
2021-02-25 | global-functions: $ScriptInstallUpdate: add syntax validation | 1 | -18/+30 | |
2021-02-25 | global-functions: $ScriptInstallUpdate: swap conditions | 1 | -4/+5 | |
2021-02-25 | global-functions: $FlushEmailQueue: fix syntax | 1 | -1/+1 | |
2021-02-25 | global-functions: $ScriptInstallUpdate: expect global-config-overlay to be pr... | 1 | -8/+3 | |
2021-02-25 | global-functions: $ScriptInstallUpdate: list news with 'black circle'•••... if symbols are enabled. | 1 | -1/+4 | |
2021-02-25 | let's keep next branch and document it | 1 | -0/+5 | |
2021-02-24 | global-functions: $CertificateAvailable: use $0 for $RequiredRouterOS | 1 | -1/+1 | |
2021-02-24 | update-tunnelbroker: silence fetch | 1 | -1/+1 | |
2021-02-24 | gps-track: silence fetch | 1 | -1/+1 | |
2021-02-24 | global-functions: silence fetch | 1 | -4/+4 | |
2021-02-24 | check-certificates: silence fetch | 1 | -1/+1 | |
2021-02-24 | global-functions: $GetMacVendor: improve error handling•••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. | 1 | -0/+7 | |
2021-02-24 | certs: remove obsolote certificate "Let's Encrypt Authority X3"•••Let's Encrypt started issuing certificates from "R3" intermediate on December 2nd. All certificates should be renewed by now... change-47 | 4 | -3/+5 | |
2021-02-24 | backup: notify about random delaychange-46 | 4 | -3/+4 | |
2021-02-24 | upload-backup: add configurable random delay | 2 | -2/+10 | |
2021-02-24 | email-backup: add configurable random delay | 2 | -3/+11 | |
2021-02-24 | cloud-backup: add configurable random delay | 3 | -1/+10 | |
2021-02-24 | global: use $0 for $ScriptFromTerminal | 2 | -4/+4 | |
2021-02-24 | global: use $0 for $ScriptLock | 8 | -8/+8 | |
2021-02-24 | global: give script or function name in log messages | 46 | -212/+262 | |
2021-02-24 | global-functions: $GetMacVendor: requires certificate "Cloudflare Inc ECC CA-... | 2 | -1/+167 | |
2021-02-23 | global-functions: $ScriptInstallUpdate: handle migration before message | 1 | -3/+3 | |
2021-02-23 | switch default branch from master to main | 1 | -2/+2 | |
2021-02-22 | We have a Telegram group!change-45 | 5 | -3/+11 | |
2021-02-21 | README: swap stars and forks | 1 | -1/+1 | |
2021-02-21 | capsman-download-packages: give more context in output | 1 | -2/+2 | |
2021-02-21 | capsman-download-packages: complain on undefined path | 1 | -0/+4 | |
2021-02-18 | gps-track: fix syntax | 1 | -4/+3 | |
2021-02-18 | global-functions: $FlushTelegramQueue: disable web page preview•••... just as without queue. | 1 | -1/+2 | |
2021-02-18 | check-routeros-update: wait to be fully connected | 1 | -0/+3 | |
2021-02-18 | check-routeros-update: give more context | 1 | -1/+1 | |
2021-02-18 | global-functions: $TimeIsSync: do not flood log...•••... when returning gracefully. | 1 | -1/+1 | |
2021-02-18 | global: drop script 'global-wait'•••All scripts wait for the global functions on their own now. change-44 | 51 | -81/+137 | |
2021-02-18 | global-functions: $ScriptInstallUpdate: fix change notification•••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. | 1 | -2/+3 | |
2021-02-18 | global-functions: $ScriptInstallUpdate: Properly escape question mark | 1 | -1/+1 | |
2021-02-18 | email-backup: no example address, complain if missing | 2 | -2/+6 | |
2021-02-18 | README: fix typo | 1 | -1/+1 | |
2021-02-18 | upload-backup: wait to be fully connected | 1 | -0/+3 | |
2021-02-18 | email-backup: wait to be fully connected | 1 | -0/+3 | |
2021-02-18 | cloud-backup: wait to be fully connected | 1 | -0/+3 | |
2021-02-16 | global-functions: $DeviceInfo: shorten text | 1 | -1/+1 | |
2021-02-16 | global-functions: drop $MailServerIsUp•••Now that we have an e-mail queue we do not care if the server is up or not. | 3 | -57/+0 | |
2021-02-16 | global-functions: send (and re-send) e-mails from queuechange-43 | 4 | -12/+59 | |
2021-02-16 | global-functions: drop support for attachment in notification e-mail | 6 | -15/+12 | |
2021-02-16 | daily-psk: drop support for attaching QR-Code•••The notification contains the link. Should be sufficient, no? | 3 | -42/+6 | |
2021-02-09 | global-functions: $CertificateAvailable: check chain by akid and skid•••We can merge this when RouterOS 6.47 moves to long-term... routeros-6.47 | 1 | -8/+11 | |
2021-02-03 | global-functions: $DownloadPackage: this requires Let's Encrypt "R3" now | 1 | -1/+1 | |
2021-02-03 | global-functions: $GetMacVendor: this requires Let's Encrypt "R3" now | 1 | -1/+1 | |
2021-01-22 | global-functions: $LogPrintExit: notify about colorful outputchange-42 | 4 | -3/+4 | |
2021-01-22 | global-functions: $LogPrintExit: make colorful output configurable | 2 | -0/+8 | |
2021-01-22 | global-functions: $LogPrintExit: colorful output | 1 | -2/+7 | |
2021-01-22 | global-functions: $ScriptInstallUpdate: give hint on changes | 1 | -0/+6 |