Browse Source

changelog: Update

tags/v0.10.0
Daniel Oaks 6 years ago
parent
commit
a16d343bb1
1 changed files with 5 additions and 1 deletions
  1. 5
    1
      CHANGELOG.md

+ 5
- 1
CHANGELOG.md View File

@@ -11,15 +11,19 @@ New release of Oragono!
11 11
 * `motd-formatting` key added under `server`, which supports MOTD formatting characters.
12 12
 * `rest-api` section removed from `server` (since we no longer support the Rest API).
13 13
 * `ws-listen` key removed from `server` (since we no longer support websocket ports).
14
+* Connection limits and connection throttling has become more relaxed by default.
14 15
 
15 16
 ### Security
17
+* `INVITE`: Fixed a server crash when sending an invite for a channel that doesn't exist (thanks @josephbisch for telling me about the bug!).
16 18
 
17 19
 ### Added
18
-* We now support the `PROXY` command (letting people use HAProxy to terminate TLS and similar).
20
+* We now list XLINEs with `DLINE LIST` and `KLINE LIST`.
19 21
 * We now support using escaped formatting codes in the MOTD (tl;dr easy colors, bold and italics).
20 22
 
21 23
 ### Changed
22 24
 * D-LINE and K-LINE code is now cleaner under the hood and less likely to crash.
25
+* Ident (looking up usernames) now times out a whole lot quicker, meaning you connect to the server more quickly.
26
+* IRCv3 capability `draft/sts` has been renamed to `sts`, since it's now been ratified.
23 27
 * Rehashing is now safer.
24 28
 * Server opers could always speak on channels, even when they shouldn't be able to. Now they aren't above the law.
25 29
 

Loading…
Cancel
Save