diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2016-12-30 07:49:10 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2016-12-30 08:08:34 +0100 |
commit | 8e668ff31ae75e51dd8c4e99758d38aced72036d (patch) | |
tree | 324b9f37eb3e68a0d7a97a986fa919a412eb5da6 /NEWS | |
parent | eb70bf3fbc69459043196de96030ada6015ce27f (diff) | |
download | xK-8e668ff31ae75e51dd8c4e99758d38aced72036d.tar.gz xK-8e668ff31ae75e51dd8c4e99758d38aced72036d.tar.xz xK-8e668ff31ae75e51dd8c4e99758d38aced72036d.zip |
Various fixes related to channel modes
Bugs unnoticed for so long.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,4 +1,4 @@ -0.9.5 (2016-??-??) +0.9.5 (2016-12-30) * Better support for the KILL command @@ -8,12 +8,20 @@ * degesch: allow hiding join/part messages and other noise (Meta-Shift-H) + * degesch: allow autojoining channels with keys + + * degesch: rejoin channels with keys on reconnect + * degesch: make /query without arguments just open the buffer * degesch: add a censor plugin * degesch: die on configuration parse errors + * degesch: request channel modes also on rejoin + + * degesch: don't show remembered channel modes on parted channels + * degesch: fix highlight detection in colored text * degesch: fix CTCP handling for the real world and don't decode X-QUOTEs |