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
Jump to navigation
Jump to search
DarthGandalf (talk | contribs) From archive.org |
DarthGandalf (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{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") | ||
Latest revision as of 09:50, 2 April 2017
← 0.044 | ZNC 0.045 | 0.047 → |
This is an old ZNC version. If you still use it, please consider upgrading to 1.9.1. |
- 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")