Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-03-28 | global-functions: $MkDir: make directory by adding filerouteros-7.9beta4-2 | Christian Hesse | 1 | -1/+18 | |
This is new functionality in RouterOS 7.9beta4, where new file can be added with `/file/add ...`. This also creates directories for the full path. | |||||
2023-03-28 | global-functions: $MkDir: add extra block for indention... | Christian Hesse | 1 | -30/+32 | |
... to make the next commit cleaner. No functional change. | |||||
2023-03-28 | global-functions: $MkDir: create tmpfs in local function | Christian Hesse | 1 | -10/+22 | |
2023-03-28 | global-functions: $MkDir: return false on error | Christian Hesse | 1 | -1/+1 | |
2023-03-28 | global-functions: $MkDir: drop unused function | Christian Hesse | 1 | -1/+0 | |
2023-03-22 | dhcp-to-dns: always create A record with mac address...change-97 | Christian Hesse | 1 | -1/+1 | |
... and an optional CNAME with host name. | |||||
2023-03-20 | netwatch-notify: support note in notificationchange-96 | Christian Hesse | 1 | -1/+1 | |
2023-03-10 | global-functions: $ScriptInstallUpdate: add proper version in user agent | Christian Hesse | 1 | -2/+5 | |
This allows me to identify what RouterOS versions are run on devices fetching my scripts, which may helps to decide what incompatible changes to push. | |||||
2023-03-07 | global-functions: $ScriptInstallUpdate: make sure not to match self | Christian Hesse | 1 | -1/+1 | |
2023-03-07 | rename scripts and add file extension ".rsc"change-95 | Christian Hesse | 1 | -0/+1292 | |
No functional change for the user... The migration is done automatically. |