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.078: Difference between revisions
Jump to navigation
Jump to search
DarthGandalf (talk | contribs) Created page with "<!-- Last update at r1675 --> == New stuff == * Add a DCCVHost config option which specifies the VHost (IP only!) for DCC bouncing. {{rev|1647}} * Users cloned via the [[admi..." |
DarthGandalf (talk | contribs) No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{ChangeLog}} | |||
<!-- Last update at r1675 --> | <!-- Last update at r1675 --> | ||
Latest revision as of 09:54, 2 April 2017
← 0.076 | ZNC 0.078 | 0.080 → |
This is an old ZNC version. If you still use it, please consider upgrading to 1.9.1. |
New stuff
- Add a DCCVHost config option which specifies the VHost (IP only!) for DCC bouncing. (r1647)
- Users cloned via the admin module no longer automatically connect to IRC. (r1653)
- Inform new clients about their /away status. (r1655)
- The "BUG" messages from route_replies can now be turned off via
/msg *route_replies silent yes
. (r1660) - Rewrite znc.conf on SIGUSR1. (r1666)
- ISpoofFormat now supports ExpandString. (r1670)
Fixes
- Allow specifing port and password for delserver. (r1640)
- Write the config file on restart and shutdown. (r1641)
- Disable c-ares if it is not found unless --enable-c-ares was used. (r1644) (r1645)
- blockuser was missing an admin check. (r1648)
- Sometimes, removing a server caused znc to lose track of which server it is connected to. (r1659)
- Include a more portable header for uint32_t in SHA256.h. (r1665)
- Fixed cases where ZNC didn't properly block PONG replies to its own PINGs. (r1668)
- Fixed a possible crash if a client disconnected before an auth module was able to verify the login. (r1669)
- Away allowed to accidentally execute IRC commands. (r1672)
- Correctly bind to named hosts if c-ares is enabled. (r1673)
- Don't accept only spaces as QuitMsg because this would cause an invalid config to be written out. (r1675)
Minor stuff
- Comment out some weird code in Client.cpp. (r1646)
- Remove connect_throttle since it's obsoleted by fail2ban. (r1649)
- Remove outdated sample znc.conf. (r1654)
- route_replies now got a higher timeout before it generates a "BUG" message. (r1657)
- Documented the signals on which znc reacts better. (r1667)