mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
tag as 1.0.0
This commit is contained in:
parent
fdd870695b
commit
ea7826b0ec
76
NEWS
76
NEWS
@ -1,22 +1,29 @@
|
||||
v0.8.22-head 2017-xx-xx The Irssi team <staff@irssi.org>
|
||||
* Removed --disable-ipv6
|
||||
v1.0.0 2017-01-03 The Irssi team <staff@irssi.org>
|
||||
* Removed --disable-ipv6 (#408).
|
||||
* /connect Network now aborts with an error if no servers have been
|
||||
added to that network.
|
||||
added to that network (#443).
|
||||
* /dcc commands now use quotes around spaces consistently.
|
||||
+ irssiproxy can now forward all tags through a single port.
|
||||
+ irssiproxy can also listen on unix sockets.
|
||||
+ send channel -botcmds immediately when no mask is specified (#175).
|
||||
* bell_beeps was removed (#524, #565).
|
||||
* Switch to GRegex instead of regex.h (#412).
|
||||
+ irssiproxy can now forward all tags through a single
|
||||
port. By Lukas Mai (mauke, #425).
|
||||
+ irssiproxy can also listen on unix sockets. By Lukas Mai (#427).
|
||||
+ send channel -botcmds immediately when no mask is specified (#175, #399).
|
||||
+ the kill buffer now remembers consecutive kills.
|
||||
New bindings were added: yank_next_cutbuffer and append_next_kill
|
||||
By Todd A. Pratt (#353, #414, #455)
|
||||
+ connections will avoid looking up IPv6 addresses if the machine does
|
||||
not have an IPv6 address assigned (exact behaviour is implementation
|
||||
defined).
|
||||
defined, #410).
|
||||
+ Fix potential crash if scripts insert undef values into the completion
|
||||
list.
|
||||
+ Paste warning is now also shown on pasting overlong lines.
|
||||
list (#413).
|
||||
+ Paste warning is now also shown on pasting overlong
|
||||
lines. By Manish Goregaokar (#426).
|
||||
+ autolog_ignore_targets and activity_hide_targets learn a new syntax
|
||||
tag/* and * to ignore whole networks or everything.
|
||||
+ /hilight got a -matchcase flag to hilight case sensitively (#421).
|
||||
By Jari Matilainen (vague666, #437)
|
||||
+ /hilight got a -matchcase flag to hilight case
|
||||
sensitively. By Thibault B (isundil, #421, #476).
|
||||
+ Always build irssi with TLS support.
|
||||
+ Rename SSL to TLS in the code and add -tls_* versions of the -ssl_*
|
||||
options to /CONNECT and /SERVER, but make sure the -ssl_* options continue
|
||||
@ -54,10 +61,36 @@ v0.8.22-head 2017-xx-xx The Irssi team <staff@irssi.org>
|
||||
does not rely on the libval library. It is causing a lot of troubles for
|
||||
our downstream maintainers.
|
||||
|
||||
+ /names and $[...] now uses utf8 string operations. By Xavier
|
||||
G. (#40, #411, #471, #480).
|
||||
+ New setting completion_nicks_match_case (#488).
|
||||
+ /channel /server /network now support modify subcommand. By
|
||||
Jari Matilainen (#338, #498).
|
||||
+ Irssi::signal_remove now works with coderefs. By Tom Feist (shabble, #512).
|
||||
+ /script reset got an -autorun switch (#540, #538).
|
||||
+ cap_toggle can now be called from Perl, and fields
|
||||
cap_active and cap_supported can be inspected (#542).
|
||||
+ Make it possible to disable empty line completion. By Lauri
|
||||
Tirkkonen (lotheac, #574).
|
||||
+ New option sasl_disconnect_on_failure to disconnect when
|
||||
SASL log-in failed (#514).
|
||||
- IP addresses are no longer stored when resolve_reverse_lookup is
|
||||
used.
|
||||
- /names and $[...] now uses utf8 string operations (#40, #411).
|
||||
- Removed broken support for curses.
|
||||
- Removed broken support for curses (#521).
|
||||
- Removed broken dummy mode (#526).
|
||||
- Fix terminal state after suspend (#450, #452).
|
||||
- Improve Perl library path detection (#479, #132).
|
||||
- Reconnect now works on unix connections (#493).
|
||||
- Fix completion warnings (#125, #496, FS#124).
|
||||
- Fix a crash in the --more-- item (#501).
|
||||
- Fix a display issue in /unignore (#517, bdo#577202).
|
||||
- Fix a crash in some netsplits (#529, #500).
|
||||
- Fix crashes with some invalid config (#550, #551, #563, #564, #587, #581, #570).
|
||||
- Add support for SASL Fragmentation. By Kenny Root (kruton, #506).
|
||||
- Improve netsplit dumping (#420, #465).
|
||||
- Improve responsibility under DCC I/O strain (#578, #159).
|
||||
- Fix query nick change on open (#580, #586).
|
||||
- Correct a few help texts.
|
||||
|
||||
v0.8.21 2017-01-03 The Irssi team <staff@irssi.org>
|
||||
- Correct a NULL pointer dereference in the nickcmp function found by
|
||||
@ -72,11 +105,11 @@ v0.8.20 2016-09-16 The Irssi team <staff@irssi.org>
|
||||
- Correct the name of an emitted sasl signal (#484)
|
||||
- Correct the prototype for the 'message private' signal (#515)
|
||||
- Corrections in away and hilight help text (#477, #518)
|
||||
- /squery and /servlist commands have been restored.
|
||||
- /squery and /servlist commands have been restored (#461).
|
||||
- Where Irssi would previously only report "System error" on connect,
|
||||
it will now try harder to retrieve the system error message.
|
||||
it will now try harder to retrieve the system error message (#467).
|
||||
- Fixed issue with +channels not working properly (#533)
|
||||
- Fixed crash in optchan when item has no server (#485)
|
||||
- Fixed crash in optchan when item has no server (#485, bdo#826525)
|
||||
- Fixed random remote crash in the nicklist handling (#529)
|
||||
- Fixed remote crash due to incorrect bounds checking on
|
||||
formats, reported by Gabriel Campana and Adrien Guinet from
|
||||
@ -84,16 +117,17 @@ v0.8.20 2016-09-16 The Irssi team <staff@irssi.org>
|
||||
|
||||
v0.8.19 2016-03-23 The Irssi team <staff@irssi.org>
|
||||
- Fixed regression when joining and parting channels on IRCnet (#435)
|
||||
- Fixed SASL EXTERNAL (#432)
|
||||
- Fixed SASL EXTERNAL. By Mantas Mikulėnas (grawity, #432)
|
||||
- Fixed regression when not using SASL (#438)
|
||||
- Fixed incorrect SSL disconnects when using SSL from modules/scripts
|
||||
(#439)
|
||||
- Fixed incorrect SSL disconnects when using SSL from modules/scripts.
|
||||
By Will Storey (horgh, #439)
|
||||
- Fixed regression where proxy_string could not be configured or
|
||||
certain file transfers could not be accepted (#445)
|
||||
- Fixed storing layout of !channels (#183)
|
||||
- Fixed restoration of bracketed paste mode on quit (#449)
|
||||
certain file transfers could not be accepted (#445, #446)
|
||||
- Fixed storing layout of !channels (#183, #405)
|
||||
- Fixed restoration of bracketed paste mode on quit (#449, #457)
|
||||
- Make the usage of meta-O for cursor keys configurable with
|
||||
/set term_appkey_mode off
|
||||
(#430, #459)
|
||||
|
||||
v0.8.18 2016-02-13 The Irssi team <staff@irssi.org>
|
||||
* Modules will now require to define a
|
||||
|
@ -1,4 +1,4 @@
|
||||
AC_INIT(irssi, 0.8.22-head)
|
||||
AC_INIT(irssi, 1.0.0)
|
||||
AC_CONFIG_SRCDIR([src])
|
||||
AC_CONFIG_AUX_DIR(build-aux)
|
||||
AC_PREREQ(2.50)
|
||||
|
Loading…
Reference in New Issue
Block a user