From 02d5da7cfa301a09058aab11c729b04ef18167ae Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Sun, 12 May 2019 03:33:41 -0400 Subject: [PATCH] remove manual entry for ZNC as of #479, we provide backwards compatibility with ZNC's SASL --- docs/MANUAL.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/MANUAL.md b/docs/MANUAL.md index d8c246e2..db3330a8 100644 --- a/docs/MANUAL.md +++ b/docs/MANUAL.md @@ -34,7 +34,6 @@ _Copyright © 2018 Daniel Oaks _ - Commands - Working with other software - HOPM - - ZNC - Tor - Acknowledgements @@ -594,11 +593,6 @@ connregex = ".+-.+CONNECT.+-.+ Client Connected \\[([^ ]+)\\] \\[u:([^ ]+)\\] \\ kline = "DLINE ANDKILL 2h %i :Open proxy found on your host."; ```` -## ZNC - -Versions of ZNC prior to 1.7 have a [bug](https://github.com/znc/znc/issues/1212) in their SASL implementation that renders them incompatible with Oragono. However, you should be able to authenticate from ZNC using its [NickServ](https://wiki.znc.in/Nickserv) module. - - ## Tor Oragono has code support for adding an .onion address to an IRC server, or operating an IRC server as a Tor hidden service. This is subtle, so you should be familiar with the [Tor Project](https://www.torproject.org/) and the concept of a [hidden service](https://www.torproject.org/docs/tor-onion-service.html.en).