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

From ZNC
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
{{ChangeLog}}
This is a bugfix-mostly release.  
This is a bugfix-mostly release.  
== Fixes ==
== Fixes ==
* Fix a crash when a user changes the buffer size of a channel.  
* Fix a crash when a user changes the buffer size of a channel.  
Line 12: Line 15:
* Add the -r parameter to the man page of ZNC.  
* Add the -r parameter to the man page of ZNC.  
* Install .py files along with .pyc.
* Install .py files along with .pyc.
[[Category:ChangeLog]]

Latest revision as of 09:56, 2 April 2017

← 0.200 ZNC 0.202 0.204 →


This is a bugfix-mostly release.

Fixes

  • Fix a crash when a user changes the buffer size of a channel.
  • Fix a NULL pointer dereference in buffer-related module hooks.
  • Fix the autocycle module to not fight with ChanServ.
  • Fix the getchan command in the admin module.
  • Don't timeout bouncedcc connections so that idling DCC chats are possible.
  • Fix build error when compiling against uclibc(++).

Minor stuff

  • Improve the timeout message in the route_replies module.
  • Add the -r parameter to the man page of ZNC.
  • Install .py files along with .pyc.