Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-05-03 | update list of contributors | Christian Hesse | 1 | -0/+1 | |
2021-04-29 | upload-backup: add second symbol | Christian Hesse | 2 | -1/+2 | |
2021-04-29 | email-backup: add second symbol | Christian Hesse | 1 | -1/+2 | |
2021-04-29 | cloud-backup: add second symbol | Christian Hesse | 2 | -1/+2 | |
2021-04-29 | email-backup: add symbol in e-mail | Christian Hesse | 1 | -1/+2 | |
That's easy now that we use $SendEMail2... | |||||
2021-04-29 | email-backup: use $SendEMail2change-49 | Christian Hesse | 6 | -23/+15 | |
This drops $EmailBackupTo & $EmailBackupCc from settings! Use settings overwrite if required: :global EmailGeneralToOverride { "email-backup"="backup@example.com"; } | |||||
2021-04-29 | global-functions: $SendEMail2: support file attachments | Christian Hesse | 1 | -3/+5 | |
2021-04-29 | email-backup: work inside directory | Christian Hesse | 1 | -6/+12 | |
2021-04-29 | upload-backup: work inside directory | Christian Hesse | 1 | -6/+12 | |
2021-04-29 | capsman-rolling-upgrade: properly handle vanished cap | Christian Hesse | 1 | -2/+6 | |
2021-04-29 | packages-update: update wording | Christian Hesse | 1 | -1/+1 | |
2021-04-29 | packages-update: add missing colon | Christian Hesse | 1 | -1/+1 | |
2021-04-29 | global-functions: $DownloadPackage: be more verbose | Christian Hesse | 1 | -2/+4 | |
2021-04-29 | global-functions: $DownloadPackage: fix typo | Christian Hesse | 1 | -1/+1 | |
2021-04-29 | global-functions: $FlushEmailQueue: try to avoid running simultaneously | Christian Hesse | 1 | -1/+3 | |
We can not check the status for a *specific* mail, so running simultaneously is a problem. Let's increase the interval to the number of queue items - and hope it helps. Decrease when done. | |||||
2021-04-28 | Merge branch 'notifications' into next | Christian Hesse | 19 | -139/+205 | |
2021-04-28 | global-functions: notify about settings overridechange-48 | Christian Hesse | 4 | -3/+4 | |
2021-04-28 | global-config: comment on overriding e-mail and Telegram settings | Christian Hesse | 1 | -0/+7 | |
2021-04-28 | upload-backup: pass origin to $SendNotification2 | Christian Hesse | 1 | -1/+2 | |
2021-04-28 | sms-forward: pass origin to $SendNotification2 | Christian Hesse | 1 | -1/+2 | |
2021-04-28 | netwatch-notify: pass origin to $SendNotification2 | Christian Hesse | 1 | -2/+4 | |
2021-04-28 | log-forward: pass origin to $SendNotification2 | Christian Hesse | 1 | -1/+2 | |
2021-04-28 | daily-psk: pass origin to $SendNotification2 | Christian Hesse | 3 | -3/+6 | |
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 | 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 | |