After four months since the release of 2.0 Release Candidate 2. The pressure has slightly eased off, for the InspIRCd dev team.
- Use EFD_NONBLOCK in test creation of eventfd (makes it require glibc 2.8/linux 2.6.27)
- Fix umode -r on nick change being denied by permission check
- Be consistent in testing PURE_STATIC for defined vs == 1
-
Add some missing
updates from rehash - Fix negative array access in channame
- Correct source of initial BURST line from servers sending it without one (like denora)
- Compile testing can be useful
- Change -debug to force RAWIO level logging and disable all other logs
- Send HALFOP= line in CAPAB CAPABILITIES for 1201 compat (anope relies on this)
- Use unit-cc for all compile and and link tasks
- Don't use an empty direction when receiving a sourceless server command
- Removing example for m_spy which doesn't exist in insp20
- Helpop: Add snomask +v (requires override module)
- Add log header including ircd version
- is now correctly reading "password" not "pass"
- Connect blocks used prior to registration aren't used afterwards, closing a loophole on forcing ident, account, or resolved hosts.
-
blocks with "::" as the address will not accept IPv4 connections; use "*" or an additional "0.0.0.0" block to do this. - Cloak key generation now matches 1.2
- can be changed from ".IP" to a network-specific mark (only for IP-based cloaks, not used in 1.2 compat mode)
- DNS resolution bugfix on some BSD systems
- Fix "freezes" in output during processing of long NickServ (or other bot) replies when clients are using openssl.
- Minor textual changes