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
Jump to navigation
Jump to search
DarthGandalf (talk | contribs) 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..." |
DarthGandalf (talk | contribs) 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}} | ||
Latest revision as of 09:55, 2 April 2017
← 0.094 | ZNC 0.096 | 0.098 → |
This is an old ZNC version. If you still use it, please consider upgrading to 1.9.1. |
New stuff
- Added a new module: clearbufferonmsg. (r2107) (r2151)
- Added an optional server name argument to
/znc jump
. (r2109) - Big overhaul for modperl. (r2119) (r2120) (r2122) (r2123) (r2125) (r2127) (r2133) (r2136) (r2138) (r2140) (r2142) (r2143) (r2144) (r2146) (r2147) (r2156) (r2160)
- Modules can now directly influence other modules' web pages. (r2128) (r2129) (r2130) (r2131) (r2132) (r2134) (r2135)
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)