Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-06-20 | mod/notification-matrix: only flush queue if fully connected•••The fetch command is not as reliable as it should be... Chances were that notifications were sent multiple times if stuck in background. Let's flush only if fully connected - and hope this fixes it. | 1 | -0/+6 | |
2022-06-20 | global-functions: introduce function $IsFullyConnected | 1 | -0/+19 | |
2022-06-20 | global-functions: rename internal function: $TimeIsSync -> $IsTimeSync | 1 | -33/+33 | |
2022-06-20 | global-functions: rename internal function: $DNSIsResolving -> $IsDNSResolving | 2 | -17/+17 | |
2022-06-20 | global-functions: rename internal function: $DefaultRouteIsReachable -> $IsDe... | 1 | -11/+11 | |
2022-06-17 | global-functions: $WaitTimeSync: drop declaration of unused function | 1 | -1/+0 | |
2022-06-16 | fix typos: 'at lease' -> 'at least' | 4 | -5/+5 | |
2022-06-15 | drop script 'rotate-ntp'•••For RouterOS 6.x a separate package 'ntp' exists. This adds server functionality, but allows ip addresses for the client only. I added the script 'rotate-ntp' to update addresses from names... Now with RouterOS 7.x there's no extra package and the limitation does no longer exist. So let's just drop the script. This adds migration code, that... * removes the script from configuration * removes a scheduler from configuration * sets the configured ntp pool name for ntp client change-81 | 7 | -97/+9 | |
2022-06-15 | mod/bridge-port-to: log when re-enabling interfaces | 1 | -0/+3 | |
2022-06-15 | mod/bridge-port-vlan: log when re-enabling interfaces | 1 | -0/+3 | |
2022-06-15 | mod/bridge-port-to: move reenable to correct level | 1 | -6/+6 | |
2022-06-15 | mod/bridge-port-vlan: move reenable to correct level | 1 | -6/+6 | |
2022-06-14 | global-config-overlay: fix $GlobalConfigVersion...•••Looks like I missed this in commit 5e481a768b4cea4534f5f775ce565a79cb1e3eb9. 😳 | 1 | -1/+1 | |
2022-06-10 | rotate-ntp: update message to indicate resolve failed again | 1 | -1/+1 | |
2022-06-10 | rotate-ntp: do not flood the log on weak connection | 1 | -1/+8 | |
2022-06-10 | doc/mod/bridge-port-to: fix scheduler name | 1 | -1/+1 | |
2022-06-08 | log-forward: fix the pattern excluding mail errors•••This looked smart, but did not work... 🤪 Unicode characters have to be in place to make $QuotedPrintable have an effect. So fix it... We have duplicate pattern if symbols are disabled, but that does not hurt. | 1 | -4/+5 | |
2022-06-05 | doc/mod/notification-telegram: how to use the function | 1 | -0/+10 | |
2022-06-05 | doc/mod/notification-matrix: how to use the function | 1 | -0/+10 | |
2022-06-02 | log-forward: inform about rate limit in notification | 1 | -5/+7 | |
2022-06-02 | mod/bridge-port-vlan: show vlan name in log message | 1 | -1/+2 | |
2022-06-02 | mod/bridge-port-vlan: re-enable interfaces with longer delay...•••... and in one go to limit the overall runtime. Looks like IPv6 addresses are not flushed if the link down does not last long enough (~ 2 seconds on linux). This results on stale addresses after switching the vlan, which breaks connectivity. | 1 | -2/+8 | |
2022-06-02 | mod/bridge-port-to: re-enable interfaces with longer delay...•••... and in one go to limit the overall runtime. Looks like IPv6 addresses are not flushed if the link down does not last long enough (~ 2 seconds on linux). This results on stale addresses after switching bridge, which breaks connectivity. | 1 | -2/+8 | |
2022-06-02 | log-forward: use warning-sign for severity warning and up | 1 | -4/+11 | |
2022-05-20 | log-forward: change symbol for notification | 2 | -2/+3 | |
2022-05-17 | global-functions: $FlushEmailQueue: return if time is not synced•••The local system time is used in the mail header. We do not want the mails to be sent in the past, so return early (and thus wait for time being synced). | 1 | -0/+6 | |
2022-05-16 | mod/bridge-port-to: add interface down and up•••This helps the client to detect the change. | 1 | -0/+3 | |
2022-05-16 | mod/bridge-port-vlan: add interface down and up•••This helps the client to detect the change. | 1 | -0/+3 | |
2022-05-16 | mod/bridge-port-vlan: remove left over comment | 1 | -1/+0 | |
2022-05-16 | log-forward: do *not* wait to be fully connected•••Let's forward logs as early as possible. All notification functions are expected to handle notifications with queues, so nothing is lost. Just the opposite: Logs being rotated before forwarding becomes less likely. | 1 | -3/+0 | |
2022-05-12 | notify about freeze of routeros-v7 branchchange-80 | 3 | -2/+3 | |
2022-05-12 | Merge branch 'ros-v7-path-syntax' into next | 130 | -714/+684 | |
2022-05-12 | Merge branch 'doc' into ros-v7-path-syntax | 71 | -182/+165 | |
2022-05-12 | doc/update-tunnelbroker: RouterOS v7 path syntax | 1 | -2/+2 | |
2022-05-12 | doc/update-gre-address: RouterOS v7 path syntax | 1 | -2/+2 | |
2022-05-12 | doc/unattended-lte-firmware-upgrade: RouterOS v7 path syntax | 1 | -1/+1 | |
2022-05-12 | doc/super-mario-theme: RouterOS v7 path syntax | 1 | -1/+1 | |
2022-05-12 | doc/ssh-keys-import: RouterOS v7 path syntax | 1 | -1/+1 | |
2022-05-12 | doc/sms-forward: RouterOS v7 path syntax | 1 | -2/+2 | |
2022-05-12 | doc/sms-action: RouterOS v7 path syntax | 1 | -1/+1 | |
2022-05-12 | doc/rotate-ntp: RouterOS v7 path syntax | 1 | -1/+1 | |
2022-05-12 | doc/ppp-on-up: RouterOS v7 path syntax | 1 | -1/+1 | |
2022-05-12 | doc/packages-update: RouterOS v7 path syntax | 1 | -2/+2 | |
2022-05-12 | doc/ospf-to-leds: RouterOS v7 path syntax | 1 | -2/+2 | |
2022-05-12 | doc/netwatch-syslog: RouterOS v7 path syntax | 1 | -3/+3 | |
2022-05-12 | doc/netwatch-notify: RouterOS v7 path syntax | 1 | -17/+18 | |
2022-05-12 | doc/netwatch-dns: RouterOS v7 path syntax | 1 | -8/+8 | |
2022-05-12 | doc/mode-button: RouterOS v7 path syntax | 1 | -7/+7 | |
2022-05-12 | doc/mod/scriptrunonce: RouterOS v7 path syntax | 3 | -2/+2 | |
2022-05-12 | doc/mod/notification-matrix: RouterOS v7 path syntax | 4 | -3/+3 | |
2022-05-12 | doc/mod/ipcalc.d/ipcalc: RouterOS v7 path syntax | 2 | -0/+0 | |
2022-05-12 | doc/mod/inspectvar: RouterOS v7 path syntax | 2 | -1/+1 | |
2022-05-12 | doc/mod/bridge-port-vlan: RouterOS v7 path syntax | 1 | -9/+9 | |
2022-05-12 | doc/mod/bridge-port-to: RouterOS v7 path syntax | 1 | -6/+6 | |
2022-05-12 | doc/log-forward: RouterOS v7 path syntax | 1 | -1/+1 | |
2022-05-12 | doc/leds-mode: RouterOS v7 path syntax | 1 | -5/+5 | |
2022-05-12 | doc/lease-script: RouterOS v7 path syntax | 1 | -1/+1 | |
2022-05-12 | doc/ip-addr-bridge: RouterOS v7 path syntax | 1 | -1/+1 | |
2022-05-12 | doc/ipv6-update: RouterOS v7 path syntax | 1 | -5/+5 | |
2022-05-12 | doc/ipsec-to-dns: RouterOS v7 path syntax | 1 | -1/+1 | |
2022-05-12 | doc/hotspot-to-wpa: RouterOS v7 path syntax | 1 | -7/+7 | |
2022-05-12 | doc/gps-track: RouterOS v7 path syntax | 1 | -2/+2 | |
2022-05-12 | doc/global-wait: RouterOS v7 path syntax | 1 | -1/+1 | |
2022-05-12 | doc/firmware-upgrade-reboot: RouterOS v7 path syntax | 1 | -1/+1 | |
2022-05-12 | doc/dhcp-to-dns: RouterOS v7 path syntax | 1 | -1/+1 | |
2022-05-12 | doc/dhcp-lease-comment: RouterOS v7 path syntax | 1 | -2/+2 | |
2022-05-12 | doc/daily-psk: RouterOS v7 path syntax | 1 | -5/+5 | |
2022-05-12 | doc/collect-wireless-mac: RouterOS v7 path syntax | 1 | -2/+2 | |
2022-05-12 | doc/check-routeros-update: RouterOS v7 path syntax | 1 | -2/+2 | |
2022-05-12 | doc/check-lte-firmware-upgrade: RouterOS v7 path syntax | 1 | -1/+1 | |
2022-05-12 | doc/check-health: RouterOS v7 path syntax | 1 | -2/+2 | |
2022-05-12 | doc/check-certificates: RouterOS v7 path syntax | 1 | -3/+3 | |
2022-05-12 | doc/certificate-renew-issued: RouterOS v7 path syntax | 1 | -1/+1 | |
2022-05-12 | doc/capsman-rolling-upgrade: RouterOS v7 path syntax | 1 | -1/+1 | |
2022-05-12 | doc/capsman-download-packages: RouterOS v7 path syntax | 1 | -2/+2 | |
2022-05-12 | doc/backup-upload: RouterOS v7 path syntax | 1 | -4/+4 | |
2022-05-12 | doc/backup-partition: RouterOS v7 path syntax | 1 | -2/+2 | |
2022-05-12 | doc/backup-email: RouterOS v7 path syntax | 1 | -4/+4 | |
2022-05-12 | doc/backup-cloud: RouterOS v7 path syntax | 1 | -2/+2 | |
2022-05-12 | doc/accesslist-duplicates: RouterOS v7 path syntax | 2 | -3/+3 | |
2022-05-12 | INITIAL-COMMANDS: RouterOS v7 path syntax | 1 | -15/+10 | |
2022-05-12 | README: RouterOS v7 path syntax | 15 | -33/+20 | |
2022-05-12 | Merge branch 'scripts' into ros-v7-path-syntax | 60 | -532/+519 | |
2022-05-11 | update-tunnelbroker: RouterOS v7 path syntax | 1 | -8/+8 | |
2022-05-11 | update-gre-address: RouterOS v7 path syntax | 1 | -7/+7 | |
2022-05-11 | unattended-lte-firmware-upgrade: RouterOS v7 path syntax | 1 | -7/+7 | |
2022-05-11 | ssh-keys-import: RouterOS v7 path syntax | 1 | -2/+2 | |
2022-05-11 | sms-forward: RouterOS v7 path syntax | 1 | -8/+8 | |
2022-05-11 | rotate-ntp: RouterOS v7 path syntax | 1 | -2/+2 | |
2022-05-11 | ppp-on-up: RouterOS v7 path syntax | 1 | -5/+5 | |
2022-05-11 | packages-update: RouterOS v7 path syntax | 1 | -13/+13 | |
2022-05-11 | ospf-to-leds: RouterOS v7 path syntax | 1 | -8/+8 | |
2022-05-11 | netwatch-syslog: RouterOS v7 path syntax | 1 | -4/+4 | |
2022-05-11 | netwatch-notify: RouterOS v7 path syntax | 1 | -4/+4 | |
2022-05-11 | netwatch-dns: RouterOS v7 path syntax | 1 | -15/+15 | |
2022-05-11 | mode-button: RouterOS v7 path syntax | 1 | -7/+7 | |
2022-05-11 | mod/scriptrunonce: RouterOS v7 path syntax | 1 | -1/+1 | |
2022-05-11 | mod/notification-telegram: RouterOS v7 path syntax | 1 | -8/+8 | |
2022-05-11 | mod/notification-matrix: RouterOS v7 path syntax | 1 | -8/+8 | |
2022-05-11 | mod/bridge-port-vlan: RouterOS v7 path syntax | 1 | -9/+9 |