Christian Hesse
|
25d40688f7
|
sms-forward: drop RouterOS version dependency
... as global-functions depend on RouterOS 7.9beta already.
|
2023-08-18 15:23:20 +02:00 |
|
Christian Hesse
|
c04bf2c9b7
|
netwatch-notify: drop RouterOS version dependency
... as global-functions depend on RouterOS 7.9beta already.
|
2023-08-18 15:23:20 +02:00 |
|
Christian Hesse
|
ddd5608b38
|
mod/ssh-keys-import: drop RouterOS version dependency
... as global-functions depend on RouterOS 7.9beta already.
|
2023-08-18 15:23:20 +02:00 |
|
Christian Hesse
|
2c3e077b8e
|
Merge branch 'wifiwave2' into next
|
2023-08-15 11:26:18 +02:00 |
|
Christian Hesse
|
92aca1aac0
|
news and migration for wifiwave2
|
2023-08-15 11:26:18 +02:00 |
|
Christian Hesse
|
6552b0c02d
|
hotspot-to-wpa: convert to template, split capsman & wifiwave2
|
2023-08-09 16:30:18 +02:00 |
|
Christian Hesse
|
8ce1683733
|
daily-psk: add support for wifiwave2
|
2023-08-09 16:30:18 +02:00 |
|
Christian Hesse
|
6d76704a97
|
dhcp-lease-comment: add support for wifiwave2
|
2023-08-09 16:30:18 +02:00 |
|
Christian Hesse
|
bac4a460f0
|
collect-wireless-mac: add support for wifiwave2
|
2023-08-09 16:30:18 +02:00 |
|
Christian Hesse
|
d086e4a05f
|
accesslist-duplicates: add support for wifiwave2
|
2023-08-09 16:30:18 +02:00 |
|
Christian Hesse
|
d0ab951e3f
|
capsman-download-packages: download a default set for wifiwave2
Well, AX devices can be arm or arm64... So let's just download packages
'routeros' and 'wifiwave2' - crossing fingers... 🤞
|
2023-08-09 16:30:18 +02:00 |
|
Christian Hesse
|
3cab917a61
|
capsman-download-packages: no download of missing package for wifiwave2
Sadly the log messages from wifiwave2 do not contain any hint what is
missing... So it's not possible to download missing files.
|
2023-08-09 16:30:18 +02:00 |
|
Christian Hesse
|
8428ba890d
|
Makefile: support excluding blocks from templates
|
2023-08-09 16:30:18 +02:00 |
|
Christian Hesse
|
e6964b4348
|
capsman-rolling-upgrade: convert to template, split capsman & wifiwave2
|
2023-08-09 16:30:18 +02:00 |
|
Christian Hesse
|
5e3d9d7460
|
capsman-download-packages: convert to template, split capsman & wifiwave2
|
2023-08-09 16:30:18 +02:00 |
|
Christian Hesse
|
5ea74968d9
|
capsman-download-packages: find script by code comment
|
2023-08-07 22:10:44 +02:00 |
|
Christian Hesse
|
0f787f9b03
|
Makefile: only regenerate existing scripts from templates
|
2023-08-07 22:10:44 +02:00 |
|
Christian Hesse
|
14dcea23b2
|
Makefile: support wifiwave2 in templates
|
2023-08-07 22:10:44 +02:00 |
|
Christian Hesse
|
b014eb76c6
|
collect-wireless-mac: move comment up
|
2023-08-07 22:10:44 +02:00 |
|
Christian Hesse
|
1b947f445b
|
Makefile: drop path rewriting, use pattern to filter
|
2023-08-07 22:10:44 +02:00 |
|
Christian Hesse
|
c37739c2f6
|
mod/notification-telegram: introduce $PurgeTelegramQueue
... to purge the queue and remove the scheduler.
|
2023-08-06 16:35:51 +02:00 |
|
Christian Hesse
|
0aeb34e5e9
|
mod/notification-matrix: introduce $PurgeMatrixQueue
... to purge the queue and remove the scheduler.
|
2023-08-06 16:35:51 +02:00 |
|
Christian Hesse
|
9a5d55da0d
|
mod/notification-email: introduce $PurgeEmailQueue
... to purge the queue and remove the scheduler.
|
2023-08-06 16:35:51 +02:00 |
|
Christian Hesse
|
5b789d298b
|
check-certificates: properly handle in place updates
This worked just kind of... The certification was updated, but script
aborted before the notification was sent.
|
2023-07-23 22:01:43 +02:00 |
|
Christian Hesse
|
be97de3627
|
check-routeros-update: also match platform for neighbors
|
2023-07-15 22:05:47 +02:00 |
|
Ben Harris
|
fbf55292a4
|
check-routeros-update: match version with date suffix
Neighbor version can have a date suffix. This changes to match only
on the beginning.
Closes: GH-45
Co-authored-by: Christian Hesse <mail@eworm.de>
|
2023-07-13 08:00:14 +02:00 |
|
Christian Hesse
|
313e026229
|
netwatch-dns: increase startup delay
In RouterOS 7.9 netwatch itself comes with a (default) startup-delay of five
minutes. Increase our delay to make sure netwatch is active.
|
2023-06-28 11:29:02 +02:00 |
|
Christian Hesse
|
6247b739a1
|
netwatch-notify: drop the delay on startup...
... now that in RouterOS 7.9 netwatch itself comes with a startup-delay.
Hosts in state 'unknown' are just ignored.
|
2023-06-28 11:29:02 +02:00 |
|
Christian Hesse
|
3ed124a013
|
README: reference stable version
|
2023-06-28 11:29:02 +02:00 |
|
Christian Hesse
|
08e9634154
|
global-functions: $MkDir: drop extra block, restore indention
We had this to make the previous commit cleaner. No functional change.
|
2023-06-28 11:29:02 +02:00 |
|
Christian Hesse
|
5db9a71802
|
global-functions: $MkDir: drop old code with smb workaround...
... and increase required RouterOS.
|
2023-06-28 11:29:02 +02:00 |
|
Christian Hesse
|
a030e2f946
|
Merge branch 'hotspot-to-wpa' into next
|
2023-06-28 11:26:51 +02:00 |
|
Christian Hesse
|
64ab9eec67
|
hotspot-to-wpa-cleanup: drop hard-coded timeout, get from comment
This keeps the default of four weeks, though.
|
2023-06-28 11:26:51 +02:00 |
|
Christian Hesse
|
16a551a0ee
|
hotspot-to-wpa-cleanup: drop hard-coded server name, find by comment
|
2023-06-28 11:26:51 +02:00 |
|
Christian Hesse
|
0c8bc60648
|
hotspot-to-wpa: reject for two seconds...
... to make the device send a new DHCP request after.
|
2023-06-28 11:04:13 +02:00 |
|
Christian Hesse
|
f8a2b88692
|
hotspot-to-wpa: support non-local users
This has some limitations, though: The password is not known and
additional configuration can not be given in user's comment.
|
2023-06-28 11:04:13 +02:00 |
|
Christian Hesse
|
5ba34c819a
|
doc/sms-forward: link the RouterOS button to changelog
|
2023-06-27 17:27:13 +02:00 |
|
Christian Hesse
|
edbb52d4e7
|
doc/mod/ssh-keys-import: link the RouterOS button to changelog
|
2023-06-27 17:27:13 +02:00 |
|
Christian Hesse
|
4e411728e6
|
README: link the RouterOS button to changelog
|
2023-06-27 17:27:13 +02:00 |
|
Christian Hesse
|
3bdaf6e45d
|
Merge branch 'no-escape-question-mark' into next
|
2023-06-27 09:14:36 +02:00 |
|
Christian Hesse
|
640b8fd401
|
global-functions: $IsTimeSync: calculate with uptime, drop scheduler
|
2023-06-27 09:14:36 +02:00 |
|
Christian Hesse
|
cc5820ed90
|
update-tunnelbroker: escaping question mark is no longer required
|
2023-06-27 09:14:36 +02:00 |
|
Christian Hesse
|
0502cf17c9
|
mod/scriptrunonce: escaping question mark is no longer required
|
2023-06-27 09:14:36 +02:00 |
|
Christian Hesse
|
a1b896a5d3
|
mod/notification-email: escaping question mark is no longer required
|
2023-06-27 09:14:36 +02:00 |
|
Christian Hesse
|
0af1fa4009
|
global-functions: escaping question mark is no longer required
|
2023-06-27 09:14:36 +02:00 |
|
Christian Hesse
|
29f0a14b7e
|
global-config: escaping question mark is no longer required
|
2023-06-27 09:14:36 +02:00 |
|
Christian Hesse
|
ec7adcf78e
|
update-tunnelbroker: rework the retry-loop
|
2023-06-23 09:49:34 +02:00 |
|
Christian Hesse
|
eb3b4d169e
|
fw-addr-lists: retry to download on failure
|
2023-06-23 09:49:34 +02:00 |
|
Christian Hesse
|
351c7d31ff
|
mode-button: add dollar sign in scheduler name
|
2023-06-22 22:45:32 +02:00 |
|
Christian Hesse
|
4a67155d05
|
packages-update: rename scheduler to match function name
|
2023-06-22 22:45:32 +02:00 |
|