head 1.9; access; symbols pkgsrc-2026Q1:1.9.0.2 pkgsrc-2026Q1-base:1.9 pkgsrc-2025Q4:1.8.0.12 pkgsrc-2025Q4-base:1.8 pkgsrc-2025Q3:1.8.0.10 pkgsrc-2025Q3-base:1.8 pkgsrc-2025Q2:1.8.0.8 pkgsrc-2025Q2-base:1.8 pkgsrc-2025Q1:1.8.0.6 pkgsrc-2025Q1-base:1.8 pkgsrc-2024Q4:1.8.0.4 pkgsrc-2024Q4-base:1.8 pkgsrc-2024Q3:1.8.0.2 pkgsrc-2024Q3-base:1.8 pkgsrc-2024Q2:1.7.0.2 pkgsrc-2024Q2-base:1.7 pkgsrc-2024Q1:1.6.0.2 pkgsrc-2024Q1-base:1.6 pkgsrc-2023Q4:1.5.0.18 pkgsrc-2023Q4-base:1.5 pkgsrc-2023Q3:1.5.0.16 pkgsrc-2023Q3-base:1.5 pkgsrc-2023Q2:1.5.0.14 pkgsrc-2023Q2-base:1.5 pkgsrc-2023Q1:1.5.0.12 pkgsrc-2023Q1-base:1.5 pkgsrc-2022Q4:1.5.0.10 pkgsrc-2022Q4-base:1.5 pkgsrc-2022Q3:1.5.0.8 pkgsrc-2022Q3-base:1.5 pkgsrc-2022Q2:1.5.0.6 pkgsrc-2022Q2-base:1.5 pkgsrc-2022Q1:1.5.0.4 pkgsrc-2022Q1-base:1.5 pkgsrc-2021Q4:1.5.0.2 pkgsrc-2021Q4-base:1.5 pkgsrc-2021Q3:1.4.0.10 pkgsrc-2021Q3-base:1.4 pkgsrc-2021Q2:1.4.0.8 pkgsrc-2021Q2-base:1.4 pkgsrc-2021Q1:1.4.0.6 pkgsrc-2021Q1-base:1.4 pkgsrc-2020Q4:1.4.0.4 pkgsrc-2020Q4-base:1.4 pkgsrc-2020Q3:1.4.0.2 pkgsrc-2020Q3-base:1.4 pkgsrc-2020Q2:1.3.0.2 pkgsrc-2020Q2-base:1.3 pkgsrc-2020Q1:1.2.0.2 pkgsrc-2020Q1-base:1.2 pkgsrc-2019Q4:1.2.0.4 pkgsrc-2019Q4-base:1.2 pkgsrc-2019Q3:1.1.0.8 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.6 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.4 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.2 pkgsrc-2018Q4-base:1.1; locks; strict; comment @# @; 1.9 date 2026.02.24.14.47.18; author triaxx; state Exp; branches; next 1.8; commitid mD33e6jmleh0IDvG; 1.8 date 2024.08.07.22.23.46; author nia; state Exp; branches; next 1.7; commitid wjNzne4RAF4kqWkF; 1.7 date 2024.05.21.11.31.14; author nikita; state Exp; branches 1.7.2.1; next 1.6; commitid I9MfYVYo0bB5kRaF; 1.6 date 2024.02.05.08.07.00; author schmonz; state Exp; branches; next 1.5; commitid FYYrwwYfTChmBdXE; 1.5 date 2021.10.31.07.46.00; author kim; state Exp; branches; next 1.4; commitid 7wKTktLCQqeY3WeD; 1.4 date 2020.09.12.09.25.28; author mef; state Exp; branches; next 1.3; commitid UTY77DUo1sNsVJnC; 1.3 date 2020.05.04.10.58.00; author nia; state Exp; branches; next 1.2; commitid ItotOEMo2lZbEU6C; 1.2 date 2019.10.01.13.49.58; author nia; state Exp; branches; next 1.1; commitid Pew7iz0fAlhxxaFB; 1.1 date 2018.12.16.02.05.23; author nia; state Exp; branches; next ; commitid DLgyMzUMoIkGVX3B; 1.7.2.1 date 2024.08.09.19.03.37; author bsiegert; state Exp; branches; next ; commitid 7tWwD8QSCReWfblF; desc @@ 1.9 log @znc: Update to 1.10.1 pkgsrc changes: --------------- * Fix installation on Darwin with perl option enabled. upstream changes: ----------------- 1.10.1 ------ Fixes * Fix use-after-free in capabilities handling. The visible effect of this was either crash, or some capabilities having wrong state. * Fix nullptr dereference in TAGMSG handling. * Preserve DisableClientCap/DisableServerCap settings when writing config. New * The listening unix socket can now be configured to belong to a specific group and/or to have a specific file access mode. The syntax for AddPort command is unix:ssl,group=mygroup,mode=666:/path, some of these options can be skipped if the feature is not needed. 1.10.0 ------ New * Implemented several IRCv3 features: * SASL v3.1 and v3.2 for clients. It's possible to optionally pass network name and/or client id in the "authorization ID" field of SASL, with the same syntax as without SASL: user@@client/network. Core gained several new module hooks, the specific mechanisms are implemented in modules: * saslplainauth implements PLAIN mechanism; this module is loaded by default for new installations, and it supports checking the password using other modules such as imapauth. * certauth implements EXTERNAL mechanism. * message-tags capability. Several message tags had been supported already, but in a limited way: no arbitrary tags, no TAGMSG, and only sending tags to client; now these limitations are gone. * chghost capability. The fallback for clients which don't support it is as usual: QUIT followed by JOIN and MODE. * invite-notify capability. * Added a way to disable capabilities, both on client side and server side, using DisableClientCap = ... and DisableServerCap = ... in config respectively. If disabled, the client cap will be missing from CAP LS and CAP NEW, NAKed if requested by client, and the server cap won't be requested from IRC server, though it won't prevent usage of e.g. send_raw to request it anyway. * Warn user if flood protection is delaying the messages for too long. * Added experimental support for unix sockets: for listeners, for connections to server, and for modules. The syntax for /znc AddServer and /znc AddPort is unix:/path and unix:ssl:/path, and only admins are allowed to add such servers. Note that on certain platforms (e.g. cygwin) this doesn't work very well. * znc --makepem now takes the CN from gethostname() and uname() if available. This is still overrideable via HOSTNAME environment variable. Fixes * Fixed high CPU usage when ZNC is connecting to a server. * Sped up capability negotiation with the server: now several capabilities are requested together, and retried one by one later only if server rejected the whole message. This should decrease "Registration timeout" errors. * Don't forward client JOINs during registration, as client autojoining channels may interfere with registration. This also should decrease "Registration timeout" errors. * Fixed the translation pipeline again, pulled latest translations from crowdin - the pipeline had broken before 1.9.1, but we didn't notice, leaving translations outdated. * Fixed sending server passwords with spaces in them. * CTCP sent to *status shouldn't reach server. * Made PING skip the flood protection queue just like PONG does. This was rarely an issue in practice, but on very quiet servers where nothing is going on, ZNC could disconnect due to timeout because the PING message which server would reply to with PONG is also stuck in the queue and not sent. * Made CTCP flood timer use monotonic time. Modules * certauth: * it's no longer required to send a garbage password via PASS command, if the client uses SASL EXTERNAL. * switched fingerprints from SHA-1 to more secure SHA-256. For now it still accepts old configs, and if the correct certificate is present, automatically replaces the stored fingerprint with SHA-256, but the support for SHA-1 will be removed in some future version. * log: don't log user quits to logs of channels that are disabled. * modperl: removed usage of deprecated keywords given/when. * sasl: if RequireAuth is set, but SASL failed, don't disable the network anymore, simply disconnect, and try later, because such issue is often transient, while IRC services are down. * webadmin: * fixed editing fields which are allowed to be edited while DenySetNetwork is set. * removed old compatibility code for pre-0.090 versions of parsing arguments to module to open another web port. Notes for package maintainers Minimum version of Boost for the optional I18N support is now 1.70 for compatibility with new CMake. Internal * Updated integration tests to Qt 6; Qt 5 is still supported, use export ZNC_QT_VER=5 to use it instead of Qt 6. * Made integration tests run in parallel. * Don't test presence of i18n in the test when it's disabled. * Moved the base64 table from header to .cpp @ text @@@comment $NetBSD: PLIST,v 1.8 2024/08/07 22:23:46 nia Exp $ bin/znc bin/znc-buildmod include/znc/Buffer.h include/znc/Chan.h include/znc/Client.h include/znc/Config.h include/znc/Csocket.h include/znc/ExecSock.h include/znc/FileUtils.h include/znc/HTTPSock.h include/znc/IRCNetwork.h include/znc/IRCSock.h include/znc/Listener.h include/znc/MD5.h include/znc/Message.h include/znc/Modules.h include/znc/Nick.h include/znc/Query.h include/znc/SHA256.h include/znc/SSLVerifyHost.h include/znc/Server.h include/znc/Socket.h include/znc/Template.h include/znc/Threads.h include/znc/Translation.h include/znc/User.h include/znc/Utils.h include/znc/WebModules.h include/znc/ZNCDebug.h include/znc/ZNCString.h include/znc/defines.h include/znc/main.h include/znc/version.h include/znc/znc.h include/znc/znc_export_lib_export.h include/znc/zncconfig.h lib/pkgconfig/znc.pc lib/znc/admindebug.so lib/znc/adminlog.so lib/znc/alias.so lib/znc/autoattach.so lib/znc/autocycle.so lib/znc/autoop.so lib/znc/autoreply.so lib/znc/autovoice.so lib/znc/awaynick.so lib/znc/awaystore.so lib/znc/block_motd.so lib/znc/blockuser.so lib/znc/bouncedcc.so lib/znc/buffextras.so lib/znc/cert.so lib/znc/certauth.so lib/znc/chansaver.so lib/znc/clearbufferonmsg.so lib/znc/clientnotify.so lib/znc/controlpanel.so lib/znc/corecaps.so lib/znc/crypt.so lib/znc/ctcpflood.so lib/znc/dcc.so lib/znc/disconkick.so lib/znc/fail2ban.so lib/znc/flooddetach.so lib/znc/identfile.so lib/znc/imapauth.so lib/znc/keepnick.so lib/znc/kickrejoin.so lib/znc/lastseen.so lib/znc/listsockets.so lib/znc/log.so lib/znc/missingmotd.so lib/znc/modules_online.so lib/znc/nickserv.so lib/znc/notes.so lib/znc/notify_connect.so lib/znc/palaver.so lib/znc/perform.so lib/znc/raw.so lib/znc/route_replies.so lib/znc/sample.so lib/znc/samplewebapi.so lib/znc/sasl.so lib/znc/saslplainauth.so lib/znc/savebuff.so lib/znc/schat.so lib/znc/send_raw.so lib/znc/shell.so lib/znc/simple_away.so lib/znc/stickychan.so lib/znc/stripcontrols.so lib/znc/watch.so lib/znc/webadmin.so man/man1/znc-buildmod.1 man/man1/znc.1 share/znc/cmake/CMakeFindDependencyMacroPC.cmake share/znc/cmake/ZNCConfig.cmake share/znc/cmake/ZNCConfigVersion.cmake share/znc/cmake/use_homebrew.cmake share/znc/cmake/znc_internal-noconfig.cmake share/znc/cmake/znc_internal.cmake share/znc/cmake/znc_public.cmake share/znc/modules/blockuser/tmpl/blockuser_WebadminUser.tmpl share/znc/modules/cert/tmpl/index.tmpl share/znc/modules/certauth/tmpl/index.tmpl share/znc/modules/lastseen/tmpl/index.tmpl share/znc/modules/lastseen/tmpl/lastseen_WebadminUser.tmpl share/znc/modules/listsockets/tmpl/index.tmpl share/znc/modules/notes/files/trash.gif share/znc/modules/notes/tmpl/index.tmpl share/znc/modules/perform/tmpl/index.tmpl share/znc/modules/q/tmpl/index.tmpl share/znc/modules/samplewebapi/tmpl/index.tmpl share/znc/modules/sasl/tmpl/index.tmpl share/znc/modules/send_raw/files/select.js share/znc/modules/send_raw/tmpl/index.tmpl share/znc/modules/stickychan/tmpl/index.tmpl share/znc/modules/stickychan/tmpl/stickychan_WebadminChan.tmpl share/znc/modules/webadmin/files/webadmin.css share/znc/modules/webadmin/files/webadmin.js share/znc/modules/webadmin/tmpl/add_edit_chan.tmpl share/znc/modules/webadmin/tmpl/add_edit_network.tmpl share/znc/modules/webadmin/tmpl/add_edit_user.tmpl share/znc/modules/webadmin/tmpl/del_network.tmpl share/znc/modules/webadmin/tmpl/del_user.tmpl share/znc/modules/webadmin/tmpl/encoding_settings.tmpl share/znc/modules/webadmin/tmpl/index.tmpl share/znc/modules/webadmin/tmpl/listusers.tmpl share/znc/modules/webadmin/tmpl/settings.tmpl share/znc/modules/webadmin/tmpl/traffic.tmpl share/znc/translations/bg-BG share/znc/translations/de-DE share/znc/translations/es-ES share/znc/translations/fr-FR share/znc/translations/id-ID share/znc/translations/it-IT share/znc/translations/nl-NL share/znc/translations/pl-PL share/znc/translations/pt-BR share/znc/translations/pt-PT share/znc/translations/ru-RU share/znc/translations/tr-TR share/znc/webskins/_default_/pub/External.png share/znc/webskins/_default_/pub/_default_.css share/znc/webskins/_default_/pub/favicon.ico share/znc/webskins/_default_/pub/global.css share/znc/webskins/_default_/pub/jquery-1.11.2.js share/znc/webskins/_default_/pub/jquery-1.11.2.min.js share/znc/webskins/_default_/pub/jquery-ui-sortable.1.11.4.css share/znc/webskins/_default_/pub/jquery-ui-sortable.1.11.4.js share/znc/webskins/_default_/pub/jquery-ui-sortable.1.11.4.min.css share/znc/webskins/_default_/pub/jquery-ui-sortable.1.11.4.min.js share/znc/webskins/_default_/pub/robots.txt share/znc/webskins/_default_/pub/selectize-0.12.1.css share/znc/webskins/_default_/pub/selectize-standalone-0.12.1.js share/znc/webskins/_default_/pub/selectize-standalone-0.12.1.min.js share/znc/webskins/_default_/tmpl/Banner.tmpl share/znc/webskins/_default_/tmpl/BaseHeader.tmpl share/znc/webskins/_default_/tmpl/BreadCrumbs.tmpl share/znc/webskins/_default_/tmpl/DocType.tmpl share/znc/webskins/_default_/tmpl/Error.tmpl share/znc/webskins/_default_/tmpl/ExtraHeader.tmpl share/znc/webskins/_default_/tmpl/Footer.tmpl share/znc/webskins/_default_/tmpl/FooterTag.tmpl share/znc/webskins/_default_/tmpl/Header.tmpl share/znc/webskins/_default_/tmpl/InfoBar.tmpl share/znc/webskins/_default_/tmpl/LoginBar.tmpl share/znc/webskins/_default_/tmpl/LowerBanner.tmpl share/znc/webskins/_default_/tmpl/Menu.tmpl share/znc/webskins/_default_/tmpl/MessageBar.tmpl share/znc/webskins/_default_/tmpl/Options.tmpl share/znc/webskins/_default_/tmpl/_csrf_check.tmpl share/znc/webskins/_default_/tmpl/index.tmpl share/znc/webskins/dark-clouds/pub/clouds-header.jpg share/znc/webskins/dark-clouds/pub/dark-clouds.css share/znc/webskins/dark-clouds/pub/favicon.ico share/znc/webskins/dark-clouds/tmpl/Banner.tmpl share/znc/webskins/dark-clouds/tmpl/FooterTag.tmpl share/znc/webskins/dark-clouds/tmpl/Header.tmpl share/znc/webskins/dark-clouds/tmpl/LowerBanner.tmpl share/znc/webskins/forest/pub/favicon.ico share/znc/webskins/forest/pub/forest-header.png share/znc/webskins/forest/pub/forest.css share/znc/webskins/forest/tmpl/Banner.tmpl share/znc/webskins/forest/tmpl/FooterTag.tmpl share/znc/webskins/forest/tmpl/Header.tmpl share/znc/webskins/forest/tmpl/LowerBanner.tmpl share/znc/webskins/ice/pub/favicon.ico share/znc/webskins/ice/pub/ice.css share/znc/webskins/ice/pub/linkbg.jpg share/znc/webskins/ice/pub/pagebg.gif share/znc/webskins/ice/tmpl/FooterTag.tmpl share/znc/webskins/ice/tmpl/Header.tmpl @ 1.8 log @znc: Update to 1.9.1 * This is a security release to fix CVE-2024-39844: remote code execution vulnerability in modtcl. * To mitigate this for existing installations, simply unload the modtcl module for every user, if it's loaded. Note that only users with admin rights can load modtcl at all. * Thanks to Johannes Kuhn (DasBrain) for reporting, to glguy for the patch, and to multiple IRC network operators for help with mitigating this on server side before disclosure. * Improve tooltips in webadmin. @ text @d1 1 a1 1 @@comment $NetBSD$ d85 1 @ 1.7 log @znc: move lib/znc/corecaps.so to PLIST @ text @d1 1 a1 1 @@comment $NetBSD: PLIST,v 1.6 2024/02/05 08:07:00 schmonz Exp $ d96 1 d99 1 d139 2 d142 1 @ 1.7.2.1 log @Pullup ticket #6887 - requested by nia chat/znc: security fix Revisions pulled up: - chat/znc/Makefile 1.48 - chat/znc/PLIST 1.8 - chat/znc/PLIST.nls 1.6 - chat/znc/distinfo 1.14 --- Module Name: pkgsrc Committed By: nia Date: Wed Aug 7 22:23:46 UTC 2024 Modified Files: pkgsrc/chat/znc: Makefile PLIST PLIST.nls distinfo Log Message: znc: Update to 1.9.1 * This is a security release to fix CVE-2024-39844: remote code execution vulnerability in modtcl. * To mitigate this for existing installations, simply unload the modtcl module for every user, if it's loaded. Note that only users with admin rights can load modtcl at all. * Thanks to Johannes Kuhn (DasBrain) for reporting, to glguy for the patch, and to multiple IRC network operators for help with mitigating this on server side before disclosure. * Improve tooltips in webadmin. @ text @d1 1 a1 1 @@comment $NetBSD$ a95 1 share/znc/cmake/CMakeFindDependencyMacroPC.cmake a97 1 share/znc/cmake/use_homebrew.cmake a136 2 share/znc/translations/pt-BR share/znc/translations/pt-PT a137 1 share/znc/translations/tr-TR @ 1.6 log @znc: add znc-palaver plugin (ok nia@@). Bump PKGREVISION. @ text @d1 1 a1 1 @@comment $NetBSD$ d59 1 @ 1.5 log @znc: Fix PLIST and PLIST.nls to correctly list message catalogue files @ text @d1 1 a1 1 @@comment $NetBSD: PLIST,v 1.4 2020/09/12 09:25:28 mef Exp $ d77 1 @ 1.4 log @regen PLIST. (right ?) @ text @d1 1 a1 1 @@comment $NetBSD$ a93 627 share/locale/bg_BG/LC_MESSAGES/znc-admindebug.mo share/locale/bg_BG/LC_MESSAGES/znc-adminlog.mo share/locale/bg_BG/LC_MESSAGES/znc-alias.mo share/locale/bg_BG/LC_MESSAGES/znc-autoattach.mo share/locale/bg_BG/LC_MESSAGES/znc-autocycle.mo share/locale/bg_BG/LC_MESSAGES/znc-autoop.mo share/locale/bg_BG/LC_MESSAGES/znc-autoreply.mo share/locale/bg_BG/LC_MESSAGES/znc-autovoice.mo share/locale/bg_BG/LC_MESSAGES/znc-awaystore.mo share/locale/bg_BG/LC_MESSAGES/znc-block_motd.mo share/locale/bg_BG/LC_MESSAGES/znc-blockuser.mo share/locale/bg_BG/LC_MESSAGES/znc-bouncedcc.mo share/locale/bg_BG/LC_MESSAGES/znc-buffextras.mo share/locale/bg_BG/LC_MESSAGES/znc-cert.mo share/locale/bg_BG/LC_MESSAGES/znc-certauth.mo share/locale/bg_BG/LC_MESSAGES/znc-chansaver.mo share/locale/bg_BG/LC_MESSAGES/znc-clearbufferonmsg.mo share/locale/bg_BG/LC_MESSAGES/znc-clientnotify.mo share/locale/bg_BG/LC_MESSAGES/znc-controlpanel.mo share/locale/bg_BG/LC_MESSAGES/znc-crypt.mo share/locale/bg_BG/LC_MESSAGES/znc-ctcpflood.mo share/locale/bg_BG/LC_MESSAGES/znc-cyrusauth.mo share/locale/bg_BG/LC_MESSAGES/znc-dcc.mo share/locale/bg_BG/LC_MESSAGES/znc-disconkick.mo share/locale/bg_BG/LC_MESSAGES/znc-fail2ban.mo share/locale/bg_BG/LC_MESSAGES/znc-flooddetach.mo share/locale/bg_BG/LC_MESSAGES/znc-identfile.mo share/locale/bg_BG/LC_MESSAGES/znc-imapauth.mo share/locale/bg_BG/LC_MESSAGES/znc-keepnick.mo share/locale/bg_BG/LC_MESSAGES/znc-kickrejoin.mo share/locale/bg_BG/LC_MESSAGES/znc-lastseen.mo share/locale/bg_BG/LC_MESSAGES/znc-listsockets.mo share/locale/bg_BG/LC_MESSAGES/znc-log.mo share/locale/bg_BG/LC_MESSAGES/znc-missingmotd.mo share/locale/bg_BG/LC_MESSAGES/znc-modperl.mo share/locale/bg_BG/LC_MESSAGES/znc-modpython.mo share/locale/bg_BG/LC_MESSAGES/znc-modules_online.mo share/locale/bg_BG/LC_MESSAGES/znc-nickserv.mo share/locale/bg_BG/LC_MESSAGES/znc-notes.mo share/locale/bg_BG/LC_MESSAGES/znc-notify_connect.mo share/locale/bg_BG/LC_MESSAGES/znc-perform.mo share/locale/bg_BG/LC_MESSAGES/znc-perleval.mo share/locale/bg_BG/LC_MESSAGES/znc-pyeval.mo share/locale/bg_BG/LC_MESSAGES/znc-raw.mo share/locale/bg_BG/LC_MESSAGES/znc-route_replies.mo share/locale/bg_BG/LC_MESSAGES/znc-sample.mo share/locale/bg_BG/LC_MESSAGES/znc-samplewebapi.mo share/locale/bg_BG/LC_MESSAGES/znc-sasl.mo share/locale/bg_BG/LC_MESSAGES/znc-savebuff.mo share/locale/bg_BG/LC_MESSAGES/znc-send_raw.mo share/locale/bg_BG/LC_MESSAGES/znc-shell.mo share/locale/bg_BG/LC_MESSAGES/znc-simple_away.mo share/locale/bg_BG/LC_MESSAGES/znc-stickychan.mo share/locale/bg_BG/LC_MESSAGES/znc-stripcontrols.mo share/locale/bg_BG/LC_MESSAGES/znc-watch.mo share/locale/bg_BG/LC_MESSAGES/znc-webadmin.mo share/locale/bg_BG/LC_MESSAGES/znc.mo share/locale/de_DE/LC_MESSAGES/znc-admindebug.mo share/locale/de_DE/LC_MESSAGES/znc-adminlog.mo share/locale/de_DE/LC_MESSAGES/znc-alias.mo share/locale/de_DE/LC_MESSAGES/znc-autoattach.mo share/locale/de_DE/LC_MESSAGES/znc-autocycle.mo share/locale/de_DE/LC_MESSAGES/znc-autoop.mo share/locale/de_DE/LC_MESSAGES/znc-autoreply.mo share/locale/de_DE/LC_MESSAGES/znc-autovoice.mo share/locale/de_DE/LC_MESSAGES/znc-awaystore.mo share/locale/de_DE/LC_MESSAGES/znc-block_motd.mo share/locale/de_DE/LC_MESSAGES/znc-blockuser.mo share/locale/de_DE/LC_MESSAGES/znc-bouncedcc.mo share/locale/de_DE/LC_MESSAGES/znc-buffextras.mo share/locale/de_DE/LC_MESSAGES/znc-cert.mo share/locale/de_DE/LC_MESSAGES/znc-certauth.mo share/locale/de_DE/LC_MESSAGES/znc-chansaver.mo share/locale/de_DE/LC_MESSAGES/znc-clearbufferonmsg.mo share/locale/de_DE/LC_MESSAGES/znc-clientnotify.mo share/locale/de_DE/LC_MESSAGES/znc-controlpanel.mo share/locale/de_DE/LC_MESSAGES/znc-crypt.mo share/locale/de_DE/LC_MESSAGES/znc-ctcpflood.mo share/locale/de_DE/LC_MESSAGES/znc-cyrusauth.mo share/locale/de_DE/LC_MESSAGES/znc-dcc.mo share/locale/de_DE/LC_MESSAGES/znc-disconkick.mo share/locale/de_DE/LC_MESSAGES/znc-fail2ban.mo share/locale/de_DE/LC_MESSAGES/znc-flooddetach.mo share/locale/de_DE/LC_MESSAGES/znc-identfile.mo share/locale/de_DE/LC_MESSAGES/znc-imapauth.mo share/locale/de_DE/LC_MESSAGES/znc-keepnick.mo share/locale/de_DE/LC_MESSAGES/znc-kickrejoin.mo share/locale/de_DE/LC_MESSAGES/znc-lastseen.mo share/locale/de_DE/LC_MESSAGES/znc-listsockets.mo share/locale/de_DE/LC_MESSAGES/znc-log.mo share/locale/de_DE/LC_MESSAGES/znc-missingmotd.mo share/locale/de_DE/LC_MESSAGES/znc-modperl.mo share/locale/de_DE/LC_MESSAGES/znc-modpython.mo share/locale/de_DE/LC_MESSAGES/znc-modules_online.mo share/locale/de_DE/LC_MESSAGES/znc-nickserv.mo share/locale/de_DE/LC_MESSAGES/znc-notes.mo share/locale/de_DE/LC_MESSAGES/znc-notify_connect.mo share/locale/de_DE/LC_MESSAGES/znc-perform.mo share/locale/de_DE/LC_MESSAGES/znc-perleval.mo share/locale/de_DE/LC_MESSAGES/znc-pyeval.mo share/locale/de_DE/LC_MESSAGES/znc-raw.mo share/locale/de_DE/LC_MESSAGES/znc-route_replies.mo share/locale/de_DE/LC_MESSAGES/znc-sample.mo share/locale/de_DE/LC_MESSAGES/znc-samplewebapi.mo share/locale/de_DE/LC_MESSAGES/znc-sasl.mo share/locale/de_DE/LC_MESSAGES/znc-savebuff.mo share/locale/de_DE/LC_MESSAGES/znc-send_raw.mo share/locale/de_DE/LC_MESSAGES/znc-shell.mo share/locale/de_DE/LC_MESSAGES/znc-simple_away.mo share/locale/de_DE/LC_MESSAGES/znc-stickychan.mo share/locale/de_DE/LC_MESSAGES/znc-stripcontrols.mo share/locale/de_DE/LC_MESSAGES/znc-watch.mo share/locale/de_DE/LC_MESSAGES/znc-webadmin.mo share/locale/de_DE/LC_MESSAGES/znc.mo share/locale/el_GR/LC_MESSAGES/znc-admindebug.mo share/locale/el_GR/LC_MESSAGES/znc-adminlog.mo share/locale/el_GR/LC_MESSAGES/znc-alias.mo share/locale/el_GR/LC_MESSAGES/znc-autoattach.mo share/locale/el_GR/LC_MESSAGES/znc-autocycle.mo share/locale/el_GR/LC_MESSAGES/znc-autoop.mo share/locale/el_GR/LC_MESSAGES/znc-autoreply.mo share/locale/el_GR/LC_MESSAGES/znc-autovoice.mo share/locale/el_GR/LC_MESSAGES/znc-awaystore.mo share/locale/el_GR/LC_MESSAGES/znc-block_motd.mo share/locale/el_GR/LC_MESSAGES/znc-blockuser.mo share/locale/el_GR/LC_MESSAGES/znc-bouncedcc.mo share/locale/el_GR/LC_MESSAGES/znc-buffextras.mo share/locale/el_GR/LC_MESSAGES/znc-cert.mo share/locale/el_GR/LC_MESSAGES/znc-certauth.mo share/locale/el_GR/LC_MESSAGES/znc-chansaver.mo share/locale/el_GR/LC_MESSAGES/znc-clearbufferonmsg.mo share/locale/el_GR/LC_MESSAGES/znc-clientnotify.mo share/locale/el_GR/LC_MESSAGES/znc-controlpanel.mo share/locale/el_GR/LC_MESSAGES/znc-crypt.mo share/locale/el_GR/LC_MESSAGES/znc-ctcpflood.mo share/locale/el_GR/LC_MESSAGES/znc-cyrusauth.mo share/locale/el_GR/LC_MESSAGES/znc-dcc.mo share/locale/el_GR/LC_MESSAGES/znc-disconkick.mo share/locale/el_GR/LC_MESSAGES/znc-fail2ban.mo share/locale/el_GR/LC_MESSAGES/znc-flooddetach.mo share/locale/el_GR/LC_MESSAGES/znc-identfile.mo share/locale/el_GR/LC_MESSAGES/znc-imapauth.mo share/locale/el_GR/LC_MESSAGES/znc-keepnick.mo share/locale/el_GR/LC_MESSAGES/znc-kickrejoin.mo share/locale/el_GR/LC_MESSAGES/znc-lastseen.mo share/locale/el_GR/LC_MESSAGES/znc-listsockets.mo share/locale/el_GR/LC_MESSAGES/znc-log.mo share/locale/el_GR/LC_MESSAGES/znc-missingmotd.mo share/locale/el_GR/LC_MESSAGES/znc-modperl.mo share/locale/el_GR/LC_MESSAGES/znc-modpython.mo share/locale/el_GR/LC_MESSAGES/znc-modules_online.mo share/locale/el_GR/LC_MESSAGES/znc-nickserv.mo share/locale/el_GR/LC_MESSAGES/znc-notes.mo share/locale/el_GR/LC_MESSAGES/znc-notify_connect.mo share/locale/el_GR/LC_MESSAGES/znc-perform.mo share/locale/el_GR/LC_MESSAGES/znc-perleval.mo share/locale/el_GR/LC_MESSAGES/znc-pyeval.mo share/locale/el_GR/LC_MESSAGES/znc-raw.mo share/locale/el_GR/LC_MESSAGES/znc-route_replies.mo share/locale/el_GR/LC_MESSAGES/znc-sample.mo share/locale/el_GR/LC_MESSAGES/znc-samplewebapi.mo share/locale/el_GR/LC_MESSAGES/znc-sasl.mo share/locale/el_GR/LC_MESSAGES/znc-savebuff.mo share/locale/el_GR/LC_MESSAGES/znc-send_raw.mo share/locale/el_GR/LC_MESSAGES/znc-shell.mo share/locale/el_GR/LC_MESSAGES/znc-simple_away.mo share/locale/el_GR/LC_MESSAGES/znc-stickychan.mo share/locale/el_GR/LC_MESSAGES/znc-stripcontrols.mo share/locale/el_GR/LC_MESSAGES/znc-watch.mo share/locale/el_GR/LC_MESSAGES/znc-webadmin.mo share/locale/el_GR/LC_MESSAGES/znc.mo share/locale/es_ES/LC_MESSAGES/znc-admindebug.mo share/locale/es_ES/LC_MESSAGES/znc-adminlog.mo share/locale/es_ES/LC_MESSAGES/znc-alias.mo share/locale/es_ES/LC_MESSAGES/znc-autoattach.mo share/locale/es_ES/LC_MESSAGES/znc-autocycle.mo share/locale/es_ES/LC_MESSAGES/znc-autoop.mo share/locale/es_ES/LC_MESSAGES/znc-autoreply.mo share/locale/es_ES/LC_MESSAGES/znc-autovoice.mo share/locale/es_ES/LC_MESSAGES/znc-awaystore.mo share/locale/es_ES/LC_MESSAGES/znc-block_motd.mo share/locale/es_ES/LC_MESSAGES/znc-blockuser.mo share/locale/es_ES/LC_MESSAGES/znc-bouncedcc.mo share/locale/es_ES/LC_MESSAGES/znc-buffextras.mo share/locale/es_ES/LC_MESSAGES/znc-cert.mo share/locale/es_ES/LC_MESSAGES/znc-certauth.mo share/locale/es_ES/LC_MESSAGES/znc-chansaver.mo share/locale/es_ES/LC_MESSAGES/znc-clearbufferonmsg.mo share/locale/es_ES/LC_MESSAGES/znc-clientnotify.mo share/locale/es_ES/LC_MESSAGES/znc-controlpanel.mo share/locale/es_ES/LC_MESSAGES/znc-crypt.mo share/locale/es_ES/LC_MESSAGES/znc-ctcpflood.mo share/locale/es_ES/LC_MESSAGES/znc-cyrusauth.mo share/locale/es_ES/LC_MESSAGES/znc-dcc.mo share/locale/es_ES/LC_MESSAGES/znc-disconkick.mo share/locale/es_ES/LC_MESSAGES/znc-fail2ban.mo share/locale/es_ES/LC_MESSAGES/znc-flooddetach.mo share/locale/es_ES/LC_MESSAGES/znc-identfile.mo share/locale/es_ES/LC_MESSAGES/znc-imapauth.mo share/locale/es_ES/LC_MESSAGES/znc-keepnick.mo share/locale/es_ES/LC_MESSAGES/znc-kickrejoin.mo share/locale/es_ES/LC_MESSAGES/znc-lastseen.mo share/locale/es_ES/LC_MESSAGES/znc-listsockets.mo share/locale/es_ES/LC_MESSAGES/znc-log.mo share/locale/es_ES/LC_MESSAGES/znc-missingmotd.mo share/locale/es_ES/LC_MESSAGES/znc-modperl.mo share/locale/es_ES/LC_MESSAGES/znc-modpython.mo share/locale/es_ES/LC_MESSAGES/znc-modules_online.mo share/locale/es_ES/LC_MESSAGES/znc-nickserv.mo share/locale/es_ES/LC_MESSAGES/znc-notes.mo share/locale/es_ES/LC_MESSAGES/znc-notify_connect.mo share/locale/es_ES/LC_MESSAGES/znc-perform.mo share/locale/es_ES/LC_MESSAGES/znc-perleval.mo share/locale/es_ES/LC_MESSAGES/znc-pyeval.mo share/locale/es_ES/LC_MESSAGES/znc-raw.mo share/locale/es_ES/LC_MESSAGES/znc-route_replies.mo share/locale/es_ES/LC_MESSAGES/znc-sample.mo share/locale/es_ES/LC_MESSAGES/znc-samplewebapi.mo share/locale/es_ES/LC_MESSAGES/znc-sasl.mo share/locale/es_ES/LC_MESSAGES/znc-savebuff.mo share/locale/es_ES/LC_MESSAGES/znc-send_raw.mo share/locale/es_ES/LC_MESSAGES/znc-shell.mo share/locale/es_ES/LC_MESSAGES/znc-simple_away.mo share/locale/es_ES/LC_MESSAGES/znc-stickychan.mo share/locale/es_ES/LC_MESSAGES/znc-stripcontrols.mo share/locale/es_ES/LC_MESSAGES/znc-watch.mo share/locale/es_ES/LC_MESSAGES/znc-webadmin.mo share/locale/es_ES/LC_MESSAGES/znc.mo share/locale/fr_FR/LC_MESSAGES/znc-admindebug.mo share/locale/fr_FR/LC_MESSAGES/znc-adminlog.mo share/locale/fr_FR/LC_MESSAGES/znc-alias.mo share/locale/fr_FR/LC_MESSAGES/znc-autoattach.mo share/locale/fr_FR/LC_MESSAGES/znc-autocycle.mo share/locale/fr_FR/LC_MESSAGES/znc-autoop.mo share/locale/fr_FR/LC_MESSAGES/znc-autoreply.mo share/locale/fr_FR/LC_MESSAGES/znc-autovoice.mo share/locale/fr_FR/LC_MESSAGES/znc-awaystore.mo share/locale/fr_FR/LC_MESSAGES/znc-block_motd.mo share/locale/fr_FR/LC_MESSAGES/znc-blockuser.mo share/locale/fr_FR/LC_MESSAGES/znc-bouncedcc.mo share/locale/fr_FR/LC_MESSAGES/znc-buffextras.mo share/locale/fr_FR/LC_MESSAGES/znc-cert.mo share/locale/fr_FR/LC_MESSAGES/znc-certauth.mo share/locale/fr_FR/LC_MESSAGES/znc-chansaver.mo share/locale/fr_FR/LC_MESSAGES/znc-clearbufferonmsg.mo share/locale/fr_FR/LC_MESSAGES/znc-clientnotify.mo share/locale/fr_FR/LC_MESSAGES/znc-controlpanel.mo share/locale/fr_FR/LC_MESSAGES/znc-crypt.mo share/locale/fr_FR/LC_MESSAGES/znc-ctcpflood.mo share/locale/fr_FR/LC_MESSAGES/znc-cyrusauth.mo share/locale/fr_FR/LC_MESSAGES/znc-dcc.mo share/locale/fr_FR/LC_MESSAGES/znc-disconkick.mo share/locale/fr_FR/LC_MESSAGES/znc-fail2ban.mo share/locale/fr_FR/LC_MESSAGES/znc-flooddetach.mo share/locale/fr_FR/LC_MESSAGES/znc-identfile.mo share/locale/fr_FR/LC_MESSAGES/znc-imapauth.mo share/locale/fr_FR/LC_MESSAGES/znc-keepnick.mo share/locale/fr_FR/LC_MESSAGES/znc-kickrejoin.mo share/locale/fr_FR/LC_MESSAGES/znc-lastseen.mo share/locale/fr_FR/LC_MESSAGES/znc-listsockets.mo share/locale/fr_FR/LC_MESSAGES/znc-log.mo share/locale/fr_FR/LC_MESSAGES/znc-missingmotd.mo share/locale/fr_FR/LC_MESSAGES/znc-modperl.mo share/locale/fr_FR/LC_MESSAGES/znc-modpython.mo share/locale/fr_FR/LC_MESSAGES/znc-modules_online.mo share/locale/fr_FR/LC_MESSAGES/znc-nickserv.mo share/locale/fr_FR/LC_MESSAGES/znc-notes.mo share/locale/fr_FR/LC_MESSAGES/znc-notify_connect.mo share/locale/fr_FR/LC_MESSAGES/znc-perform.mo share/locale/fr_FR/LC_MESSAGES/znc-perleval.mo share/locale/fr_FR/LC_MESSAGES/znc-pyeval.mo share/locale/fr_FR/LC_MESSAGES/znc-raw.mo share/locale/fr_FR/LC_MESSAGES/znc-route_replies.mo share/locale/fr_FR/LC_MESSAGES/znc-sample.mo share/locale/fr_FR/LC_MESSAGES/znc-samplewebapi.mo share/locale/fr_FR/LC_MESSAGES/znc-sasl.mo share/locale/fr_FR/LC_MESSAGES/znc-savebuff.mo share/locale/fr_FR/LC_MESSAGES/znc-send_raw.mo share/locale/fr_FR/LC_MESSAGES/znc-shell.mo share/locale/fr_FR/LC_MESSAGES/znc-simple_away.mo share/locale/fr_FR/LC_MESSAGES/znc-stickychan.mo share/locale/fr_FR/LC_MESSAGES/znc-stripcontrols.mo share/locale/fr_FR/LC_MESSAGES/znc-watch.mo share/locale/fr_FR/LC_MESSAGES/znc-webadmin.mo share/locale/fr_FR/LC_MESSAGES/znc.mo share/locale/id_ID/LC_MESSAGES/znc-admindebug.mo share/locale/id_ID/LC_MESSAGES/znc-adminlog.mo share/locale/id_ID/LC_MESSAGES/znc-alias.mo share/locale/id_ID/LC_MESSAGES/znc-autoattach.mo share/locale/id_ID/LC_MESSAGES/znc-autocycle.mo share/locale/id_ID/LC_MESSAGES/znc-autoop.mo share/locale/id_ID/LC_MESSAGES/znc-autoreply.mo share/locale/id_ID/LC_MESSAGES/znc-autovoice.mo share/locale/id_ID/LC_MESSAGES/znc-awaystore.mo share/locale/id_ID/LC_MESSAGES/znc-block_motd.mo share/locale/id_ID/LC_MESSAGES/znc-blockuser.mo share/locale/id_ID/LC_MESSAGES/znc-bouncedcc.mo share/locale/id_ID/LC_MESSAGES/znc-buffextras.mo share/locale/id_ID/LC_MESSAGES/znc-cert.mo share/locale/id_ID/LC_MESSAGES/znc-certauth.mo share/locale/id_ID/LC_MESSAGES/znc-chansaver.mo share/locale/id_ID/LC_MESSAGES/znc-clearbufferonmsg.mo share/locale/id_ID/LC_MESSAGES/znc-clientnotify.mo share/locale/id_ID/LC_MESSAGES/znc-controlpanel.mo share/locale/id_ID/LC_MESSAGES/znc-crypt.mo share/locale/id_ID/LC_MESSAGES/znc-ctcpflood.mo share/locale/id_ID/LC_MESSAGES/znc-cyrusauth.mo share/locale/id_ID/LC_MESSAGES/znc-dcc.mo share/locale/id_ID/LC_MESSAGES/znc-disconkick.mo share/locale/id_ID/LC_MESSAGES/znc-fail2ban.mo share/locale/id_ID/LC_MESSAGES/znc-flooddetach.mo share/locale/id_ID/LC_MESSAGES/znc-identfile.mo share/locale/id_ID/LC_MESSAGES/znc-imapauth.mo share/locale/id_ID/LC_MESSAGES/znc-keepnick.mo share/locale/id_ID/LC_MESSAGES/znc-kickrejoin.mo share/locale/id_ID/LC_MESSAGES/znc-lastseen.mo share/locale/id_ID/LC_MESSAGES/znc-listsockets.mo share/locale/id_ID/LC_MESSAGES/znc-log.mo share/locale/id_ID/LC_MESSAGES/znc-missingmotd.mo share/locale/id_ID/LC_MESSAGES/znc-modperl.mo share/locale/id_ID/LC_MESSAGES/znc-modpython.mo share/locale/id_ID/LC_MESSAGES/znc-modules_online.mo share/locale/id_ID/LC_MESSAGES/znc-nickserv.mo share/locale/id_ID/LC_MESSAGES/znc-notes.mo share/locale/id_ID/LC_MESSAGES/znc-notify_connect.mo share/locale/id_ID/LC_MESSAGES/znc-perform.mo share/locale/id_ID/LC_MESSAGES/znc-perleval.mo share/locale/id_ID/LC_MESSAGES/znc-pyeval.mo share/locale/id_ID/LC_MESSAGES/znc-raw.mo share/locale/id_ID/LC_MESSAGES/znc-route_replies.mo share/locale/id_ID/LC_MESSAGES/znc-sample.mo share/locale/id_ID/LC_MESSAGES/znc-samplewebapi.mo share/locale/id_ID/LC_MESSAGES/znc-sasl.mo share/locale/id_ID/LC_MESSAGES/znc-savebuff.mo share/locale/id_ID/LC_MESSAGES/znc-send_raw.mo share/locale/id_ID/LC_MESSAGES/znc-shell.mo share/locale/id_ID/LC_MESSAGES/znc-simple_away.mo share/locale/id_ID/LC_MESSAGES/znc-stickychan.mo share/locale/id_ID/LC_MESSAGES/znc-stripcontrols.mo share/locale/id_ID/LC_MESSAGES/znc-watch.mo share/locale/id_ID/LC_MESSAGES/znc-webadmin.mo share/locale/id_ID/LC_MESSAGES/znc.mo share/locale/it_IT/LC_MESSAGES/znc-admindebug.mo share/locale/it_IT/LC_MESSAGES/znc-adminlog.mo share/locale/it_IT/LC_MESSAGES/znc-alias.mo share/locale/it_IT/LC_MESSAGES/znc-autoattach.mo share/locale/it_IT/LC_MESSAGES/znc-autocycle.mo share/locale/it_IT/LC_MESSAGES/znc-autoop.mo share/locale/it_IT/LC_MESSAGES/znc-autoreply.mo share/locale/it_IT/LC_MESSAGES/znc-autovoice.mo share/locale/it_IT/LC_MESSAGES/znc-awaystore.mo share/locale/it_IT/LC_MESSAGES/znc-block_motd.mo share/locale/it_IT/LC_MESSAGES/znc-blockuser.mo share/locale/it_IT/LC_MESSAGES/znc-bouncedcc.mo share/locale/it_IT/LC_MESSAGES/znc-buffextras.mo share/locale/it_IT/LC_MESSAGES/znc-cert.mo share/locale/it_IT/LC_MESSAGES/znc-certauth.mo share/locale/it_IT/LC_MESSAGES/znc-chansaver.mo share/locale/it_IT/LC_MESSAGES/znc-clearbufferonmsg.mo share/locale/it_IT/LC_MESSAGES/znc-clientnotify.mo share/locale/it_IT/LC_MESSAGES/znc-controlpanel.mo share/locale/it_IT/LC_MESSAGES/znc-crypt.mo share/locale/it_IT/LC_MESSAGES/znc-ctcpflood.mo share/locale/it_IT/LC_MESSAGES/znc-cyrusauth.mo share/locale/it_IT/LC_MESSAGES/znc-dcc.mo share/locale/it_IT/LC_MESSAGES/znc-disconkick.mo share/locale/it_IT/LC_MESSAGES/znc-fail2ban.mo share/locale/it_IT/LC_MESSAGES/znc-flooddetach.mo share/locale/it_IT/LC_MESSAGES/znc-identfile.mo share/locale/it_IT/LC_MESSAGES/znc-imapauth.mo share/locale/it_IT/LC_MESSAGES/znc-keepnick.mo share/locale/it_IT/LC_MESSAGES/znc-kickrejoin.mo share/locale/it_IT/LC_MESSAGES/znc-lastseen.mo share/locale/it_IT/LC_MESSAGES/znc-listsockets.mo share/locale/it_IT/LC_MESSAGES/znc-log.mo share/locale/it_IT/LC_MESSAGES/znc-missingmotd.mo share/locale/it_IT/LC_MESSAGES/znc-modperl.mo share/locale/it_IT/LC_MESSAGES/znc-modpython.mo share/locale/it_IT/LC_MESSAGES/znc-modules_online.mo share/locale/it_IT/LC_MESSAGES/znc-nickserv.mo share/locale/it_IT/LC_MESSAGES/znc-notes.mo share/locale/it_IT/LC_MESSAGES/znc-notify_connect.mo share/locale/it_IT/LC_MESSAGES/znc-perform.mo share/locale/it_IT/LC_MESSAGES/znc-perleval.mo share/locale/it_IT/LC_MESSAGES/znc-pyeval.mo share/locale/it_IT/LC_MESSAGES/znc-raw.mo share/locale/it_IT/LC_MESSAGES/znc-route_replies.mo share/locale/it_IT/LC_MESSAGES/znc-sample.mo share/locale/it_IT/LC_MESSAGES/znc-samplewebapi.mo share/locale/it_IT/LC_MESSAGES/znc-sasl.mo share/locale/it_IT/LC_MESSAGES/znc-savebuff.mo share/locale/it_IT/LC_MESSAGES/znc-send_raw.mo share/locale/it_IT/LC_MESSAGES/znc-shell.mo share/locale/it_IT/LC_MESSAGES/znc-simple_away.mo share/locale/it_IT/LC_MESSAGES/znc-stickychan.mo share/locale/it_IT/LC_MESSAGES/znc-stripcontrols.mo share/locale/it_IT/LC_MESSAGES/znc-watch.mo share/locale/it_IT/LC_MESSAGES/znc-webadmin.mo share/locale/it_IT/LC_MESSAGES/znc.mo share/locale/nl_NL/LC_MESSAGES/znc-admindebug.mo share/locale/nl_NL/LC_MESSAGES/znc-adminlog.mo share/locale/nl_NL/LC_MESSAGES/znc-alias.mo share/locale/nl_NL/LC_MESSAGES/znc-autoattach.mo share/locale/nl_NL/LC_MESSAGES/znc-autocycle.mo share/locale/nl_NL/LC_MESSAGES/znc-autoop.mo share/locale/nl_NL/LC_MESSAGES/znc-autoreply.mo share/locale/nl_NL/LC_MESSAGES/znc-autovoice.mo share/locale/nl_NL/LC_MESSAGES/znc-awaystore.mo share/locale/nl_NL/LC_MESSAGES/znc-block_motd.mo share/locale/nl_NL/LC_MESSAGES/znc-blockuser.mo share/locale/nl_NL/LC_MESSAGES/znc-bouncedcc.mo share/locale/nl_NL/LC_MESSAGES/znc-buffextras.mo share/locale/nl_NL/LC_MESSAGES/znc-cert.mo share/locale/nl_NL/LC_MESSAGES/znc-certauth.mo share/locale/nl_NL/LC_MESSAGES/znc-chansaver.mo share/locale/nl_NL/LC_MESSAGES/znc-clearbufferonmsg.mo share/locale/nl_NL/LC_MESSAGES/znc-clientnotify.mo share/locale/nl_NL/LC_MESSAGES/znc-controlpanel.mo share/locale/nl_NL/LC_MESSAGES/znc-crypt.mo share/locale/nl_NL/LC_MESSAGES/znc-ctcpflood.mo share/locale/nl_NL/LC_MESSAGES/znc-cyrusauth.mo share/locale/nl_NL/LC_MESSAGES/znc-dcc.mo share/locale/nl_NL/LC_MESSAGES/znc-disconkick.mo share/locale/nl_NL/LC_MESSAGES/znc-fail2ban.mo share/locale/nl_NL/LC_MESSAGES/znc-flooddetach.mo share/locale/nl_NL/LC_MESSAGES/znc-identfile.mo share/locale/nl_NL/LC_MESSAGES/znc-imapauth.mo share/locale/nl_NL/LC_MESSAGES/znc-keepnick.mo share/locale/nl_NL/LC_MESSAGES/znc-kickrejoin.mo share/locale/nl_NL/LC_MESSAGES/znc-lastseen.mo share/locale/nl_NL/LC_MESSAGES/znc-listsockets.mo share/locale/nl_NL/LC_MESSAGES/znc-log.mo share/locale/nl_NL/LC_MESSAGES/znc-missingmotd.mo share/locale/nl_NL/LC_MESSAGES/znc-modperl.mo share/locale/nl_NL/LC_MESSAGES/znc-modpython.mo share/locale/nl_NL/LC_MESSAGES/znc-modules_online.mo share/locale/nl_NL/LC_MESSAGES/znc-nickserv.mo share/locale/nl_NL/LC_MESSAGES/znc-notes.mo share/locale/nl_NL/LC_MESSAGES/znc-notify_connect.mo share/locale/nl_NL/LC_MESSAGES/znc-perform.mo share/locale/nl_NL/LC_MESSAGES/znc-perleval.mo share/locale/nl_NL/LC_MESSAGES/znc-pyeval.mo share/locale/nl_NL/LC_MESSAGES/znc-raw.mo share/locale/nl_NL/LC_MESSAGES/znc-route_replies.mo share/locale/nl_NL/LC_MESSAGES/znc-sample.mo share/locale/nl_NL/LC_MESSAGES/znc-samplewebapi.mo share/locale/nl_NL/LC_MESSAGES/znc-sasl.mo share/locale/nl_NL/LC_MESSAGES/znc-savebuff.mo share/locale/nl_NL/LC_MESSAGES/znc-send_raw.mo share/locale/nl_NL/LC_MESSAGES/znc-shell.mo share/locale/nl_NL/LC_MESSAGES/znc-simple_away.mo share/locale/nl_NL/LC_MESSAGES/znc-stickychan.mo share/locale/nl_NL/LC_MESSAGES/znc-stripcontrols.mo share/locale/nl_NL/LC_MESSAGES/znc-watch.mo share/locale/nl_NL/LC_MESSAGES/znc-webadmin.mo share/locale/nl_NL/LC_MESSAGES/znc.mo share/locale/pl_PL/LC_MESSAGES/znc-admindebug.mo share/locale/pl_PL/LC_MESSAGES/znc-adminlog.mo share/locale/pl_PL/LC_MESSAGES/znc-alias.mo share/locale/pl_PL/LC_MESSAGES/znc-autoattach.mo share/locale/pl_PL/LC_MESSAGES/znc-autocycle.mo share/locale/pl_PL/LC_MESSAGES/znc-autoop.mo share/locale/pl_PL/LC_MESSAGES/znc-autoreply.mo share/locale/pl_PL/LC_MESSAGES/znc-autovoice.mo share/locale/pl_PL/LC_MESSAGES/znc-awaystore.mo share/locale/pl_PL/LC_MESSAGES/znc-block_motd.mo share/locale/pl_PL/LC_MESSAGES/znc-blockuser.mo share/locale/pl_PL/LC_MESSAGES/znc-bouncedcc.mo share/locale/pl_PL/LC_MESSAGES/znc-buffextras.mo share/locale/pl_PL/LC_MESSAGES/znc-cert.mo share/locale/pl_PL/LC_MESSAGES/znc-certauth.mo share/locale/pl_PL/LC_MESSAGES/znc-chansaver.mo share/locale/pl_PL/LC_MESSAGES/znc-clearbufferonmsg.mo share/locale/pl_PL/LC_MESSAGES/znc-clientnotify.mo share/locale/pl_PL/LC_MESSAGES/znc-controlpanel.mo share/locale/pl_PL/LC_MESSAGES/znc-crypt.mo share/locale/pl_PL/LC_MESSAGES/znc-ctcpflood.mo share/locale/pl_PL/LC_MESSAGES/znc-cyrusauth.mo share/locale/pl_PL/LC_MESSAGES/znc-dcc.mo share/locale/pl_PL/LC_MESSAGES/znc-disconkick.mo share/locale/pl_PL/LC_MESSAGES/znc-fail2ban.mo share/locale/pl_PL/LC_MESSAGES/znc-flooddetach.mo share/locale/pl_PL/LC_MESSAGES/znc-identfile.mo share/locale/pl_PL/LC_MESSAGES/znc-imapauth.mo share/locale/pl_PL/LC_MESSAGES/znc-keepnick.mo share/locale/pl_PL/LC_MESSAGES/znc-kickrejoin.mo share/locale/pl_PL/LC_MESSAGES/znc-lastseen.mo share/locale/pl_PL/LC_MESSAGES/znc-listsockets.mo share/locale/pl_PL/LC_MESSAGES/znc-log.mo share/locale/pl_PL/LC_MESSAGES/znc-missingmotd.mo share/locale/pl_PL/LC_MESSAGES/znc-modperl.mo share/locale/pl_PL/LC_MESSAGES/znc-modpython.mo share/locale/pl_PL/LC_MESSAGES/znc-modules_online.mo share/locale/pl_PL/LC_MESSAGES/znc-nickserv.mo share/locale/pl_PL/LC_MESSAGES/znc-notes.mo share/locale/pl_PL/LC_MESSAGES/znc-notify_connect.mo share/locale/pl_PL/LC_MESSAGES/znc-perform.mo share/locale/pl_PL/LC_MESSAGES/znc-perleval.mo share/locale/pl_PL/LC_MESSAGES/znc-pyeval.mo share/locale/pl_PL/LC_MESSAGES/znc-raw.mo share/locale/pl_PL/LC_MESSAGES/znc-route_replies.mo share/locale/pl_PL/LC_MESSAGES/znc-sample.mo share/locale/pl_PL/LC_MESSAGES/znc-samplewebapi.mo share/locale/pl_PL/LC_MESSAGES/znc-sasl.mo share/locale/pl_PL/LC_MESSAGES/znc-savebuff.mo share/locale/pl_PL/LC_MESSAGES/znc-send_raw.mo share/locale/pl_PL/LC_MESSAGES/znc-shell.mo share/locale/pl_PL/LC_MESSAGES/znc-simple_away.mo share/locale/pl_PL/LC_MESSAGES/znc-stickychan.mo share/locale/pl_PL/LC_MESSAGES/znc-stripcontrols.mo share/locale/pl_PL/LC_MESSAGES/znc-watch.mo share/locale/pl_PL/LC_MESSAGES/znc-webadmin.mo share/locale/pl_PL/LC_MESSAGES/znc.mo share/locale/pt_BR/LC_MESSAGES/znc-admindebug.mo share/locale/pt_BR/LC_MESSAGES/znc-adminlog.mo share/locale/pt_BR/LC_MESSAGES/znc-alias.mo share/locale/pt_BR/LC_MESSAGES/znc-autoattach.mo share/locale/pt_BR/LC_MESSAGES/znc-autocycle.mo share/locale/pt_BR/LC_MESSAGES/znc-autoop.mo share/locale/pt_BR/LC_MESSAGES/znc-autoreply.mo share/locale/pt_BR/LC_MESSAGES/znc-autovoice.mo share/locale/pt_BR/LC_MESSAGES/znc-awaystore.mo share/locale/pt_BR/LC_MESSAGES/znc-block_motd.mo share/locale/pt_BR/LC_MESSAGES/znc-blockuser.mo share/locale/pt_BR/LC_MESSAGES/znc-bouncedcc.mo share/locale/pt_BR/LC_MESSAGES/znc-buffextras.mo share/locale/pt_BR/LC_MESSAGES/znc-cert.mo share/locale/pt_BR/LC_MESSAGES/znc-certauth.mo share/locale/pt_BR/LC_MESSAGES/znc-chansaver.mo share/locale/pt_BR/LC_MESSAGES/znc-clearbufferonmsg.mo share/locale/pt_BR/LC_MESSAGES/znc-clientnotify.mo share/locale/pt_BR/LC_MESSAGES/znc-controlpanel.mo share/locale/pt_BR/LC_MESSAGES/znc-crypt.mo share/locale/pt_BR/LC_MESSAGES/znc-ctcpflood.mo share/locale/pt_BR/LC_MESSAGES/znc-cyrusauth.mo share/locale/pt_BR/LC_MESSAGES/znc-dcc.mo share/locale/pt_BR/LC_MESSAGES/znc-disconkick.mo share/locale/pt_BR/LC_MESSAGES/znc-fail2ban.mo share/locale/pt_BR/LC_MESSAGES/znc-flooddetach.mo share/locale/pt_BR/LC_MESSAGES/znc-identfile.mo share/locale/pt_BR/LC_MESSAGES/znc-imapauth.mo share/locale/pt_BR/LC_MESSAGES/znc-keepnick.mo share/locale/pt_BR/LC_MESSAGES/znc-kickrejoin.mo share/locale/pt_BR/LC_MESSAGES/znc-lastseen.mo share/locale/pt_BR/LC_MESSAGES/znc-listsockets.mo share/locale/pt_BR/LC_MESSAGES/znc-log.mo share/locale/pt_BR/LC_MESSAGES/znc-missingmotd.mo share/locale/pt_BR/LC_MESSAGES/znc-modperl.mo share/locale/pt_BR/LC_MESSAGES/znc-modpython.mo share/locale/pt_BR/LC_MESSAGES/znc-modules_online.mo share/locale/pt_BR/LC_MESSAGES/znc-nickserv.mo share/locale/pt_BR/LC_MESSAGES/znc-notes.mo share/locale/pt_BR/LC_MESSAGES/znc-notify_connect.mo share/locale/pt_BR/LC_MESSAGES/znc-perform.mo share/locale/pt_BR/LC_MESSAGES/znc-perleval.mo share/locale/pt_BR/LC_MESSAGES/znc-pyeval.mo share/locale/pt_BR/LC_MESSAGES/znc-raw.mo share/locale/pt_BR/LC_MESSAGES/znc-route_replies.mo share/locale/pt_BR/LC_MESSAGES/znc-sample.mo share/locale/pt_BR/LC_MESSAGES/znc-samplewebapi.mo share/locale/pt_BR/LC_MESSAGES/znc-sasl.mo share/locale/pt_BR/LC_MESSAGES/znc-savebuff.mo share/locale/pt_BR/LC_MESSAGES/znc-send_raw.mo share/locale/pt_BR/LC_MESSAGES/znc-shell.mo share/locale/pt_BR/LC_MESSAGES/znc-simple_away.mo share/locale/pt_BR/LC_MESSAGES/znc-stickychan.mo share/locale/pt_BR/LC_MESSAGES/znc-stripcontrols.mo share/locale/pt_BR/LC_MESSAGES/znc-watch.mo share/locale/pt_BR/LC_MESSAGES/znc-webadmin.mo share/locale/pt_BR/LC_MESSAGES/znc.mo share/locale/ru_RU/LC_MESSAGES/znc-admindebug.mo share/locale/ru_RU/LC_MESSAGES/znc-adminlog.mo share/locale/ru_RU/LC_MESSAGES/znc-alias.mo share/locale/ru_RU/LC_MESSAGES/znc-autoattach.mo share/locale/ru_RU/LC_MESSAGES/znc-autocycle.mo share/locale/ru_RU/LC_MESSAGES/znc-autoop.mo share/locale/ru_RU/LC_MESSAGES/znc-autoreply.mo share/locale/ru_RU/LC_MESSAGES/znc-autovoice.mo share/locale/ru_RU/LC_MESSAGES/znc-awaystore.mo share/locale/ru_RU/LC_MESSAGES/znc-block_motd.mo share/locale/ru_RU/LC_MESSAGES/znc-blockuser.mo share/locale/ru_RU/LC_MESSAGES/znc-bouncedcc.mo share/locale/ru_RU/LC_MESSAGES/znc-buffextras.mo share/locale/ru_RU/LC_MESSAGES/znc-cert.mo share/locale/ru_RU/LC_MESSAGES/znc-certauth.mo share/locale/ru_RU/LC_MESSAGES/znc-chansaver.mo share/locale/ru_RU/LC_MESSAGES/znc-clearbufferonmsg.mo share/locale/ru_RU/LC_MESSAGES/znc-clientnotify.mo share/locale/ru_RU/LC_MESSAGES/znc-controlpanel.mo share/locale/ru_RU/LC_MESSAGES/znc-crypt.mo share/locale/ru_RU/LC_MESSAGES/znc-ctcpflood.mo share/locale/ru_RU/LC_MESSAGES/znc-cyrusauth.mo share/locale/ru_RU/LC_MESSAGES/znc-dcc.mo share/locale/ru_RU/LC_MESSAGES/znc-disconkick.mo share/locale/ru_RU/LC_MESSAGES/znc-fail2ban.mo share/locale/ru_RU/LC_MESSAGES/znc-flooddetach.mo share/locale/ru_RU/LC_MESSAGES/znc-identfile.mo share/locale/ru_RU/LC_MESSAGES/znc-imapauth.mo share/locale/ru_RU/LC_MESSAGES/znc-keepnick.mo share/locale/ru_RU/LC_MESSAGES/znc-kickrejoin.mo share/locale/ru_RU/LC_MESSAGES/znc-lastseen.mo share/locale/ru_RU/LC_MESSAGES/znc-listsockets.mo share/locale/ru_RU/LC_MESSAGES/znc-log.mo share/locale/ru_RU/LC_MESSAGES/znc-missingmotd.mo share/locale/ru_RU/LC_MESSAGES/znc-modperl.mo share/locale/ru_RU/LC_MESSAGES/znc-modpython.mo share/locale/ru_RU/LC_MESSAGES/znc-modules_online.mo share/locale/ru_RU/LC_MESSAGES/znc-nickserv.mo share/locale/ru_RU/LC_MESSAGES/znc-notes.mo share/locale/ru_RU/LC_MESSAGES/znc-notify_connect.mo share/locale/ru_RU/LC_MESSAGES/znc-perform.mo share/locale/ru_RU/LC_MESSAGES/znc-perleval.mo share/locale/ru_RU/LC_MESSAGES/znc-pyeval.mo share/locale/ru_RU/LC_MESSAGES/znc-raw.mo share/locale/ru_RU/LC_MESSAGES/znc-route_replies.mo share/locale/ru_RU/LC_MESSAGES/znc-sample.mo share/locale/ru_RU/LC_MESSAGES/znc-samplewebapi.mo share/locale/ru_RU/LC_MESSAGES/znc-sasl.mo share/locale/ru_RU/LC_MESSAGES/znc-savebuff.mo share/locale/ru_RU/LC_MESSAGES/znc-send_raw.mo share/locale/ru_RU/LC_MESSAGES/znc-shell.mo share/locale/ru_RU/LC_MESSAGES/znc-simple_away.mo share/locale/ru_RU/LC_MESSAGES/znc-stickychan.mo share/locale/ru_RU/LC_MESSAGES/znc-stripcontrols.mo share/locale/ru_RU/LC_MESSAGES/znc-watch.mo share/locale/ru_RU/LC_MESSAGES/znc-webadmin.mo share/locale/ru_RU/LC_MESSAGES/znc.mo @ 1.3 log @znc: Update to 1.8.0 # ZNC 1.8.0 (2020-05-01) ## New * Output of various commands (e.g. `/znc help`) was switched from a table to a list * Support IP while verifying SSL certificates * Make it more visible that admins have lots of privileges ## Fixes * Fix parsing of channel modes when the last parameter starts with a colon, improving compatibility with InspIRCd v3 * Fix null dereference on startup when reading invalid config * Don't show server passwords on ZNC startup * Fix build with newer OpenSSL * Fix in-source CMake build * Fix echo-message for `status` ## Modules * controlpanel: Add already supported NoTrafficTimeout User variable to help output * modpython: * Use FindPython3 in addition to pkg-config in CMake to simplify builds on Gentoo when not using emerge * Support python 3.9 * modtcl: Added GetNetworkName * partyline: Module is removed * q: Module is removed * route_replies: Handle more numerics * sasl: Fix sending of long authentication information * shell: Unblock signals when spawning child processes * simple_away: Convert to UTC time * watch: Better support multiple clients * webadmin: Better wording for TrustPKI setting ## Internal * Refactor the way how SSL certificate is checked to simplify future socket-related refactors * Build integration test and ZNC itself with the same compiler (https://bugs.gentoo.org/699258) * Various improvements for translation CI * Normalize variable name sUserName/sUsername * Make de-escaping less lenient @ text @d1 1 a1 1 @@comment $NetBSD: PLIST,v 1.2 2019/10/01 13:49:58 nia Exp $ d94 627 d761 1 @ 1.2 log @znc: Update to 1.7.5. pkgsrc changes: - Switched to cmake. Upstream changes: - modpython: Add support for Python 3.8 - modtcl: install .tcl files when building with CMake - nickserv: report success of Clear commands - Update translations, add Italian, Bulgarian, fix name of Dutch - Update error messages to be clearer - Add a deprecation warning to ./configure to use CMake instead in addition to an already existing warning in README @ text @d1 1 a1 1 @@comment $NetBSD$ a76 1 lib/znc/partyline.so a77 1 lib/znc/q.so @ 1.1 log @chat/znc: Import version 1.7.1. Based on work in pkgsrc-wip. ZNC is an advanced IRC bouncer with IPv6 and SSL support. @ text @d36 1 d96 5 d129 8 @