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.050: Difference between revisions
Jump to navigation
Jump to search
DarthGandalf (talk | contribs) ar |
DarthGandalf (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{ChangeLog}} | |||
* fixed UHNAMES bug (ident was messed up, wrong joins were sent) | * fixed UHNAMES bug (ident was messed up, wrong joins were sent) | ||
Line 17: | Line 17: | ||
* make configure fail if it can't find openssl (or perl, ...) | * make configure fail if it can't find openssl (or perl, ...) | ||
* new modules: [[antiidle]], [[nickserv]] | * new modules: [[antiidle]], [[nickserv]] | ||
Latest revision as of 09:51, 2 April 2017
← 0.047 | ZNC 0.050 | 0.052 → |
This is an old ZNC version. If you still use it, please consider upgrading to 1.9.1. |
- fixed UHNAMES bug (ident was messed up, wrong joins were sent)
- fixed /lusers bug (line was cached more than once)
- added disabled chans to the core
- send out a notice asking for the server password if client doesn't send one
- added ConnectDelay config option
- added timestamps on the backlog
- added some module calls
- added basic traffic stats
- added usermodes support
- API breakage (CModule::OnLoad got an extra param)
- added fixed channels to the partyline module
- fixed partyline bugs introduced by last item
- fixed a NULL pointer dereference if /nick command was received from a client while not connected to IRC
- added a JoinTries per-user config option which specifies how often we try to rejoin a channel (default: 0 -> unlimited)
- make configure fail if it can't find openssl (or perl, ...)
- new modules: antiidle, nickserv