Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
4 days | doc/fw-addr-lists: add a warning on possible subsystem crashHEADnextmain | 1 | -1/+4 | |
4 days | fw-addr-lists: delay on possible scripting subsystem crash•••This happens in :convert when a list is way too large. Let's use $LogPrintOnce here. If the scripting subsystem really crashes the message will be purged from $LogPrintOnceMessages anyway (as all global variables are lost). | 1 | -0/+6 | |
4 days | capsman-download-packages: revert changes for "new functionality"•••(Though we keep the quoting for type.) Well, turned out this functionality is for `/file/print` only, but does not work with `/file/find`. 🫣🥴 This reverts commit 15fd522d3db507cc7c22af9cd59ff85d41a5be6f. | 4 | -13/+13 | |
10 days | update list of contributors | 1 | -0/+1 | |
10 days | check-routeros-update: remove a stale scheduler | 1 | -3/+9 | |
10 days | packages-update: support deferred reboot with longer interval | 2 | -5/+10 | |
10 days | Merge branch 'file' into nextrouteros-7.20beta2-1 | 9 | -67/+107 | |
10 days | capsman-download-packages: adopt new functionality from file menu | 4 | -13/+13 | |
10 days | capsman-download-packages: use $FileGet ...•••... to work around restrictions in new file handling. | 3 | -3/+6 | |
10 days | telegram-chat: use $FileExists ...•••... to work around restrictions in new file handling. | 1 | -1/+2 | |
10 days | mod/ssh-keys-import: use $FileExists ...•••... to work around restrictions in new file handling. | 1 | -2/+2 | |
10 days | mod/notification-email: use $RmFile | 1 | -1/+2 | |
10 days | mod/notification-email: use $FileExists ...•••... to work around restrictions in new file handling. | 1 | -1/+2 | |
10 days | backup-email: add a comment why files are not removed | 1 | -0/+1 | |
10 days | backup-email: check for .conf file | 1 | -1/+2 | |
10 days | backup-email: use :retry and $FileExists ...•••... to work around restrictions in new file handling. | 1 | -10/+11 | |
10 days | global-functions: $DownloadPackage: use $FileExists ...•••... to work around restrictions in new file handling. | 1 | -2/+3 | |
10 days | global-functions: introduce $FileExists | 1 | -0/+24 | |
10 days | global-functions: $WaitForFile: use :retry for simplification, ...•••... and to work around restrictions in new file handling. | 1 | -8/+6 | |
10 days | global-functions: $WaitForFile: drop the workaround•••This was fixed in RouterOS 7.18rc1, so should be ok to remove now. routeros-7.18rc1-2 | 1 | -9/+0 | |
10 days | global-functions: $RmFile: use $FileGet ...•••... to work around restrictions in new file handling. | 1 | -9/+10 | |
10 days | global-functions: $RmDir: use $FileGet ...•••... to work around restrictions in new file handling. | 1 | -9/+10 | |
10 days | global-functions: $MkDir: use $FileGet ...•••... to work around restrictions in new file handling. | 1 | -1/+3 | |
12 days | global-functions: introduce $FileGet | 1 | -0/+13 | |
12 days | Merge branch 'builtin-certs' into next | 3 | -11/+32 | |
12 days | INITIAL-COMMANDS: use builtin certificates if possible | 1 | -10/+16 | |
2025-05-28 | global-functions: $CertificateAvailable: try to use builtin certificates•••The builtin certificates were introduced with RouterOS 7.19, so requires this hacky :parse workaround. | 1 | -0/+5 | |
2025-05-28 | README: add a paragraph and link to jump | 1 | -2/+5 | |
2025-05-28 | README: give a hint on builtin certificate store•••I guess this should become the default any time in future... | 1 | -1/+8 | |
2025-05-23 | telegram-chat: rename variable...•••... to better describe the use. | 1 | -2/+2 | |
2025-05-23 | telegram-chat: fix detection of replies | 1 | -1/+1 | |
2025-05-23 | global-functions: $ScriptInstallUpdate: fix syntax error | 1 | -1/+1 | |
2025-05-23 | fix the trust state for certificates•••RouterOS 7.19 is suffering an issue with certificate store, where the trust state is not available correctly. This effects certificates imported a long time ago, with RouterOS 7.4 or older. Fixing trust state for all certificates by re-setting the trust state... (Reported as SUP-188791...) routeros-7.19-1change-138 | 2 | -1/+3 | |
2025-05-22 | DEBUG: fix typo | 1 | -1/+1 | |
2025-05-22 | telegram-chat: support debug output for updates in JSON | 1 | -0/+3 | |
2025-05-22 | telegram-chat: support trusted group chat ids•••But be warned: Adding a person to a trusted group will give her/him administrative control over the device(s) - without changes on the device itself! On the other hand... Removing permissions is easily done by removing a person from a group. Closes: https://github.com/eworm-de/routeros-scripts/issues/101 | 1 | -1/+3 | |
2025-05-22 | mod/notification-telegram: fix indention | 1 | -1/+1 | |
2025-05-22 | fw-addr-lists: for IPv6 the CIDR is always expected | 1 | -2/+2 | |
2025-05-22 | mod/notification-email: add the link symbol | 1 | -1/+2 | |
2025-05-22 | mod/notification-email: properly truncate the body•••Truned out that the size limit for e-mail message/body is anywhere just below 64kB... So truncate at about 62.000 bytes. | 1 | -3/+13 | |
2025-05-22 | mod/notification-email: add error handling when sending mail | 1 | -25/+30 | |
2025-05-22 | mod/inspectvar: replace only when matching | 1 | -1/+6 | |
2025-05-22 | mod/inspectvar: remove CR, replace LF | 1 | -0/+2 | |
2025-05-22 | mod/inspectvar: print the length for strings | 1 | -0/+5 | |
2025-05-22 | mod/inspectvar: use $CharacterMultiply | 1 | -5/+3 | |
2025-05-22 | Merge branch 'onerror' into next | 23 | -174/+175 | |
2025-05-22 | update-tunnelbroker: :do ... on-error=... -> :onerror ... do=... | 1 | -3/+3 | |
2025-05-22 | unattended-lte-firmware-upgrade: :do ... on-error=... -> :onerror ... do=... | 1 | -6/+6 | |
2025-05-22 | telegram-chat: :do ... on-error=... -> :onerror ... do=... | 1 | -3/+3 | |
2025-05-22 | sms-forward: :do ... on-error=... -> :onerror ... do=... | 1 | -3/+3 | |
2025-05-22 | netwatch-notify: :do ... on-error=... -> :onerror ... do=... | 1 | -6/+6 | |
2025-05-22 | netwatch-dns: :do ... on-error=... -> :onerror ... do=... | 1 | -4/+4 | |
2025-05-22 | mod/ssh-keys-import: :do ... on-error=... -> ... well... - fix condition 🥴 | 1 | -3/+1 | |
2025-05-21 | mod/ssh-keys-import: :do ... on-error=... -> :onerror ... do=... | 1 | -3/+3 | |
2025-05-21 | mod/scriptrunonce: :do ... on-error=... -> :onerror ... do=... | 1 | -3/+3 | |
2025-05-21 | mode-button: :do ... on-error=... -> :onerror ... do=... | 1 | -3/+3 | |
2025-05-21 | mod/notification-gotify: :do ... on-error=... -> :onerror ... do=... | 1 | -6/+6 | |
2025-05-21 | mod/notification-matrix: :do ... on-error=... -> :onerror ... do=... | 1 | -21/+21 | |
2025-05-21 | mod/notification-ntfy: :do ... on-error=... -> :onerror ... do=... | 1 | -6/+6 | |
2025-05-21 | mod/notification-telegram: :do ... on-error=... -> :onerror ... do=... | 1 | -9/+9 | |
2025-05-21 | lease-script: :do ... on-error=... -> :onerror ... do=... | 1 | -3/+3 | |
2025-05-21 | gps-track: :do ... on-error=... -> :onerror ... do=... | 1 | -3/+3 | |
2025-05-21 | global-functions: :do ... on-error=... -> :onerror ... do=... | 1 | -3/+3 | |
2025-05-21 | global-functions: $ValidateSyntax: add debug output | 1 | -0/+3 | |
2025-05-21 | global-functions: $ValidateSyntax: :do ... on-error=... -> :onerror ... do=... | 1 | -2/+2 | |
2025-05-21 | global-functions: $ScriptInstallUpdate: :do ... on-error=... -> :onerror ... ... | 1 | -15/+13 | |
2025-05-21 | global-functions: $RmFile: :do ... on-error=... -> :onerror ... do=... | 1 | -3/+3 | |
2025-05-21 | global-functions: $RmDir: :do ... on-error=... -> :onerror ... do=... | 1 | -3/+3 | |
2025-05-21 | global-functions: $MkDir: :do ... on-error=... -> :onerror ... do=... | 1 | -6/+6 | |
2025-05-21 | global-functions: $GetMacVendor: :do ... on-error=... -> :onerror ... do=... | 1 | -3/+3 | |
2025-05-21 | global-functions: $FetchHuge: :do ... on-error=... -> :onerror ... do=... | 1 | -3/+3 | |
2025-05-21 | global-functions: $DownloadPackage: :do ... on-error=... -> :onerror ... do=... | 1 | -3/+3 | |
2025-05-21 | global-config: :do ... on-error=... -> :onerror ... do=... | 1 | -3/+3 | |
2025-05-21 | fw-addr-lists: adopt changes in wording...•••... to match the changes from previous commit. | 1 | -12/+12 | |
2025-05-21 | fw-addr-lists: :do ... on-error=... -> :onerror ... do=... | 1 | -8/+8 | |
2025-05-21 | check-routeros-update: :do ... on-error=... -> :onerror ... do=... | 1 | -3/+3 | |
2025-05-21 | check-lte-firmware-upgrade: :do ... on-error=... -> :onerror ... do=... | 1 | -3/+3 | |
2025-05-21 | check-health: :do ... on-error=... -> :onerror ... do=... | 1 | -3/+3 | |
2025-05-21 | backup-upload: :do ... on-error=... -> :onerror ... do=... | 1 | -9/+9 | |
2025-05-21 | backup-partition: :do ... on-error=... -> :onerror ... do=... | 1 | -7/+9 | |
2025-05-21 | global-functions: $DownloadPackage: reverse failure logic...•••... and do not retry. | 1 | -14/+11 | |
2025-05-13 | sms-forward: add error handling on message removal | 1 | -4/+12 | |
2025-05-13 | sms-forward: delay after removal...•••... to give the SIM card some time to succeed. Removing several messages one after another fails without this. | 1 | -0/+2 | |
2025-05-12 | global-functions: $ScriptInstallUpdate: set config and functions not ready...•••... before reload. This should fix some corner cases where scripts ran with broken configuration or functions. Also do reload both - configuration and functions - to simplify the function. | 1 | -21/+16 | |
2025-05-12 | global-config: add another visual hint | 1 | -1/+4 | |
2025-05-12 | global-config: add another comment with visual hint | 1 | -0/+3 | |
2025-05-08 | Merge branch 'global-config-ready' into next | 59 | -172/+179 | |
2025-05-08 | global-wait: check for global config to be ready | 1 | -1/+2 | |
2025-05-08 | update-tunnelbroker: check for global config to be ready | 1 | -3/+3 | |
2025-05-08 | update-gre-address: check for global config to be ready | 1 | -3/+3 | |
2025-05-08 | telegram-chat: check for global config to be ready | 1 | -3/+3 | |
2025-05-08 | sms-forward: check for global config to be ready | 1 | -3/+3 | |
2025-05-08 | sms-action: check for global config to be ready | 1 | -3/+3 | |
2025-05-08 | ppp-on-up: check for global config to be ready | 1 | -3/+3 | |
2025-05-08 | packages-update: check for global config to be ready | 1 | -3/+3 | |
2025-05-08 | ospf-to-leds: check for global config to be ready | 1 | -3/+3 | |
2025-05-08 | netwatch-notify: check for global config to be ready | 1 | -3/+3 | |
2025-05-08 | netwatch-dns: check for global config to be ready | 1 | -3/+3 | |
2025-05-08 | mode-button: check for global config to be ready | 1 | -3/+3 | |
2025-05-08 | log-forward: check for global config to be ready | 1 | -3/+3 |