File weechat.changes of Package weechat

-------------------------------------------------------------------
Sun June 30 21:22:00 UTC 2023 - Sébastien Helleu <flashcode@flashtux.org>

Version 4.0.1 (2023-06-30)
Bug fixes
core: force key "return" to command "/input return" when migrating legacy keys
core: display actual key name and command with key Alt+k, remove key Alt+K (grab raw key) and associated commands /input grab_raw_key and /input grab_raw_key_command
core: check for newline characters in string_is_whitespace_char (issue #1968)
api: do not convert option name to lower case in API functions config_set_plugin and config_set_desc_plugin
guile: fix crash on quit with Guile < 3 (issue #1965)
irc: reply to a CTCP request sent to self nick (issue #1966)
irc: sent "QUIT" message to servers connected with TLS on /upgrade


-------------------------------------------------------------------
Sat June 24 10:44:00 UTC 2023 - Sébastien Helleu <flashcode@flashtux.org>

Version 4.0.0 (2023-06-24)

New features
* core: use human readable key bindings, separate keys with comma in combos, remove modifier "meta2-", add option legacy in command /key (issue #1238, task #10317)* core: make keys normal options, so they are shown and can be updated with /set and /fset commands (task #12427, task #11783)* core: add key Alt+K (upper case) to grab raw key and its command (issue #1238)
* core: add option key in command /debug (issue #1238)
* core: force ctrl keys to lower case when they are added (issue #1875)
* core: use 256 colors by default and always allow 256 colors, find nearest color if less colors are available in terminal (issue #1920)
* core: insert multiple pasted lines in input instead of sending immediately, add keys to move and delete in a single line and whole input, add option weechat.look.input_multiline_lead_linebreak (issue #1502, issue #1503, issue #1504)
* core: render newline characters in chat line messages (issue #1908)
* core: don’t split on newline characters in printf_date_tags when input_multiline is set (issue #1909)
* core: add key @l in cursor mode to quote line, add variable "_chat_focused_line" in function hashtable sent to hook_focus callback (issue #1913, issue #1914)
* core: add option split_return in command /input (issue #1916)
* core: send all command line parameters not beginning with a dash to all plugins
* core: add command /reset to reset options to their default values
* core: add option rename in command /bar
* core: add relative move of read marker with /buffer set unread [+/-]N (issue #1895)
* core: add access to hashtable properties in evaluation of expressions (issue #1888)
* core: display similar command names when a command is unknown (issue #1877)
* core: rename option weechat.color.status_name_ssl to weechat.color.status_name_tls
* core, plugins: make many identifiers case sensitive (issue #1872, issue #398, bug #32213)
* core: add item "mouse_status" in default status bar, change default color to lightgreen
* core, trigger: add options weechat.color.chat_status_disabled and weechat.color.chat_status_enabled, remove options trigger.color.trigger and trigger.color.trigger_disabled, add enabled/disabled status color in output of /filter list (issue #1820)
* core: add completions "filters_names_disabled" and "filters_names_enabled", used in completion of /filter disable and /filter enable* api: add function config_set_version (issue #1238)
* api: don’t split on newline by default in functions command and command_options when input_multiline is set to 0
* api: add optional argument with version in info "version_number"
* api: add info "auto_load_scripts"
* alias: use lower case for default aliases, rename all aliases to lower case on upgrade (issue #1872)
* alias: add $& to replace all arguments with double quotes escaped (issue #1140, issue #1190)
* alias: add options missing and rename in command /alias
* fifo: add support of escaped chars in text or commands sent (issue #1950)
* fset: add options fset.color.color_name and fset.color.color_name_selected (issue #1920)
* irc: rename "ssl" options to "tls", connect with TLS and port 6697 by default
* irc: add support of capabilities "batch" and "draft/multiline" (issue #1292, issue #1923)
* irc: add support of capability "echo-message" (issue #139)
* irc: display CTCP ACTION to channel on the channel buffer (issue #207)
* irc: display STATUSMSG actions differently from standard actions on channels (issue #1577)
* irc: add modifier "irc_cap_sync_req" (issue #1767)
* irc: add support of "LINELEN" in message 005 (max message length in bytes) (issue #1927)
* irc: add support of "UTF8ONLY" in message 005 (issue #1688)
* irc: add command /action (issue #201, issue #1577)
* irc: add command /rules (issue #1864)
* irc: add command /knock (issue #7)
* irc: add server option "registered_mode", add fields "authentication_method" and "sasl_mechanism_used" in server (issue #1625)
* irc: add option join in command /autojoin
* irc: use key when /joining in open channel buffer (issue #1260)
* irc: add option buffer in command /autojoin sort (issue #1876)
* irc: add ${username} in server options "nicks" and "username", change their default values to use it
* irc: add infos "irc_server_cap" and "irc_server_cap_value"
* irc: add option irc.look.display_host_notice
* irc: add tag "new_host_xxx" in message displayed for command CHGHOST (issue #1808)
* logger: add option logger.file.log_conditions (issue #1942)
* logger: add info "logger_log_file"
* relay: rename "ssl" options and protocol to "tls"
* relay: make TLS certificate/key loading error handling more verbose (issue #1558)
* relay: add modifiers "relay_client_irc_in", "relay_client_irc_out1" and "relay_client_irc_out" in irc protocol
* relay: add support of capability "echo-message" in irc protocol (issue #1949)
* relay: add handshake option "escape_commands" in weechat protocol
* trigger: add completions "trigger_names_disabled" and "trigger_names_enabled", used in completion of /trigger disable and /trigger enable

Bug fixes
* core: fix refresh of bar item "input_search" after buffer switch in root bars (issue #1939)
* core: fix completion after newline in input (issue #1925)
* core: fix partial completion when the common prefix found is empty (issue #340)
* core: display a specific error when trying to bind a key without area in mouse context
* core: fix display of key with command /key bindctxt <context> <key>
* core: fix default value of bar options (issue #846)
* core: allow any valid boolean value in command /bar set <name> separator xxx
* core: run config hooks only when value or default value is actually changed in set/reset/unset functions
* core: fix crash in case of NULL message sent to function gui_chat_printf_y_date_tags (issue #1883)
* core: allow command /input move_next_word going to the end of line (issue #1881)
* core: ignore incomplete ctrl/meta/meta2 codes in keys
* core: fix display glitch in command errors when a wide char is set in option weechat.look.command_chars (issue #1871)
* core: fix update of terminal title in some terminals like suckless terminal (stterm) (issue #1882)
* core: fix infinite loop on startup when running some gui commands before the switch to core buffer is performed (issue #1917)
* api: readjust string size in function string_dyn_free when string is not freed
* buflist: do not display keys added in default context on first load
* exec: remove trailing "M" (carriage return) in output of commands
* fset: remove scroll to top of fset buffer when options are added or removed (issue #1892)
* guile: fix crash when plugin is loaded on GNU/Hurd (issue #1951)
* irc: fix format of IRC tags displayed in messages (use "=" to separate key from value, do not convert "_" to "-") (issue #1929)
* irc: reset all internal servers variables when disconnecting
* irc: start from the beginning of nicks at automatic reconnection (issue #337, issue #965)
* irc: fix join of channels in "autojoin" server option on first connection to server if auto reconnection is performed (issue #1873)
* irc: update autojoin option with redirected channels when autojoin_dynamic is enabled (issue #1898)
* irc: update secure data when server autojoin option contains ${sec.data.xxx} and option autojoin_dynamic is enabled (issue #1934)
* irc: don’t switch to buffer of joined channel if it was not manually joined nor present in server autojoin option
* irc: fix target buffer for commands 432/433 (erroneous nickname/nickname already in use) when the nickname looks like a channel
* irc: display command 437 on server buffer when nickname cannot change while banned on channel (issue #88)
* irc: add messages 415 (cannot send message to channel) and 742 (mode cannot be set)
* irc: add missing tag "log3" in notify messages
* irc: add missing tags "irc_cap" and "log3" in cap messages (client capability)
* irc: fix split of CTCP message with no arguments
* irc: remove extra space in CTCP ACTION message sent without arguments
* logger: fix display of multiline messages in backlog (issue #1926)
* lua: fix crash with print when the value to print is not a string (issue #1904, issue #1905)
* relay: fix crash on /upgrade when at least a client is connected with weechat protocol
* relay: fix connection with IRC clients sending "CAP REQ :" (without capability) and not sending "CAP END" (issue #1040)
* ruby: fix crash on quit when a child process is still running (issue #1889, issue #1915)
* ruby: fix crash in display of exception backtrace with Ruby 3 (issue #1631, issue #1886)
* script: remove trailing "J" (line feed char) in source of scripts displayed
* spell: check buffer pointer received in info "spell_dict"
* trigger: make default triggers "cmd_pass", "cmd_pass_register" and "server_pass" compatible with multiline input (issue #1935)
* typing: fix crash when pointer buffer is not received in callback for signal "input_text_changed" (issue #1869)
* typing: remove nicks typing even when option typing.look.enabled_self is off (issue #1718)
Tests
* core: add tests on URL functions
* gui: add tests on bar and key functions
* alias: add tests on alias functions
* irc: check tags in messages displayed by IRC plugin
* irc: add tests on function irc_server_alloc_with_url
* irc: add tests on message/notice/action/CTCP sent
* logger: add tests on tail functions
* relay: add tests on "irc" protocol
Build
* core: remove build with autotools (issue #1860)
* core: remove RPM packaging
* core: remove build of .bz2 and .zst files in make dist
* core: remove obsolete cpack config
* core: add "stable-number" and "devel-number" in script version.sh
* core: add quotes around paths in CMake files (issue #29)
* doc: convert docgen.py to C, remove autogen files from repository, add parameter --doc-gen to weechat-headless binary, add CMake option ENABLE_DOC_INCOMPLETE


-------------------------------------------------------------------
Sun Jan 08 10:44:00 UTC 2023 - Sébastien Helleu <flashcode@flashtux.org>

- New features
  * core: add option weechat.look.chat_space_right (issue #1862)
  * core: allow value "0" in buffer property "unread" to remove read marker from buffer
  * core: add command /allbuf
  * core: add command /hotlist
  * core: move some /input actions to commands /allbuf, /buffer and /hotlist
  * core: improve case convert and insensitive char comparisons (issue #258)
  * core: add color attributes "blink" and "dim" (half bright) (issue #1855)
  * core: allow command /toggle to create option before setting the value, if allowed in the section (issue #1837)
  * core: add signals "buffer_user_input_xxx" and "buffer_user_closing_xxx" for buffers created with /buffer add (issue #1848)
  * core: add identifier in buffer lines (issue #901)
  * core: add option unicode in command /debug
  * api: add Curl options for versions 7.64.0 to 7.87.0
  * api: add functions string_strcmp and string_strncmp
  * api: rename char comparison functions "utf8_char*" to "string_char*"
  * api: return arithmetic difference between chars in functions string_charcmp, string_charcasecmp, string_charcasecmp_range, string_strcasecmp,   * string_strcasecmp_range, string_strncasecmp, string_strncasecmp_range, string_strcmp_ignore_chars
  * api: return newly allocated string in functions string_tolower and string_toupper
  * api: add function utf8_strncpy
  * trigger: add regex command "y" to translate chars, set default regex command to "s" (regex replace) (issue #1510)

- Bug fixes

  * core: fix color when the delimiter is not followed by a background color (issue #1867)
  * core: display chars the same way in chat and bars, replace tabulations by spaces in bars, display chars < 32 with letter in chat, do not display soft hyphens, zero width spaces and all non-printable chars (issue #1659, issue #1669, issue #1770)
  * core: fix context info in buffers with free content (issue #1832)
  * core: keep terminal title unchanged when option weechat.look.window_title is set to empty value (issue #1835, issue #1836)
  * core: fix crash when setting invalid color in option with null value (issue #1844)
  * api: do not check conditions defined in option weechat.look.hotlist_add_conditions when adding buffer in hotlist with function buffer_set
  * api: fix function strcmp_ignore_chars with case sensitive comparison and wide chars starting with the same byte
  * api: send NULL values to config section callbacks in scripting API (issue #1843)
  * api: fix function string_cut when there are non printable chars in suffix
  * api: do not expect any return value in callbacks "callback_change" and "callback_delete" of function config_new_option (scripting API)
  * irc: properly rename private buffer on nick changes or privmsg/notice message when new nick is the same with different case
  * irc: do not join channels in server autojoin option after reconnection to the server (issue #560, bug #21529)
  * irc: escape backslashes in raw buffer (issue #1838)
  * trigger: fix variables sent to focus callback (issue #1858)

-------------------------------------------------------------------
Thu Oct 21 12:00:06 UTC 2022 - Sébastien Helleu <flashcode@flashtux.org>

- update to 3.7.1 (2022-10-21)
Bug fixes
 * trigger: execute trigger command on appropriate buffer for hooks command, command_run, line, modifier and print (issue #1841)


-------------------------------------------------------------------
Mon Mar 14 19:07:06 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>

- update to 3.4.1:
  * core: set again TLS verification functions after options
    weechat.network.gnutls_ca_system and
    weechat.network.gnutls_ca_user are changed (boo#1197083)

-------------------------------------------------------------------
Fri Feb 11 09:10:16 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

- Add upstream patch:
  * 0001-ruby-add-detection-of-Ruby-3.1.patch

-------------------------------------------------------------------
Mon Dec 20 10:35:51 UTC 2021 - Dirk Müller <dmueller@suse.com>

- update to 3.4:
  * core: add support of static arrays in hdata
  * core: add command /toggle
  * api: add parameters pointers, extra_vars and options in function hdata_search
  * api: add user variables in evaluation of expressions with "define:name,value"
  * api: add IRC message parameters "param1" to "paramN" and "num_params" in
    output of irc_message_parse
  * irc: allow quotes around IRC message in command /server fakerecv
  * trigger: hide key and password in command "/msg nickserv setpass nick key password"
  * trigger: add support of option "-server" when hiding passwords in command
    /msg nickserv register
  * core: fix memory leak in evaluated expression "split:number,seps,flags,xxx" when
    multiple "strip_items" are given
  * core: fix random integer number with large range in evaluation of expressions on GNU/Hurd
  * core: fix access to integer/long/time arrays in hdata
  * api: fix search of option when the section is not given in functions
    config_search_option and config_search_section_option
  * irc: fix join of channels with long name (issue #1717)
  * irc: fix parsing of parameters in all IRC messages (issue #1666)
  * irc: fix parsing of CAP message when there is no prefix (issue #1707)
  * irc: fix parsing of TAGMSG message when there is a colon before the channel
  * doc: remove tester's guide
  * doc: add dark theme (automatic, following browser/desktop settings)
  * doc: make build reproducible
  * doc: disable web fonts
  * doc: switch from prettify to pygments for syntax highlighting
  * core: add build with CMake and Ninja in CI

-------------------------------------------------------------------
Sat Oct 16 12:29:54 UTC 2021 - Dirk Müller <dmueller@suse.com>

- update to 3.3:
  * core: change key kbd:[Alt+h] to kbd:[Alt+h], kbd:[Alt+c]
  * core: add options "hotlist_remove_buffer", "hotlist_restore_buffer" and "hotlist_restore_all"
  * core: add option "certs" in command /debug
  * core: add options "-o", "-ol", "-i" and "-il" in command "/plugin list"
  * api: add split of string and shell arguments in evaluation of expressions
    with "split:number,seps,flags,xxx" and "split_shell:number,xxx"
  * api: add `${re:repl_index}` to get the index of replacement in function
    string_eval_expression
  * api: add random integer number in evaluation of expressions with "random:min,max"
  * api: add function string_cut
  * api: add function file_copy
  * api: remember insertion order in hashtables
  * api: add keys/values with tags in output of irc_message_parse_to_hashtable
  * irc: add option "-parted" in command /allchan
  * irc: allow signals "irc_raw_in" and "irc_in" to eat messages
  * irc: implement IRCv3.2 SASL authentication, add command /auth, reconnect by
    default to the server in case of SASL authentication failure
  * irc: add support of capability "message-tags" and TAGMSG messages
  * irc: enable all capabilities by default (if supported by server and WeeChat),
    change default value of option irc.server_default.capabilities to "*"
  * irc: add options irc.look.display_account_message and irc.look.display_extended_join
  * irc: add command /setname, add support of message and capability "setname"
  * irc: always set realname in nicks even when extended-join capability is not enabled
  * irc: add support of FAIL/WARN/NOTE messages
  * irc: drop support of DH-BLOWFISH and DH-AES SASL mechanisms
  * typing: new plugin "typing": display users currently writing messages on
    IRC channel/private buffers
  * core: fix decoding of attributes in basic ANSI colors
  * api: fix function string_match with joker in the string if multiple words
    matched in input string
  * irc: fix send of empty JOIN when connecting to a server with only parted channels
  * irc: fix SASL authentication when AUTHENTICATE message is received with a server name
  * irc: remove unneeded message about Diffie-Hellman shared secret exchange during SSL connection to server
  * irc: escape/unescape IRC message tags values
  * irc: set notify level to "private" for received WALLOPS
  * script: fix move of installed script on another filesystem
  * core: switch to PHP 8.0 in CI
  * core: add build on macOS in CI
  * core: fix build on macOS (issue #1662)
  * lua: add detection of Lua 5.4
  * php: add support of PHP 8.0 and 8.1 (issue #1599, issue #1668)

-------------------------------------------------------------------
Sun Jul  4 14:09:09 UTC 2021 - Maximilian Trummer <opensuse@trummer.xyz>

- update to 3.2
- main changes:
  * use XDG directories by default (config, data, cache, runtime)
  * add support of IRC SASL mechanisms
    SCRAM-SHA-1, SCRAM-SHA-256 and SCRAM-SHA-512
  * automatically load system certificates
    without giving a hardcoded path to the file with certificates
  * add options to customize commands executed on system signals received
    (SIGHUP, SIGQUIT, SIGTERM, SIGUSR1, SIGUSR2)
  * add bar item "tls_version" and buflist format
  * add signals "cursor_start" and "cursor_end"
  * add function crypto_hmac in API
  * add translated string in evaluation of expressions with "translate:xxx"
  * add info "weechat_daemon"
  * add Python stub for WeeChat API
  * add variables "${tg_shell_argc}" and "${tg_shell_argvN}"
    in command trigger evaluated strings
  * many bugs fixed.
- for all changes, please visit:
  https://weechat.org/files/changelog/ChangeLog-3.2.html

-------------------------------------------------------------------
Sun Mar  7 11:56:44 UTC 2021 - Maximilian Trummer <opensuse@trummer.xyz>

- update to 3.1
- New features
  * core: add options weechat.look.hotlist_update_on_buffer_switch
    and weechat.look.read_marker_update_on_buffer_switch (issue #992, issue #993)
  * core: add option sec.crypt.passphrase_command to read passphrase from an
    external program on startup, remove option sec.crypt.passphrase_file (issue #141)
  * core: improve debug in command /eval: display more verbose debug
    with two "-d", add indentation and colors
  * core: add options "setvar" and "delvar" in command /buffer,
    rename option "localvar" to "listvar"
  * core: add buffer local variable "completion_default_template" (evaluated)
    to override the value of option "weechat.completion.default_template" (issue #1600)
  * core: add option "recreate" in command /filter
  * core: add raw string in evaluation of expressions with "raw:xxx" (issue #1611)
  * core: add evaluation of conditions in evaluation of expressions
    with "eval_cond:xxx" (issue #1582)
  * api: add info_hashtable "secured_data"
  * irc: add info "irc_is_message_ignored"
  * irc: add server option "default_chantypes",
    used when the server does not send them in message 005 (issue #1610)
  * trigger: add variable "${tg_trigger_name}" in command trigger evaluated strings (issue #1580)
- Bug fixes
  * core: fix quoted line in cursor mode (issue #1602)
  * core: fix wrong size of the new window after vertical split (issue #1612)
  * core: do not remove quotes in arguments of command /eval
    as they can be part of the evaluated expression/condition (issue #1601)
  * core: display an error when the buffer is not found with command /command -buffer
  * buflist: add option buflist.look.use_items to speed up display of buflist (issue #1613)
  * irc: add bar item "irc_nick_prefix"
  * irc: fix separator between nick and host in bar item "irc_nick_host"
  * irc: fix completion of commands /halfop and /dehalfop
- Documentation
  * do not build weechat-headless man page if headless binary is disabled (issue #1607)

-------------------------------------------------------------------
Tue Feb  2 00:50:50 UTC 2021 - Dirk Müller <dmueller@suse.com>

- update to 3.0.1:
  * exec: fix search of command by identifier
  * spell: fix refresh of bar item "spell_suggest" when the input becomes empty (issue #1586)
  * spell: fix crash with IRC color codes in command line (issue #1589)

-------------------------------------------------------------------
Wed Nov 11 12:00:26 UTC 2020 - Maximilian Trummer <opensuse@trummer.xyz>

- update to 3.0
- New features
  * api: add optional list of colors in infos "nick_color" and "nick_color_name" (issue #1565)
  * api: add argument "bytes" in function string_dyn_concat
  * api: add function string_color_code_size (issue #1547)
  * exec: add option "-oerr" to send stderr to buffer (now disabled by default) (issue #1566)
  * fset: add option fset.look.auto_refresh (issue #1553)
  * irc: add pointer to irc_nick in focus of bar item "buffer_nicklist" (issue #1535, issue #1538)
  * irc: allow to send text on buffers with commands /allchan, /allpv and /allserv
  * irc: evaluate command executed by commands /allchan, /allpv and /allserv (issue #1536)
  * script: add option script.scripts.download_enabled (issue #1548)
  * trigger: add variable "tg_argc" in data set by command trigger (issue #1576)
  * trigger: add variable "tg_trigger_name" in data set by all triggers (issue #1567, issue #1568)
- Bug fixes
  * core: set "notify_level" to 3 if there is a highlight in the line (issue #1529)
  * core: do not add line with highlight and tag "notify_none" to hotlist (issue #1529)
  * irc: remove SASL timeout message displayed by error
    after successful SASL authentication (issue #1515)
  * irc: send all channels in a single JOIN command when reconnecting to the server (issue #1551)
  * script: do not automatically download list of scripts on startup
    if the file is too old (issue #1548)
  * spell: properly skip WeeChat and IRC color codes when checking words in input (issue #1547)
  * trigger: fix recursive calls to triggers using regex (issue #1546)
  * trigger: add ${tg_tags} !!- ,notify_none, in conditions of default trigger "beep" (issue #1529)
- Tests
  * core: add tests on GUI line functions
- Build
  * core: disable debug by default in autotools build
  * tests: fix compilation with CppUTest ≥ 4.0

-------------------------------------------------------------------
Mon Jul 20 00:31:35 UTC 2020 - Maximilian Trummer <opensuse@trummer.xyz>

- new .desktop file from weechat sources
- update to 2.9
- New features
  * core: add bar option "color_bg_inactive": color for window bars
    in inactive window (issue #732)
  * core: add Alacritty title escape sequence support (issue #1517)
  * core: display notify level for current buffer
    with command /buffer notify (issue #1505)
  * core: count only visible nicks in bar item "buffer_nicklist_count",
    add bar items "buffer_nicklist_count_groups" and "buffer_nicklist_count_all"
    (issue #1506)
  * core: set default size for input bar to 0 (automatic) (issue #1498)
  * core: add default key Alt+Enter to insert a newline (issue #1498)
  * core: add flag "input_multiline" in buffer (issue #984, issue #1063)
  * core: add a scalable WeeChat logo (SVG) (issue #1454, issue #1456)
  * core: add base 16/32/64 encoding/decoding in evaluation of expressions
    with "base_encode:base,xxx" and "base_decode:base,xxx"
  * core: add case sensitive wildcard matching comparison operator (==* and !!*)
    and case sensitive/insensitive include comparison operators (==-, !!-, =-, !-)
    in evaluation of expressions
  * core: add default key Alt+Shift+N to toggle nicklist bar
  * core: add command line option "--stdout" in weechat-headless binary
    to log to stdout rather than ~/.weechat/weechat.log (issue #1475, issue #1477)
  * core: reload configuration files on SIGHUP (issue #1476)
  * api: add pointer "_bar_window" in hashtable sent to hook focus callback (issue #1450)
  * api: add info_hashtable "focus_info" (issue #1245, issue #1257)
  * api: rename function hook_completion_get_string to completion_get_string
    and hook_completion_list_add to completion_list_add
  * api: add functions completion_new, completion_search and completion_free
  * api: add hdata "completion_word"
  * buflist: add default key Alt+Shift+B to toggle buflist
  * buflist: add options enable/disable/toggle in command /buflist
  * buflist: evaluate option buflist.look.sort so that sort can be customized
    for each of the three buflist bar items (issue #1465)
  * irc: add support of UTF8MAPPING (issue #1528)
  * irc: display account messages in buffers (issue #1250)
  * python: add WeeChat sharedir python directory to PYTHONPATH (issue #1537)
  * relay: increase default limits for IRC backlog options
  * relay: add command "handshake" in weechat relay protocol and nonce
    to prevent replay attacks, add options relay.network.password_hash_algo,
    relay.network.password_hash_iterations, relay.network.nonce_size (issue #1474)
  * relay: add command "completion" in weechat relay protocol
    to perform a completion on a string at a given position (issue #1484)
  * relay: add option relay.network.auth_timeout
  * relay: update default colors for client status
  * relay: add status "waiting_auth" in irc and weechat protocols (issue #1358)
  * trigger: evaluate arguments of command when the trigger is created (issue #1472)
- Bug fixes
  * core: fix command /window scroll_beyond_end when buffer has fewer lines
    than chat height (issue #1509)
  * core: force buffer property "time_for_each_line" to 0 for buffers
    with free content (issue #1485)
  * core: don’t collapse consecutive newlines in lines displayed
    before the first buffer is created
  * core: don’t remove consecutive newlines when pasting text (issue #1500)
  * core: don’t collapse consecutive newlines in bar content (issue #1500)
  * core: fix WEECHAT_SHAREDIR with CMake build (issue #1461)
  * core: fix memory leak in calculation of expression on FreeBSD (issue #1469)
  * core: fix resize of a bar when its size is 0 (automatic) (issue #1470)
  * api: fix use of pointer after free in function key_unbind
  * api: replace plugin and buffer name by buffer pointer in argument "modifier_data"
    sent to weechat_print modifier callback (issue #42)
  * buflist: add "window" pointer in bar item evaluation only if it’s not NULL
    (if bar type is "window")
  * exec: fix use of same task id for different tasks (issue #1491)
  * fifo: fix errors when writing in the FIFO pipe (issue #713)
  * guile: enable again /guile eval (issue #1514)
  * irc: use new default chantypes "#&" when the server does not send it
  * irc: add support of optional server in info "irc_is_nick",
    fix check of nick using UTF8MAPPING isupport value (issue #1528)
  * irc: fix add of ignore with flags in regex, display full ignore mask
    in list of ignores (issue #1518)
  * irc: do not remove spaces at the end of users messages received (issue #1513)
  * irc: fix realname delimiter color in WHO/WHOX response (issue #1497)
  * irc: reuse a buffer with wrong type "channel"
    when a private message is received (issue #869)
  * python: fix crash when invalid UTF-8 string is in a WeeChat hashtable
    converted to a Python dict (issue #1463)
  * relay: add missing field "notify_level" in message "_buffer_line_added" (issue #1529)
  * relay: fix slow send of data to clients when SSL is enabled
  * trigger: only return trigger’s return code
    when condition evaluates to true (issue #592)
  * trigger: fix truncated trigger command with commands /trigger input|output|recreate
  * trigger: do not hide values of options with /set command in cmd_pass trigger
- Documentation
  * add includes directory
  * merge 53 auto-generated files into 11 files
  * fix broken literal blocks in Japanese docs with Firefox (issue #1466)
- Tests
  * core: add CI with GitHub Actions, move codecov.io upload to GitHub Actions
  * core: switch to Ubuntu Bionic on Travis CI, use pylint3 to lint Python scripts
  * core: run tests on plugins only if the plugins are enabled and compiled
  * irc: add tests on IRC color and channel functions
- Build
  * javascript: disable build by default and remove Debian packaging
    of JavaScript plugin (issue #360)
  * core: make GnuTLS a required dependency
  * core: fix build with CMake 3.17.0
  * core: fix build with cygport on Cygwin

-------------------------------------------------------------------
Sun Mar 29 14:16:40 UTC 2020 - Maximilian Trummer <opensuse@trummer.xyz>

- update to 2.8
- New features
  * core: add variable "old_full_name" in buffer,
    set during buffer renaming (issue #1428)
  * core: add debug option "-d" in command /eval (issue #1434)
  * api: add functions crypto_hash and crypto_hash_pbkdf2
  * api: add info "auto_connect" (issue #1453)
  * api: add info "weechat_headless" (issue #1433)
  * buflist: add pointer "window" in bar item evaluation
  * irc: add support of fake servers (no I/O, for testing purposes)
  * relay: accept hash of password in init command of weechat protocol
    with option "password_hash" (PBKDF2, SHA256, SHA512)
  * relay: reject client with weechat protocol if password or totp is
    received in init command but not set in WeeChat (issue #1435)
- Bug fixes
  * core: fix memory leak in completion
  * core: flush stdout/stderr before forking
    in hook_process function (issue #1441)
  * core: fix evaluation of condition with nested "if" (issue #1434)
  * irc: split AUTHENTICATE message in 400-byte chunks (issue #1459)
  * irc: copy temporary server flag in command /server copy
  * irc: add nick changes in the hotlist (except self nick change)
  * irc: case-insensitive comparison on incoming CTCP command,
    force upper case on CTCP replies (issue #1439)
  * irc: fix memory leak when the channel topic is changed
  * logger: fix crash when logging is disabled on a buffer
    and the log file was deleted in the meanwhile, when
    option logger.file.info_lines is on (issue #1444)
  * php: fix crash when loading script with PHP 7.4 (issue #1452)
  * relay: update buffers synchronization
    when buffers are renamed (issue #1428)
  * script: fix memory leak in read of script repository file
    if it has invalid content
  * script: fix unexpected display of scripts list in buffer
    with command /script list -i
  * xfer: send signal "xfer_ended" after the received file
    has been renamed (issue #1438)
- Tests
  * scripts: fix generation of test scripts with Python 3.8
  * unit: add tests on IRC protocol functions and callbacks
  * unit: add tests on function secure_derive_key
  * unit: add tests on functions util_get_time_diff and util_file_get_content
- Build
  * core: fix Cygwin build
  * guile: add detection of Guile 3.0.0 (issue #1442)
  * irc: fix build with GnuTLS < 3.1.0 (issue #1431)
  * php: add detection of PHP 7.4
  * ruby: add detection of Ruby 2.7 (issue #1455)

-------------------------------------------------------------------
Thu Feb 20 21:46:23 UTC 2020 - Maximilian Trummer <opensuse@trummer.xyz>

- update to 2.7.1
- Bug fixes
  * irc: fix crash when receiving a malformed message 352 (who)
  * irc: fix crash when a new message 005 is received with longer nick prefixes
  * irc: fix crash when receiving a malformed message 324 (channel mode) (CVE-2020-8955)
- removed CVE-2020-8955.patch: fixed upstream

-------------------------------------------------------------------
Mon Feb 17 12:43:01 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>

- fix boo#1163889 - CVE-2020-8955 , add patch CVE-2020-8955.patch

-------------------------------------------------------------------
Fri Jan 31 22:11:09 UTC 2020 - Maximilian Trummer <opensuse@trummer.xyz>

- update to 2.7
- New features
  * core: add option weechat.look.nick_color_hash_salt to shuffle nick colors (issue #635)
  * core: add different icons sizes (16x16 to 512x512) (issue #1347)
  * core: add file weechat.desktop
  * core: add reverse of string for screen in evaluation of expressions with "revscr:"
  * core: add length of string (number of chars and on screen) in evaluation of expressions with "length:xxx" and "lengthscr:xxx"
  * core: add calculation of expression in evaluation of expressions with "calc:xxx" (issue #997)
  * core: add optional default path (evaluated) in completion "filename"
  * core: add support of modifiers in evaluation of expressions with "modifier:name,data,string"
  * api: add modifier "color_encode_ansi" (issue #528)
  * api: add modifier "eval_path_home"
  * irc: add filters on raw buffer (issue #1000)
  * irc: add option irc.look.display_pv_warning_address to display a warning in private buffer if the remote nick address has changed (issue #892)
  * irc: add server option "ssl_password" (issue #115, issue #1416)
  * irc: add "user" in output of irc_message_parse (issue #136)
  * irc: add options irc.color.message_kick and irc.color.reason_kick (issue #683, issue #684)
  * logger: add option logger.file.color_lines (issue #528, issue #621)
  * script: add options "-ol" and "-il" in command "/script list" to send translated string with list of scripts loaded, display "No scripts loaded" if no scripts are loaded
  * xfer: add option xfer.file.download_temporary_suffix with default value ".part" (issue #1237)
- Bug fixes
  * core: set buffer name, short name and title only if the value has changed
  * core: fix scrolling up in bare mode when switched to bare mode at the top of the buffer (issue #899, issue #978)
  * core: optimize load of configuration files
  * core: fix window separators not respecting window splits (issue #630)
  * core: fix cursor mode info when prefix_align is none and with words split across lines (issue #610, issue #617, issue #619)
  * core: add support of reverse video in ANSI color codes
  * core: fixed segfault during excessive evaluation in function string_repeat (issue #1400)
  * buflist: fix extra spaces between buffers when conditions are used to hide buffers (regression introduced in version 2.6) (issue #1403)
  * irc: do not automatically open a channel with name "0" (issue #1429)
  * irc: remove option irc.network.channel_encode, add server option "charset_message" to control which part of the IRC message is decoded/encoded to the target charset (issue #832)
  * irc: use path from option xfer.file.upload_path to complete filename in command "/dcc send" (issue #60)
  * logger: fix write in log file if it has been deleted or renamed (issue #123)
  * python: send "bytes" instead of "str" to callbacks in Python 3 when the string is not UTF-8 valid (issue #1389)
  * relay: send message "_buffer_title_changed" to clients only when the title is changed
  * xfer: fix memory leak when a xfer is freed and when the plugin is unloaded
- Tests
  * unit: add tests on GUI color functions
- Build
  * core: fix build on Haiku (issue #1420)
  * core: fix build on Alpine
  * core: remove file FindTCL.cmake
  * core: display an error on missing dependency in CMake (issue #916, issue #956)
  * debian: disable Javascript plugin on Debian Sid and Ubuntu Eoan
  * debian: build with Guile 2.2
  * guile: add support of Guile 2.2, disable /guile eval (issue #1098)
  * python: add detection of Python 3.8

-------------------------------------------------------------------
Fri Sep 13 09:18:32 UTC 2019 - Maximilian Trummer <opensuse@trummer.xyz>

- update to 2.6
 * use Python 3 by default
 * add support of 32767 color pairs
 * add option "close" in command /window
 * add infos "term_colors" and "term_color_pairs"
 * add infolist "buflist" with list of buffer pointers
 * evaluate option exec.command.shell, change default value to "${env:SHELL}"
 * add filters "h=xxx" and "he=xxx" to filter options by description in fset buffer (translated or in English)
 * make command char optional in server option "command"
 * remove default aliases /ame and /amsg
 * many bugs fixed.

-------------------------------------------------------------------
Mon Sep  2 19:00:40 UTC 2019 - Adriaan Struys <amjsfw@gmail.com>

- add obsolete for weechat-aspell

-------------------------------------------------------------------
Mon Sep  2 11:34:13 UTC 2019 - Adriaan Struys <amjsfw@gmail.com>

- update to 2.5
 * the "aspell" plugin has been renamed to "spell", a more generic term, because it supports aspell and also enchant
 * add support of UNIX socket
 * fix memory leaks
 * more bugfixes and new options
- change subpackage 'weechat-aspell' to 'weechat-spell' to reflect plugin namechange

-------------------------------------------------------------------
Mon Feb 25 11:58:23 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>

- update to 2.4
 * add command line option "-t" (or "--temp-dir")
 * add support of Time-based One-Time Password (TOTP)
 * add option exec.command.shell to customize the shell used with /exec -sh
 * add support of close frame in websocket connection

-------------------------------------------------------------------
Mon Nov 26 15:23:24 UTC 2018 - jbrielmaier@suse.de

- remove guile bindings as they are not compatible with guile-2.2
  Upstream work for guile-2.2:
  https://github.com/weechat/weechat/issues/1098
  part of boo#1117121
- obsoletes weechat-guile

-------------------------------------------------------------------
Tue Oct 23 06:58:31 UTC 2018 - Ondřej Súkup <mimi.vx@gmail.com>

- update to version 2.3
 * add hook "line"
 * add option "-P" (or "--plugins") to customize the plugins to load at startup
 * allow multiple options "-r" ("--run-command") in command line arguments
 * allow allow partial buffer name and multiple arguments in command /buffer close
 * allow specifying buffer number/name for /buffer localvar
 * allow creation of temporary variables with the regex in trigger plugin
 * add real IP in client description in relay plugin
 * add repeat of string in evaluation of expressions with "repeat:count,string"
 * many bugs fixed.

-------------------------------------------------------------------
Tue Jul 17 13:50:59 UTC 2018 - mimi.vx@gmail.com

- update to 2.2
 * add support of list options in curl
 * allow merge of buffers by name in command /buffer
 * add reverse of string in evaluation of expressions with "rev:"
 * add indexed ban list and completion for /unban and /unquiet (IRC plugin)
 * add support for IRCv3.2 Client Capability Negotiation
 * add support for IRCv3.2 invite-notify
 * add support for IRCv3.2 chghost, add options irc.look.smart_filter_chghost
     and irc.color.message_chghost
 * add option xfer.network.send_ack
 * add support of Python 3.7
 * fix memory leaks scripting plugins
 * many bugs fixed.

-------------------------------------------------------------------
Mon Mar 19 13:07:58 UTC 2018 - jengelh@inai.de

- Ensure neutrality of description.
- Use -exec over xargs.

-------------------------------------------------------------------
Mon Mar 19 10:09:51 UTC 2018 - mimi.vx@gmail.com

- update to 2.1
- build python plugin against python3
* core: add binary weechat-headless to run WeeChat without interface, with 
   optional daemon mode (command line option "--daemon")
* core: add options "-newbuffer", "-free" and "-switch" in command /print
* core: add option "-y" in command /print, add support of buffers with free content
* core: add option "add" in command /buffer
* core: add option weechat.completion.partial_completion_templates to force
    partial completion on specific templates
* api: add hashtable with variables in plugin structure
* irc: add server option "split_msg_max_length"
* logger: add option logger.file.fsync
* logger: add option logger.look.backlog_conditions)
* scripts: add configuration file for each script plugin
* scripts: add "eval" option in script commands and info "xxx_eval"
* scripts: add infos "xxx_interpreter" and "xxx_version" in script plugins
* scripts: add option "version" in script commands 
* api: add time in info "date" (WeeChat compilation date/time)
* irc: allow ${irc_server.xxx} and ${server} in server evaluated options
* script: change default value of option script.look.sort from "p,n" to "i,p,n"
* scripts: display the script name in stdout/stderr output from scripts
* core: fix regression on execution of hook_print callbacks

-------------------------------------------------------------------
Thu Dec 21 17:19:23 UTC 2017 - mimi.vx@gmail.com

- update to 2.0.1
* python: fix arguments status/gnutls_rc/sock in hook_connect() callback
* python: fix argument fd in hook_fd() callback
* core: add flag "input_get_empty" in buffer
* core: add signals "buffer_filters_enabled" and "buffer_filters_disabled"
* core: support loading of plugins from path in environment
    variable "WEECHAT_EXTRA_LIBDIR"
* alias: add infolist "alias_default" (list of default aliases)
* buflist: add two new bar items ("buflist2" and "buflist3") using the same
    format configuration options
* buflist: add option buflist.look.add_newline 
* fset: new plugin "fset" (fast set of WeeChat and plugins options)
* core: make value optional in command /buffer set 
* core: allow floating point and hexadecimal numbers in comparison of evaluated values
* core: add option weechat.look.save_config_with_fsync
* api: add support of prefix "quiet:" in function key_unbind() to quietly remove keys
* api: add argument "recurse_subdirs" in function exec_on_files()
* script: add local variable "filter" in the script buffer
* core: do not change the chat prefix size when a filtered line is added
* core: fix display of nicks in nicklist when they are in a group with sub-groups
* core, plugins: check return code of strftime function
* core: fix cast of time_t (to "long long" instead of "long")
* core: call the config hook when options are renamed or removed
* api: change type of arguments status/gnutls_rc/sock in hook_connect() callback
    from string to integer (in scripts)
* api: change type of argument fd in hook_fd() callback from
    string to integer (in scripts)
* buflist: remove recursive evaluation of extra variables
* guile: return integer (0/1) instead of boolean in API functions
* guile: fix return value of static strings in API functions
* irc: do not clear nicklist when joining an already joined channel if
    the option irc.look.buffer_open_before_join is on
* irc: fix CTCP PING reply when the option irc.ctcp.ping is set to non-empty value
* lua: fix boolean return value (as integer) in API functions
* relay: fix parsing of CAP command without arguments in irc protocol, send ACK 
    only if all capabilities received are OK and NAK otherwise
* core: fix build with ncurses and separate tinfo

-------------------------------------------------------------------
Mon Sep 25 07:58:50 UTC 2017 - tchvatal@suse.com

- Version update to 1.9.1:
  * Security update to fix CVE-2017-14727 bsc#1060140

-------------------------------------------------------------------
Sun Jun 25 20:29:56 UTC 2017 - mimi.vx@gmail.com

- update to 1.9
* improve speed of nicklist bar item callback
* add auto scroll of buflist bar with new option buflist.look.auto_scroll
* add option buflist.format.name
* add variables ${format_name}, ${current_buffer} and ${merged}@@ in buflist
* display a warning in buflist when the script buffers.pl is loaded
* add server/channel pointers in trigger IRC callbacks
* add API functions config_option_get_string and hdata_compare
* fix bind of Space key
* many bugs fixed.
* buflist.format.name
* buflist.look.auto_scroll
* F1/F2: scroll buflist bar

-------------------------------------------------------------------
Mon May 15 11:07:52 UTC 2017 - mimi.vx@gmail.com

- update to 1.8
* add option weechat.completion.nick_case_sensitive
* add wilcard matching operator, cut of string and ternary operator
    in evaluation of expressions
* add resize of window parents with /window resize [h/v]size
* add plugin "buflist" (bar with list of buffers)
* add arraylist and dynamic string functions in API
* add option "open" in command /server
* add signal "irc_server_lag_changed" and store the lag
    in the server buffer (local variable)
* add aspell options to control delimiters in suggestions
* add option "-include" in commands /allchan, /allpv and /allserv
* many bugs fixed.

-------------------------------------------------------------------
Sat Apr 22 19:08:54 UTC 2017 - mimi.vx@gmail.com

- Update to version 1.7.1
  * irc: fix parsing of DCC filename CVE-2017-8073 (boo#1036467)

-------------------------------------------------------------------
Sun Jan 15 08:49:46 UTC 2017 - mimi.vx@gmail.com

- Update to version 1.7
  * New features
    + core: add option weechat.look.align_multiline_words
    + core: add optional command prefix in completion templates "commands",
		 "plugins_commands" and "weechat_commands"
    + core: add optional arguments in completion template, sent to the callback
    + core: add option "time" in command /debug
    + api: add info "uptime" (WeeChat uptime)
    + api: add info "pid" (WeeChat PID)
    + fifo: add file fifo.conf and option fifo.file.path to customize
		 FIFO pipe path/filename
    + irc: add server option "usermode"
    + irc: add tag "self_msg" on self messages
  * Improvements
    + core, xfer: display more information on fork errors
    + core: add a slash before commands completed in arguments of /command,
		 /debug time, /key bind, /key bindctxt, /mute, /repeat, /wait
    + core: add a warning in header of configuration files to not edit by hand
    + alias: add a slash before commands completed in arguments of /alias
    + exec: add option "-oc" in command /exec to execute commands in process
		 output, don’t execute commands by default with "-o"
    + irc: evaluate content of server option "ssl_fingerprint"
    + irc: change default value of option irc.network.lag_reconnect from 0 to 300
    + trigger: do not hide email in command "/msg nickserv register password email"
  * Bug fixes
    + core: fix deadlock when quitting after a signal SIGHUP/SIGQUIT/SIGTERM
		 is received
    + core: fix display of empty lines in search mode
    + api: fix crash in function string_expand_home() when the HOME environment
		 variable is not set
    + exec: fix memory leak in display of process output
    + irc: fix option "-temp" in command /server
    + irc: fix close of server channels which are waiting for the JOIN when
		 the server buffer is closed
    + irc: fix buffer switching on manual join for forwarded channels
    + irc: add missing tags on CTCP message sent
    + lua: fix integers returned in Lua >= 5.3
    + relay: make HTTP headers case-insensitive for WebSocket connections
    + relay: set status to "authentication failed" and close immediately
		 connection in case of authentication failure in weechat and irc protocols
    + script: reload a script after upgrade only if it was loaded, set autoload
		 only if the script was auto-loaded

-------------------------------------------------------------------
Sun Oct  2 17:20:55 UTC 2016 - mimi.vx@gmail.com

- update to version 1.6
- removed weechat-doc subpackage, ( BuildRequires dep missing )
* New features:
  + core: add optional argument "lowest", "highest" or level mask in command
    /input hotlist_clear
  + core: add option "cycle" in command /buffer
  + api: add "extra" argument to evaluate extra variables in function
    string_eval_expression()
  + relay: add option relay.network.allow_empty_password
  + trigger: add support for one-time triggers
Improvements
  + core, irc, xfer: display more information in memory allocation errors
  + api: remove functions printf_date() and printf_tags()
  + irc: rename server options "default_msg_{kick|part|quit}" to
    "msg_{kick|part|quit}", evaluate them
  + relay: allow escape of comma in command "init" (weechat protocol)
Bug fixes
  + core, irc, xfer: refresh domain name and name server addresses before
    connection to servers (fix connection to servers after suspend mode)
  + api: fix return of function string_match() when there are multiple masks
    in the string
  + api: fix crash in function network_connect_to() if address is NULL
  + api: fix connection to servers with hook_connect() on Windows 10 with
    Windows subsystem for Linux
  + api: fix crash in function string_split_command() when the separator
    is not a semicolon
  + irc: fix socket leak in connection to server
  + irc: fix display of service notice mask (message 008)
  + irc: fix NULL pointer dereference in 734 command callback
  + relay: return an empty hdata when the requested hdata or pointer is not found
  + xfer: fix crash on DCC send if option xfer.file.auto_accept_nicks is set
Documentation
  + switch to asciidoctor to build docs and man page

-------------------------------------------------------------------
Tue Jun 14 13:10:49 UTC 2016 - mimi.vx@gmail.com

- fix typo in %if conditional 

-------------------------------------------------------------------
Sun May 15 10:27:51 UTC 2016 - mimi.vx@gmail.com

- update to 1.5
* New features:
	+ core: add Portuguese translations
	+ core: change default value of option weechat.look.nick_color_hash to "djb2"
	+ core: move nick coloring from irc plugin to core, move options
		irc.look.nick_color_force, irc.look.nick_color_hash and
		irc.look.nick_color_stop_chars to core, add info "nick_color" and 
		"nick_color_name", deprecate info "irc_nick_color" and "irc_color_name"
	+ core: move irc bar item "away" to core, move options irc.look.item_away_message
		 and irc.color.item_away to core
	+ api: add support of functions in hook_process
	+ api: add pointer in callbacks used in scripting API
	+ irc: add option irc.network.sasl_fail_unavailable
	+ irc: add multiple targets and support of "-server" in command /ctcp
	+ ruby: add detection of Ruby 2.3
	+ trigger: add "recover" in default triggers cmd_pass/msg_auth, and "regain"
		 in default trigger "msg_auth"
* Bugs fixed:
	+ core: fix nick coloring when stop chars and a forced color are used: first
		 remove chars then look for forced color
	+ core: check that pointers received in arguments are not NULL in buffers
		 and windows functions
	+ core: fix truncation of buffer names in hotlist
	+ core: fix update of window title under Tmux
	+ core: fix detection of Python shared libraries
	+ api: fix number of arguments returned by function string_split() when
		 keep_eol is 2 and the string ends with separators
	+ irc: fix first message displayed in raw buffer when the message is modified
		 by a modifier
	+ irc: add missing completion "*" for target in command /msg
	+ irc: fix /msg command with multiple targets including "*"
	+ lua: fix crash when a lua function doesn’t return a value and a string
		 was expected
	+ relay: do not execute any command received in a PRIVMSG message from
		 an irc relay client
	+ relay: fix the max number of clients connected on a port, allow value
		 0 for "no limit"
	+ relay: fix decoding of multiple frames in a single websocket message, send
		 PONG on PING received in a websocket frame
	+ relay: fix command "input" received from clients with only spaces in content
		 of message (weechat protocol)
	+ script: force refresh of scripts buffer after download of scripts list
	+ xfer: fix DCC file received when the terminal is resized

-------------------------------------------------------------------
Sun Mar 20 18:45:20 UTC 2016 - bwiedemann@suse.com

- Fix build-compare
- include .changes file as Source so that .src.rpm can be rebuilt

-------------------------------------------------------------------
Thu Feb 18 11:58:33 UTC 2016 - mimi.vx@gmail.com

- fix sle12 conditional 

-------------------------------------------------------------------
Mon Jan 11 06:38:16 UTC 2016 - mimi.vx@gmail.com

- add weechat.keyring and verify source tarball by gpg 

-------------------------------------------------------------------
Sun Jan 10 12:59:27 UTC 2016 - mimi.vx@gmail.com

- Version bump to 1.4
+ New features:
	* core: add a parent name in options, display inherited values if null in /set 
		output, add option weechat.color.chat_value_null
	* core: add tag "term_warning" in warnings about wrong $TERM on startup
	* core: add option weechat.look.paste_auto_add_newline
	* core: display a more explicit error when a filter fails to be added
	* api: add function string_hex_dump()
	* api: add argument "length" in function utf8_is_valid()
	* alias: display completion in /alias list
	* fifo: add /fifo command
	* irc: evaluate content of server option "addresses"
	* irc: move option irc.network.alternate_nick into servers
		 (irc.server.xxx.nicks_alternate)
	* irc: track real names using extended-join and WHO
	* irc: add support of SNI (Server Name Indication) in SSL connection 
		to IRC server
	* irc: use current channel and current server channels first in completions
		 "irc_server_channels" and "irc_channels"
	* irc: add support of "cap-notify" capability
	* irc: add command /cap
	* irc: add hex dump of messages in raw buffer when debug is enabled for irc 
		plugin (level 2 or more)
	* logger: display system error when the log file can not be written
	* relay: add option relay.irc.backlog_since_last_message
	* script: add completion with languages and extensions, support search by
		 language/extension in /script search
	* script: add option script.scripts.download_timeout
	* doc: add Czech man page and quickstart guide
	* tests: check if all plugins are loaded
+ Bugs fixed:
	* core: fix execution of empty command name ("/" and "/ " are not valid 
		commands)
	* core: fix memory leak when using multiple "-d" or "-r" in command line
		 arguments
	* core: don’t complain any more about "tmux" and "tmux-256color" $TERM values
		 when WeeChat is running under tmux
	* core: fix truncated messages after a word with a length of zero on screen
		 (for example a zero width space: U+200B)
	* api: fix handle of invalid escape in function string_convert_escaped_chars()
	* alias: do not allow slashes and spaces in alias name
	* irc: fix channel forwarding when option 
		irc.look.buffer_open_before_{autojoin|join} is on
	* irc: add a missing colon before the password in PASS message, if the password
		 has spaces or begins with a colon
	* irc: fix charset decoding in incoming private messages
	* irc: display the arrow before server name in raw buffer
	* irc: fix display of messages sent to server in raw buffer
	* irc: fix display of invalid UTF-8 chars in raw buffer
	* relay: display the arrow before client id and protocol in raw buffer
	* ruby: fix load of scripts requiring "uri"
	* ruby: fix Ruby detection when pkg-config is not installed
	* tests: fix locale used to execute tests

-------------------------------------------------------------------
Sun Aug 16 10:23:57 UTC 2015 - mimi.vx@gmail.com

- Version bump to 1.3:
 * core: add completion "colors" (issue #481)
 * core: start/stop search in buffer at current scroll position by default, add 
   key Ctrl+q to stop search and reset scroll (issue #76, issue #393)
 * core: add option weechat.look.key_grab_delay to set the default delay when 
   grabbing a key with Alt+k
 * core: add option weechat.look.confirm_upgrade (issue #463)
 * core: allow Ctrl+c to exit WeeChat when the passphrase is asked on startup (issue #452)
 * core: allow pointer as list name in evaluation of hdata (issue #450)
 * core: add signal "signal_sighup"
 * api: add support of evaluated sub-strings and current date/time in function 
   string_eval_expression() and command /eval
 * api: add function string_eval_path_home()
 * alias: add options "add", "addcompletion" and "del" in command /alias, remove 
   command /unalias (issue #458)
 * irc: add option irc.network.channel_encode (issue #218, issue #482)
 * irc: add option irc.color.topic_current (issue #475)
 * irc: evaluate content of server option "nicks"
 * logger: evaluate content of option logger.file.path (issue #388)
 * relay: display value of HTTP header "X-Real-IP" for websocket connections (issue #440)
 * script: rename option script.scripts.dir to script.scripts.path, evaluate content 
   of option (issue #388)
 * xfer: evaluate content of options xfer.file.download_path and xfer.file.upload_path (issue #388) 
 * many bug fixes

-------------------------------------------------------------------
Tue Aug  4 13:28:23 UTC 2015 - tchvatal@suse.com

- Ensure we use system CA ca-bundle.pem file by hardcoding it
- Remove patch:
  * weechat-capath.patch

-------------------------------------------------------------------
Sat Jul  4 12:47:38 UTC 2015 - tchvatal@suse.com

- Version bump to 1.2:
  - add options to customize word chars (for detecting word boundaries)
  - add a welcome message on first WeeChat run
  - add options to customize quoted messages (in cursor mode)
  - add support of environment variables in evaluated expressions
  - add IRC SASL mechanism "ecdsa-nist256p-challenge"
  - add support of SHA-256 and SHA-512 algorithms in IRC server option "ssl_fingerprint"
  - add support of IRC capability "account-notify"
  - remove "freenode" server from default config
  - new script plugin for javascript
  - many bugs fixed.
- Refreshed patch:
  * weechat-capath.patch

-------------------------------------------------------------------
Mon Feb 16 16:44:46 UTC 2015 - tchvatal@suse.com

- Version bump to 1.1.1:
  * core: fix random error when creating symbolic link weechat-curses on make install with cmake (bug #40313)
  * core: fix crash when a root bar has conditions different from active/inactive/nicklist (closes #317)
  * irc: don’t close channel buffer on second /part when option irc.look.part_closes_buffer is off (closes #313)
  * irc: fix /join on a channel buffer opened with autojoin but which failed to join
  * irc: send QUIT to server and no PART for channels when the server buffer is closed (closes #294)
  * irc: fix order of channel buffers opened when option irc.look.server_buffer is set to "independent", irc.look.buffer_open_before_autojoin to "on" and irc.look.new_channel_position to "near_server" (closes #303)
  * irc: fix crash in buffer close when server name is the same as a channel name (closes #305)

-------------------------------------------------------------------
Wed Jan 28 12:27:48 UTC 2015 - tchvatal@suse.com

- Recommend lang package and perl/python scripting support as
  bare iron weechat is bit boring

-------------------------------------------------------------------
Wed Jan 28 10:42:34 UTC 2015 - tchvatal@suse.com

- Make this build on SLE12

-------------------------------------------------------------------
Mon Jan 12 07:38:34 UTC 2015 - tchvatal@suse.com

- Version bump to 1.1:
  - complete inline commands in input
  - allow incomplete commands if unambiguous
  - improve speed of completions
  - add bar item and signals for mouse status
  - use bar conditions on root bars
  - add option "reorder" in command /server
  - open irc channel buffers before the join is received from server
  - add server option "sasl_fail"
  - add support for color codes 16-99 in IRC messages
  - disable SSLv3 by default
  - add support of IRC capability "extended-join"
  - add options "stop" and "start" in command /relay
  - use HTTPS by default in script plugin for downloads
  - add option "restore" in command /trigger
  - evaluate and replace regex groups at same time in trigger (new and
    incompatible format)
  - many bugs fixed.

-------------------------------------------------------------------
Thu Nov 20 14:46:54 UTC 2014 - tchvatal@suse.com

- Remove sle11 support as now I don't need it anymore
- Use %cmake macro properly
- Document that there are tests that need extra pkg
- Split documentation into -doc subpackage

-------------------------------------------------------------------
Fri Oct 10 06:02:10 UTC 2014 - gber@opensuse.org

- update toversion 1.0.1
  - this is a bug fix and maintenance release
  - for complete list of bugs fixed, please look at ChangeLog

-------------------------------------------------------------------
Sat Aug 16 12:30:39 UTC 2014 - gber@opensuse.org

- update to version 1.0
  - plugin "trigger": Swiss Army knife for WeeChat (replaces
    "rmodifier" plugin)
  - plugin "exec": execute external commands (replaces script
    "shell.py")
  - bare display: easy click on long URLs and text selection with
    mouse
  - support of environment variables in /set command
  - hidden buffers
  - negated tags in filters
  - toggle of filters in specific buffers
  - flexible conditions for adding/removing buffers in hotlist
  - text search in buffers with free content
  - support of wildcard "*" inside masks
  - support of nested variables in evaluated expressions
  - tag with host in IRC messages displayed
  - support of "away-notify" IRC capability
  - IRC commands: /allpv, /remove, /unquiet
  - bar items: buffer_short_name, irc_nick_modes
  - unit tests
  - many bugs fixed
- drop obsolete weechat-link-pthread.patch

-------------------------------------------------------------------
Mon Jun 23 09:24:24 UTC 2014 - tchvatal@suse.com

- Make the thing build again on SLE11 as we use it in SUSE on
  server :)

-------------------------------------------------------------------
Mon May 26 14:30:57 UTC 2014 - gber@opensuse.org

- update to version 0.4.3
  - new command /print
  - logical and/or for tags in /filter and hook_print
  - gaps in buffer numbers
  - support of italic text
  - new options to customize default text search in buffers
  - use of IRC monitor command for /notify (if available on server)
  - new IRC server option "ssl_fingerprint"
  - new option to smart-filter IRC mode messages
  - new option for default IRC ban mask
  - support of IPv6 for DCC chat/file
  - auto check CRC32 of files received with DCC
  - many bugs fixed
- add weechat-link-pthread.patch in order to link Weechat against
  libpthread fixing freezes/crashes with gnutls (backported from
  upstream git)

-------------------------------------------------------------------
Mon Oct  7 10:09:38 UTC 2013 - gber@opensuse.org

- remove support for < 12.2

-------------------------------------------------------------------
Mon Oct  7 07:34:16 UTC 2013 - gber@opensuse.org

- update to version 0.4.2
  * rename binary from "weechat-curses" to "weechat" (with symbolic
    link "weechat-curses" for compatibility)
  * add secured data (encryption of passwords or private data), new
    command /secure, new file sec.conf
  * search of regular expression in buffer with text emphasis, in
    prefixes, messages or both
  * add option "scroll_beyond_end" for command /window
  * add optional buffer context in bar items (for example to
    display bitlbee nicklist in a root bar)
  * new options weechat.look.hotlist_{prefix|suffix}
  * new option weechat.look.key_bind_safe to prevent any key
    binding error from user
  * new option weechat.network.proxy_curl to use a proxy when
    downloading URLs with curl
  * display day change message dynamically
  * support of wildcards in IRC commands (de)op/halfop/voice
  * new option irc.look.notice_welcome_redirect to redirect channel
    welcome notices to the channel buffer
  * new option irc.look.nick_color_hash: new hash algorithm to find
    nick colors (variant of djb2)
  * add info about things defined by a script in the detailed view
    of script (/script show)
  * support of "enchant" library in aspell plugin
  * many bugs fixed.
- rebased weechat-0.4.1-capath.diff and renamed to
  weechat-capath.patch
- build aspell plugin with enchant support

-------------------------------------------------------------------
Thu Sep  5 18:53:22 CEST 2013 - mls@suse.de

- add libperl_requires, as we link against libperl and thus
  need a specific version of perl

-------------------------------------------------------------------
Tue Aug  6 13:57:58 UTC 2013 - lnussel@suse.de

- use system's default certificate store instead of hardcoding the
  path to a bundle file (weechat-0.4.1-capath.diff, bnc#829471)

-------------------------------------------------------------------
Tue May 21 07:31:45 UTC 2013 - gber@opensuse.org

- update to version 0.4.1
  * multiple layouts support
  * nick prefix/suffix are now dynamic (and managed by core instead
    of irc plugin)
  * unmask irc join if nick speaks some minutes after the join
  * new option irc.look.display_join_message to disable some
    messages after joining a channel
  * new option irc.look.pv_buffer to automatically merge private
    buffers
  * add support of UHNAMES
  * add DH-AES encryption method for SASL
  * multiple irc servers allowed on same port for irc protocol in
    relay plugin
  * add WebSocket server support (RFC 6455) in relay plugin (for
    irc and weechat protocols)
  * send nicklist difference in relay plugin (weechat protocol)
  * add control of autoload for scripts
  * optimizations in aspell plugin
  * many bugs fixed.

-------------------------------------------------------------------
Mon Jan 21 13:43:41 UTC 2013 - tchvatal@suse.com

- Version bump to version 0.4.0:
  * add option "diff" for command /set, display default values in output of /set
  * add color support in prefix options
  * add command /eval, use expression in conditions for bars
  * connect by default with IPv6 to servers with fallback to IPv4
  * add aspell suggestions
  * add support of tags in irc messages and "server-time" capability
  * add irc command /quiet
  * add support of IPv6 in relay plugin
  * add backlog for irc protocol in relay plugin
  * display remote IP address for DCC chat/file in xfer plugin
  * add git version in build
  * many bugs fixed.

-------------------------------------------------------------------
Mon Nov 19 09:35:38 UTC 2012 - gber@opensuse.org

- update to version 0.3.9.2:
  * fix possible shell injection vulnerability in hook_process
    function (bnc#790217)

-------------------------------------------------------------------
Sat Nov 10 13:32:47 UTC 2012 - gber@opensuse.org

- update to version 0.3.9.1:
  * fix buffer overflow when decoding IRC colors in strings

-------------------------------------------------------------------
Sun Sep 30 07:41:09 UTC 2012 - gber@opensuse.org

- update to version 0.3.9:
  * add plugin "script" (replacement of weeget.py and script.pl)
  * add support of SSL in relay plugin
  * add color for offline nicks
  * add system resource limits for WeeChat process
  * add zoom on merged buffer (default key: alt+"x")
  * add "Day changed to" in logger backlog
  * add command line option "-r" (or "--run-command") to run
    command(s) after startup of WeeChat
  * add option "swap" for command /buffer
  * generate alternate IRC nicks dynamically (when all nicks are
    already in use)
  * fix rejoin of password protected IRC channels
  * fix freeze in irc and relay plugins with sockets
  * allow update for some variables of hdata
  * add japanese user's guide, scripting guide and tester's guide
  * many bugs fixed
- drop obsolete weechat-fix-cmake-guile.patch

-------------------------------------------------------------------
Mon Jun  4 08:45:44 UTC 2012 - gber@opensuse.org

- enable guile scripting support introduced in 0.3.7
- dropped unnecessary weechat-0.3.3-fix-strftime.patch
- added weechat-fix-cmake-guile.patch which fixes the include dir
  for guile no being passed to the guild script plugin cmake file

-------------------------------------------------------------------
Mon Jun  4 07:22:22 UTC 2012 - gber@opensuse.org

- update to version 0.3.8:
  * add terminal "bracketed paste mode"
  * add IRC "external" SASL mechanism
  * improve parsing of IRC channel modes (do not send extra command
    "MODE" to server)
  * follow symbolic links for configuration files (*.conf)
  * new option weechat.look.prefix_same_nick (hide same prefix for
    multiple consecutive messages from same nick)
  * add colors for backlog lines
  * redirect IRC messages from clients to hide output (relay
    plugin, IRC protocol)
  * add a connection timeout for child process in hook_connect
  * fix display bugs and crashs with small windows
  * fix truncated configuration files (zero-length) after system
    crash
  * many bugs fixed.

-------------------------------------------------------------------
Mon May 21 11:49:18 UTC 2012 - badshah400@gmail.com

- Use BuildRequires: libgnutls-devel instead of gnutls-devel for
  Factory in keeping with gnutls package naming changes. 

-------------------------------------------------------------------
Sun Feb 26 15:14:28 UTC 2012 - pascal.bleser@opensuse.org

- update to 0.3.7:
  * adds support for scheme scripts (with GNU guile)
  * adds support for Python 3.x
  * adds remote interfaces using a relay plugin (like QWeeChat, a Python/Qt remote interface)
  * adds URL transfers in the API
  * option `scroll_unread` has been moved from command `/input` to `/window`,
    therefore default command of key alt-u has been updated. To bind key with
    new default value: `/key bind meta-u /window scroll_unread`
  * extended regex is used in filters and irc ignore, so some chars that needed
    escape in past do not need any more (for example `[0-9]\+` becomes
    `[0-9]+`), filters and ignore have to be manually fixed
  * option 'weechat.look.highlight_regex' becomes case insensitive by default,
    to make it case sensitive, use "(?-i)" at beginning of string, for example:
    "(?-i)FlashCode|flashy"
  * option 'weechat.history.max_lines' has been renamed to
    'weechat.history.max_buffer_lines_number'

-------------------------------------------------------------------
Sun Jan  8 15:37:44 UTC 2012 - gber@opensuse.org

- clean up build dependencies
- build against lua51 for > 12.1

-------------------------------------------------------------------
Fri Dec  9 13:40:36 UTC 2011 - coolo@suse.com

- the COPYING says GPL-3.0+

-------------------------------------------------------------------
Sun Oct 23 08:07:47 UTC 2011 - gber@opensuse.org

- removed weechat-remove_build_timestamp.patch and use previous
  code again to deal with timestamps

-------------------------------------------------------------------
Sat Oct 22 22:33:19 UTC 2011 - pascal.bleser@opensuse.org

- update to 0.3.6:
  * mouse support
  * cursor mode (free movement of cursor on screen)
  * contexts for keys (default, search, cursor, mouse)
  * hdata in API (direct access to WeeChat data)
  * "inactive" colors for inactive windows and lines in merged
     buffers
  * support of merged buffers in /layout, save layout of
    buffers/windows on /upgrade
  * horizontal scrolling in buffers with free content
  * split of outgoing IRC messages
  * options for "more" chars in bars
  * bold not used any more for basic colors (if terminal has more
    than 16 colors)
  * automatic zoom on current window when terminal becomes too
    small for windows
  * new command /repeat
  * local variable "highlight_regex" in buffers
- added weechat-remove_build_timestamp.patch

-------------------------------------------------------------------
Mon May 16 08:24:44 UTC 2011 - gber@opensuse.org

- update to version 0.3.5:
  * 256 colors support improved (dynamic allocation of colors)
  * attributes for colors (bold/reverse/underline)
  * better scroll of input (with long text)
  * output of /help improved for list of commands and their
    arguments
  * remember scroll position of buffers in windows
  * list of buffers in filters
  * count of messages in hotlist buffers
  * swap buffers of windows
  * balance of windows
  * new API function to set help on plugin/script options
  * speller options in aspell plugin
  * option for SSL priorities in IRC servers
  * color nicks in nicklist and output of /names
- dropped weechat-0.3.4-fix-array-overflow.patch which has been
  included upstream

-------------------------------------------------------------------
Wed Mar 23 23:38:19 UTC 2011 - gber@opensuse.org

- dropped weechat-0.3.4-remove-date-time.patch, use date/time from
  last changelog entry rather than removing it completely
- use %desktop_database_post/un

-------------------------------------------------------------------
Mon Mar 21 16:49:05 UTC 2011 - coolo@novell.com

- licenses package is about to die

-------------------------------------------------------------------
Wed Feb 17 08:02:54 UTC 2011 - gber@opensuse.org

- added weechat-0.3.4-fix-array-overflow.patch which fixes an
  array overflow

-------------------------------------------------------------------
Sun Jan 16 15:08:54 UTC 2011 - pascal.bleser@opensuse.org

- update to 0.3.4:
  * adds 256-color support
  * adds IRC proxy support
  * adds redirection of IRC commands
  * adds new /notify command
  * adds the rmodifier plugin
  * adds regular expression support for highlights
  * adds sharing of the input line between buffers
  * many bugfixes

-------------------------------------------------------------------
Mon Nov  8 11:48:18 UTC 2010 - gber@opensuse.org

- cleanup
  * added specfile header
  * added more accurate summary and description
  * removed support for obsolete openSUSE versions
  * split off -lang subpackage
  * added patch to remove __DATE__ and __TIME__ macros
  * enabled make output
  * build with $RPM_OPT_FLAGS

-------------------------------------------------------------------
Mon Oct 11 19:16:10 UTC 2010 - gber@opensuse.org

- fixed build for Python > 2.6

-------------------------------------------------------------------
Sun Aug  8 07:02:19 UTC 2010 - pascal.bleser@opensuse.org

- update to 0.3.3:
  * new features:
    + keys to undo/redo changes on the command line
    + a better lag indicator
    + the /wallchops IRC command
    + display of messages in IRC private buffers when the nick is back on a server after a /quit
    + reverse regex in a filter
    + hash tables in the plugin API
  * many bugfixes

-------------------------------------------------------------------
Sun Apr 18 20:18:36 UTC 2010 - pascal.bleser@opensuse.org

- update to 0.3.2:
  * add SASL authentication with IRC servers
  * add new commands /mute and /map
  * add custom completion for aliases
  * add date format in log filenames
  * autoloading of plugins was improved
  * many bugs were fixed

-------------------------------------------------------------------
Sun Jan 31 19:13:22 UTC 2010 - pascal.bleser@opensuse.org

- update to 0.3.1.1:
  * fixes crashes with SSL connection and purge of old DCC chats

-------------------------------------------------------------------
Sat Jan 23 20:18:34 UTC 2010 - pascal.bleser@opensuse.org

- update to 0.3.1:
  * new features
  * options were added to customize CTCP replies and the target
    buffer for IRC messages
  * SSL certificates are now checked
  * CertFP was added for automatic identification on servers
  * anti-flood measures were improved
  * new expansions were added for alias arguments
  * many bugs were fixed

-------------------------------------------------------------------
Mon Sep 14 00:00:00 CEST 2009 - pascal.bleser@opensuse.org

- update to 0.3.0:
  * externalization of IRC as a plugin
  * new display engine (faster)
  * NES plugins
  * new plugin API
  * buffers with free content
  * dynamic filtering
  * smart join/part/quit filter
  * custom bars with custom items
  * buffer merging
  * group support in nicklist
  * less CPU usage

-------------------------------------------------------------------
Sat Jun 13 00:00:00 CEST 2009 - pascal.bleser@opensuse.org

- update to 0.2.6.3:
  * fixes a bug with detection of the gnutls library

-------------------------------------------------------------------
Sun Apr 19 00:00:00 CEST 2009 - pascal.bleser@opensuse.org

- update to 0.2.6.2:
  * fixes a charset decoding problem

-------------------------------------------------------------------
Tue Mar 17 00:00:00 CET 2009 - pascal.bleser@opensuse.org

- update to 0.2.6.1:
  * fixes a crash with some special characters in IRC messages

-------------------------------------------------------------------
Thu Sep  6 00:00:00 CEST 2007 - guru@unixtech.be

- update to 0.2.6

-------------------------------------------------------------------
Sat Jun  9 00:00:00 CEST 2007 - guru@unixtech.be

- initial build service submission

openSUSE Build Service is sponsored by