aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-04-28global-functions: notify about settings overridechange-48Gravatar Christian Hesse4-3/+4
2021-04-28global-config: comment on overriding e-mail and Telegram settingsGravatar Christian Hesse1-0/+7
2021-04-28upload-backup: pass origin to $SendNotification2Gravatar Christian Hesse1-1/+2
2021-04-28sms-forward: pass origin to $SendNotification2Gravatar Christian Hesse1-1/+2
2021-04-28netwatch-notify: pass origin to $SendNotification2Gravatar Christian Hesse1-2/+4
2021-04-28log-forward: pass origin to $SendNotification2Gravatar Christian Hesse1-1/+2
2021-04-28daily-psk: pass origin to $SendNotification2Gravatar Christian Hesse3-3/+6
2021-04-28collect-wireless-mac: pass origin to $SendNotification2Gravatar Christian Hesse3-3/+6
2021-04-28cloud-backup: pass origin to $SendNotification2Gravatar Christian Hesse1-2/+4
2021-04-28check-routeros-update: pass origin to $SendNotification2Gravatar Christian Hesse1-5/+10
2021-04-28check-lte-firmware-upgrade: pass origin to $SendNotification2Gravatar Christian Hesse1-1/+2
2021-04-28check-health: pass origin to $SendNotification2Gravatar Christian Hesse1-5/+10
2021-04-28check-certificates: pass origin to $SendNotification2Gravatar Christian Hesse1-2/+4
2021-04-28global-functions: $ScriptInstallUpdate: pass origin to $SendNotification2Gravatar Christian Hesse1-2/+3
2021-04-28global-functions: $SendTelegram2: support overriding token id and chat idGravatar Christian Hesse1-7/+7
2021-04-28global-functions: $SendTelegram2: store token id in queueGravatar Christian Hesse1-4/+3
2021-04-28global-functions: $SendEMail2: support overriding to and ccGravatar Christian Hesse1-2/+8
2021-04-28global-functions: introduce $EitherOrGravatar Christian Hesse1-0/+11
2021-04-28upload-backup: use $SendNotification2Gravatar Christian Hesse1-5/+5
2021-04-28sms-forward: use $SendNotification2Gravatar Christian Hesse1-4/+4
2021-04-28netwatch-notify: use $SendNotification2Gravatar Christian Hesse1-6/+6
2021-04-28log-forward: use $SendNotification2Gravatar Christian Hesse1-6/+6
2021-04-28daily-psk: use $SendNotification2Gravatar Christian Hesse3-12/+12
2021-04-28collect-wireless-mac: use $SendNotification2Gravatar Christian Hesse3-12/+12
2021-04-28cloud-backup: use $SendNotification2Gravatar Christian Hesse1-6/+6
2021-04-28check-routeros-update: use $SendNotification2Gravatar Christian Hesse1-16/+16
2021-04-28check-lte-firmware-upgrade: use $SendNotification2Gravatar Christian Hesse1-7/+7
2021-04-28check-health: use $SendNotification2Gravatar Christian Hesse1-14/+14
2021-04-28check-certificates: use $SendNotification2Gravatar Christian Hesse1-7/+7
2021-04-28global-functions: $ScriptInstallUpdate: use $SendNotification2Gravatar Christian Hesse1-3/+3
2021-04-28global-functions: introduce $SendEMail2, $SendNotification2 & $SendTelegram2Gravatar Christian Hesse1-27/+42
2021-04-28README: add logoGravatar Christian Hesse1-0/+2
2021-04-28add logoGravatar Christian Hesse2-0/+107
2021-04-27check-routeros-update: be verbose when run from terminal onlyGravatar Christian Hesse1-1/+1
2021-04-26global-functions: $LogPrintExit: add deprecation warningGravatar Christian Hesse1-0/+1
2021-04-26check-routeros-update: silence check-for-updates, but be more verboseGravatar Christian Hesse1-1/+6
2021-04-12update list of contributorsGravatar Christian Hesse1-0/+1
2021-03-21global-functions: CertificateDownload: silence certificate importGravatar Christian Hesse1-1/+1
2021-03-21check-certificates: silence certificate importGravatar Christian Hesse1-1/+1
2021-03-21check-certificates: be more verbose when attempting to renewGravatar Christian Hesse1-0/+1
2021-03-17log-forward: use $EscapeForRegExGravatar Christian Hesse1-4/+4
2021-03-17global-functions: introduce $EscapeForRegExGravatar Christian Hesse1-0/+23
2021-03-15log-forward: filter e-mail error on log forwarding in script...Gravatar Christian Hesse2-4/+12
2021-03-11log-forward: update filter to match mail with quoted-printable encodingGravatar Christian Hesse1-1/+1
2021-03-10global-functions: $CertificateAvailable: use pre-test loopGravatar Christian Hesse1-2/+2
2021-03-04log-forward: list messages with 'black circle'Gravatar Christian Hesse1-2/+3
2021-03-04log-forward: skip multi-repeated messagesGravatar Christian Hesse1-4/+15
2021-03-04global-functions: $ScriptInstallUpdate: run migration unconditionallyGravatar Christian Hesse1-41/+52
2021-03-04global-config-overlay: remove magicGravatar Christian Hesse4-9/+3
2021-03-03global-functions: $DNSIsResolving: have a final returnGravatar Christian Hesse1-1/+1
2021-03-03global-functions: introduce and use $QuotedPrintableGravatar Christian Hesse1-2/+41
2021-03-03global-functions: $UrlEncode: simplify codeGravatar Christian Hesse1-14/+15
2021-02-26global-functions: $ValidateSyntax: add line breaksGravatar Christian Hesse1-1/+1
2021-02-26netwatch-notify: use $ValidateSyntaxGravatar Christian Hesse1-4/+13
2021-02-26mode-button: use $ValidateSyntaxGravatar Christian Hesse1-10/+15
2021-02-26sms-action: use $ValidateSyntaxGravatar Christian Hesse1-5/+8
2021-02-26global-functions: $ScriptInstallUpdate: validate syntax of changelog and migr...Gravatar Christian Hesse1-15/+28
2021-02-26global-functions: introduce and use $ValidateSyntaxGravatar Christian Hesse1-7/+15
2021-02-26unattended-lte-firmware-upgrade: skip interface on missing firmware informationGravatar Christian Hesse1-14/+18
2021-02-26unattended-lte-firmware-upgrade: be more verboseGravatar Christian Hesse1-0/+2
2021-02-26unattended-lte-firmware-upgrade: act on running interfaces onlyGravatar Christian Hesse1-1/+1
2021-02-26doc/unattended-lte-firmware-upgrade: broadband connection is required!Gravatar Christian Hesse1-0/+4
2021-02-25global-functions: $ScriptInstallUpdate: add syntax validationGravatar Christian Hesse1-18/+30
2021-02-25global-functions: $ScriptInstallUpdate: swap conditionsGravatar Christian Hesse1-4/+5
2021-02-25global-functions: $FlushEmailQueue: fix syntaxGravatar Christian Hesse1-1/+1
2021-02-25global-functions: $ScriptInstallUpdate: expect global-config-overlay to be pr...Gravatar Christian Hesse1-8/+3
2021-02-25global-functions: $ScriptInstallUpdate: list news with 'black circle'Gravatar Christian Hesse1-1/+4
2021-02-25let's keep next branch and document itGravatar Christian Hesse1-0/+5
2021-02-24global-functions: $CertificateAvailable: use $0 for $RequiredRouterOSGravatar Christian Hesse1-1/+1
2021-02-24update-tunnelbroker: silence fetchGravatar Christian Hesse1-1/+1
2021-02-24gps-track: silence fetchGravatar Christian Hesse1-1/+1
2021-02-24global-functions: silence fetchGravatar Christian Hesse1-4/+4
2021-02-24check-certificates: silence fetchGravatar Christian Hesse1-1/+1
2021-02-24global-functions: $GetMacVendor: improve error handlingGravatar Christian Hesse1-0/+7
2021-02-24certs: remove obsolote certificate "Let's Encrypt Authority X3"change-47Gravatar Christian Hesse4-3/+5
2021-02-24backup: notify about random delaychange-46Gravatar Christian Hesse4-3/+4
2021-02-24upload-backup: add configurable random delayGravatar Christian Hesse2-2/+10
2021-02-24email-backup: add configurable random delayGravatar Christian Hesse2-3/+11
2021-02-24cloud-backup: add configurable random delayGravatar Christian Hesse3-1/+10
2021-02-24global: use $0 for $ScriptFromTerminalGravatar Christian Hesse2-4/+4
2021-02-24global: use $0 for $ScriptLockGravatar Christian Hesse8-8/+8
2021-02-24global: give script or function name in log messagesGravatar Christian Hesse46-212/+262
2021-02-24global-functions: $GetMacVendor: requires certificate "Cloudflare Inc ECC CA-...Gravatar Christian Hesse2-1/+167
2021-02-23global-functions: $ScriptInstallUpdate: handle migration before messageGravatar Christian Hesse1-3/+3
2021-02-23switch default branch from master to mainGravatar Christian Hesse1-2/+2
2021-02-22We have a Telegram group!change-45Gravatar Christian Hesse5-3/+11
2021-02-21README: swap stars and forksGravatar Christian Hesse1-1/+1
2021-02-21capsman-download-packages: give more context in outputGravatar Christian Hesse1-2/+2
2021-02-21capsman-download-packages: complain on undefined pathGravatar Christian Hesse1-0/+4
2021-02-18gps-track: fix syntaxGravatar Christian Hesse1-4/+3
2021-02-18global-functions: $FlushTelegramQueue: disable web page previewGravatar Christian Hesse1-1/+2
2021-02-18check-routeros-update: wait to be fully connectedGravatar Christian Hesse1-0/+3
2021-02-18check-routeros-update: give more contextGravatar Christian Hesse1-1/+1
2021-02-18global-functions: $TimeIsSync: do not flood log...Gravatar Christian Hesse1-1/+1
2021-02-18global: drop script 'global-wait'change-44Gravatar Christian Hesse51-81/+137
2021-02-18global-functions: $ScriptInstallUpdate: fix change notificationGravatar Christian Hesse1-2/+3
2021-02-18global-functions: $ScriptInstallUpdate: Properly escape question markGravatar Christian Hesse1-1/+1
2021-02-18email-backup: no example address, complain if missingGravatar Christian Hesse2-2/+6
2021-02-18README: fix typoGravatar Christian Hesse1-1/+1
2021-02-18upload-backup: wait to be fully connectedGravatar Christian Hesse1-0/+3