Browse Source

corrections

tags/v1.0.0
Shivaram Lingamneni 5 years ago
parent
commit
182625c536
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      CHANGELOG.md

+ 4
- 4
CHANGELOG.md View File

37
 * Added automagic datastore creation on `oragono run`.
37
 * Added automagic datastore creation on `oragono run`.
38
 * Added limited message history for connection resuming (to be extended in future).
38
 * Added limited message history for connection resuming (to be extended in future).
39
 * Added new Español (es) translation (thanks to Mauropek!).
39
 * Added new Español (es) translation (thanks to Mauropek!).
40
-* Added new Polski (pl) translation (thanks to Sebastian Korotkiewicz ([@modinfo](https://github.com/modinfo))!).
41
-* Added new Română (ro) translation (thanks to Bogdan Mințoi ([@bogdomania](https://github.com/bogdomania))!).
42
-* Added new Ελληνικά (el) translation (thanks to Nicholas Kyriakides ([@Shillos](https://github.com/Shillos))!).
40
+* Added new Polski (pl) translation (thanks to [@modinfo](https://github.com/modinfo)!).
41
+* Added new Română (ro) translation (thanks to [@bogdomania](https://github.com/bogdomania)!).
42
+* Added new Ελληνικά (el) translation (thanks to [@Shillos](https://github.com/Shillos)!).
43
 * Added new 简体中文 (zh-CN) translation (thanks to Tony Chen and Remini!)).
43
 * Added new 简体中文 (zh-CN) translation (thanks to Tony Chen and Remini!)).
44
 * Added new subcommands to `NICKSERV`, including:
44
 * Added new subcommands to `NICKSERV`, including:
45
     * `PASSWD` to change account passwords.
45
     * `PASSWD` to change account passwords.
77
 * Prevented the db handler from automagically creating the database without initializing it (thanks [@enckse](https://github.com/enckse)!). We also now automatically create the datastore on `run`.
77
 * Prevented the db handler from automagically creating the database without initializing it (thanks [@enckse](https://github.com/enckse)!). We also now automatically create the datastore on `run`.
78
 * `oragono genpasswd` now works when piping input in (fixes Docker installs).
78
 * `oragono genpasswd` now works when piping input in (fixes Docker installs).
79
 * Fixed handling of CIDR width in connection limiting/throttling.
79
 * Fixed handling of CIDR width in connection limiting/throttling.
80
-* Fixed many responses that violated the specifications (thanks to [@Ascrod](https://github.com/Ascrod), [@bogdomania](https://github.com/bogdomania), [@csmith](https://github.com/csmith), [@jesopo](https://github.com/jesopo), [@jwheare](https://github.com/jwheare)!).
80
+* Fixed many responses that violated the specifications (thanks to [@Ascrod](https://github.com/Ascrod), [@bogdomania](https://github.com/bogdomania), [@csmith](https://github.com/csmith), [@jesopo](https://github.com/jesopo), and [@jwheare](https://github.com/jwheare)!).
81
 * Fixed incorrect behavior of `CHANSERV OP` command.
81
 * Fixed incorrect behavior of `CHANSERV OP` command.
82
 
82
 
83
 ### Internal Notes
83
 ### Internal Notes

Loading…
Cancel
Save