Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-10-16 | global-functions: $ParseJson: handle outher curly brackets | Christian Hesse | 1 | -1/+6 |
2023-10-16 | global-functions: $ParseJson: drop superfluous substraction | Christian Hesse | 1 | -1/+1 |
2023-10-16 | global-functions: make $ParseJson global | Christian Hesse | 1 | -0/+29 |
2023-09-18 | global-functions: split off $FormatMultiLines ...•••... to format multiple lines from an array. | Christian Hesse | 1 | -7/+21 |
2023-09-15 | global-functions: $EitherOr: properly handle time values | Christian Hesse | 1 | -0/+3 |
2023-08-31 | check-routeros-update: support update from specific neighbor(s)•••... by matching the identity property. change-105 | Christian Hesse | 1 | -1/+1 |
2023-08-18 | global-functions: prepare user-agent for fetch in global variable | Christian Hesse | 1 | -6/+6 |
2023-08-15 | news and migration for wifiwave2change-104 | Christian Hesse | 1 | -1/+1 |
2023-06-28 | global-functions: $MkDir: drop extra block, restore indention•••We had this to make the previous commit cleaner. No functional change. | Christian Hesse | 1 | -14/+13 |
2023-06-28 | global-functions: $MkDir: drop old code with smb workaround...•••... and increase required RouterOS. routeros-7.9beta4-5 | Christian Hesse | 1 | -41/+2 |
2023-06-28 | hotspot-to-wpa-cleanup: drop hard-coded server name, find by commentchange-103 | Christian Hesse | 1 | -1/+1 |
2023-06-28 | hotspot-to-wpa: support non-local users•••This has some limitations, though: The password is not known and additional configuration can not be given in user's comment. change-102 | Christian Hesse | 1 | -1/+1 |
2023-06-27 | global-functions: escaping question mark is no longer required | Christian Hesse | 1 | -3/+3 |
2023-06-27 | global-functions: $IsTimeSync: calculate with uptime, drop scheduler | Christian Hesse | 1 | -5/+6 |
2023-06-22 | global-functions: $IsTimeSync: reset ntp client when "waiting"•••Every now and then the ntp client stays in status "waiting" forever... This happens if the server answers, but is not accurate enough. Unlike with connection failure the address is not rotated. (SUP-120012) Let's reset it... Should help with a pool address (like pool.ntp.org) at least. | Christian Hesse | 1 | -0/+13 |
2023-06-13 | introduce fw-addr-listschange-101 | Christian Hesse | 1 | -1/+1 |
2023-06-13 | global-functions: $CertificateDownload: add proper version in user agent | Christian Hesse | 1 | -3/+4 |
2023-06-01 | global-functions: $CertificateDownload: add a delay•••For any reason the imported certificate(s) is/are not available for fetch command immediately. Let's add a delay here... It should not hurt as certificates are not imported that often. | Christian Hesse | 1 | -0/+1 |
2023-06-01 | global-functions: $ScriptInstallUpdate: handle scripts with DOS line endings•••If the script is converted to DOS line endings (\r\n) on the device it was no longer handled by $ScriptInstallUpdate. Let's change that... | Christian Hesse | 1 | -1/+1 |
2023-05-10 | global-functions: $ParseDate: handle date in ISO standard format•••This was introduced with RouterOS 7.10beta5... https://xkcd.com/1179/ 😜 routeros-7.10beta5-1 | Christian Hesse | 1 | -0/+6 |
2023-05-10 | global-functions: introduce $ParseDate•••The extra indention is intended for a later change. | Christian Hesse | 1 | -0/+13 |
2023-04-26 | mod/ssh-keys-import: make ssh-keys-import a modulerouteros-7.9beta4-3change-100 | Christian Hesse | 1 | -1/+1 |
2023-04-24 | dhcp-to-dns: get domain from dhcp server's network definitionchange-99 | Christian Hesse | 1 | -1/+1 |
2023-04-24 | global-functions: $DeviceInfo: use $FormatLine | Christian Hesse | 1 | -15/+16 |
2023-04-24 | global-functions: introduce $FormatLine | Christian Hesse | 1 | -0/+27 |
2023-04-07 | check-certificates: try all SANs for downloadchange-98 | Christian Hesse | 1 | -1/+1 |
2023-03-30 | global-functions: $VersionToNum: support "alpha" in version string | Christian Hesse | 1 | -3/+6 |
2023-03-30 | global-functions: $RequiredRouterOS: accept "alpha" in version string | Christian Hesse | 1 | -1/+1 |
2023-03-28 | global-functions: $MkDir: make directory by adding file•••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. routeros-7.9beta4-2 | Christian Hesse | 1 | -1/+18 |
2023-03-28 | global-functions: $MkDir: add extra block for indention...•••... to make the next commit cleaner. No functional change. | Christian Hesse | 1 | -30/+32 |
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...•••... and an optional CNAME with host name. change-97 | Christian Hesse | 1 | -1/+1 |
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•••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. | Christian Hesse | 1 | -2/+5 |
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"•••No functional change for the user... The migration is done automatically. change-95 | Christian Hesse | 1 | -0/+1292 |