A few "quality of life" improvements, notably:
1deee3c Improve missing param behavior for /msg, /whois, /ns, /cs
3734317 Tag config options in manual
6d5bcf7 Hash the username in kiosk mode
27c9678 Clarify -H hash option
868c604 Use reverse video not colors for topic change when disabled
6207aaf Ignore messages in reply to previously ignored messages
94f79e8 Reset formatting after realnames
cfd5bf2 Set id color from completion in /msg
63bffae Always show 341 RPL_INV
OK solene paco
IRTT (Isochronous Round-Trip Tester) is software that runs on a client
and server, using its own UDP-based protocol to allow measurements
including round-trip time, one-way delay (assuming the clocks are
synchronized), and lost/out-of-order/duplicate packets.
It has features for reasonably secure use on both public and private
servers, including optional HMAC (access control) and three-way
handshake (anti-spoofing).
N.B. This update removes support for LEAP; it was in default config for
eap so if using eap you're likely to need to remove the leap { } lines
from /etc/raddb/mods-available/eap
This python module controls and monitors Tuya compatible WiFi Smart Devices
(Plugs, Switches, Lights, Window Covers, etc.) using the local area network
(LAN).
Tweaks an OK kmos@
Release notes:
https://github.com/arvidn/libtorrent/releases/tag/v1.2.13
- remove autotools and use CONFIGURE_STYLE = gnu now that default C++
standard is detected. see:
https://github.com/arvidn/libtorrent/pull/5026
- major bump because check_sym reports removed symbols
- carry ${FILESDIR}/setup.py from 1.2.11 because 1.2.12 relies on
boost-build
- remove patches/patch-configure_ac
- Uses ${MODPY_EGG_VERSION} and SUBST_CMD in setup.py to only have to
update version in one place (from sthen@)
- Uses ${MODPY_BIN} in ${FILESDIR}/setup.py (from sthen@)
- Remove -L{LOCALBASE}/lib in ${FILESDIR}/setup.py. Python bindings
incorrectly linked -ltorrent-rasterbar with
/usr/local/lib/libtorrent-rasterbar.so.3.0 instead of the freshly
built ${WRKSRC}/src/.libs/libtorrent-rasterbar.so.4.0.
rsadowski@ reviewed older version of this diff
thfr@ gave feedback on using check_sym and deprecation not necessitating
major bump
sthen@ gave feedback on python bits in setup.py
ok mariani@ who also tested deluge (older version of this diff) and
qbittorrent