Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • znc-0.054
    ZNC 0.054
    
    Changes since ZNC-0.052:
    - Forward /names replies for unknown channels.
    - Global modules can no longer hook into every config line, but only those prefixed with 'GM:'.
    - Don't forward topic changes for detached channels.
    - Remove ~/.znc/configs/backups and instead only keep one backup under znc.conf-backup.
    - Update /msg *status help.
    - Add --datadir to znc-config.
    - Update bundled Csocket to the latest version. This fixes some bugs (e.g. not closing SSL connections properly).
    - Use $HOME if possible to get the user's home (No need to read /etc/passwd anymore).
    - Use -Wshadow and fix all those warnings.
    - Add /msg *status ListAvailMods. Thanks to SilverLeo.
    - Add OnRehashDone() module call.
    - Add rehashing (SIGHUP and /msg *status rehash).
    - Also write a pid file if we are compiled with --enable-debug. Thanks to SilverLeo.
    - Add ClearVHost and 'fix' SetVHost. Thanks to SilverLeo.
    - Increase the connect timeout for IRC connections to 2 mins.
    - Add a user's vhost to the list on the user page in webadmin.
    - Add --no-color switch and only use colors if we are on a terminal.
    - Add DenySetVHost config option. Thanks to Veit Wahlich aka cru.
    - Change --makeconf's default for KeepNick and KeepBuffer to false.
    - Add simple_away module. This sets you away some time after you disconnect from ZNC.
    - Don't write unneeded settings to the <Chan> section. Thanks to SilverLeo.
    - Remove OnFinishedConfig() module call. Use OnBoot() instead.
    - Fix some GCC 4.3 warnings. Thanks to darix again.
    - Move the static data (webadmin's skins) to /usr/share/znc per default. Thanks to Marcus Rueckert aka darix.
    - New znc-buildmod which works on shells other than bash.
    - Add ClearAllChannelBuffers to *status.
    - Handle CTCPs to *status.
    - autoattach now saves and reloads its settings.
    - Let webadmin use the user's defaults for new chans. Thanks to SilverLeo.
  • znc-0.054-rc3
    ZNC 0.054 release candidate 3
    
    This fixes compilation with GCC 4.3 (a missing include) and a memory-leak in
    rehashing.
  • znc-0.054-rc2
    ZNC 0.054 release candidate 2
    
    There was some stuff from Imaginos to fix rehashing, besides that
    nothing major.
  • znc-0.054-rc1
    ZNC 0.054 release candidate 1
    
    x-x wants me to tag this and I'm to lazy to add the changelog...
    
    It was released (according to it's mtime) on March 7.
  • znc-0.023
    13a67f0e · Incremented version ·
    ZNC 0.023
  • znc-0.025
    ec1ecf00 · Inc'd version ·
    ZNC 0.025
  • znc-0.027
    fb4dd041 · Inc'd version ·
    ZNC 0.027
  • znc-0.028
    c5ee6788 · Inc'd version ·
    ZNC 0.028
  • znc-0.029
    e463cdae · Inc'd version ·
    ZNC 0.029
  • znc-0.030
    cf835fe5 · Inc'd version ·
    ZNC 0.030
  • znc-0.033
    f9f365d2 · Inc'd version ·
    ZNC 0.033
  • znc-0.034
    a2dbcad6 · Inc'd version ·
    ZNC 0.034
  • znc-0.035
    ff31811a · Inc'd version ·
    ZNC 0.035
  • znc-0.036
    e8dee7aa · Inc'd version ·
    ZNC 0.036
  • znc-0.037
    e4de3c42 · Inc'd version ·
    ZNC 0.037
  • znc-0.038
    922651fa · Inc'd version ·
    ZNC 0.038
    
    This release contains a lot of bugfixes and a great new global module called admin.cpp which will allow you to add/remove/edit users and settings on the fly via a web browser.
  • znc-0.039
    78eb4cea · Inc'd version ·
    ZNC 0.039
    
    This release contains a lot of features/bugfixes and a great new global module called admin.cpp which will allow you to add/remove/edit users and settings on the fly via a web browser.
  • znc-0.040
    9d69597c · Inc'd version ·
    ZNC 0.040
    
    This release contains a lot of features/bugfixes and a great new global module called admin.cpp which will allow you to add/remove/edit users and settings on the fly via a web browser.
  • znc-0.041
    2775c12e · Inc'd version ·
    ZNC 0.041
    
    This release fixes some issues with 64bit systems.
  • znc-0.043
    037d64e6 · Inc'd version ·
    ZNC 0.043
    
    Added multi-client support
    Added partyline global module
    Added MOTD
    Added concept of admins