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
 * `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.
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).
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
 * `WHOIS`: Now responds properly for NickServ, ChanServ, etc.
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
 * Fixed incorrect rejection of nickmasks with Unicode RTL nicknames.
71
 * Fixed incorrect rejection of nickmasks with Unicode RTL nicknames.
72
 * Fixed nickname sync issue which could cause clients to fail to see each other.
72
 * Fixed nickname sync issue which could cause clients to fail to see each other.
73
 * Invalid `ISUPPORT` tokens are now explicitly rejected.
73
 * Invalid `ISUPPORT` tokens are now explicitly rejected.
78
 * Updated internal command line parsing (thanks @iNecas!).
78
 * Updated internal command line parsing (thanks @iNecas!).
79
 * `oragono genpasswd` now works when piping input in (fixes Docker installs).
79
 * `oragono genpasswd` now works when piping input in (fixes Docker installs).
80
 * Fixed handling of CIDR width in connection limiting/throttling.
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
 * Fixed incorrect behavior of `CHANSERV OP` command.
82
 * Fixed incorrect behavior of `CHANSERV OP` command.
83
 
83
 
84
 ### Internal Notes
84
 ### Internal Notes
87
 * Services handlers refactored.
87
 * Services handlers refactored.
88
 * Translations are now sent to/PR'd from CrowdIn automagically as we develop the software.
88
 * Translations are now sent to/PR'd from CrowdIn automagically as we develop the software.
89
 * Direct responses to client commands are now sent "synchronously", bypassing the sendq.
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
 ## [0.12.0] - 2018-10-15
93
 ## [0.12.0] - 2018-10-15

Loading…
Cancel
Save