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

From ZNC
Jump to navigation Jump to search
ar
 
No edit summary
 
Line 1: Line 1:
=== 0.050 ===
{{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]]
[[Category:ChangeLog]]

Latest revision as of 09:51, 2 April 2017

← 0.047 ZNC 0.050 0.052 →


  • 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