aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-02-21add doc/mod/notification-telegram...(cherry picked from commit e6a686187c3d3c981b7ab86b4cbce46fc6466da4) Gravatar Christian Hesse14-12/+81
2022-02-21Makefile: match all *.md files, incl. doc/mod/...(cherry picked from commit 886cd67edba86906fea4c0d753b13b7c68c5e78b) Gravatar Christian Hesse1-1/+1
2022-02-21doc/check-routeros-update: mention e-mail, matrix and telegram...(cherry picked from commit 6f27553f15787540a7b4bc353d89aa4d3d268830) Gravatar Christian Hesse1-0/+2
2022-02-12doc/mod: put hints into block quote, update info icon, fix links...(cherry picked from commit fd36241be649989e7b26348db31a3d3461888a1c) Gravatar Christian Hesse2-6/+6
2022-02-12doc: use another info icon: 🛈 -> ℹī¸...(cherry picked from commit cd2a7dcf8ce3324179768b48a785f24f0d53aa19) Gravatar Christian Hesse34-34/+34
2022-02-11doc/early-errors: no site structure, hint only...(cherry picked from commit f0b0951968bc865877c1f5b6607935490ba68033) Gravatar Christian Hesse1-10/+1
2022-02-11doc: put hints into block quote...(cherry picked from commit 9e91ed56aaed77c6776ef95ebed791c40d7f21d2) Gravatar Christian Hesse34-71/+70
2022-02-11INITIAL-COMMANDS: put hint into block quote...(cherry picked from commit 4b16dc06c4b1bcd7c7ec5e3849736765799e32e6) Gravatar Christian Hesse1-2/+3
2022-02-11README: put hint into block quote...(cherry picked from commit a5e421faebe8ac82c1ade73f8c1ea26ef728030b) Gravatar Christian Hesse1-2/+2
2022-02-11firmware-upgrade-reboot: add a delay before reboot...Looks like my timing was too good... Upgrade and reboot happened too fast, so device reported: system;error;critical router was rebooted without proper shutdown Let's try something smart... Delay the reboot by the amount of uptime, and hope all devices - slow and powerful - are happy. (cherry picked from commit 3f8e835233d8d9ac6f31572a1a115eb73c46ff92) Gravatar Christian Hesse1-0/+5
2022-02-10global-functions: $MkDir: do not act without directory...(cherry picked from commit 7b48b25c271111570d27708ceac437e24f05e6fe) Gravatar Christian Hesse1-0/+4
2022-02-10update list of contributors...Thanks a lot and please enjoy firmware-upgrade-reboot! 😊 (cherry picked from commit a50d9d30e3fbf6b4236f99cb40df656206492f8f) Gravatar Christian Hesse1-0/+1
2022-02-10introduce firmware-upgrade-reboot...(cherry picked from commit 3c358980cb416c61419a0aaa384ab1db1dab8d29) change-77-v6Gravatar Christian Hesse9-3/+75
2022-02-10netwatch-dns: flush cache on configuration change...(cherry picked from commit a47f5723cc4cdd287d36aaffd7619c17494f9345) Gravatar Christian Hesse1-0/+4
2022-02-10netwatch-notify: nest conditions...The logic here was right, but RouterOS runs the checks simultaneously. This caused delays even if no resolving was needed. Nesting the checks fixes this. (cherry picked from commit 0b46c508dc8f76955dd528900882b54c07b62ef3) Gravatar Christian Hesse1-15/+17
2022-02-10netwatch-notify: allow to suppress notification on host down...(cherry picked from commit c6e581d4f90c9bea0adf405685aa634e264d1f3b) change-76-v6Gravatar Christian Hesse6-10/+23
2022-02-10doc/netwatch-notify: add sections...(cherry picked from commit 42c203291a7db814be00f40caddb6980632358fa) Gravatar Christian Hesse1-0/+8
2022-02-10doc/packages-update: link backup-cloud...(cherry picked from commit dd19aea3628471ce54fefa30913879322f20e63a) Gravatar Christian Hesse1-0/+1
2022-01-30packages-update: use correct syntax...(cherry picked from commit 27a81bcbca52d513c5b9c10578474a1863bd08af) Gravatar Christian Hesse1-3/+3
2022-01-30check-routeros-update: use correct syntax...(cherry picked from commit dfe995be270f1ee9621454e7feada84c33168db0) Gravatar Christian Hesse1-1/+1
2022-01-20global-functions: $ScriptInstallUpdate: quote names in log output...(cherry picked from commit 5e32105e7ea4bd357f9826d1ca24ca6e2c455bdc) Gravatar Christian Hesse1-9/+9
2022-01-20global-functions: $ScriptInstallUpdate: give final url in debug output...(cherry picked from commit b4a5d824a268fae9f06ccf61fff4f67c760773ed) Gravatar Christian Hesse1-7/+6
2022-01-17global-functions: $DownloadPackage: handle special case with name...For RouterOS 6.x bundled package version and architecture are swapped. Closes: #21 (cherry picked from commit 1e6931c8e34d5035cb07baa98b57eccbcd4278ab) Gravatar Christian Hesse1-0/+4
2022-01-17global-functions: $DownloadPackage: give url in debug output...(cherry picked from commit 51cd11c80380eac0bfde4649cb30747c198881b7) Gravatar Christian Hesse1-3/+3
2022-01-14global: send notification on 'routeros-v6'...This is mainly to keep the version in 'routeros-v6' and 'main' in sync... change-75-v6Gravatar Christian Hesse4-3/+4
2022-01-14global-config: add $ScriptUpdatesUrlSuffix in overlay for RouterOS v6Gravatar Christian Hesse1-0/+3
2022-01-14README: install correct global-config-overlay for RouterOS v6branch-routeros-v6Gravatar Christian Hesse3-3/+15
2022-01-14INITIAL-COMMANDS: silence the certificate downloadGravatar Christian Hesse1-1/+1
2022-01-07hotspot-to-wpa: support settings from templatechange-74Gravatar Christian Hesse6-8/+56
2022-01-06Merge branch 'backup' into nextGravatar Christian Hesse21-433/+444
2022-01-06Migrate configuration and send notification on renameschange-73Gravatar Christian Hesse4-3/+5
2022-01-06rename script upload-backup -> backup-uploadGravatar Christian Hesse9-181/+184
2022-01-06rename script email-backup -> backup-emailGravatar Christian Hesse9-139/+142
2022-01-06rename script cloud-backup -> backup-cloudGravatar Christian Hesse9-116/+119
2022-01-03introduce netwatch-dnschange-72Gravatar Christian Hesse8-3/+166
2022-01-03netwatch-notify: give netwatch some time to settleGravatar Christian Hesse1-0/+4
2022-01-03netwatch-notify: initialize after lockGravatar Christian Hesse1-2/+2
2022-01-03netwatch-notify: better match notify-entriesGravatar Christian Hesse1-77/+80
2022-01-03add AVIF logoGravatar Christian Hesse1-0/+0
2022-01-03doc/accesslist-duplicates: convert screenshot to AVIFGravatar Christian Hesse3-1/+1
2022-01-03README: convert screenshots to AVIFGravatar Christian Hesse23-11/+11
2022-01-03README: convert Telegram group qr code to AVIFGravatar Christian Hesse3-1/+1
2022-01-01update copyright for 2022Gravatar Christian Hesse62-62/+62
2021-12-30README: add Telegram icon in qr codeGravatar Christian Hesse1-0/+0
2021-12-30README: add a qr code to join Telegram groupGravatar Christian Hesse2-0/+3
2021-12-20global-functions: $RequiredRouterOS: fix warning...Passing a boolean does not work... Handle as string. Gravatar Christian Hesse1-5/+4
2021-12-17log-forward: fix forwarding first message...Pulling the power cable results in log message on next boot: dec/16 18:28:28 system,error,critical router rebooted without proper shutdown, probably power outage This was not forwarded as it had the numeric id 0, which is not greater than the zero we initialized with. Now initialized with -1 when no log has been forwarded to fix this. Gravatar Christian Hesse1-1/+1
2021-12-16INITIAL-COMMANDS: adopt changes, no need to run global-config-overlayGravatar Christian Hesse1-2/+2
2021-12-16doc/ssh-keys-import: number keys, do not overwrite on same commentGravatar Christian Hesse1-1/+1
2021-12-16doc/ssh-keys-import: handle RSA keys only...Sadly RouterOS does not (yet) support ed25519 keys... Gravatar Christian Hesse1-1/+1
2021-12-16update list of contributorsGravatar Christian Hesse1-0/+1
2021-12-15update list of contributorsGravatar Christian Hesse1-0/+1
2021-12-14global-functions: $DownloadPackage: make directory first...The fetch command creates the directory itself, however using $MkDir gives better error message when creating directory fails. Gravatar Christian Hesse1-0/+6
2021-12-14global-functions: $MkDir: log errorGravatar Christian Hesse1-1/+3
2021-12-14global-functions: $NotificationFunctions->"email": do not declare unused func...Gravatar Christian Hesse1-1/+0
2021-12-13global-functions: $DeviceInfo: show license level if available...This now shows license level for CHR. The property is named different for Routerboards. As these have the license bundled to hardware anyway we do not show it there. Gravatar Christian Hesse1-0/+3
2021-12-13README: changes for RouterOS v6change-71Gravatar Christian Hesse5-3/+16
2021-12-10global-functions: $ScriptLock: simplify cleanup codeGravatar Christian Hesse1-5/+2
2021-12-09global-functions: $ScriptLock: remove ticket in a loop...This was not required with RouterOS v6, but for any reason removing a ticket may fail with RouterOS v7 in very rare cases. So remove in a loop... Gravatar Christian Hesse1-1/+2
2021-12-09global-functions: $ScriptLock: cleanup in dedicated functionGravatar Christian Hesse1-4/+13
2021-12-09mod/ipcalc: introduce $IPCalcReturnGravatar Christian Hesse1-9/+20
2021-12-09mod/inspectvar: truncate value if too longGravatar Christian Hesse1-1/+3
2021-12-09mod/inspectvar: introduce $InspectVarReturnGravatar Christian Hesse1-8/+20
2021-12-09global-functions: $ScriptLock: initialize earlierGravatar Christian Hesse1-4/+3
2021-12-09global-functions: $ScriptLock: initialize empty array on cleanupGravatar Christian Hesse1-2/+2
2021-12-07upload-backup: drop warning on RouterOS v7......... now that we have it in global-functions. Gravatar Christian Hesse1-6/+0
2021-12-07email-backup: drop warning on RouterOS v7......... now that we have it in global-functions. Gravatar Christian Hesse1-6/+0
2021-12-07global-functions: give a hint on RouterOS v7Gravatar Christian Hesse1-0/+6
2021-12-07global-config: load overlay automaticallyGravatar Christian Hesse4-6/+14
2021-12-07check-routeros-update: lock against multiple invocationGravatar Christian Hesse1-0/+3
2021-12-07README: changes for RouterOS v7change-70Gravatar Christian Hesse5-4/+22
2021-12-02doc/netwatch-notify: add missing empty lineGravatar Christian Hesse1-0/+1
2021-11-22global-functions: $DeviceInfo: add current firmware...(I would like to show a note if the upgrade is pending... But did not find a way to get that information. Is there?) Gravatar Christian Hesse1-0/+2
2021-11-19accesslist-duplicates: read more than a single digit...With RouterOS 6.x a print always starts with numeric id zero, then counts up. This is no longer true with RouterOS 7.x... Thus we have to handle two or more digits in input. Gravatar Christian Hesse3-6/+12
2021-11-18README: no capitals here...Gravatar Christian Hesse1-1/+1
2021-11-16check-health: support hard lower limit for voltage...... to detect slow decrease of voltage, for example with UPS. change-69Gravatar Christian Hesse6-4/+19
2021-11-16check-health: indicate voltage increase or decreaseGravatar Christian Hesse3-2/+6
2021-11-16reintroduce global-waitchange-68Gravatar Christian Hesse9-6/+65
2021-11-16global-functions: drop deprecated function $LogPrintExit...... which has been replaced by $LogPrintExit2 some time ago. Gravatar Christian Hesse1-9/+0
2021-11-15shorten modules directory name (global-functions.d -> mod)change-67Gravatar Christian Hesse14-23/+25
2021-11-15bridge-port-to-default -> global-functions.d/bridge-port-tochange-66Gravatar Christian Hesse10-107/+79
2021-11-12add global-functions.d/bridge-port-vlanchange-65Gravatar Christian Hesse8-3/+159
2021-11-11doc: move notification images to script-specific directoriesGravatar Christian Hesse27-16/+16
2021-11-03hotspot-to-wpa: drop support for tx limits...... if you need to limit bandwidth use queues instead. Gravatar Christian Hesse1-11/+2
2021-10-01global-functions: $NotificationFunctions->"email": check for valid settings...No need to queue mails if 'address' and 'from' are not specified... Gravatar Christian Hesse1-1/+2
2021-10-01global-functions: $DeviceInfo: do not fail on non-RouterBoard with ROS 7.xGravatar Christian Hesse1-1/+4
2021-09-28global-functions.d/notification-telegram: fix calculation on cut offGravatar Christian Hesse1-2/+3
2021-09-22doc/accesslist-duplicates: use real screenshotGravatar Christian Hesse2-9/+2
2021-09-21README: add a note about date and timeGravatar Christian Hesse1-0/+4
2021-09-21README: use real screenshots......... and make sure copy-and-paste with code does not fail. Also end all commands with a semicolon for Github copy button. Gravatar Christian Hesse12-27/+41
2021-09-21hotspot-to-wpa-cleanup: match dhcp server name...... as we do not want the hotspot's lease to become static. Gravatar Christian Hesse1-3/+4
2021-09-21global-functions.d/inspectvar: add $InspectVar......to inspect variables. This is useful for variables with (nested) arrays, for example inspecting $NetwatchNotify (from netwatch-notify): [admin@Mikrotik] > $InspectVar $NetwatchNotify -type-> array -key-> quad-one -type-> array -key-> count -type-> num -value-> 0 -key-> notified -type-> bool -value-> false -key-> parent -type-> nothing -key-> resolve-failed -type-> nothing -key-> since -type-> nothing -key-> example.com -type-> array -key-> count -type-> num -value-> 0 -key-> notified -type-> bool -value-> false -key-> parent -type-> str -value-> quad-one -key-> resolve-failed -type-> nothing -key-> since -type-> nothing change-64Gravatar Christian Hesse5-3/+44
2021-09-21global-functions: notify about move of $IPCalc and $ScriptRunOnce to modules...Just install with... $ScriptInstallUpdate global-functions.d/ipcalc ... and/or... $ScriptInstallUpdate global-functions.d/scriptrunonce ... and use the functions as before. change-63Gravatar Christian Hesse4-3/+4
2021-09-21global-functions: move $ScriptRunOnce to optional moduleGravatar Christian Hesse3-41/+48
2021-09-21global-functions: move $IPCalc to optional moduleGravatar Christian Hesse2-30/+35
2021-09-21upload-backup: warn on missing sensitive information with ROS 7.xGravatar Christian Hesse1-0/+6
2021-09-21email-backup: warn on missing sensitive information with ROS 7.xGravatar Christian Hesse1-0/+6
2021-09-21certs: drop old chain GTS CA 1O1 / GlobalSignGravatar Christian Hesse1-186/+0
2021-09-20certs: add new chain GTS CA 1C3 / GTS Root R1...This is used by Google DNS (8.8.8.8). $CertificateAvailable "GTS CA 1C3" /ip dns set use-doh-server=https://8.8.8.8/dns-query verify-doh-cert=yes Gravatar Christian Hesse1-0/+242
2021-09-20certs: drop old intermediate cert DigiCert ECC Secure Server CAGravatar Christian Hesse1-166/+0