Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-09-16 | check-routeros-update: use $VersionToNum to calculate bitmask | Christian Hesse | 1 | -2/+5 |
2024-08-20 | check-routeros-update: support switching to stable channel...•••... with a feature update in testing channel. | Christian Hesse | 1 | -0/+9 |
2024-07-16 | bump RouterOS requirement for all scripts and modules...•••... now that global-functions requires RouterOS 7.14 anyway. | Christian Hesse | 1 | -1/+1 |
2024-04-07 | bump RouterOS requirement for all scripts and modules...•••... now that global-functions requires RouterOS 7.13 anyway. routeros-7.13-6 | Christian Hesse | 1 | -1/+1 |
2024-03-29 | global-functions: rename $FetchUserAgent -> $FetchUserAgentStr•••... to make sure the function does not clash with the variable we had before, as this causes issue with news and changes notification. | Christian Hesse | 1 | -2/+2 |
2024-03-18 | check-routeros-update: use custom user agent string | Christian Hesse | 1 | -1/+3 |
2024-03-12 | check-routeros-update: switch to $LogPrint | Christian Hesse | 1 | -17/+18 |
2024-03-12 | check-routeros-update: drop main function, use :do with on-error | Christian Hesse | 1 | -9/+7 |
2024-03-12 | global-functions: $ScriptLock: do not exit from global function | Christian Hesse | 1 | -1/+3 |
2024-03-12 | check-routeros-update: do not exit with error | Christian Hesse | 1 | -3/+6 |
2024-03-04 | check-routeros-update: move code into function | Christian Hesse | 1 | -118/+122 |
2024-01-30 | check-routeros-update: use :jobname to get script name | Christian Hesse | 1 | -1/+3 |
2024-01-01 | update copyright for 2024 | Christian Hesse | 1 | -1/+1 |
2023-11-16 | check-routeros-update: rename scheduler•••This was missing for commit f7c72b6ed96e45bf1fbb54c46ce09e1fccc791be... | Christian Hesse | 1 | -1/+1 |
2023-09-13 | check-routeros-update: do not match the channel on neighbor update•••While this works for stable, it does not for testing: The testing channel can have "testing" in the string for rc releases, but also "development" for beta releases... and possibly more. Instead match on version string only, with word boundary. | Christian Hesse | 1 | -1/+1 |
2023-08-31 | check-routeros-update: show neighbor's identity in message and notification | Christian Hesse | 1 | -9/+13 |
2023-08-31 | check-routeros-update: support update from specific neighbor(s)•••... by matching the identity property. change-105 | Christian Hesse | 1 | -1/+3 |
2023-07-15 | check-routeros-update: also match platform for neighbors | Christian Hesse | 1 | -1/+1 |
2023-07-13 | check-routeros-update: match version with date suffix•••Neighbor version can have a date suffix. This changes to match only on the beginning. Closes: GH-45 Co-authored-by: Christian Hesse <mail@eworm.de> | Ben Harris | 1 | -1/+2 |
2023-06-22 | packages-update: rename scheduler to match function name | Christian Hesse | 1 | -1/+1 |
2023-04-19 | check-routeros-update: add version in notification subject | Christian Hesse | 1 | -6/+6 |
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/+147 |