Skip to content

Releases: yavincl/x86routertools

2.1.0

12 Feb 04:09
4e8ae13
Compare
Choose a tag to compare
  • Changes to the help dialog and README
  • Added more wireless link statistics verbs
  • Added IPv6 versions of some verbs
  • Fixed a bug with the start_internet invocation

Full Changelog: 2.0.1...2.1.0

2.0.1a

04 Sep 19:01
1a12226
Compare
Choose a tag to compare
  • Fixes an issue with a variable that would cause the AP post-start script not to run.

2.0.1

04 Sep 17:10
Compare
Choose a tag to compare
  • Added "auto" as a valid value for hostapd_wait_for_secs, which should be correct all of the time. Note that now hostapd will not log to syslog anymore, but rather to /var/log/hostapd_interfacename.log
  • Changed systemd services to run in quiet mode by default
  • Changed file/folder permissions on config creation to be less permissive
  • Changed some custom frame optimization parameters.
  • Changed the verbosity of many messages (to quieten them)
  • Changed internet check to only resolve two names by default instead of four. Configurable.
  • Fixed SQM function to set congestion control to cubic if bbr is disabled in config. This may be undesirable in some places (but not in most routers?)
  • Fixed queue discipline application, fixed erroneous behavior (with wash/ingress for example) and added generic category
  • Removed some functionality that was deemed unnecessary/useless, like 'sniff' and the wifi wash option.
  • Removed grace period code from the daemon functions as it did nothing.

1.5.1a

16 Jul 20:02
Compare
Choose a tag to compare
  • Added manual page
  • Added very basic bash completion
  • Fixed an oversight with interface presence check code

1.5.0

16 Jul 18:05
ee39be5
Compare
Choose a tag to compare
  • Added new aliases/functions for network monitoring
  • Added new link local address regeneration option
  • Added new option for query log file
  • Fixed a bug where errors would not count in quiet mode
  • Fixed a bug where the DNS check would not take arguments
  • Made DNS/ICMP checks much faster
  • Removed bogus IPv6 configuration, this will need to be configured manually in interface scripts
  • Revised a lot of text

1.4.0

04 Jul 15:22
Compare
Choose a tag to compare
  • Added main config file options dns_check_addresses and ip_check_addresses, arrays for setting custom addresses on the DNS and connection availability checks.
  • Fixed an odd behavior with displaying program version.

1.3.0

08 Jun 17:22
Compare
Choose a tag to compare
  • Added "Frame Optimization" toggle to help very lossy networks.
  • Added Makefile.
  • Added support for custom script running under start-wifi and stop-wifi commands and alike.
  • Minor code improvements.
  • Changes to output verbosity.

1.2.18

06 Jun 13:05
Compare
Choose a tag to compare
  • Added periodic recalibration support for the daemon
  • Added daemon configuration reloading via command line
  • Added distance configuration parameter
  • Fixed BBRv1 not being applied as congestion control
  • Removed some unnecessary error messages

1.2.17a

14 May 11:15
Compare
Choose a tag to compare
  • LED control robustness improvements
  • Daemon configuration can now be reloaded at runtime, including reapplying SQM settings:
    routertools --daemon-reload

1.2.17

13 May 13:50
bc3ae9d
Compare
Choose a tag to compare
  • Fixes an issue where 100% packet loss alone would not lead to triggering the internet check