Skip to content
ZNC 0.047

New in core:
- Allow @ and . in user names
- Allow longer user names
- Ping idle connections
- Added SendBuffer and ClearBuffer client commands

Changes to core:
- Moved modules by default to PREFIX/libexec
- Remove SSL link compression
- Updated to new Csocket version
- Updated AUTHORS
- Added license info

Changes to modules:
- New skin for webadmin
- German translation for webadmin skins
- Support topics for the partyline
- Away timer of away module is now configurable

New Modules:
- auth modules (only imapauth for now)
- perform module
- awaynick module (functionality was removed from core)
- chansaver module

Bug fixes:
- znc --makeconf now restarts znc correctly
- NULL pointer dereference when a user uses webadmin while not on irc
- A logged in user could access any file with /msg *status send/get
- some other stuff ;)