Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-04-28 | collect-wireless-mac: pass origin to $SendNotification2 | Christian Hesse | 3 | -3/+6 |
2021-04-28 | cloud-backup: pass origin to $SendNotification2 | Christian Hesse | 1 | -2/+4 |
2021-04-28 | check-routeros-update: pass origin to $SendNotification2 | Christian Hesse | 1 | -5/+10 |
2021-04-28 | check-lte-firmware-upgrade: pass origin to $SendNotification2 | Christian Hesse | 1 | -1/+2 |
2021-04-28 | check-health: pass origin to $SendNotification2 | Christian Hesse | 1 | -5/+10 |
2021-04-28 | check-certificates: pass origin to $SendNotification2 | Christian Hesse | 1 | -2/+4 |
2021-04-28 | global-functions: $ScriptInstallUpdate: pass origin to $SendNotification2 | Christian Hesse | 1 | -2/+3 |
2021-04-28 | global-functions: $SendTelegram2: support overriding token id and chat id | Christian Hesse | 1 | -7/+7 |
2021-04-28 | global-functions: $SendTelegram2: store token id in queue | Christian Hesse | 1 | -4/+3 |
2021-04-28 | global-functions: $SendEMail2: support overriding to and cc | Christian Hesse | 1 | -2/+8 |
2021-04-28 | global-functions: introduce $EitherOr | Christian Hesse | 1 | -0/+11 |
2021-04-28 | upload-backup: use $SendNotification2 | Christian Hesse | 1 | -5/+5 |
2021-04-28 | sms-forward: use $SendNotification2 | Christian Hesse | 1 | -4/+4 |
2021-04-28 | netwatch-notify: use $SendNotification2 | Christian Hesse | 1 | -6/+6 |
2021-04-28 | log-forward: use $SendNotification2 | Christian Hesse | 1 | -6/+6 |
2021-04-28 | daily-psk: use $SendNotification2 | Christian Hesse | 3 | -12/+12 |
2021-04-28 | collect-wireless-mac: use $SendNotification2 | Christian Hesse | 3 | -12/+12 |
2021-04-28 | cloud-backup: use $SendNotification2 | Christian Hesse | 1 | -6/+6 |
2021-04-28 | check-routeros-update: use $SendNotification2 | Christian Hesse | 1 | -16/+16 |
2021-04-28 | check-lte-firmware-upgrade: use $SendNotification2 | Christian Hesse | 1 | -7/+7 |
2021-04-28 | check-health: use $SendNotification2 | Christian Hesse | 1 | -14/+14 |
2021-04-28 | check-certificates: use $SendNotification2 | Christian Hesse | 1 | -7/+7 |
2021-04-28 | global-functions: $ScriptInstallUpdate: use $SendNotification2 | Christian Hesse | 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. | Christian Hesse | 1 | -27/+42 |
2021-04-28 | README: add logo | Christian Hesse | 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. | Christian Hesse | 2 | -0/+107 |
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...•••... and update the filter in global configuration. | Christian Hesse | 2 | -4/+12 |
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•••This is required to test for root CA (without intermediate) directly. | Christian Hesse | 1 | -2/+2 |
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•••We want the migration to run even if the notification is disabled. | Christian Hesse | 1 | -41/+52 |
2021-03-04 | global-config-overlay: remove magic•••This allows to drop the ignore flag. | Christian Hesse | 4 | -9/+3 |
2021-03-03 | global-functions: $DNSIsResolving: have a final return | Christian Hesse | 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. | Christian Hesse | 1 | -2/+41 |
2021-03-03 | global-functions: $UrlEncode: simplify code | Christian Hesse | 1 | -14/+15 |
2021-02-26 | global-functions: $ValidateSyntax: add line breaks•••This makes sure the closing curly bracket is not hidden in comment. | Christian Hesse | 1 | -1/+1 |
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 migr... | Christian Hesse | 1 | -15/+28 |
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•••The firmware is downloaded over the air, so broadband connection is required. | Christian Hesse | 1 | -1/+1 |
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 pr... | Christian Hesse | 1 | -8/+3 |
2021-02-25 | global-functions: $ScriptInstallUpdate: list news with 'black circle'•••... if symbols are enabled. | Christian Hesse | 1 | -1/+4 |
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•••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. | Christian Hesse | 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 | Christian Hesse | 4 | -3/+5 |
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 CA-... | Christian Hesse | 2 | -1/+167 |
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•••... just as without queue. | Christian Hesse | 1 | -1/+2 |
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...•••... when returning gracefully. | Christian Hesse | 1 | -1/+1 |
2021-02-18 | global: drop script 'global-wait'•••All scripts wait for the global functions on their own now. change-44 | Christian Hesse | 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. | Christian Hesse | 1 | -2/+3 |
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•••Now that we have an e-mail queue we do not care if the server is up or not. | Christian Hesse | 3 | -57/+0 |
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•••The notification contains the link. Should be sufficient, no? | Christian Hesse | 3 | -42/+6 |