Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-07-01 | lease-script: drop the delay magic... | Christian Hesse | 1 | -6/+0 | |
... as this should be handled by $ScriptLock in lease scripts now. | |||||
2021-07-01 | hotspot-to-wpa-cleanup: lock script (and wait) | Christian Hesse | 1 | -0/+3 | |
2021-07-01 | dhcp-to-dns: lock script (and wait) | Christian Hesse | 1 | -0/+3 | |
2021-07-01 | collect-wireless-mac: wait when locking script | Christian Hesse | 3 | -3/+3 | |
2021-07-01 | Merge branch 'ScriptLock' into next | Christian Hesse | 1 | -3/+58 | |
2021-07-01 | global-functions: $ScriptLock: use hex string for ticket | Christian Hesse | 1 | -2/+2 | |
Does not matter what the ticket looks like, but using hex string it is not converted to number. | |||||
2021-07-01 | global-functions: $ScriptLock: use a limit on lock... | Christian Hesse | 1 | -4/+6 | |
... to make sure it does not lock forever. | |||||
2021-06-30 | global-functions: $ScriptLock: allow to wait for lock | Christian Hesse | 1 | -0/+6 | |
2021-06-30 | global-functions: $ScriptLock: rework with tickets | Christian Hesse | 1 | -6/+40 | |
Getting the order right is not easy... We use a global variable to store "tickets" in an array. Based on that scripts know their order. | |||||
2021-06-30 | global-functions: $ScriptLock: check if script is running | Christian Hesse | 1 | -0/+4 | |
2021-06-30 | global-functions: $ScriptLock: check if script exists | Christian Hesse | 1 | -0/+4 | |
2021-06-30 | global-functions: $ScriptLock: allow to return... | Christian Hesse | 1 | -3/+8 | |
... with true instead of breaking with error. | |||||
2021-06-30 | global-functions: $LogPrintExit2: allow origin-specific debug | Christian Hesse | 1 | -1/+6 | |
Add something like this in global-config-overlay: :global PrintDebugOverride { "dhcp-to-dns"=true; } | |||||
2021-06-28 | global-functions: $GetRandomNumber: use $HexToNum | Christian Hesse | 1 | -11/+2 | |
2021-06-28 | global-functions: $GetRandom20CharHex: do not remove otp... | Christian Hesse | 1 | -3/+1 | |
... as it is instantly invalid anyway. | |||||
2021-06-25 | doc/notifications: change stroke color | Christian Hesse | 16 | -53/+48 | |
This makes the stroke visible on black background. | |||||
2021-06-24 | lease-script: do not run in parallel on simultaneous deassign | Christian Hesse | 1 | -2/+5 | |
2021-06-24 | global-functions: $RandomDelay: allow to specify unit in second argument | Christian Hesse | 1 | -1/+2 | |
2021-06-23 | ppp-on-up: use $LogPrintExit2 | Christian Hesse | 1 | -3/+3 | |
This will never print to terminal, nevertheless we want proper log with script name in prefix. | |||||
2021-06-23 | lease-script: use $LogPrintExit2 | Christian Hesse | 1 | -4/+4 | |
This will never print to terminal, nevertheless we want proper log with script name in prefix. | |||||
2021-06-23 | ipv6-update: use $LogPrintExit2 | Christian Hesse | 1 | -4/+6 | |
This will never print to terminal, nevertheless we want proper log with script name in prefix. | |||||
2021-06-23 | hotspot-to-wpa: add optional cleanup scriptchange-58 | Christian Hesse | 7 | -3/+72 | |
2021-06-23 | celebrating the 1.000th commit - hooray!change-57 | Christian Hesse | 4 | -3/+4 | |
2021-06-23 | notify about tag in scriptschange-56 | Christian Hesse | 4 | -3/+4 | |
2021-06-23 | ppp-on-up: add error handling | Christian Hesse | 1 | -2/+6 | |
2021-06-23 | ppp-on-up: use 'provides' to find ppp-on-up scripts | Christian Hesse | 2 | -9/+6 | |
2021-06-23 | lease-script: add error handling | Christian Hesse | 1 | -2/+6 | |
2021-06-23 | lease-script: use 'provides' to find lease scripts | Christian Hesse | 8 | -25/+22 | |
2021-06-23 | packages-update: use 'provides' to find backup scripts | Christian Hesse | 4 | -1/+7 | |
2021-06-23 | update list of contributors | Christian Hesse | 1 | -0/+1 | |
2021-06-21 | global-functions: $MkDir: abuse smb share to create directory | Christian Hesse | 1 | -7/+5 | |
The smb feature is provided by system package... So we have it anyway. It gives some benefits compared to abusing fetch: * It is faster! * No need to alter, enable and restore a service! (The share is created disabled.) * Firewall rules can not break this. * No temporary file is created. * Less code! Let's hope we do not introduce new breakage. Closes #14 | |||||
2021-06-21 | doc/netwatch-notify: hint on checking internet connectivity | Christian Hesse | 1 | -0/+14 | |
2021-06-21 | doc: add sample notifications | Christian Hesse | 27 | -0/+3052 | |
2021-06-18 | doc/check-health: no capital character here | Christian Hesse | 1 | -1/+1 | |
2021-06-18 | Makefile: generate html files for documentation | Christian Hesse | 1 | -2/+2 | |
2021-06-17 | email-backup: remove attachment when sent | Christian Hesse | 1 | -1/+1 | |
2021-06-17 | global-functions: $NotificationFunctions->"email": support removing attachment | Christian Hesse | 1 | -2/+8 | |
2021-06-16 | upload-backup: remove file after upload | Christian Hesse | 1 | -0/+4 | |
2021-06-16 | global-functions: $HexToNum: properly handle capital characters | Christian Hesse | 1 | -2/+2 | |
2021-06-15 | log-forward: use $HexToNum, do not resend old messages | Christian Hesse | 1 | -6/+3 | |
Now we know the order of messages and can compare. Changing the filter does no longer result in old messages being resent. | |||||
2021-06-15 | global-functions: introduce $HexToNum | Christian Hesse | 1 | -0/+16 | |
2021-06-10 | global-functions: $SendEMail2: fix name in array | Christian Hesse | 1 | -1/+1 | |
This did not send anything at all... Fixes #12 | |||||
2021-06-09 | log-forward: implement reverse logic to include messages...change-55 | Christian Hesse | 6 | -7/+20 | |
... 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*. | |||||
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 Matrixchange-53 | Michael Gisbers | 15 | -18/+186 | |
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/ | |||||
2021-06-08 | global-functions: make notification functions extensible | Christian Hesse | 1 | -133/+159 | |
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! | |||||
2021-06-08 | global-functions: $ScriptInstallUpdate: drop the re-run message | Christian Hesse | 1 | -5/+0 | |
This makes sense just rarely... For important changes we have the migration mechanism. So just drop this. | |||||
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 | Christian Hesse | 1 | -1/+6 | |
If script's name starts with "global-functions.d/" it is handled as module: * loaded at startup * triggers reload on update | |||||
2021-06-08 | INITIAL-COMMANDS: make github copy function work | Christian Hesse | 1 | -3/+3 | |
The Github copy function skips all line breaks, so add some extra semicolons to fix syntax. | |||||
2021-06-06 | update list of contributors | Christian Hesse | 1 | -0/+1 | |
2021-05-26 | Makefile: remove extra whitespace | Christian Hesse | 1 | -1/+1 | |
2021-05-24 | ipv6-update: apply a mask on prefix | Christian Hesse | 1 | -1/+1 | |
Fixes #11 | |||||
2021-05-21 | check-certificates: fix variable name | Christian Hesse | 1 | -1/+1 | |
2021-05-19 | global-functions: $DownloadPackage: quote package name | Christian Hesse | 1 | -2/+2 | |
2021-05-18 | netwatch-notify: add info on hook in notification | Christian Hesse | 1 | -8/+12 | |
2021-05-18 | Merge branch 'lets-encrypt-ISRG-X1' into next | Christian Hesse | 7 | -94/+10 | |
2021-05-18 | update Let's Encrypt trust chainchange-52 | Christian Hesse | 4 | -3/+5 | |
Drop 'DST Root CA X3', use 'ISRG Root X1' instead. The migration code makes sure that... * the intermediate certificate 'R3' is signed by 'ISRG Root X1' * 'ISRG Root X1' is self-signed, not cross-signed by 'DST Root CA X3' * 'DST Root CA X3' is finally gone | |||||
2021-05-18 | drop certificate DST Root CA X3 | Christian Hesse | 3 | -91/+5 | |
Let's Encrypt planned the transition to ISRG's root certificate ("ISRG Root X1") on July 8, 2019, but postponed several times. Finally they found another solution: A certificate 'ISRG Root X1', but cross-signed with 'DST Root CA X3' and with a livetime that exceeds that of the root CA. This is said to work for most operating system where root certificate authorities are just 'trust anchors'. I doubt this is true for RouterOS, where certificates are just imported into the certificate store. So let's migrate to 'ISRG Root X1' now. | |||||
2021-05-17 | add 'ipsec-to-dns'change-51 | Christian Hesse | 8 | -3/+120 | |
2021-05-17 | dhcp-to-dns: use $0 in strings | Christian Hesse | 1 | -2/+2 | |
2021-05-17 | dhcp-to-dns: put string into variable | Christian Hesse | 1 | -4/+5 | |
2021-05-07 | README: use svg logo | Christian Hesse | 1 | -1/+1 | |
2021-05-07 | logo: clean png export | Christian Hesse | 1 | -0/+0 | |
2021-05-07 | logo: convert text to path | Christian Hesse | 1 | -24/+35 | |
2021-05-07 | logo: scale to 96x96 pixels | Christian Hesse | 1 | -18/+22 | |
2021-05-06 | Merge branch 'netwatch-notify' into next | Christian Hesse | 6 | -5/+50 | |
2021-05-06 | netwatch-notify: log failed resolve just once | Christian Hesse | 1 | -2/+7 | |
2021-05-06 | netwatch-notify: attempt to update address with working resolver only | Christian Hesse | 1 | -1/+2 | |
2021-05-06 | netwatch-notify: support dynamic address updatechange-50 | Christian Hesse | 6 | -3/+28 | |
2021-05-06 | netwatch-notify: log on host up... | Christian Hesse | 1 | -2/+4 | |
... if logged on host down before. | |||||
2021-05-05 | doc/netwatch-notify: tips & tricks: one of several hosts | Christian Hesse | 1 | -0/+12 | |
2021-05-03 | doc: inform about dependency on base installation | Christian Hesse | 31 | -0/+93 | |
That should make the documentation clearer if external sites link to the documentation of a specific script. | |||||
2021-05-03 | update list of contributors | Christian Hesse | 1 | -0/+1 | |
2021-04-29 | upload-backup: add second symbol | Christian Hesse | 2 | -1/+2 | |
2021-04-29 | email-backup: add second symbol | Christian Hesse | 1 | -1/+2 | |
2021-04-29 | cloud-backup: add second symbol | Christian Hesse | 2 | -1/+2 | |
2021-04-29 | email-backup: add symbol in e-mail | Christian Hesse | 1 | -1/+2 | |
That's easy now that we use $SendEMail2... | |||||
2021-04-29 | email-backup: use $SendEMail2change-49 | Christian Hesse | 6 | -23/+15 | |
This drops $EmailBackupTo & $EmailBackupCc from settings! Use settings overwrite if required: :global EmailGeneralToOverride { "email-backup"="backup@example.com"; } | |||||
2021-04-29 | global-functions: $SendEMail2: support file attachments | Christian Hesse | 1 | -3/+5 | |
2021-04-29 | email-backup: work inside directory | Christian Hesse | 1 | -6/+12 | |
2021-04-29 | upload-backup: work inside directory | Christian Hesse | 1 | -6/+12 | |
2021-04-29 | capsman-rolling-upgrade: properly handle vanished cap | Christian Hesse | 1 | -2/+6 | |
2021-04-29 | packages-update: update wording | Christian Hesse | 1 | -1/+1 | |
2021-04-29 | packages-update: add missing colon | Christian Hesse | 1 | -1/+1 | |
2021-04-29 | global-functions: $DownloadPackage: be more verbose | Christian Hesse | 1 | -2/+4 | |
2021-04-29 | global-functions: $DownloadPackage: fix typo | Christian Hesse | 1 | -1/+1 | |
2021-04-29 | global-functions: $FlushEmailQueue: try to avoid running simultaneously | Christian Hesse | 1 | -1/+3 | |
We can not check the status for a *specific* mail, so running simultaneously is a problem. Let's increase the interval to the number of queue items - and hope it helps. Decrease when done. | |||||
2021-04-28 | Merge branch 'notifications' into next | Christian Hesse | 19 | -139/+205 | |
2021-04-28 | global-functions: notify about settings overridechange-48 | Christian Hesse | 4 | -3/+4 | |
2021-04-28 | global-config: comment on overriding e-mail and Telegram settings | Christian Hesse | 1 | -0/+7 | |
2021-04-28 | upload-backup: pass origin to $SendNotification2 | Christian Hesse | 1 | -1/+2 | |
2021-04-28 | sms-forward: pass origin to $SendNotification2 | Christian Hesse | 1 | -1/+2 | |
2021-04-28 | netwatch-notify: pass origin to $SendNotification2 | Christian Hesse | 1 | -2/+4 | |
2021-04-28 | log-forward: pass origin to $SendNotification2 | Christian Hesse | 1 | -1/+2 | |
2021-04-28 | daily-psk: pass origin to $SendNotification2 | Christian Hesse | 3 | -3/+6 | |
2021-04-28 | collect-wireless-mac: pass origin to $SendNotification2 | Christian Hesse | 3 | -3/+6 | |