Browse Source

Improve CHANGELOG, add myself to the Readme

tags/v0.1.0
Daniel Oaks 8 years ago
parent
commit
144ebe08e3
2 changed files with 6 additions and 0 deletions
  1. 5
    0
      CHANGELOG.md
  2. 1
    0
      README.md

+ 5
- 0
CHANGELOG.md View File

@@ -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 View File

@@ -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

Loading…
Cancel
Save