Compare commits

..

21 commits

Author SHA1 Message Date
Christian Hesse
d49a1dfbc5 Merge branch 'convert-to-url' into next 2026-06-03 17:18:59 +02:00
Christian Hesse
20c4cae024 bump required RouterOS version for all scripts 2026-06-03 17:18:59 +02:00
Christian Hesse
ce5b4a3edb global-functions: deprecate $UrlEncode 2026-06-03 17:18:59 +02:00
Christian Hesse
2bab2e5f19 mod/notification-telegram: use :convert for url-encoding 2026-06-03 17:18:59 +02:00
Christian Hesse
cd787f3180 mod/notification-ntfy: use :convert for url-encoding 2026-06-03 17:18:59 +02:00
Christian Hesse
3342432288 mod/notification-matrix: use :convert for url-encoding 2026-06-03 17:18:59 +02:00
Christian Hesse
0eef3edac5 daily-psk: use :convert for url-encoding 2026-06-03 17:18:59 +02:00
Christian Hesse
9c8fa5c1c8 check-certificates: use :convert for url-encoding 2026-06-03 17:18:59 +02:00
Christian Hesse
a52dc9f5d1 Merge branch 'drop-builtin-trust-anchors' into next 2026-06-03 17:17:08 +02:00
Christian Hesse
2c3d189ee1 mod/notification-email: get property by name
This works now that we require RouterOS 7.21 anyway.
2026-06-03 17:17:08 +02:00
Christian Hesse
08a0adca41 INITIAL-COMMANDS: drop the old builtin-trust-anchors 2026-06-03 17:17:08 +02:00
Christian Hesse
23965b3fd1 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-06-03 17:17:08 +02:00
Christian Hesse
59de95b18e global-functions: $CertificateDownload: drop the old builtin-trust-anchors 2026-06-03 17:17:08 +02:00
Christian Hesse
76ef20b9ed Merge branch 'toarray-delimiter' into next 2026-06-03 17:17:08 +02:00
Christian Hesse
3249709100 global-functions: $CertificateAvailable: drop the old builtin-trust-anchors 2026-06-03 17:17:08 +02:00
Christian Hesse
0274d2f8f9 introduce STAR-HISTORY 2026-06-03 17:17:08 +02:00
Christian Hesse
471a90c37f check-health: use :toarray's new delimiter= 2026-06-03 17:17:08 +02:00
Christian Hesse
c8df3b5287 README: drop the old builtin-trust-anchors 2026-06-03 17:17:08 +02:00
Christian Hesse
5d1aed56df fw-addr-lists: get both Let's Encrypt certificates for rsc.eworm.de 2026-06-03 17:17:08 +02:00
Christian Hesse
e933c1d0e6 fw-addr-lists: support giving several certificates...
... by delimiting with a colon.
2026-06-03 17:17:08 +02:00
Christian Hesse
0ef9a0cbee netwatch-dns: use :toarray's new delimiter= to split cert names
The new delimiter= parameter for :toarray with introduced in
RouterOS 7.21.
2026-06-03 17:17:08 +02:00
3 changed files with 32 additions and 0 deletions

View file

@ -397,6 +397,13 @@ Feel free to contact me via e-mail or open an
[pull request](https://github.com/eworm-de/routeros-scripts/pulls) [pull request](https://github.com/eworm-de/routeros-scripts/pulls)
at github. at github.
### Stars
Head over to
[RouterOS Scripts on GitHub](https://github.com/eworm-de/routeros-scripts/)
and add your star! Let the [star history](STAR-HISTORY.md) shoot up, and
make the project visible for other!
### Donate ### Donate
This project is developed in private spare time and usage is free of charge This project is developed in private spare time and usage is free of charge

21
STAR-HISTORY.md Normal file
View file

@ -0,0 +1,21 @@
Star History
============
[![GitHub stars](https://img.shields.io/github/stars/eworm-de/routeros-scripts?logo=GitHub&style=flat&color=red)](https://github.com/eworm-de/routeros-scripts/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/eworm-de/routeros-scripts?logo=GitHub&style=flat&color=green)](https://github.com/eworm-de/routeros-scripts/network)
[![GitHub watchers](https://img.shields.io/github/watchers/eworm-de/routeros-scripts?logo=GitHub&style=flat&color=blue)](https://github.com/eworm-de/routeros-scripts/watchers)
[![required RouterOS version](https://img.shields.io/badge/RouterOS-7.21-yellow?style=flat)](https://mikrotik.com/download/changelogs/)
[![Telegram group @routeros_scripts](https://img.shields.io/badge/Telegram-%40routeros__scripts-%2326A5E4?logo=telegram&style=flat)](https://t.me/routeros_scripts)
[![donate with PayPal](https://img.shields.io/badge/Like_it%3F-Donate!-orange?logo=githubsponsors&logoColor=orange&style=flat)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A4ZXBD6YS2W8J)
[⬅️ Go back to main README](README.md)
> 💡️ **Hint**: Head over to
> [RouterOS Scripts on GitHub](https://github.com/eworm-de/routeros-scripts/)
> and add your star!
[![Star History Chart](https://api.star-history.com/chart?repos=eworm-de/routeros-scripts&type=date&legend=top-left)](https://www.star-history.com/?type=date&repos=eworm-de%2Frouteros-scripts)
---
[⬅️ Go back to main README](README.md)
[⬆️ Go back to top](#top)

View file

@ -271,6 +271,10 @@ Notes
/save off-topic Please note this group is not about MikroTik RouterOS in general, but [RouterOS Scripts](https://rsc.eworm.de/). Your request is not about scripting at all, so please discuss somewhere else. See the [MikroTik RouterOS users (english)](https://t.me/RouterOS_users_english) group or official Mikrotik forums (https://forum.mikrotik.com/). /save off-topic Please note this group is not about MikroTik RouterOS in general, but [RouterOS Scripts](https://rsc.eworm.de/). Your request is not about scripting at all, so please discuss somewhere else. See the [MikroTik RouterOS users (english)](https://t.me/RouterOS_users_english) group or official Mikrotik forums (https://forum.mikrotik.com/).
#### Star History
/save star-history See the [star history for RouterOS Scripts](https://rsc.eworm.de/STAR-HISTORY.md) - and do not forget to leave your star!
Greeting Greeting
-------- --------