Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-21 | Merge branch 'doc/mod' into next | Christian Hesse | 27 | -15/+274 | |
2022-02-21 | doc/mod: notify about new documentationchange-78 | Christian Hesse | 4 | -3/+4 | |
2022-02-21 | add doc/mod/scriptrunonce | Christian Hesse | 4 | -0/+39 | |
2022-02-20 | add doc/mod/ipcalc | Christian Hesse | 4 | -0/+54 | |
2022-02-20 | add doc/mod/inspectvar | Christian Hesse | 3 | -0/+34 | |
2022-02-20 | add doc/mod/notification-matrix | Christian Hesse | 14 | -11/+73 | |
2022-02-20 | add doc/mod/notification-telegram | Christian Hesse | 14 | -12/+81 | |
2022-02-20 | Makefile: match all *.md files, incl. doc/mod/ | Christian Hesse | 1 | -1/+1 | |
2022-02-20 | doc/check-routeros-update: mention e-mail, matrix and telegram | Christian Hesse | 1 | -0/+2 | |
2022-02-12 | doc/mod: put hints into block quote, update info icon, fix links | Christian Hesse | 2 | -6/+6 | |
2022-02-12 | doc: use another info icon: đ -> âšī¸ | Christian Hesse | 34 | -34/+34 | |
2022-02-11 | doc/early-errors: no site structure, hint only | Christian Hesse | 1 | -10/+1 | |
2022-02-11 | doc: put hints into block quote | Christian Hesse | 34 | -71/+70 | |
2022-02-11 | INITIAL-COMMANDS: put hint into block quote | Christian Hesse | 1 | -2/+3 | |
2022-02-11 | README: put hint into block quote | Christian Hesse | 1 | -2/+2 | |
2022-02-11 | firmware-upgrade-reboot: add a delay before reboot | Christian Hesse | 1 | -0/+5 | |
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. | |||||
2022-02-10 | global-functions: $DownloadPackage: handle special cases | Christian Hesse | 1 | -7/+3 | |
This is a RouterOS v7 only change! * Revert commit 1e6931c8e34d5035cb07baa98b57eccbcd4278ab (but keep the cherry-picked one in branch routeros-v6). * Drop special case 'routeros-$arch', which no longer exists. * Update package name 'system' to 'routeros'. This should be the correct name, and is expected by CAPsMAN. No idea why package-name property for the file is different... | |||||
2022-02-10 | capsman-download-packages: wireless package does no longer exist | Christian Hesse | 1 | -3/+0 | |
This is a RouterOS v7 only change! | |||||
2022-02-10 | global-functions: $MkDir: do not act without directory | Christian Hesse | 1 | -0/+4 | |
2022-02-10 | update list of contributors | Christian Hesse | 1 | -0/+1 | |
Thanks a lot and please enjoy firmware-upgrade-reboot! đ | |||||
2022-02-10 | introduce firmware-upgrade-rebootchange-77 | Christian Hesse | 9 | -3/+75 | |
2022-02-10 | netwatch-dns: flush cache on configuration change | Christian Hesse | 1 | -0/+4 | |
2022-02-10 | netwatch-notify: nest conditions | Christian Hesse | 1 | -15/+17 | |
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. | |||||
2022-02-10 | netwatch-notify: allow to suppress notification on host downchange-76 | Christian Hesse | 6 | -10/+23 | |
2022-02-08 | doc/netwatch-notify: add sections | Christian Hesse | 1 | -0/+8 | |
2022-02-08 | doc/packages-update: link backup-cloud | Christian Hesse | 1 | -0/+1 | |
2022-01-30 | packages-update: use correct syntax | Christian Hesse | 1 | -3/+3 | |
2022-01-30 | check-routeros-update: use correct syntax | Christian Hesse | 1 | -1/+1 | |
2022-01-20 | global-functions: $ScriptInstallUpdate: quote names in log output | Christian Hesse | 1 | -9/+9 | |
2022-01-20 | global-functions: $ScriptInstallUpdate: give final url in debug output | Christian Hesse | 1 | -7/+6 | |
2022-01-17 | global-functions: $DownloadPackage: handle special case with name | Christian Hesse | 1 | -0/+4 | |
For RouterOS 6.x bundled package version and architecture are swapped. Closes: #21 | |||||
2022-01-17 | global-functions: $DownloadPackage: give url in debug output | Christian Hesse | 1 | -3/+3 | |
2022-01-14 | Merge branch 'routeros-v7' into next | Christian Hesse | 11 | -82/+83 | |
2022-01-14 | global: notify about merging 'routeros-v7' into 'main'change-75 | Christian Hesse | 4 | -4/+10 | |
2022-01-14 | doc/capsman-download-packages: only bundle is available nowrouteros-7.x-4 | Christian Hesse | 1 | -5/+3 | |
2022-01-14 | check-health: adopt new data structure for ROS 7.xrouteros-7.x-3 | Christian Hesse | 1 | -39/+49 | |
The PSU state has an empty string for type... Thus matching on name. | |||||
2022-01-14 | rotate-ntp: syntax for ROS 7.xrouteros-7.x-2 | Christian Hesse | 1 | -1/+1 | |
The property name changed in RouterOS v7... | |||||
2022-01-14 | ospf-to-leds: get state from count of neighborsrouteros-7.x-1 | Christian Hesse | 1 | -4/+10 | |
The state property is gone in RouterOS v7... | |||||
2022-01-14 | backup-upload: export with show-sensitiverouteros-7.1rc1-3 | Christian Hesse | 1 | -1/+1 | |
This is available (and required) with RouterOS 7.1rc1. | |||||
2022-01-14 | backup-email: export with show-sensitiverouteros-7.1rc1-2 | Christian Hesse | 1 | -1/+1 | |
This is available (and required) with RouterOS 7.1rc1. | |||||
2022-01-14 | README: drop hint on branch 'routeros-v7' | Christian Hesse | 2 | -22/+4 | |
2022-01-14 | global-functions: bump the required version for RouterOS 7.x | Christian Hesse | 1 | -5/+4 | |
... but keep a warning when running RouterOS v6. | |||||
2022-01-14 | README: install correct global-config-overlay for RouterOS v6branch-routeros-v6 | Christian Hesse | 3 | -3/+15 | |
2022-01-14 | INITIAL-COMMANDS: silence the certificate download | Christian Hesse | 1 | -1/+1 | |
2022-01-07 | hotspot-to-wpa: support settings from templatechange-74 | Christian Hesse | 6 | -8/+56 | |
2022-01-06 | Merge branch 'backup' into next | Christian Hesse | 21 | -433/+444 | |
2022-01-06 | Migrate configuration and send notification on renameschange-73 | Christian Hesse | 4 | -3/+5 | |
2022-01-06 | rename script upload-backup -> backup-upload | Christian Hesse | 9 | -181/+184 | |
2022-01-06 | rename script email-backup -> backup-email | Christian Hesse | 9 | -139/+142 | |
2022-01-06 | rename script cloud-backup -> backup-cloud | Christian Hesse | 9 | -116/+119 | |
2022-01-03 | introduce netwatch-dnschange-72 | Christian Hesse | 8 | -3/+166 | |
2022-01-03 | netwatch-notify: give netwatch some time to settle | Christian Hesse | 1 | -0/+4 | |
2022-01-03 | netwatch-notify: initialize after lock | Christian Hesse | 1 | -2/+2 | |
2022-01-03 | netwatch-notify: better match notify-entries | Christian Hesse | 1 | -77/+80 | |
2022-01-03 | add AVIF logo | Christian Hesse | 1 | -0/+0 | |
2022-01-03 | doc/accesslist-duplicates: convert screenshot to AVIF | Christian Hesse | 3 | -1/+1 | |
2022-01-03 | README: convert screenshots to AVIF | Christian Hesse | 23 | -11/+11 | |
2022-01-03 | README: convert Telegram group qr code to AVIF | Christian Hesse | 3 | -1/+1 | |
2022-01-01 | update copyright for 2022 | Christian Hesse | 62 | -62/+62 | |
2021-12-30 | README: add Telegram icon in qr code | Christian Hesse | 1 | -0/+0 | |
2021-12-30 | README: add a qr code to join Telegram group | Christian Hesse | 2 | -0/+3 | |
2021-12-20 | global-functions: $RequiredRouterOS: fix warning | Christian Hesse | 1 | -5/+4 | |
Passing a boolean does not work... Handle as string. | |||||
2021-12-17 | log-forward: fix forwarding first message | Christian Hesse | 1 | -1/+1 | |
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. | |||||
2021-12-16 | INITIAL-COMMANDS: adopt changes, no need to run global-config-overlay | Christian Hesse | 1 | -2/+2 | |
2021-12-16 | doc/ssh-keys-import: number keys, do not overwrite on same comment | Christian Hesse | 1 | -1/+1 | |
2021-12-16 | doc/ssh-keys-import: handle RSA keys only | Christian Hesse | 1 | -1/+1 | |
Sadly RouterOS does not (yet) support ed25519 keys... | |||||
2021-12-16 | update list of contributors | Christian Hesse | 1 | -0/+1 | |
2021-12-15 | update list of contributors | Christian Hesse | 1 | -0/+1 | |
2021-12-14 | global-functions: $DownloadPackage: make directory first | Christian Hesse | 1 | -0/+6 | |
The fetch command creates the directory itself, however using $MkDir gives better error message when creating directory fails. | |||||
2021-12-14 | global-functions: $MkDir: log error | Christian Hesse | 1 | -1/+3 | |
2021-12-14 | global-functions: $NotificationFunctions->"email": do not declare unused âĩ | Christian Hesse | 1 | -1/+0 | |
function | |||||
2021-12-13 | global-functions: $DeviceInfo: show license level if available | Christian Hesse | 1 | -0/+3 | |
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. | |||||
2021-12-13 | README: changes for RouterOS v6change-71 | Christian Hesse | 5 | -3/+16 | |
2021-12-10 | global-functions: $ScriptLock: simplify cleanup code | Christian Hesse | 1 | -5/+2 | |
2021-12-09 | global-functions: $ScriptLock: remove ticket in a loop | Christian Hesse | 1 | -1/+2 | |
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... | |||||
2021-12-09 | global-functions: $ScriptLock: cleanup in dedicated function | Christian Hesse | 1 | -4/+13 | |
2021-12-09 | mod/ipcalc: introduce $IPCalcReturn | Christian Hesse | 1 | -9/+20 | |
2021-12-09 | mod/inspectvar: truncate value if too long | Christian Hesse | 1 | -1/+3 | |
2021-12-09 | mod/inspectvar: introduce $InspectVarReturn | Christian Hesse | 1 | -8/+20 | |
2021-12-09 | global-functions: $ScriptLock: initialize earlier | Christian Hesse | 1 | -4/+3 | |
2021-12-09 | global-functions: $ScriptLock: initialize empty array on cleanup | Christian Hesse | 1 | -2/+2 | |
2021-12-07 | upload-backup: drop warning on RouterOS v7... | Christian Hesse | 1 | -6/+0 | |
... now that we have it in global-functions. | |||||
2021-12-07 | email-backup: drop warning on RouterOS v7... | Christian Hesse | 1 | -6/+0 | |
... now that we have it in global-functions. | |||||
2021-12-07 | global-functions: give a hint on RouterOS v7 | Christian Hesse | 1 | -0/+6 | |
2021-12-07 | global-config: load overlay automatically | Christian Hesse | 4 | -6/+14 | |
2021-12-07 | check-routeros-update: lock against multiple invocation | Christian Hesse | 1 | -0/+3 | |
2021-12-07 | README: changes for RouterOS v7change-70 | Christian Hesse | 5 | -4/+22 | |
2021-12-02 | doc/netwatch-notify: add missing empty line | Christian Hesse | 1 | -0/+1 | |
2021-11-22 | global-functions: $DeviceInfo: add current firmware | Christian Hesse | 1 | -0/+2 | |
(I would like to show a note if the upgrade is pending... But did not find a way to get that information. Is there?) | |||||
2021-11-19 | accesslist-duplicates: read more than a single digit | Christian Hesse | 3 | -6/+12 | |
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. | |||||
2021-11-18 | README: no capitals here... | Christian Hesse | 1 | -1/+1 | |
2021-11-16 | check-health: support hard lower limit for voltagechange-69 | Christian Hesse | 6 | -4/+19 | |
... to detect slow decrease of voltage, for example with UPS. | |||||
2021-11-16 | check-health: indicate voltage increase or decrease | Christian Hesse | 3 | -2/+6 | |
2021-11-16 | reintroduce global-waitchange-68 | Christian Hesse | 9 | -6/+65 | |
2021-11-16 | global-functions: drop deprecated function $LogPrintExit | Christian Hesse | 1 | -9/+0 | |
... which has been replaced by $LogPrintExit2 some time ago. | |||||
2021-11-15 | shorten modules directory name (global-functions.d -> mod)change-67 | Christian Hesse | 14 | -23/+25 | |
2021-11-15 | bridge-port-to-default -> global-functions.d/bridge-port-tochange-66 | Christian Hesse | 10 | -107/+79 | |
2021-11-12 | add global-functions.d/bridge-port-vlanchange-65 | Christian Hesse | 8 | -3/+159 | |
2021-11-11 | doc: move notification images to script-specific directories | Christian Hesse | 27 | -16/+16 | |
2021-11-03 | hotspot-to-wpa: drop support for tx limits | Christian Hesse | 1 | -11/+2 | |
... if you need to limit bandwidth use queues instead. |