Browse Source

add some github links to the credits

tags/v1.0.0
Shivaram Lingamneni 5 years ago
parent
commit
1467c26fab
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      CHANGELOG.md

+ 3
- 2
CHANGELOG.md View File

@@ -67,7 +67,7 @@ Highlights include:
67 67
 * `INVITE`: Fixed bug where invited users could not join the channel they were invited to.
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.
70
+* Channel names with right-to-left characters are now casefolded correctly (thanks to @remini1998 for the bug report)
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.
@@ -78,7 +78,7 @@ Highlights include:
78 78
 * Updated internal command line parsing (thanks @iNecas!).
79 79
 * `oragono genpasswd` now works when piping input in (fixes Docker installs).
80 80
 * Fixed handling of CIDR width in connection limiting/throttling.
81
-* Fixed many responses that violated the specifications (thanks to Ascrod, bogdomania, csmith, jesopo, jwheare).
81
+* Fixed many responses that violated the specifications (thanks to @Ascrod, @bogdomania, @csmith, @jesopo, @jwheare).
82 82
 * Fixed incorrect behavior of `CHANSERV OP` command.
83 83
 
84 84
 ### Internal Notes
@@ -87,6 +87,7 @@ Highlights include:
87 87
 * Services handlers refactored.
88 88
 * Translations are now sent to/PR'd from CrowdIn automagically as we develop the software.
89 89
 * Direct responses to client commands are now sent "synchronously", bypassing the sendq.
90
+* Docopt was upgraded to match modern best practices (thanks to @inecas)
90 91
 
91 92
 
92 93
 ## [0.12.0] - 2018-10-15

Loading…
Cancel
Save