浏览代码

Improve CHANGELOG, add myself to the Readme

tags/v0.1.0
Daniel Oaks 8 年前
父节点
当前提交
144ebe08e3
共有 2 个文件被更改,包括 6 次插入0 次删除
  1. 5
    0
      CHANGELOG.md
  2. 1
    0
      README.md

+ 5
- 0
CHANGELOG.md 查看文件

@@ -7,6 +7,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). For the purpo
7 7
 ## Unreleased
8 8
 Initial release of Oragono!
9 9
 
10
+### Security
11
+* PROXY command is now restricted appropriately.
12
+* Nicknames, usernames and channel names that break the protocol are no longer allowed.
13
+* Default channel modes set to restrict new channels more appropriately by default.
14
+
10 15
 ### Added
11 16
 * Added YAML config file format.
12 17
 * Added native SSL/TLS support (thanks to @edmand).

+ 1
- 0
README.md 查看文件

@@ -52,6 +52,7 @@ oragono run
52 52
 * Jeremy Latt, creator of Ergonomadic, <https://github.com/jlatt>
53 53
 * Edmund Huber, maintainer of Ergonomadic, <https://github.com/edmund-huber>
54 54
 * Niels Freier, added WebSocket support to Ergonomadic, <https://github.com/stumpyfr>
55
+* Daniel Oakley, maintainer of Oragono, <https://github.com/DanielOaks>
55 56
 * apologies to anyone I forgot.
56 57
 
57 58
 [go-crypto]: https://godoc.org/golang.org/x/crypto

正在加载...
取消
保存