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.096: Difference between revisions

From ZNC
Jump to navigation Jump to search
Created page with "<!-- Last update at r2166 --> == New stuff == * Added a new module: clearbufferonmsg. {{rev|2107}} {{rev|2151}} * Added an optional server name argument to <code>/znc jum..."
 
No edit summary
 
Line 1: Line 1:
{{ChangeLog}}
<!-- Last update at r2166 -->
<!-- Last update at r2166 -->


Line 29: Line 31:
* Removed some useless typedefs. {{rev|2158}}
* Removed some useless typedefs. {{rev|2158}}
* Clean up the [[lastseen]] module. {{rev|2163}} {{rev|2164}}
* Clean up the [[lastseen]] module. {{rev|2163}} {{rev|2164}}
[[Category:ChangeLog]]

Latest revision as of 09:55, 2 April 2017

← 0.094 ZNC 0.096 0.098 →


New stuff

Fixes

  • The route_replies module now handles "354" who replies. (r2112)
  • Fixed a bogus "invalid password" error during login with some clients. (r2117)
  • Reject long input lines on incoming connections. (r2124)
  • The lastseen module should only link to webadmin if the latter is loaded. (r2126)
  • Fixed cases where HTTP requests were incorrectly dropped. (r2148) (r2149)
  • Fixed partyline to work with servers that don't send a 005 CHANTYPES. (r2162)
  • Fixed error message from configure if dlopen() isn't found. (r2166)

Minor stuff

  • Renamed "vhost" to "bindhost" to better describe what the option does. (r2113)
  • Honor timezone offset in the simple_away module. (r2114)
  • Load global modules as soon as their config line is read. (r2118)
  • Use poll() instead of select() by default. (r2153) (r2165)
  • Ignore the channel key "*" in the chansaver module. (r2155)

Internal stuff