Commit graph

3527 commits

Author SHA1 Message Date
Christian Hesse
f00145405c log-forward: use comparison for ids
This was introduced with RouterOS 7.22beta1.

Initializing $LogForwardLast with boolean value looks odd, but this is
required to match the very first message.
2026-05-20 09:16:44 +02:00
Christian Hesse
9911c8a0be Merge branch 'html-class-shadow' into next 2026-05-20 09:16:44 +02:00
Christian Hesse
d08f01c5d3 contrib/logo-color: add class (and shadow) for screenshots 2026-05-20 09:16:44 +02:00
Christian Hesse
9bc9238598 contrib/html: support any class name from image alt text 2026-05-20 09:16:44 +02:00
Christian Hesse
16223b7a03 general/style: add shadow for code blocks 2026-05-20 09:16:44 +02:00
Christian Hesse
024405c43d contrib/html: add class and shadow for screenshots 2026-05-20 09:16:44 +02:00
Christian Hesse
ac28f5661a contrib/html: add a class and shadow for notifications 2026-05-20 09:16:44 +02:00
Christian Hesse
1c15667b7b doc/telegram-chat: start image alt text with 'notification:' or 'screenshot:' 2026-05-20 09:16:44 +02:00
Christian Hesse
e1e98bee69 doc/sms-forward: start image alt text with 'notification:' or 'screenshot:' 2026-05-20 09:16:44 +02:00
Christian Hesse
5fe68bc79c doc/netwatch-notify: start image alt text with 'notification:' or 'screenshot:' 2026-05-20 09:16:44 +02:00
Christian Hesse
9010282a71 doc/mod/scriptrunonce: start image alt text with 'notification:' or 'screenshot:' 2026-05-20 09:16:44 +02:00
Christian Hesse
304c936323 doc/mod/notification-telegram: start image alt text with 'notification:' or 'screenshot:' 2026-05-20 09:16:44 +02:00
Christian Hesse
643389672f doc/mod/notification-matrix: start image alt text with 'notification:' or 'screenshot:' 2026-05-20 09:16:44 +02:00
Christian Hesse
f850e71c27 doc/mod/notification-gotify: start image alt text with 'notification:' or 'screenshot:' 2026-05-20 09:16:44 +02:00
Christian Hesse
3bd101472d doc/mod/ipcalc: start image alt text with 'notification:' or 'screenshot:' 2026-05-20 09:16:44 +02:00
Christian Hesse
e002259ecb doc/mod/inspectvar: start image alt text with 'notification:' or 'screenshot:' 2026-05-20 09:16:44 +02:00
Christian Hesse
dd39f8022b doc/log-forward: start image alt text with 'notification:' or 'screenshot:' 2026-05-20 09:16:44 +02:00
Christian Hesse
834f32e70b doc/daily-psk: start image alt text with 'notification:' or 'screenshot:' 2026-05-20 09:16:44 +02:00
Christian Hesse
85c26f26e6 doc/collect-wireless-mac: start image alt text with 'notification:' or 'screenshot:' 2026-05-20 09:16:44 +02:00
Christian Hesse
9dc23f80af doc/check-routeros-update: start image alt text with 'notification:' or 'screenshot:' 2026-05-20 09:16:44 +02:00
Christian Hesse
0470f51e29 doc/check-perpetual-license: start image alt text with 'notification:' or 'screenshot:' 2026-05-20 09:16:44 +02:00
Christian Hesse
52a8d19def doc/check-lte-firmware-upgrade: start image alt text with 'notification:' or 'screenshot:' 2026-05-20 09:16:44 +02:00
Christian Hesse
801f56377d doc/check-health: start image alt text with 'notification:' or 'screenshot:' 2026-05-20 09:16:44 +02:00
Christian Hesse
0b860e46a6 doc/check-certificates: start image alt text with 'notification:' or 'screenshot:' 2026-05-20 09:16:44 +02:00
Christian Hesse
ff3e565991 doc/backup-upload: start image alt text with 'notification:' or 'screenshot:' 2026-05-20 09:16:44 +02:00
Christian Hesse
f30b560c1b doc/backup-cloud: start image alt text with 'notification:' or 'screenshot:' 2026-05-20 09:16:44 +02:00
Christian Hesse
88edc82b06 README: start image alt text with 'notification:' or 'screenshot:' 2026-05-20 09:16:44 +02:00
Christian Hesse
b2db005f6f contrib/html: give the head table a class 2026-05-20 09:16:44 +02:00
Christian Hesse
2589115f50 contrib/html: enclose content in span tag with class 2026-05-20 09:16:44 +02:00
Christian Hesse
d0588231f6 Merge branch 'convert-to-url' into next 2026-05-20 09:16:39 +02:00
Christian Hesse
2c5b708f88 global-functions: deprecate $UrlEncode 2026-05-20 09:04:52 +02:00
Christian Hesse
3cdcd24428 mod/notification-telegram: use :convert for url-encoding 2026-05-20 09:02:13 +02:00
Christian Hesse
ef3edd3b3d mod/notification-ntfy: use :convert for url-encoding 2026-05-20 09:01:16 +02:00
Christian Hesse
7dd3c86fe0 mod/notification-matrix: use :convert for url-encoding 2026-05-20 09:00:33 +02:00
Christian Hesse
f380d0ae66 daily-psk: use :convert for url-encoding 2026-05-20 08:59:25 +02:00
Christian Hesse
332b91e75d check-certificates: use :convert for url-encoding 2026-05-20 08:58:22 +02:00
Christian Hesse
727a92738c bump required RouterOS version for all scripts 2026-05-14 23:01:23 +02:00
Christian Hesse
baf819b751 Merge branch 'drop-builtin-trust-anchors' into next 2026-05-14 23:01:23 +02:00
Christian Hesse
13c2616453 mod/notification-email: get property by name
This works now that we require RouterOS 7.21 anyway.
2026-05-14 23:01:23 +02:00
Christian Hesse
d960af89ce INITIAL-COMMANDS: drop the old builtin-trust-anchors 2026-05-14 23:01:23 +02:00
Christian Hesse
ac3346b5f6 mod/notification-email: use errors from command...
... instead of reading status from properties. This was introduced in
RouterOS 7.21beta2 (and we bump to 7.21 instead).
2026-05-14 23:01:23 +02:00
Christian Hesse
333b214fd8 global-functions: $CertificateDownload: drop the old builtin-trust-anchors 2026-05-14 23:01:23 +02:00
Christian Hesse
ed3b4cdb53 Merge branch 'toarray-delimiter' into next 2026-05-14 23:01:23 +02:00
Christian Hesse
3b1ce63c06 global-functions: $CertificateAvailable: drop the old builtin-trust-anchors 2026-05-14 23:01:23 +02:00
Christian Hesse
bbc2d5df2e check-health: use :toarray's new delimiter= 2026-05-14 23:01:23 +02:00
Christian Hesse
bd6b5294b8 README: drop the old builtin-trust-anchors 2026-05-14 23:01:23 +02:00
Christian Hesse
34a4d70f24 fw-addr-lists: get both Let's Encrypt certificates for rsc.eworm.de 2026-05-14 23:01:23 +02:00
Christian Hesse
bf46f980aa fw-addr-lists: support giving several certificates...
... by delimiting with a colon.
2026-05-14 23:01:23 +02:00
Christian Hesse
c42709cd9b netwatch-dns: use :toarray's new delimiter= to split cert names
The new delimiter= parameter for :toarray with introduced in
RouterOS 7.21.
2026-05-14 23:01:23 +02:00
Christian Hesse
d586205a70 Info on Let's Encrypt change
> Let's Encrypt's Gen Y (YE and YR bulleted below) Cross-Certified
> Subordinate CAs were issued in violation of CCADB policy which requires
> that the serverAuth EKU extension MUST be present in cross-signed
> intermediate certificates issued since June 15th 2025. Root YE and
> YR were issued September 3rd 2025 and are subject to the requirements.

https://community.letsencrypt.org/t/2026-05-08-gen-y-cross-certified-subordinate-cas-missing-serverauth-eku/247105
2026-05-14 22:59:07 +02:00