forked from PsychoticNinja/irssi
Merge tag '1.3.0-pre7' into integrate/1.3.0
This commit is contained in:
parent
6db881d8ef
commit
815ee7b2dd
13
NEWS
13
NEWS
@ -1,6 +1,6 @@
|
|||||||
v1.4-head-an 2022-xx-xx Ailin Nemui <Nei>
|
v1.4-head-an 2022-xx-xx Ailin Nemui <Nei>
|
||||||
|
|
||||||
v1.3.0-an 2021-09-29 Ailin Nemui <Nei>
|
v1.3.0-an 2021-10-11 Ailin Nemui <Nei>
|
||||||
* /SET resolve_reverse_lookup setting was removed (#1135)
|
* /SET resolve_reverse_lookup setting was removed (#1135)
|
||||||
* Irssi will try to connect on IPv4 if IPv6 connection failed
|
* Irssi will try to connect on IPv4 if IPv6 connection failed
|
||||||
(#1146). By Shivaram Lingamneni
|
(#1146). By Shivaram Lingamneni
|
||||||
@ -141,6 +141,13 @@ v1.3.0-an 2021-09-29 Ailin Nemui <Nei>
|
|||||||
+ Add support for IRCv3 away-notify. /SET away_notify_public
|
+ Add support for IRCv3 away-notify. /SET away_notify_public
|
||||||
to enable (#1099, GL#33, #1105)
|
to enable (#1099, GL#33, #1105)
|
||||||
+ Add support for IRCv3 chghost (#1096, GL#33, #1105)
|
+ Add support for IRCv3 chghost (#1096, GL#33, #1105)
|
||||||
|
|
||||||
|
For servers with broken chghost implementation that fill the
|
||||||
|
status window with host changed messages, one may add "quote
|
||||||
|
cap req -chghost" to the -autosendcmd or, if the host change
|
||||||
|
messages are entirely undesired, "/format -delete
|
||||||
|
host_changed"
|
||||||
|
|
||||||
+ Add support for IRCv3 server-time. /SET show_server_time to
|
+ Add support for IRCv3 server-time. /SET show_server_time to
|
||||||
enable (#1108)
|
enable (#1108)
|
||||||
+ Add support for logging IRCv3 server-time.
|
+ Add support for logging IRCv3 server-time.
|
||||||
@ -182,7 +189,7 @@ v1.3.0-an 2021-09-29 Ailin Nemui <Nei>
|
|||||||
+ Allow -tls_ca{file,path} '' to unset an argument (#730,
|
+ Allow -tls_ca{file,path} '' to unset an argument (#730,
|
||||||
#1060, an#30)
|
#1060, an#30)
|
||||||
+ Add a "server outgoing modify" signal to intercept outgoing
|
+ Add a "server outgoing modify" signal to intercept outgoing
|
||||||
messages (#1148, #1151, an#15). Original by
|
messages (#1148, #1151, an#15, an#43). Original by
|
||||||
JustAnotherArchivist
|
JustAnotherArchivist
|
||||||
- remove some hard-coded 510 byte assumptions (#1086)
|
- remove some hard-coded 510 byte assumptions (#1086)
|
||||||
- Several fixes for error checks in SSL (#944, #1037, #943,
|
- Several fixes for error checks in SSL (#944, #1037, #943,
|
||||||
@ -206,7 +213,7 @@ v1.3.0-an 2021-09-29 Ailin Nemui <Nei>
|
|||||||
#891, #1129). By Dan Collins
|
#891, #1129). By Dan Collins
|
||||||
- Fix /IGNORE not setting the right level in irc_op_public
|
- Fix /IGNORE not setting the right level in irc_op_public
|
||||||
messages (#1280). Credit to oss-fuzz
|
messages (#1280). Credit to oss-fuzz
|
||||||
- Fix GTimeVal deprecation (#1141, #1144, #1145)
|
- Fix GTimeVal deprecation (#1141, #1144, #1145, #1350, an#44)
|
||||||
|
|
||||||
If multi-version compatibility is desired, module authors
|
If multi-version compatibility is desired, module authors
|
||||||
can find an example of backwards compatible code in
|
can find an example of backwards compatible code in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user