Branch | Commit message | Author | Age | |
---|---|---|---|---|
main | mode-button: do not act on disabled LED | Christian Hesse | 6 days | |
next | mode-button: do not act on disabled LED | Christian Hesse | 6 days | |
routeros-v6 | adopt all required certificate changes | Christian Hesse | 3 months | |
staging | netwatch-dns: explicitly expect type=A... | Christian Hesse | 6 days | |
Tag | Download | Author | Age | |
routeros-7.17beta5-1 | commit 5b09469cc6... | Christian Hesse | 7 days | |
routeros-7.17beta4-2 | commit 07c9576377... | Christian Hesse | 4 weeks | |
routeros-7.17beta4-1 | commit 435f70999c... | Christian Hesse | 4 weeks | |
routeros-7.17beta2-2 | commit f2576cf558... | Christian Hesse | 7 weeks | |
routeros-7.17beta2-1 | commit 1776b8f50b... | Christian Hesse | 7 weeks | |
routeros-7.15-1 | commit 209c37664b... | Christian Hesse | 4 months | |
routeros-7.15-2 | commit a017f24224... | Christian Hesse | 4 months | |
routeros-7.15-3 | commit 32474c751f... | Christian Hesse | 4 months | |
routeros-7.14-1 | commit 380b3b3137... | Christian Hesse | 4 months | |
change-131 | commit cdb553d39b... | Christian Hesse | 5 months | |
[...] | ||||
Age | Commit message | Author | Files | Lines |
2021-06-09 | log-forward: implement reverse logic to include messages...•••... even if a filter matches to exclude them. Let's have an example: :global LogForwardFilter "(debug|info)"; :global LogForwardInclude "account"; This will forward everything about topic *account* (login, logout, failed login, ...) - even with topic *info*. change-55 | Christian Hesse | 6 | -7/+20 |
2021-06-09 | log-forward: update comments in global-config | Christian Hesse | 1 | -3/+4 |
2021-06-09 | doc/log-forward: mention Matrix | Christian Hesse | 1 | -1/+1 |
2021-06-08 | global-functions: make Telegram notifications a modulechange-54 | Christian Hesse | 5 | -160/+169 |
2021-06-08 | global-functions: implement notifications via Matrix•••Matrix is an open network for secure, decentralized communication - and it has a web api. A warning on message type: Using 'm.notice' breaks rendering on Element for Android (no fixed width font) and does not pop up desktop notification. Thus we use 'm.text'. Should be safe as we do not send the messages in response to other messages. https://matrix.org/ change-53 | Michael Gisbers | 15 | -18/+186 |
2021-06-08 | global-functions: make notification functions extensible•••This allows to add notification functions without overloading functions. Just add it into the array: :set ($NotificationFunctions->"fancy-messager") do={ # notification magic here... } Adding functions $SendFancyMessager and/or $SendFancyMessager2 may be useful. Optionally a function to flush a queue may be required. A BIG FAT WARNING about function parameters: Calling a function from array results in $0 for the function name being skipped. That's why we have to add the function name manually! | Christian Hesse | 1 | -133/+159 |
2021-06-08 | global-functions: $ScriptInstallUpdate: drop the re-run message•••This makes sense just rarely... For important changes we have the migration mechanism. So just drop this. | Christian Hesse | 1 | -5/+0 |
2021-06-08 | global-functions: $ScriptInstallUpdate: reload configuration later | Christian Hesse | 1 | -7/+12 |
2021-06-08 | global-functions: $ScriptInstallUpdate: reload functions just once | Christian Hesse | 1 | -6/+11 |
2021-06-08 | global-functions: support loading modules•••If script's name starts with "global-functions.d/" it is handled as module: * loaded at startup * triggers reload on update | Christian Hesse | 1 | -1/+6 |
[...] | ||||
Clone | ||||
https://git.eworm.de/cgit/routeros-scripts |