changelog updates for 1.0.0-rc1

This commit is contained in:
Shivaram Lingamneni 2019-02-18 01:16:39 -05:00
parent 329183d083
commit 5a47d6076b
2 changed files with 18 additions and 4 deletions

View file

@ -590,6 +590,11 @@ 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.
--------------------------------------------------------------------------------------------