aboutsummaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
mainmode-button: do not act on disabled LEDGravatar Christian Hesse6 days
nextmode-button: do not act on disabled LEDGravatar Christian Hesse6 days
routeros-v6adopt all required certificate changesGravatar Christian Hesse3 months
stagingnetwatch-dns: explicitly expect type=A...Gravatar Christian Hesse6 days
 
TagDownloadAuthorAge
routeros-7.17beta5-1commit 5b09469cc6...Gravatar Christian Hesse7 days
routeros-7.17beta4-2commit 07c9576377...Gravatar Christian Hesse4 weeks
routeros-7.17beta4-1commit 435f70999c...Gravatar Christian Hesse4 weeks
routeros-7.17beta2-2commit f2576cf558...Gravatar Christian Hesse7 weeks
routeros-7.17beta2-1commit 1776b8f50b...Gravatar Christian Hesse7 weeks
routeros-7.15-1commit 209c37664b...Gravatar Christian Hesse4 months
routeros-7.15-2commit a017f24224...Gravatar Christian Hesse4 months
routeros-7.15-3commit 32474c751f...Gravatar Christian Hesse4 months
routeros-7.14-1commit 380b3b3137...Gravatar Christian Hesse4 months
change-131commit cdb553d39b...Gravatar Christian Hesse5 months
[...]
 
AgeCommit messageAuthorFilesLines
2021-06-08global-functions: make Telegram notifications a modulechange-54Gravatar Christian Hesse5-160/+169
2021-06-08global-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-53Gravatar Michael Gisbers15-18/+186
2021-06-08global-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! Gravatar Christian Hesse1-133/+159
2021-06-08global-functions: $ScriptInstallUpdate: drop the re-run message•••This makes sense just rarely... For important changes we have the migration mechanism. So just drop this. Gravatar Christian Hesse1-5/+0
2021-06-08global-functions: $ScriptInstallUpdate: reload configuration laterGravatar Christian Hesse1-7/+12
2021-06-08global-functions: $ScriptInstallUpdate: reload functions just onceGravatar Christian Hesse1-6/+11
2021-06-08global-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 Gravatar Christian Hesse1-1/+6
2021-06-08INITIAL-COMMANDS: make github copy function work•••The Github copy function skips all line breaks, so add some extra semicolons to fix syntax. Gravatar Christian Hesse1-3/+3
2021-06-06update list of contributorsGravatar Christian Hesse1-0/+1
2021-05-26Makefile: remove extra whitespaceGravatar Christian Hesse1-1/+1
[...]
 
Clone
https://git.eworm.de/cgit/routeros-scripts