To create new wiki account, please join us on #znc at Libera.Chat and ask admins to create a wiki account for you. You can say thanks to spambots for this inconvenience.
ChangeLog/0.094
Jump to navigation
Jump to search
New stuff
- Add new global setting
MaxBufferSize
instead of hardcoding a value. (r2020) (r2025) - Support CAP. (r2022) (r2024) (r2027) (r2041) (r2048) (r2070) (r2071) (r2097) (r2098) (r2099) (r2100)
- Add new module certauth which works similar to certfp. (r2029)
- route_replies now also supports routing channel ban lists, ban exemptions and invite exceptions. (r2035)
- Add a -nostore flag to the away module. (r2044)
- Add a new config option SSLCertFile. (r2086) (r2088)
Fixes
- Fix configure to automatically disable modperl if perl is not found. (r2017)
- Include the port number in cookie names to make them unique across different znc instances on the same box. (r2030)
- Make sure that we have at least c-ares 1.5.0. (r2055)
- Make znc work on solaris. (r2064) (r2065) (r2067) (r2068)
- Improve configure's and make's output. (r2079) (r2080) (r2094) (r2101)
- Complain about truncated config files. (r2083)
- Fix some
std::out_of_range
error triggerable by people with a valid login. (r2087) (r2093) (r2095) - Make fakeonline behave while we are not connected to an IRC server. (r2091)
- Always attach to channels when joining them. (r2092)
- Fix a NULL pointer dereference in route_replies. (r2102) (r2103)
Minor stuff
- Allow leading and trailing spaces in config entries. (r2010)
- Various minor changes. (r2012) (r2014) (r2021)
- Use pkg-config for finding openssl, if it's available. We still fall back to the old code if this fails. (r2018)
- znc no longer accepts an alternative file name for
znc.conf
as its argument. (r2037) - Generate correct HTTP status codes in webmods and make sure this doesn't happen again. (r2039) (r2040)
- Rewrite our PING/PONG handling. (r2043)
- Raise the size of the query buffer to 250. (r2089)
- Update to latest Csocket. (r2096)
Internal stuff
- Remove the fake module usage in WebMods. (r2011)
- Remove fake modules completely. (r2012) (r2015)
- Make CTable more robust. (r2031)
- Move the
OnKick()
module call so it is issued when the nick still is visible in the channel. (r2038) - Remove
CZNC::GetUser()
sinceCZNC::FindUser()
does the same. (r2046) - Minor changes to webmod skins. (r2061) (r2062)
- Add new macros
GLOBALMODULECALL
andALLMODULECALL
. (r2074) (r2075) (r2076) - Remove a bogus
CClient*
argument from some module calls. (r2077) - Mark some functions as const. (r2081) (r2082) (r2084) (r2085)