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

From ZNC
Jump to navigation Jump to search
From archive.org
 
No edit summary
 
Line 1: Line 1:
=== 0.045 ===
{{ChangeLog}}
 
* Added +o/v -o/v for when users attach/detach - [[partyline]] module
* Added +o/v -o/v for when users attach/detach - [[partyline]] module
* Changed internal naming of CUserSock to CClient for consistency
* Changed internal naming of CUserSock to CClient for consistency
Line 13: Line 14:
* Added ipv6 support
* Added ipv6 support
* Support for multiple Listen Ports (note the config option "ListenPort" changed to "Listen")
* Support for multiple Listen Ports (note the config option "ListenPort" changed to "Listen")
[[Category:ChangeLog]]

Latest revision as of 09:50, 2 April 2017

← 0.044 ZNC 0.045 0.047 →


  • Added +o/v -o/v for when users attach/detach - partyline module
  • Changed internal naming of CUserSock to CClient for consistency
  • Fixed some issues with older bsd boxes
  • Added ListenHost for binding to a specific ip instead of inaddr_any
  • Allow - and _ as valid username chars
  • respect compiler, we don't force you to use g++ anymore, don't include system includes for deps
  • Added Replace_n() and fixed internal loop bug in Replace() (thanks psycho for finding it)
  • Don't allow .. in GET
  • Added autoop module
  • Added support for buffering of /me actions
  • Added Template support in webadmin now you can write your own skins easily :)
  • Added ipv6 support
  • Support for multiple Listen Ports (note the config option "ListenPort" changed to "Listen")