mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +01:00
changelog: Note latest changes, reword some dodgy lines
This commit is contained in:
parent
ac91a3e484
commit
eb72c38d0c
11
CHANGELOG.md
11
CHANGELOG.md
@ -12,9 +12,11 @@ New release of Oragono!
|
||||
### Security
|
||||
|
||||
### Added
|
||||
* Added info document to better explain the design decisions behind Oragono in-depth, how to rehash, etc.
|
||||
* Now prints a warning if the server's not listening on a TLS port or if it's not listening for TLS connections on port 6697.
|
||||
* Now prints a warning if you're trying to run from source or an otherwise unreleased version.
|
||||
* Added a warning if the server's not listening on a TLS port or if it's not listening for TLS connections on port 6697.
|
||||
* Added a warning if you're trying to run from source or an otherwise unreleased version.
|
||||
* Added INFO.md document to better explain the design decisions behind Oragono, exactly how to rehash, etc.
|
||||
* Added user modes, including:
|
||||
* `R`: Only receive private messages and notices from other registered users.
|
||||
|
||||
### Changed
|
||||
|
||||
@ -24,7 +26,8 @@ New release of Oragono!
|
||||
* Fixed a memory leak in our socket code when clients disconnect.
|
||||
* Fixed a SASL bug that resulted in certains clients getting caught in a cycle of trying (and failing) to abort authentication.
|
||||
* Fixed an instance where clients could use a nickname that isn't sane (thanks @euank!).
|
||||
* Fixed an issue where certain clients who connect incorrectly wouldn't be disconnected (thanks @euank!).
|
||||
* Fixed an issue where certain clients who connect incorrectly would stay connected (thanks @euank!).
|
||||
* Fixed how we handle particularly unique Unicode strings.
|
||||
|
||||
|
||||
## [0.8.2] - 2017-06-30
|
||||
|
Loading…
Reference in New Issue
Block a user