Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-16 | bump RouterOS requirement for all scripts and modules... | Christian Hesse | 1 | -1/+1 | |
... now that global-functions requires RouterOS 7.14 anyway. | |||||
2024-04-07 | bump RouterOS requirement for all scripts and modules...routeros-7.13-6 | Christian Hesse | 1 | -1/+1 | |
... now that global-functions requires RouterOS 7.13 anyway. | |||||
2024-03-12 | backup-email: switch to $LogPrint | Christian Hesse | 1 | -5/+8 | |
2024-03-12 | backup-email: pass failure to packages-update | Christian Hesse | 1 | -1/+5 | |
2024-03-12 | backup-email: drop main function, use :do with on-error | Christian Hesse | 1 | -6/+4 | |
2024-03-12 | global-functions: $ScriptLock: do not exit from global function | Christian Hesse | 1 | -1/+3 | |
2024-03-04 | backup-email: move code into function | Christian Hesse | 1 | -88/+93 | |
2024-01-31 | backup-email: use $CleanName | Christian Hesse | 1 | -2/+2 | |
2024-01-30 | backup-email: use :jobname to get script name | Christian Hesse | 1 | -1/+2 | |
2024-01-01 | update copyright for 2024 | Christian Hesse | 1 | -1/+1 | |
2023-11-22 | backup-email: get rid of '.txt' file extension | Christian Hesse | 1 | -4/+4 | |
2023-09-13 | packages-update: implement backup script order | Christian Hesse | 1 | -1/+1 | |
2023-08-30 | backup-email: revert changes, add comment with warning | Christian Hesse | 1 | -23/+8 | |
Turned out that using `/file/add ...` introduced a regression. Accessing (reading and writing) file contents is limited to 4095 bytes. This limitation does not exist for `:execute script=... file=...`, so keep the old code. Also add a comment with warning. | |||||
2023-08-30 | backup-email: check configuration size before writing file | Christian Hesse | 1 | -5/+6 | |
2023-08-29 | backup-email: detect failure creating config file | Christian Hesse | 1 | -2/+10 | |
2023-08-29 | backup-email: support indication of failure | Christian Hesse | 1 | -2/+9 | |
2023-08-29 | backup-email: write config file directlyrouteros-7.9beta4-8 | Christian Hesse | 1 | -5/+5 | |
This functionality was added in RouterOS 7.9beta4... | |||||
2023-06-12 | backup-email: lock the script | Christian Hesse | 1 | -0/+2 | |
2023-04-24 | backup-email: use $FormatLine | Christian Hesse | 1 | -3/+4 | |
2023-03-07 | rename scripts and add file extension ".rsc"change-95 | Christian Hesse | 1 | -0/+107 | |
No functional change for the user... The migration is done automatically. |