瀏覽代碼

linkify credits, make some corrections

tags/v1.0.0
Shivaram Lingamneni 5 年之前
父節點
當前提交
ab5e589d24
共有 1 個文件被更改,包括 9 次插入10 次删除
  1. 9
    10
      CHANGELOG.md

+ 9
- 10
CHANGELOG.md 查看文件

@@ -36,10 +36,10 @@ Highlights include:
36 36
 ### Added
37 37
 * Added automagic datastore creation on `oragono run`.
38 38
 * Added limited message history for connection resuming (to be extended in future).
39
-* Added new Español (es) translation (thanks to Mauropek!)).
40
-* Added new Polski (pl) translation (thanks to Sebastian Korotkiewicz (modinfi)!)).
41
-* Added new Română (ro) translation (thanks to Bogdan Mințoi!)).
42
-* Added new Ελληνικά (el) translation (thanks to Nicholas Kyriakides (Shillos)!)).
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))!).
43 43
 * Added new 简体中文 (zh-CN) translation (thanks to Tony Chen and Remini!)).
44 44
 * Added new subcommands to `NICKSERV`, including:
45 45
     * `PASSWD` to change account passwords.
@@ -64,21 +64,20 @@ Highlights include:
64 64
 
65 65
 ### Fixed
66 66
 * [`oragono.io/maxline`](https://oragono.io/maxline) capability was accidentally disabled, now re-enabled.
67
-* `INVITE`: Fixed bug where invited users could not join the channel they were invited to.
67
+* `INVITE`: Fixed bug where invited users could not join the channel they were invited to (thanks to [@unendingpattern](https://github.com/unendingpattern)!).
68 68
 * `PRIVMSG`: Messages sent to multiple clients (such as channel messages) now share the same timestamp (previously each client got a very slightly different time).
69 69
 * `WHOIS`: Now responds properly for NickServ, ChanServ, etc.
70
-* Channel names with right-to-left characters are now casefolded correctly (thanks to @remini1998 for the bug report)
70
+* Channel names with right-to-left characters are now casefolded correctly (thanks to [@remini1998](https://github.com/remini1998)!).
71 71
 * Fixed incorrect rejection of nickmasks with Unicode RTL nicknames.
72 72
 * Fixed nickname sync issue which could cause clients to fail to see each other.
73 73
 * Invalid `ISUPPORT` tokens are now explicitly rejected.
74 74
 * Made `server-time` timestamp format more consistent and safer.
75 75
 * Oragono now exits with status (1) if it fails to start.
76 76
 * Prevent logging in multiple times when using `/NS IDENTIFY`.
77
-* Prevented the db handler from automagically creating the database without initializing it (thanks @enckse!). We also now automatically create the datastore on `run`.
78
-* Updated internal command line parsing (thanks @iNecas!).
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`.
79 78
 * `oragono genpasswd` now works when piping input in (fixes Docker installs).
80 79
 * Fixed handling of CIDR width in connection limiting/throttling.
81
-* Fixed many responses that violated the specifications (thanks to @Ascrod, @bogdomania, @csmith, @jesopo, @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), [@jwheare](https://github.com/jwheare)!).
82 81
 * Fixed incorrect behavior of `CHANSERV OP` command.
83 82
 
84 83
 ### Internal Notes
@@ -87,7 +86,7 @@ Highlights include:
87 86
 * Services handlers refactored.
88 87
 * Translations are now sent to/PR'd from CrowdIn automagically as we develop the software.
89 88
 * Direct responses to client commands are now sent "synchronously", bypassing the sendq.
90
-* Docopt was upgraded to match modern best practices (thanks to @inecas)
89
+* Command-line parsing was upgraded to match modern best practices (thanks to [@iNecas](https://github.com/iNecas)!).
91 90
 
92 91
 
93 92
 ## [0.12.0] - 2018-10-15

Loading…
取消
儲存