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
Jump to navigation
Jump to search
DarthGandalf (talk | contribs) Created page with "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...." |
DarthGandalf (talk | contribs) No edit summary |
||
Line 12: | Line 12: | ||
* 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]] |
Revision as of 16:58, 17 December 2011
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.