Commit Graph

26 Commits

Author SHA256 Message Date
8eb4442384 Accepting request 380256 from home:namtrac:branches:server:irc
- Update to version 0.8.19
  * Fixed regression when joining and parting channels on IRCnet
  * Fixed SASL EXTERNAL
  * Fixed regression when not using SASL
  * Fixed incorrect SSL disconnects when using SSL from modules/scripts
  * Fixed regression where proxy_string could not be configured or
	certain file transfers could not be accepted
  * Fixed storing layout of !channels
  * Fixed restoration of bracketed paste mode on quit
  * Make the usage of meta-O for cursor keys configurable with
	/set term_appkey_mode off

OBS-URL: https://build.opensuse.org/request/show/380256
OBS-URL: https://build.opensuse.org/package/show/server:irc/irssi?expand=0&rev=67
2016-03-29 15:52:28 +00:00
856ad0d708 Accepting request 364037 from network
- Update to version 0.8.18
  New Features
  + CAP SASL PLAIN login is now supported natively.
  + Paste bracket markers can be requested from terminal with
    /set paste_use_bracketed_mode on
  + "Self messages" generated by some bouncers can now be received in
     the proper window.
  + Try to split long lines on spaces to avoid words being splitted.
    Adds a new option: split_line_on_space which defaults to on.
  + Add setting hilight_nick_matches_everywhere (#56).
  + The config parser is more robust and prints out better diagnostics
    on incorrect config files.
  + Ctrl+^ (FS#721) and Ctrl+J can now be bound.
  + Command history can be cleared with /window history -clear
  + /hilight -mask -line is now supported (FS#275).
  + CHANTYPES are now supported.
  + Improved reload speed of ignores.
  + Add -date feature to /lastlog
  + irssiproxy can be more easily enabled and disabled.
  + Expando for hostname (FS#829).
  + UNIX sockets can now also be specified in the config file.
  + Disable SSLv3 due to the POODLE vulnerability.
  + SSL ciphers can now be specified per server.
  + Added SNI support for SSL.
  
  Bugfixes
  + /ignore now respects -pattern on merge (#78).
  + irssiproxy (BNC) module now uses correct line endings.
  + Fix missing lines on large pastes (FS#905).
  + Correctly preserve STATUSMSG prefixes (#291).

OBS-URL: https://build.opensuse.org/request/show/364037
OBS-URL: https://build.opensuse.org/package/show/server:irc/irssi?expand=0&rev=65
2016-03-02 16:39:24 +00:00
6fbeea6970 Accepting request 352835 from home:AndreasStieger:branches:server:irc
- downloads moved to github
- verify source signatature

OBS-URL: https://build.opensuse.org/request/show/352835
OBS-URL: https://build.opensuse.org/package/show/server:irc/irssi?expand=0&rev=63
2016-01-11 06:40:02 +00:00
C. Holm
130adaa687 Accepting request 267002 from home:msmeissn:branches:server:irc
- build with PIE

OBS-URL: https://build.opensuse.org/request/show/267002
OBS-URL: https://build.opensuse.org/package/show/server:irc/irssi?expand=0&rev=61
2015-01-07 16:40:31 +00:00
9a318954f6 - update to 0.8.17
+ Document that SSL connections aren't properly handled during
    /UPGRADE. See Github PR #39.
  + Synchronize scripts with scripts.irssi.org.
  + Performance enhancement of the nicklist as well as the
    window_item_find function. See Github PR #24.
  + Disallow unloading of static modules.
  + Allow UTF-8 characters in /bind. See Github PR #18.
  + Split overlong outgoing messages instead of silently truncating
    them.
    Adds two new options: 'split_line_end' and 'split_line_start'.
    - 'split_line_end' contains a string added to the end of line
      fragments.
    - 'split_line_start' contains a string added to the beginning
      of line
    fragments. See Github PR #29.
  + Added special /ignore NO_ACT level to ignore only activity (see
    /help ignore).
  + Support for 256 and true color terminals (see Github PR #48).
  + Support for italics (see Github PR #58).
  + Rewrote many help files.
  - Fixed various compiler warnings and use of deprecated
    functions.
  - Fixed Perl API usage and added PERL_NO_GET_CONTEXT to reduce
    code size.
  - Fixed format_get_text Perl API. See Github PR #23.
  - Fixed gui_printtext_after and term_refresh_*() visibility. See
    Github PR #22.
  - Fixed issue where UTF-8 characters was corrupted once for every
    32k text. See Github PR #12.
  - Fixed redrawing issue with right-aligned statusbar.
  - Fixed use-after-free bug with cached settings values. See
    Github PR #147.
- disable irssi-0.8.15_ssl_proxy.patch for now
- disable irssi-0.8.15-ssl-passphrase.patch as it collides with the
  new upstream implementation.

OBS-URL: https://build.opensuse.org/package/show/server:irc/irssi?expand=0&rev=58
2014-10-17 13:29:52 +00:00
e31f9f767f - add conditional to enable socks support but disable by default.
unless we can find a way to have socks support so it works
  without an existing socks.conf.

OBS-URL: https://build.opensuse.org/package/show/server:irc/irssi?expand=0&rev=56
2014-09-04 15:32:51 +00:00
c4eb29cdd7 - disable ssl_passphrase patch but keep it until the discussion
with upstream ended:
  https://github.com/irssi/irssi/issues/103

OBS-URL: https://build.opensuse.org/package/show/server:irc/irssi?expand=0&rev=54
2014-07-29 16:17:52 +00:00
d21d31713b - update to 0.8.16
+ Add -noautosendcmd to /SERVER and /CONNECT. Passing this option
    will force Irssi to not execute the content of the autosendcmd
    chatnet-setting upon connect.
  + Accept names replies with nick!user@host instead of just nick,
    if they are enabled (see bug #805).
  - Set window binds for channel items as sticky when re-creating
    window binds as part of /layout save. This fixes the bug where
    previously saved channel windows forgets their window number
    upon reconnect.
  + Add experimental support for DNSSEC DANE validation of
    certificates.
  + Strip the argument for boolean options (see bug #769).
  + Freenode have been readded to the list of networks in the
    default configuration file.
  + Disabled support for the insecure SSLv2 protocol.
  + Various documentation enhancements.
  + Add -ssl_pass to /connect and /server (see bug #305).
  - Fix crashing bug that can happen if the terminal height
    decreases before the first window is created.
  - Fixed minor compiler warnings.
  - Fixed possible crashing bug when processing an octal escape
    sequence.
  - Fixed the /ignore -network option (see bug #748).
  - Fixed signal handling for /exec'd commands. Irssi now sends the
    signal to the process group id instead of the process id.
  - Fixed segfault generated by SSL disconnections (see bug #752).
  - Fix compilation when build with -Werror=format-security. Patch
    by Jaroslav Skarvada.
- refreshed irssi-0.8.15-ssl-passphrase.patch to apply without fuzz

OBS-URL: https://build.opensuse.org/package/show/server:irc/irssi?expand=0&rev=52
2014-07-14 23:49:29 +00:00
b665a0faba - added irssi-0.8.16_missing_prototype_warnings.patch:
Fixes a compiler warning about missing prototype for SOCKSinit
- added -DGLIB_DISABLE_DEPRECATION_WARNINGS to reduce the noise
- added dante-devel as requires to irssi-devel so plugins can be
  compiled again

OBS-URL: https://build.opensuse.org/package/show/server:irc/irssi?expand=0&rev=49
2014-01-22 17:52:18 +00:00
f7d5b6120b Accepting request 200845 from home:dmdiss:irssi
please forward to 13.1

OBS-URL: https://build.opensuse.org/request/show/200845
OBS-URL: https://build.opensuse.org/package/show/server:irc/irssi?expand=0&rev=47
2013-09-26 16:25:54 +00:00
41aad864e9 - add libperl_requires
OBS-URL: https://build.opensuse.org/package/show/server:irc/irssi?expand=0&rev=45
2013-09-05 15:44:44 +00:00
88f57b2dae - only enable socks support on opensuse
OBS-URL: https://build.opensuse.org/package/show/server:irc/irssi?expand=0&rev=43
2013-06-10 16:16:57 +00:00
d2e085dc46 - added dante-devel to buildrequires to fix the socks support
(bnc#794748)
- added -fno-strict-aliasing to the cflags

OBS-URL: https://build.opensuse.org/package/show/server:irc/irssi?expand=0&rev=41
2013-02-11 11:20:23 +00:00
Factory Maintainer
175ceaa3da Accepting request 104364 from devel:openSUSE:Factory:patch-license
patch license to follow spdx.org standard

OBS-URL: https://build.opensuse.org/request/show/104364
OBS-URL: https://build.opensuse.org/package/show/server:irc/irssi?expand=0&rev=39
2012-03-06 08:29:32 +00:00
Stephan Kulow
4a80897ad5 sync with O:F
OBS-URL: https://build.opensuse.org/package/show/server:irc/irssi?expand=0&rev=38
2011-11-21 13:24:23 +00:00
Stephan Kulow
5124f336e9 prepare_spec
OBS-URL: https://build.opensuse.org/package/show/server:irc/irssi?expand=0&rev=37
2011-11-21 13:24:17 +00:00
Berthold Gunreben
4a2ed1a7e3 Autobuild autoformatter for 57788
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irssi?expand=0&rev=15
2011-01-12 13:16:42 +00:00
Berthold Gunreben
5625af5f03 Accepting request 57788 from server:irc
Accepted submit request 57788 from user gladiac

OBS-URL: https://build.opensuse.org/request/show/57788
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irssi?expand=0&rev=14
2011-01-12 13:14:19 +00:00
OBS User unknown
b96843045e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irssi?expand=0&rev=9 2009-06-10 15:09:24 +00:00
OBS User unknown
707764a178 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irssi?expand=0&rev=7 2008-03-10 17:11:36 +00:00
OBS User unknown
3ad8493f9a OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irssi?expand=0&rev=6 2007-10-19 02:33:14 +00:00
OBS User unknown
18449b6d04 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irssi?expand=0&rev=5 2007-09-11 16:22:45 +00:00
OBS User unknown
b727ac12f8 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irssi?expand=0&rev=4 2007-08-28 16:57:24 +00:00
OBS User unknown
34c9633251 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irssi?expand=0&rev=3 2007-08-02 13:53:49 +00:00
OBS User unknown
17261c988f OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irssi?expand=0&rev=2 2007-03-29 20:18:30 +00:00
OBS User unknown
42a68ecd1b OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irssi?expand=0&rev=1 2007-01-15 23:17:55 +00:00