208 Commits

Author SHA256 Message Date
8307b70d6f Accepting request 1294886 from server:irc
- Update to 4.7.0

OBS-URL: https://build.opensuse.org/request/show/1294886
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=85
2025-07-22 10:20:15 +00:00
0bf379ced5 Accepting request 1294425 from server:irc
- Migrate from enchant-1 to enchant-2

OBS-URL: https://build.opensuse.org/request/show/1294425
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=84
2025-07-20 13:29:06 +00:00
546655a391 - Migrate from enchant-1 to enchant-2
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=129
2025-07-18 16:57:59 +00:00
cd45dbc46d Migrate dependency from enchant-1 to enchant-2 (boo#1246741)
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=128
2025-07-18 16:53:14 +00:00
c728d2f699 Accepting request 1276949 from server:irc
- Update to 4.6.3:
  * core: fix integer overflow with decimal numbers in calculation of 
    expression
  * core: fix integer overflow in base32 encoding/decoding
  * core: fix integer overflow in function util_version_number
  * core: fix buffer overflow in function util_parse_time
  * core: fix buffer overflow in function eval_syntax_highlight_colorize
  * core: fix buffer overflow in function eval_string_base_encode
  * core: fix buffer overflow in function eval_string_range_chars
  * core: fix memory leak in function util_parse_delay

OBS-URL: https://build.opensuse.org/request/show/1276949
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=83
2025-05-13 18:05:58 +00:00
42f5c2f86b - Update to 4.6.3:
* core: fix integer overflow with decimal numbers in calculation of 
    expression
  * core: fix integer overflow in base32 encoding/decoding
  * core: fix integer overflow in function util_version_number
  * core: fix buffer overflow in function util_parse_time
  * core: fix buffer overflow in function eval_syntax_highlight_colorize
  * core: fix buffer overflow in function eval_string_base_encode
  * core: fix buffer overflow in function eval_string_range_chars
  * core: fix memory leak in function util_parse_delay

OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=127
2025-05-12 18:33:41 +00:00
c308321474 Accepting request 1272957 from server:irc
* core: fix write of weechat.log to stdout with weechat-headless --stdout
  * core: add refresh of window title on buffer switch, when option
    weechat.look.window_title is set
- Update to version 4.4.2 (bsc#1233171, CVE-2024-46613):

OBS-URL: https://build.opensuse.org/request/show/1272957
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=82
2025-04-27 20:54:35 +00:00
12999abb76 * core: fix write of weechat.log to stdout with weechat-headless --stdout
* core: add refresh of window title on buffer switch, when option
    weechat.look.window_title is set
- Update to version 4.4.2 (bsc#1233171, CVE-2024-46613):

OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=126
2025-04-27 14:49:50 +00:00
4d4f4fffa2 Accepting request 1271254 from server:irc
- Update to 4.6.2:

  Fixed
  * core: fix write of weechat.log to stdout with weechat-headless --stdout (#2247)
  * core: add refresh of window title on buffer switch, when option weechat.look.window_title is set

OBS-URL: https://build.opensuse.org/request/show/1271254
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=81
2025-04-22 15:29:23 +00:00
de5c49e9c3 - Bump spec file to 4.6.2
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=125
2025-04-22 04:01:23 +00:00
2dbf644a3f - Update to 4.6.2:
Fixed
  * core: fix write of weechat.log to stdout with weechat-headless --stdout (#2247)
  * core: add refresh of window title on buffer switch, when option weechat.look.window_title is set

OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=124
2025-04-22 03:57:27 +00:00
c849721aac Accepting request 1268223 from server:irc
- Update to 4.6.1:
  Fixed
  * core: consider all keys are safe in cursor context (#2244)
  * irc: display nick changes and quit messages when option irc.look.ignore_tag_messages is enabled (#2241)
  * perl: fix build when multiplicity is not available (#2243)

OBS-URL: https://build.opensuse.org/request/show/1268223
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=80
2025-04-10 19:59:08 +00:00
331ab03458 - Update to 4.6.1:
Fixed
  * core: consider all keys are safe in cursor context (#2244)
  * irc: display nick changes and quit messages when option irc.look.ignore_tag_messages is enabled (#2241)
  * perl: fix build when multiplicity is not available (#2243)

OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=123
2025-04-09 19:18:33 +00:00
0f90d1a6b2 Accepting request 1255661 from server:irc
- Update to 4.6.0

OBS-URL: https://build.opensuse.org/request/show/1255661
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=79
2025-03-25 21:10:38 +00:00
ce8b250b91 - Update to 4.6.0:
Changed
  * core: add option -v to display upgrades in command /version
  * api: add property keep_spaces_right in function hook_set to keep trailing spaces in command arguments
  * core, irc, alias, xfer: keep spaces at the end of some commands, where trailing spaces are important
  * irc: add option -connected in command /server list|listfull
  * buflist: apply option buflist.look.nick_prefix_empty also on private and list buffers
  * xfer: compute speed and ETA with microsecond precision (#665)

  Added
  * core: add command /pipe
  * core: add option whitespace in command /debug, add options weechat.look.whitespace_char and weechat.look.tab_whitespace_char (#947)
  * core: add option weechat.completion.nick_ignore_words (#1143)
  * spell: add CMake options ASPELL_DICT_DIR and ENCHANT_MYSPELL_DICT_DIR to override dictionaries locations (#1174)
  * api: add function completion_set
  * relay/api: add resource POST /api/completion (#2207)
  * relay/api: add default key Alt+Ctrl+l (L) to toggle between remote and local commands on remote buffers, add option togglecmd in command /remote, add options relay.api.remote_input_cmd_local and relay.api.remote_input_cmd_remote (#2148)

  Fixed
  * relay: fix crash after /upgrade when relay clients are connected
  * core: save configuration files as UTF-8 when the locale is wrong
  * api: fix creation of empty buffer in function infolist_new_var_buffer
  * core: fix build with gcc 15 (#2229, #2230)
  * core: fix detection of dl library (#2218)
  * logger: fix path displayed when the logs directory can not be created
  * perl: fix build with Perl < 5.7.29 (#2219, #2220)
  * python: enable subinterpreters (#2222)

OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=122
2025-03-24 15:00:44 +00:00
d16d5667a8 Accepting request 1251644 from server:irc
- Re-add update-desktop-files to spec file

OBS-URL: https://build.opensuse.org/request/show/1251644
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=78
2025-03-10 18:07:16 +00:00
98f61b610d Add missing entry to changes file
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=121
2025-03-10 06:52:52 +00:00
ab0fe1efdf - Re-add update-desktop-files to spec file
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=120
2025-03-10 04:40:54 +00:00
91723c5069 Accepting request 1247820 from server:irc
OBS-URL: https://build.opensuse.org/request/show/1247820
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=77
2025-02-22 18:05:56 +00:00
d34b0ddc52 - Update to version 4.5.2
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=119
2025-02-22 13:07:29 +00:00
d535dac443 Accepting request 1243436 from server:irc
OBS-URL: https://build.opensuse.org/request/show/1243436
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=76
2025-02-05 16:33:39 +00:00
c3719887ad - Update to version 4.5.1
- Update from 4.3.x to 4.5.x breaks compatibility for config files
- Spec file updated to reflect new dependencies
- Deprecated update-desktop-files removed from spec file

OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=118
2025-02-05 15:55:58 +00:00
cf22479834 Accepting request 1179594 from server:irc
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1179594
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=75
2024-06-10 15:37:17 +00:00
f384e85f97 Accepting request 1178195 from home:crameleon:branches:home:dirkmueller:Factory
Update to version 4.3.1

OBS-URL: https://build.opensuse.org/request/show/1178195
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=117
2024-06-05 17:04:13 +00:00
77650562c3 Accepting request 1170595 from home:dirkmueller:Factory
- update to 4.2.2:
  * core: fix reset to initial scroll position after search
    of text in buffer (issue #2093)
  * core: add missing mouse events "alt-ctrl-button2" and
    "alt-ctrl-button3"
  * exec: remove trailing space on buffers with free content when
    line numbers are not displayed
  * exec: add missing exec tags in lines of buffers with free
    content (issue #2086)
  * irc: add missing tags on self action messages when capability
    echo-message is enabled (issue #2074)
  * python: fix truncation of unsigned long long integer returned
    by function string_parse_size
  * relay: set the last IRC client disconnection time only after
    a successful connection (issue #2103)
  * script: always display list of scripts when searching scripts
    with `/script search` (issue #2077)
  * script: fix default mouse keys (issue #2076)
  * scripts: fix crash on script unload when a hook is created
    in a buffer close callback (issue #2067)
  * tcl: fix truncation of long integer returned by function
    hdata_long
  * trigger: fix memory leak when adding a new trigger with
    `/trigger` command

  * core: add option weechat.look.highlight_disable_regex and buffer property "highlight_disable_regex"
  * core: sort filters by name
  * api: rename function string_build_with_split_string to string_rebuild_split_string,
  * irc: display SETNAME command in channels and private buffers,
  * trigger: add elapsed time for trigger execution on monitor buffer when trigger debug is set,

OBS-URL: https://build.opensuse.org/request/show/1170595
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=116
2024-06-05 17:03:53 +00:00
5539279314 Accepting request 1148650 from server:irc
OBS-URL: https://build.opensuse.org/request/show/1148650
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=74
2024-02-21 17:00:57 +00:00
d0dcc06631 Accepting request 1144472 from home:dimstar:Factory
Fix build in Factory, update detects ruby 3.3

OBS-URL: https://build.opensuse.org/request/show/1144472
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=115
2024-02-21 11:26:30 +00:00
c6c0b83a00 Accepting request 1132490 from server:irc
OBS-URL: https://build.opensuse.org/request/show/1132490
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=73
2023-12-11 20:51:49 +00:00
cf10c6cad5 Accepting request 1132305 from home:jgwang:branches:server:irc
- Update to version 4.1.2
  * core: fix value of buffer variable "num_history" when the
    value defined in option weechat.history.max_commands is reached
  * core: remove incorrect warning when binding keys kbd:[F10]
    to kbd:[F20] (issue #2039)
  * core: fix memory leak when config version is invalid or
    not supported
  * core: fix crash when "config_version" is present in a
    configuration file without a value
  * core: display an error on startup if environment variable
    "HOME" is not set
  * irc: remove trailing "\r\n" in signals "irc_out" and
    "irc_outtags" when messages are queued
  * irc: fix target buffer of IRC message 337 (whois reply: "is
    hiding their idle time")
  * relay: close properly connection with the IRC client in case
    of server disconnection (issue #2038)
  * ruby: fix use of NULL variable when displaying exception
- changes from version 4.1.1
  * core: fix crash when a custom bar item name is already used
    by a default bar item (issue #2034)
  * core: fix random timeouts when a lot of concurrent processes
    are launched with hook_process (issue #2033)
  * irc: revert compute of nick colors to case sensitive way,
    deprecate again infos "irc_nick_color" and "irc_nick_color_name"
    (issue #194, issue #2032)
  * core: make libintl.h required if CMake option ENABLE_NLS is
    enabled (issue #2031)
- changes from version 4.1.0
  * core: add completion "eval_variables", used in completion

OBS-URL: https://build.opensuse.org/request/show/1132305
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=114
2023-12-11 13:10:55 +00:00
1c91307be8 Accepting request 1112191 from server:irc
OBS-URL: https://build.opensuse.org/request/show/1112191
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=72
2023-09-20 11:29:12 +00:00
3151ff18dd Accepting request 1111814 from home:malcolmlewis:branches:server:irc
- Updated to version 4.0.4:
  * core: fix integer overflow when setting integer option with
    ++N or --N.
  * core: fix increment/decrement of options weechat.notify.*.
  * irc: add missing tags on multiline messages, (issue #1987).
  * irc: fix redirection of command /list when the reply doesn’t
    start with message 321 (start of /list).
  * irc: fix wrong time displayed for CTCP messages received from
    self nick, (issue #2000).
  * logger: remove trailing empty line in display of backlog,
    (issue #2002).
  * perl: fix display of non-ASCII chars after load of a script
    with Perl >= 5.38, (issue #1996).
  * script: adjust scroll after command /script go N.
- Changes from version 4.0.3:
  * core: fix input length and crash after delete of line,
    (issue #1989)
  * irc: fix display of self CTCP message containing bold
    attribute, (issue #1981).
  * irc: fix memory leak in IRC message parser.
  * irc: fix switch to channel manually joined when server option
    autojoin_dynamic is on and option
    irc.look.buffer_switch_autojoin is off, (issue #1982).
  * irc: fix display of outgoing notice with channel when
    capability "echo-message" is enabled, (issue #1991).
  * relay: fix display of IRC CTCP messages received from client,
    (issue #1986)
  * doc: display a warning if a locale is missing with fallback
    to English for auto-generated content, (issue #1985).

OBS-URL: https://build.opensuse.org/request/show/1111814
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=113
2023-09-19 08:48:53 +00:00
dbeafbbed9 Accepting request 1106183 from server:irc
OBS-URL: https://build.opensuse.org/request/show/1106183
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=71
2023-08-28 15:15:50 +00:00
Maximilian Trummer
3b79e7f0cc Accepting request 1098959 from home:dirkmueller:Factory
- update to 4.0.2:
  * https://weechat.org/files/doc/weechat/ChangeLog-4.0.2.html#v4.0.2
  * https://weechat.org/files/doc/weechat/ChangeLog-4.0.1.html#v4.0.1
  * https://weechat.org/files/doc/weechat/ChangeLog-4.0.0.html#v4.0.0

OBS-URL: https://build.opensuse.org/request/show/1098959
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=112
2023-08-27 17:42:51 +00:00
85b6665209 Accepting request 1077216 from server:irc
OBS-URL: https://build.opensuse.org/request/show/1077216
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=70
2023-04-04 19:27:13 +00:00
Maximilian Trummer
03069a0c07 Accepting request 1077066 from home:dirkmueller:Factory
- update to 3.8:
  * https://blog.weechat.org/post/2023/01/08/Version-3.8
  * new Commands: /allbuf, /hotlist
  * add option weechat.look.chat_space_right
- drop weechat-ruby3.2.patch (upstream)

OBS-URL: https://build.opensuse.org/request/show/1077066
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=111
2023-04-04 13:30:45 +00:00
f808ffadc8 Accepting request 1073273 from server:irc
OBS-URL: https://build.opensuse.org/request/show/1073273
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=69
2023-03-21 16:42:04 +00:00
36131d3f7f Accepting request 1069553 from home:dimstar:Factory
- Add weechat-ruby3.2.patch: Fix build against Ruby 3.2.
- Add pkgconfig(libzstd) BuildRequires: fix linking of the
  binaries.

OBS-URL: https://build.opensuse.org/request/show/1069553
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=110
2023-03-20 13:57:48 +00:00
3788f3e365 Accepting request 1034924 from server:irc
OBS-URL: https://build.opensuse.org/request/show/1034924
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=68
2022-11-10 13:22:59 +00:00
Maximilian Trummer
8e015f4838 Accepting request 1034875 from home:amanzini:branches:server:irc
- Update to version 3.7.1:
  * core: add option -save in command /upgrade
  * core: add option weechat.look.highlight_disable_regex and buffer property "highlight_disable_regex" 
  * core: sort filters by name 
  * core: add key Alt+Backspace to delete previous word, change key Ctrl+w to delete previous word until whitespace
  * core: fix wrong terminal title on terminal resize, fix page scroll in bare display
  * api: rename function string_build_with_split_string to string_rebuild_split_string, 
         add arguments "index_start" and "index_end"
  * irc: display SETNAME command in channels and private buffers, 
    add options irc.color.message_setname and irc.look.smart_filter_setname
  * trigger: add elapsed time for trigger execution on monitor buffer when trigger debug is set, 
    add option trigger.color.identifier, add variable ${tg_hook_type}

OBS-URL: https://build.opensuse.org/request/show/1034875
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=109
2022-11-09 19:00:16 +00:00
9e5c32560a Accepting request 989745 from server:irc
OBS-URL: https://build.opensuse.org/request/show/989745
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=67
2022-07-18 16:34:32 +00:00
Maximilian Trummer
5efdb49d2d Accepting request 989719 from home:dirkmueller:Factory
- update to 3.6:
  * core: add command `/item` to create custom bar items (issue #808)
  * core: add bar item "spacer" (issue #1700)
  * core: add case conversion in evaluation of expressions with `lower:string` and `upper:string` (issue #1778)
  * core: move detailed list of hooks from command `/plugin listfull` to `/debug hooks <plugin>`
  * core: allow to remove multiple filters at once with command `/filter del`
  * api: allow to catch multiple signals in functions hook_signal and hook_hsignal (issue #1780)
  * irc: rename option `save` to `apply` in command `/autojoin`
  * irc: add support of RPL_HELPSTART, RPL_HELPTXT and RPL_ENDOFHELP (messages 524, 704, 705, 706) (issue #1772)
  * php: add support of PHP 8.2 (issue #1787)
  * core: fix bad window size on startup with some terminals like https://github.com/kovidgoyal/kitty[kitty] (issue #1769)
  * api: run hook_print callback also on empty messages
  * buflist: fix memory leak when reading config and changing option buflist.look.sort
  * irc: remove channel from autojoin option when manually closing a buffer with `/buffer close` or `/close`
  * irc: fix add of channel to autojoin option when joining a channel with a buffer still opened
  * relay: fix save of channels in autojoin option when JOIN and PART commands are received from an IRC relay client (issue #1771)
  * trigger: add `${buffer.notify} > 0` in conditions of default trigger "beep"
  * trigger: fix completion of command `/trigger add` when there are spaces in the following arguments
  * trigger: fix memory leak in command `/trigger addinput`

OBS-URL: https://build.opensuse.org/request/show/989719
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=108
2022-07-17 19:15:56 +00:00
dc0f2d50bd Accepting request 965446 from server:irc
OBS-URL: https://build.opensuse.org/request/show/965446
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=66
2022-03-28 17:24:33 +00:00
Maximilian Trummer
f1e7e0f119 Accepting request 965233 from home:dirkmueller:Factory
- update to 3.5:
  * search in message tags when tags are displayed with "/debug tags"
  * add support of date and tags in messages displayed in buffers with free
    content, add function printf_y_date_tags
  * add command /autojoin, add IRC server option "autojoin_dynamic"
  * add IRC message tags in messages displayed
  * add "zstd" (Zstandard) compression in relay weechat protocol, remove option
    "compression" from "init" command, rename option
    relay.network.compression_level to relay.network.compression
  * add trigger variables "${tg_tag_irc_xxx}" containing IRC message tags
  * many bugs fixed.
- drop 0001-ruby-add-detection-of-Ruby-3.1.patch (upstream)

OBS-URL: https://build.opensuse.org/request/show/965233
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=107
2022-03-28 16:55:43 +00:00
a0afdcc3cd Accepting request 961752 from server:irc
OBS-URL: https://build.opensuse.org/request/show/961752
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=65
2022-03-15 18:04:36 +00:00
Maximilian Trummer
a4a9d2a3a6 Accepting request 961735 from home:AndreasStieger:branches:server:irc
weechat 3.4.1 boo#1197083

OBS-URL: https://build.opensuse.org/request/show/961735
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=106
2022-03-14 21:43:05 +00:00
e166058b3d Accepting request 954412 from server:irc
OBS-URL: https://build.opensuse.org/request/show/954412
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=64
2022-02-14 23:37:40 +00:00
Maximilian Trummer
6cf982cd85 Accepting request 953413 from home:cgiboudeaux:branches:server:irc
- Add upstream patch:
  * 0001-ruby-add-detection-of-Ruby-3.1.patch

OBS-URL: https://build.opensuse.org/request/show/953413
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=105
2022-02-14 23:13:27 +00:00
b6d8c99d1e Accepting request 943722 from server:irc
OBS-URL: https://build.opensuse.org/request/show/943722
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=63
2022-01-04 18:37:57 +00:00
Maximilian Trummer
1119b5ab78 Accepting request 943602 from home:dirkmueller:Factory
- 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

OBS-URL: https://build.opensuse.org/request/show/943602
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=104
2022-01-04 09:33:16 +00:00
552a2f30fc Accepting request 927115 from server:irc
OBS-URL: https://build.opensuse.org/request/show/927115
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=62
2021-10-23 21:14:10 +00:00
Maximilian Trummer
a9e6e1fe2f Accepting request 925686 from home:dirkmueller:Factory
- 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

OBS-URL: https://build.opensuse.org/request/show/925686
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=103
2021-10-23 13:03:16 +00:00
5b1cf5d105 Accepting request 903969 from server:irc
OBS-URL: https://build.opensuse.org/request/show/903969
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=61
2021-07-04 20:10:58 +00:00
Maximilian Trummer
18416a4fb2 Accepting request 903963 from home:oxy:branches:server:irc
- 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

OBS-URL: https://build.opensuse.org/request/show/903963
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=102
2021-07-04 17:44:46 +00:00
78d87d14be Accepting request 877806 from server:irc
OBS-URL: https://build.opensuse.org/request/show/877806
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=60
2021-03-10 07:56:52 +00:00
Maximilian Trummer
1a18dbd899 Accepting request 877498 from home:oxy:branches:server:irc
- 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)

OBS-URL: https://build.opensuse.org/request/show/877498
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=101
2021-03-08 21:03:22 +00:00
388df024bf Accepting request 868692 from server:irc
OBS-URL: https://build.opensuse.org/request/show/868692
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=59
2021-02-03 18:55:45 +00:00
Maximilian Trummer
8c471d5dee Accepting request 868502 from home:dirkmueller:branches:server:irc
- 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)

OBS-URL: https://build.opensuse.org/request/show/868502
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=100
2021-02-02 16:08:16 +00:00
535e223bdb Accepting request 847813 from server:irc
OBS-URL: https://build.opensuse.org/request/show/847813
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=58
2020-11-11 19:48:24 +00:00
Maximilian Trummer
66d1548015 Accepting request 847795 from home:oxy:branches:server:irc
- 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

OBS-URL: https://build.opensuse.org/request/show/847795
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=99
2020-11-11 13:52:53 +00:00
984dc6ab2a Accepting request 821988 from server:irc
OBS-URL: https://build.opensuse.org/request/show/821988
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=57
2020-07-21 13:49:32 +00:00
Maximilian Trummer
1ae9dd2177 Accepting request 821853 from home:oxy:branches:server:irc
- 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

OBS-URL: https://build.opensuse.org/request/show/821853
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=98
2020-07-20 23:07:56 +00:00
ceecb65674 Accepting request 798289 from server:irc
OBS-URL: https://build.opensuse.org/request/show/798289
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=56
2020-04-27 21:42:56 +00:00
Lars Vogdt
1d3ee03401 Accepting request 789522 from home:oxy:branches:server:irc
- 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)

OBS-URL: https://build.opensuse.org/request/show/789522
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=97
2020-04-27 13:51:01 +00:00
7f941a81f9 Accepting request 778623 from server:irc
OBS-URL: https://build.opensuse.org/request/show/778623
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=55
2020-02-24 14:54:10 +00:00
Lars Vogdt
0ea9a37234 Accepting request 778622 from home:lrupp:branches:server:irc
- 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
- fix boo#1163889 - CVE-2020-8955 , add patch CVE-2020-8955.patch
- 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
- 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.
- add obsolete for weechat-aspell
- 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
- 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
- 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
- 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.
- 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.
- Ensure neutrality of description.
- Use -exec over xargs.
- 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
- 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
- Version update to 1.9.1:
  * Security update to fix CVE-2017-14727 bsc#1060140
- 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
- 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.
- Update to version 1.7.1
  * irc: fix parsing of DCC filename CVE-2017-8073 (boo#1036467)
- 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
- 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
- fix typo in %if conditional 
- 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
- Fix build-compare
- include .changes file as Source so that .src.rpm can be rebuilt
- fix sle12 conditional 
- add weechat.keyring and verify source tarball by gpg 
- 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
- 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
- Ensure we use system CA ca-bundle.pem file by hardcoding it
- Remove patch:
  * weechat-capath.patch
- 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
- 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)
- Recommend lang package and perl/python scripting support as
  bare iron weechat is bit boring
- Make this build on SLE12
- 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.
- 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
- update toversion 1.0.1
  - this is a bug fix and maintenance release
  - for complete list of bugs fixed, please look at ChangeLog
- 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
- Make the thing build again on SLE11 as we use it in SUSE on
  server :)
- 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)
- remove support for < 12.2
- 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
- add libperl_requires, as we link against libperl and thus
  need a specific version of perl
- use system's default certificate store instead of hardcoding the
  path to a bundle file (weechat-0.4.1-capath.diff, bnc#829471)
- 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.
- 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.
- update to version 0.3.9.2:
  * fix possible shell injection vulnerability in hook_process
    function (bnc#790217)
- update to version 0.3.9.1:
  * fix buffer overflow when decoding IRC colors in strings
- 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
- 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
- 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.
- Use BuildRequires: libgnutls-devel instead of gnutls-devel for
  Factory in keeping with gnutls package naming changes. 
- 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'
- clean up build dependencies
- build against lua51 for > 12.1
- the COPYING says GPL-3.0+
- removed weechat-remove_build_timestamp.patch and use previous
  code again to deal with timestamps
- 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
- 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
- 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
- licenses package is about to die
- added weechat-0.3.4-fix-array-overflow.patch which fixes an
  array overflow
- 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
- 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
- fixed build for Python > 2.6
- 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
- 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
- update to 0.3.1.1:
  * fixes crashes with SSL connection and purge of old DCC chats
- 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
- 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
- update to 0.2.6.3:
  * fixes a bug with detection of the gnutls library
- update to 0.2.6.2:
  * fixes a charset decoding problem
- update to 0.2.6.1:
  * fixes a crash with some special characters in IRC messages
- update to 0.2.6
- initial build service submission

OBS-URL: https://build.opensuse.org/request/show/778622
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=96
2020-02-23 21:40:57 +00:00
Lars Vogdt
fdd37a01ff Accepting request 777782 from home:oxy:branches:server:irc
- 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)

OBS-URL: https://build.opensuse.org/request/show/777782
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=95
2020-02-23 21:38:16 +00:00
8c05e3afb3 Accepting request 774861 from server:irc
- fix boo#1163889 - CVE-2020-8955 , add patch CVE-2020-8955.patch (forwarded request 774859 from mimi_vx)

OBS-URL: https://build.opensuse.org/request/show/774861
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=54
2020-02-18 09:39:36 +00:00
ab5f9d8595 Accepting request 774859 from home:mimi_vx:branches:server:irc
- fix boo#1163889 - CVE-2020-8955 , add patch CVE-2020-8955.patch

OBS-URL: https://build.opensuse.org/request/show/774859
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=94
2020-02-17 12:44:25 +00:00
60079db182 Accepting request 769356 from server:irc
OBS-URL: https://build.opensuse.org/request/show/769356
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=53
2020-02-03 10:15:18 +00:00
Tomáš Chvátal
f16371a9ec Accepting request 769245 from home:oxy:branches:server:irc
- 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

OBS-URL: https://build.opensuse.org/request/show/769245
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=93
2020-02-02 14:12:00 +00:00
Ludwig Nussel
aa0633bd34 Accepting request 730661 from server:irc
OBS-URL: https://build.opensuse.org/request/show/730661
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=52
2019-09-13 13:03:54 +00:00
Tomáš Chvátal
972ab9d9d1 Accepting request 730657 from home:oxy:branches:server:irc
- 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.

OBS-URL: https://build.opensuse.org/request/show/730657
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=92
2019-09-13 10:01:41 +00:00
710b9ca764 Accepting request 727913 from server:irc
- add obsolete for weechat-aspell

- 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

OBS-URL: https://build.opensuse.org/request/show/727913
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=51
2019-09-04 07:13:41 +00:00
Tomáš Chvátal
bf6a2e6f05 OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=91 2019-09-03 07:01:30 +00:00
Tomáš Chvátal
e8056353b3 Accepting request 727844 from home:amsf:branches:server:irc
Added the obsolete. I hope it's correct this time, I admit the obsoletion/provision confused me a bit.
I suppose it is necessary to include a weechat-aspell subpackage which depends on weechat-spell so people who upgrade receive the new weechat-spell package, and hope this is the correct way to do it.

OBS-URL: https://build.opensuse.org/request/show/727844
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=90
2019-09-03 06:50:28 +00:00
0007f0703c Accepting request 678903 from server:irc
OBS-URL: https://build.opensuse.org/request/show/678903
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=50
2019-02-27 16:29:09 +00:00
Tomáš Chvátal
15c9fe4723 Accepting request 678902 from home:mimi_vx:branches:server:irc
- 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

OBS-URL: https://build.opensuse.org/request/show/678902
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=89
2019-02-25 12:04:24 +00:00
98ad8f017c Accepting request 652162 from server:irc
OBS-URL: https://build.opensuse.org/request/show/652162
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=49
2018-11-28 10:14:33 +00:00
Tomáš Chvátal
a322f2d6ea Accepting request 652161 from home:jbrielmaier:guile2.2
- 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


As of https://weechat.org/scripts/stable/language/guile/ there are only 4 scripts for guile. So I guess there aren't so many users affected by the removal...

OBS-URL: https://build.opensuse.org/request/show/652161
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=88
2018-11-27 12:19:13 +00:00
76ad3cec6d Accepting request 643890 from server:irc
OBS-URL: https://build.opensuse.org/request/show/643890
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=48
2018-10-23 18:41:22 +00:00
Tomáš Chvátal
a307ee960b Accepting request 643887 from home:mimi_vx:branches:server:irc
- 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.

OBS-URL: https://build.opensuse.org/request/show/643887
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=87
2018-10-23 07:09:53 +00:00
3612555ecf Accepting request 623470 from server:irc
- 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. (forwarded request 623469 from mimi_vx)

OBS-URL: https://build.opensuse.org/request/show/623470
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=47
2018-07-18 20:55:58 +00:00
243834179c Accepting request 623469 from home:mimi_vx:branches:server:irc
- 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.

OBS-URL: https://build.opensuse.org/request/show/623469
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=86
2018-07-17 13:55:50 +00:00
07dd0378c4 Accepting request 588594 from server:irc
OBS-URL: https://build.opensuse.org/request/show/588594
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=46
2018-03-20 21:00:09 +00:00
Tomáš Chvátal
0426908e04 Accepting request 588585 from home:jengelh:branches:server:irc
- Ensure neutrality of description.
- Use -exec over xargs.

OBS-URL: https://build.opensuse.org/request/show/588585
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=85
2018-03-19 13:27:22 +00:00
Tomáš Chvátal
25cf224ae6 Accepting request 588489 from home:mimi_vx:branches:server:irc
- 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

OBS-URL: https://build.opensuse.org/request/show/588489
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=84
2018-03-19 10:26:44 +00:00
646561b4a7 Accepting request 559149 from server:irc
- 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

OBS-URL: https://build.opensuse.org/request/show/559149
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=45
2017-12-22 11:21:06 +00:00
fabdfb6caf remove forgotten files
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=83
2017-12-21 17:25:33 +00:00
664003c9ca Accepting request 559147 from home:mimi_vx:branches:server:irc
- 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

OBS-URL: https://build.opensuse.org/request/show/559147
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=82
2017-12-21 17:23:12 +00:00
334b9f26b8 Accepting request 528584 from server:irc
- Version update to 1.9.1:
  * Security update to fix CVE-2017-14727 bsc#1060140

OBS-URL: https://build.opensuse.org/request/show/528584
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=44
2017-09-26 19:15:39 +00:00
Tomáš Chvátal
76d293a04b - Version update to 1.9.1:
* Security update to fix CVE-2017-14727 bsc#1060140

OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=81
2017-09-25 07:59:36 +00:00
7219286914 Accepting request 506197 from server:irc
1

OBS-URL: https://build.opensuse.org/request/show/506197
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=43
2017-06-26 13:56:45 +00:00
Tomáš Chvátal
7ff5539f33 Accepting request 506144 from home:mimi_vx:branches:server:irc
- 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

OBS-URL: https://build.opensuse.org/request/show/506144
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=80
2017-06-26 09:02:26 +00:00
4b3e648771 Accepting request 494904 from server:irc
1

OBS-URL: https://build.opensuse.org/request/show/494904
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=42
2017-05-16 12:45:45 +00:00
Tomáš Chvátal
7088ea62c4 Accepting request 494891 from home:mimi_vx:branches:server:irc
- 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.

OBS-URL: https://build.opensuse.org/request/show/494891
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=79
2017-05-15 11:28:02 +00:00
86510d12ce OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=78 2017-04-27 14:12:12 +00:00
Tomáš Chvátal
44c1604f27 Accepting request 491422 from home:mimi_vx:branches:server:irc
* irc: fix parsing of DCC filename CVE-CVE-2017-8073 (boo#1036467)

OBS-URL: https://build.opensuse.org/request/show/491422
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=77
2017-04-27 11:37:53 +00:00
Tomáš Chvátal
440b274fc6 Accepting request 489951 from home:mimi_vx:branches:server:irc
- Update to version 1.7.1
  * irc: fix parsing of DCC filename

OBS-URL: https://build.opensuse.org/request/show/489951
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=76
2017-04-24 09:37:32 +00:00
bd6668e1ca Accepting request 450481 from server:irc
1

OBS-URL: https://build.opensuse.org/request/show/450481
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=41
2017-01-17 13:37:01 +00:00
Tomáš Chvátal
998d7a8116 Accepting request 450441 from home:mimi_vx:branches:server:irc
- 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

OBS-URL: https://build.opensuse.org/request/show/450441
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=75
2017-01-16 09:50:19 +00:00
4af1de41d0 Accepting request 432620 from server:irc
1

OBS-URL: https://build.opensuse.org/request/show/432620
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=40
2016-10-04 13:59:22 +00:00
Tomáš Chvátal
ad01df0204 Accepting request 432607 from home:mimi_vx:branches:server:irc
- 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

OBS-URL: https://build.opensuse.org/request/show/432607
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=74
2016-10-02 17:47:51 +00:00
964c2b4b09 Accepting request 401959 from server:irc
1

OBS-URL: https://build.opensuse.org/request/show/401959
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=39
2016-06-14 21:09:02 +00:00
Tomáš Chvátal
75d830ffb7 Accepting request 401950 from home:mimi_vx:branches:server:irc
- fix typo in %if conditional

OBS-URL: https://build.opensuse.org/request/show/401950
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=73
2016-06-14 13:40:08 +00:00
0e6a1baea8 Accepting request 395595 from server:irc
1

OBS-URL: https://build.opensuse.org/request/show/395595
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=38
2016-05-16 10:04:18 +00:00
Tomáš Chvátal
479738f830 Accepting request 395594 from home:mimi_vx:branches:server:irc
- 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

OBS-URL: https://build.opensuse.org/request/show/395594
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=72
2016-05-15 10:42:26 +00:00
57e2532fb4 Accepting request 376323 from server:irc
1

OBS-URL: https://build.opensuse.org/request/show/376323
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=37
2016-03-26 14:24:55 +00:00
Tomáš Chvátal
9eebc1056e Accepting request 376293 from home:bmwiedemann:branches:server:irc
- Fix build-compare
- include .changes file as Source so that .src.rpm can be rebuilt

OBS-URL: https://build.opensuse.org/request/show/376293
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=71
2016-03-21 09:04:26 +00:00
6437444f9c Accepting request 360125 from server:irc
1

OBS-URL: https://build.opensuse.org/request/show/360125
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=36
2016-02-22 07:57:39 +00:00
Tomáš Chvátal
79a7e9e108 Accepting request 360116 from home:mimi_vx:branches:server:irc
- fix sle12 conditional

OBS-URL: https://build.opensuse.org/request/show/360116
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=70
2016-02-18 12:26:55 +00:00
27821759b8 Accepting request 352974 from server:irc
1

OBS-URL: https://build.opensuse.org/request/show/352974
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=35
2016-01-12 15:13:09 +00:00
Tomáš Chvátal
029b360240 Accepting request 352972 from home:mimi_vx:branches:server:irc
- add weechat.keyring and verify source tarball by gpg

OBS-URL: https://build.opensuse.org/request/show/352972
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=69
2016-01-11 07:23:55 +00:00
Tomáš Chvátal
24ba583779 Accepting request 352783 from home:mimi_vx:branches:server:irc
- 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

OBS-URL: https://build.opensuse.org/request/show/352783
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=68
2016-01-11 01:49:34 +00:00
8fc4af21e5 Accepting request 323431 from server:irc
1

OBS-URL: https://build.opensuse.org/request/show/323431
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=34
2015-08-19 07:29:28 +00:00
Tomáš Chvátal
15b17b9ae7 Accepting request 323426 from home:mimi_vx:branches:server:irc
- 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

OBS-URL: https://build.opensuse.org/request/show/323426
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=67
2015-08-16 12:06:27 +00:00
Stephan Kulow
7e6c4184fb Accepting request 320404 from server:irc
- Ensure we use system CA ca-bundle.pem file by hardcoding it
- Remove patch:
  * weechat-capath.patch

OBS-URL: https://build.opensuse.org/request/show/320404
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=33
2015-08-05 04:52:11 +00:00
Tomáš Chvátal
e9aefeb2f2 OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=66 2015-08-04 13:44:36 +00:00
Tomáš Chvátal
8c6a59396d - Ensure we use system CA ca-bundle.pem file by hardcoding it
- Remove patch:
  * weechat-capath.patch

OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=65
2015-08-04 13:33:12 +00:00
Stephan Kulow
97263636c6 Accepting request 315068 from server:irc
1

OBS-URL: https://build.opensuse.org/request/show/315068
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=32
2015-07-08 04:59:18 +00:00
Guido Berhoerster
1dcba33597 Accepting request 315050 from home:scarabeus_iv:branches:server:irc
- 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

OBS-URL: https://build.opensuse.org/request/show/315050
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=64
2015-07-04 16:26:38 +00:00
3a7636ff6b Accepting request 287373 from server:irc
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/287373
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=31
2015-02-24 12:02:51 +00:00
Tomáš Chvátal
c020fb7cb9 - 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)

OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=63
2015-02-16 16:45:46 +00:00
ffbe632f33 Accepting request 284040 from server:irc
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/284040
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=30
2015-02-05 10:00:57 +00:00
Tomáš Chvátal
2b2a46609d - Recommend lang package and perl/python scripting support as
bare iron weechat is bit boring

OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=62
2015-01-28 12:28:08 +00:00
Tomáš Chvátal
d63703208c - Make this build on SLE12
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=61
2015-01-28 10:42:56 +00:00
b13a1bef28 Accepting request 280844 from server:irc
- 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.

OBS-URL: https://build.opensuse.org/request/show/280844
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=29
2015-01-14 10:44:45 +00:00
Tomáš Chvátal
2e74db993b - 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.

OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=60
2015-01-12 07:40:02 +00:00
602f40fd78 Accepting request 262489 from server:irc
1

OBS-URL: https://build.opensuse.org/request/show/262489
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=28
2014-11-24 10:13:29 +00:00
Guido Berhoerster
bee8bf58a1 Accepting request 262467 from home:scarabeus_iv:branches:server:irc
- 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

OBS-URL: https://build.opensuse.org/request/show/262467
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=59
2014-11-20 17:10:06 +00:00
Stephan Kulow
a85794b98f Accepting request 257286 from server:irc
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/257286
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=27
2014-10-18 07:09:04 +00:00
Guido Berhoerster
8d0ff85a79 - update toversion 1.0.1
- this is a bug fix and maintenance release
  - for complete list of bugs fixed, please look at ChangeLog

OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=58
2014-10-10 06:12:09 +00:00
7263b9e3ff Accepting request 244938 from server:irc
- 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

OBS-URL: https://build.opensuse.org/request/show/244938
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=25
2014-08-18 09:23:59 +00:00
Guido Berhoerster
a46dad48c1 - 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

OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=57
2014-08-16 13:17:39 +00:00
Stephan Kulow
8334028856 Accepting request 238994 from server:irc
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/238994
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=24
2014-06-30 20:50:31 +00:00
Tomáš Chvátal
9fdb85ec5c - Make the thing build again on SLE11 as we use it in SUSE on
server :)

OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=56
2014-06-23 09:25:45 +00:00
Stephan Kulow
3b6d3c95d2 Accepting request 235460 from server:irc
- 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)

OBS-URL: https://build.opensuse.org/request/show/235460
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=23
2014-05-27 10:03:49 +00:00
Guido Berhoerster
c1bc37a0ef make sure weechat-curses is created
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=55
2014-05-26 21:44:20 +00:00
Guido Berhoerster
235d54be57 - 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)

OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=54
2014-05-26 15:03:31 +00:00
Tomáš Chvátal
dd1f44e723 Accepting request 202488 from server:irc
- remove support for < 12.2

- 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

OBS-URL: https://build.opensuse.org/request/show/202488
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=22
2013-10-08 09:06:53 +00:00
Guido Berhoerster
090431899f - remove support for < 12.2
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=53
2013-10-07 10:08:59 +00:00
Guido Berhoerster
c5bc50fba2 - 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

OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=52
2013-10-07 09:58:57 +00:00
Tomáš Chvátal
bcca917b1b Accepting request 197534 from server:irc
->

OBS-URL: https://build.opensuse.org/request/show/197534
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=20
2013-09-08 09:34:27 +00:00
1ce4472565 - add libperl_requires
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=51
2013-09-05 16:53:16 +00:00
Tomáš Chvátal
fa74b8ab99 Accepting request 186116 from server:irc
- use system's default certificate store instead of hardcoding the
  path to a bundle file (weechat-0.4.1-capath.diff, bnc#829471) (forwarded request 186112 from lnussel)

OBS-URL: https://build.opensuse.org/request/show/186116
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=19
2013-08-07 08:45:20 +00:00
Pascal Bleser
c275a9d224 Accepting request 186112 from home:lnussel:branches:server:irc
- use system's default certificate store instead of hardcoding the
  path to a bundle file (weechat-0.4.1-capath.diff, bnc#829471)

OBS-URL: https://build.opensuse.org/request/show/186112
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=50
2013-08-06 14:17:44 +00:00
Stephan Kulow
4e29a1f381 Accepting request 176235 from server:irc
- 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.

OBS-URL: https://build.opensuse.org/request/show/176235
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=18
2013-05-27 08:10:07 +00:00
Guido Berhoerster
adb035d90f - 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.

OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=49
2013-05-21 08:16:54 +00:00
Stephan Kulow
369362c434 Accepting request 171130 from server:irc
- 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.

OBS-URL: https://build.opensuse.org/request/show/171130
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=17
2013-04-17 21:18:31 +00:00
Guido Berhoerster
ca3a90ab87 Accepting request 149441 from home:scarabeus_iv
- 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.

OBS-URL: https://build.opensuse.org/request/show/149441
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=48
2013-01-21 15:11:59 +00:00
Stephan Kulow
995a1fab2c Accepting request 141869 from server:irc
- update to version 0.3.9.2:
  * fix possible shell injection vulnerability in hook_process
    function (bnc#790217)

OBS-URL: https://build.opensuse.org/request/show/141869
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=15
2012-11-20 09:50:52 +00:00
Guido Berhoerster
a3573166f2 - update to version 0.3.9.2:
* fix possible shell injection vulnerability in hook_process
    function (bnc#790217)

OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=47
2012-11-19 09:41:38 +00:00
Stephan Kulow
8d56a6b4a2 Accepting request 140810 from server:irc
- update to version 0.3.9.1:
  * fix buffer overflow when decoding IRC colors in strings

OBS-URL: https://build.opensuse.org/request/show/140810
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=14
2012-11-12 06:07:47 +00:00
Guido Berhoerster
a3c91ea90d - update to version 0.3.9.1:
* fix buffer overflow when decoding IRC colors in strings

OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=46
2012-11-10 13:43:28 +00:00
Stephan Kulow
330e3d6abf Accepting request 136464 from server:irc
- 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

OBS-URL: https://build.opensuse.org/request/show/136464
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=13
2012-10-03 08:13:46 +00:00
Guido Berhoerster
2ed5be3a0f - 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

OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=45
2012-09-30 08:03:33 +00:00
Stephan Kulow
601d50add7 Accepting request 123448 from server:irc
- 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

- 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.

OBS-URL: https://build.opensuse.org/request/show/123448
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=11
2012-06-05 13:36:01 +00:00
Guido Berhoerster
aa3ab11621 fix guile paths for 11.4
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=44
2012-06-04 09:41:05 +00:00
Guido Berhoerster
47619d8bf8 - 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

OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=43
2012-06-04 08:57:36 +00:00
Guido Berhoerster
92f608bdb5 fix source files
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=42
2012-06-04 07:35:36 +00:00
Guido Berhoerster
f3b3c9fcf7 - 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.

OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=41
2012-06-04 07:31:40 +00:00
Stephan Kulow
31253d7045 Accepting request 121658 from server:irc
Fix unresolvable build status for Factory by requiring libgnutls instead of gnutls (forwarded request 121649 from badshah400)

OBS-URL: https://build.opensuse.org/request/show/121658
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=10
2012-05-22 06:20:12 +00:00
Guido Berhoerster
f3444a15f1 Accepting request 121649 from home:badshah400:branches:server:irc
Fix unresolvable build status for Factory by requiring libgnutls instead of gnutls

OBS-URL: https://build.opensuse.org/request/show/121649
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=40
2012-05-21 12:47:16 +00:00
Stephan Kulow
b8ebfdea07 Accepting request 108331 from server:irc
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/108331
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=9
2012-03-07 19:10:41 +00:00
Pascal Bleser
c2831f553f 0.3.7
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=39
2012-02-26 15:20:25 +00:00
Stephan Kulow
f03fb47179 Accepting request 99361 from server:irc
- clean up build dependencies
- build against lua51 for > 12.1

- the COPYING says GPL-3.0+

OBS-URL: https://build.opensuse.org/request/show/99361
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=8
2012-01-09 15:01:28 +00:00
Guido Berhoerster
108857a451 - clean up build dependencies
- build against lua51 for > 12.1

OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=38
2012-01-08 15:47:19 +00:00
Guido Berhoerster
9dfeb5c1cb Accepting request 96117 from devel:openSUSE:Factory:for-legal
- the COPYING says GPL-3.0+

OBS-URL: https://build.opensuse.org/request/show/96117
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=37
2011-12-09 14:47:44 +00:00
Stephan Kulow
c026498d57 Accepting request 89182 from server:irc
- removed weechat-remove_build_timestamp.patch and use previous
  code again to deal with timestamps

- 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

- 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

OBS-URL: https://build.opensuse.org/request/show/89182
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=7
2011-10-25 15:19:06 +00:00
Guido Berhoerster
b0352f598b - removed weechat-remove_build_timestamp.patch and use previous
code again to deal with timestamps
- fixed up previous changelog entry

OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=36
2011-10-23 08:32:56 +00:00
Pascal Bleser
dced99b4a5 0.3.6
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=35
2011-10-22 23:05:08 +00:00
Guido Berhoerster
807fd0ea15 - 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

OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=34
2011-05-16 08:31:45 +00:00
Sascha Peilicke
89cce3fd95 Autobuild autoformatter for 65904
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=5
2011-04-04 13:22:59 +00:00
Sascha Peilicke
c56bc4237a Accepting request 65904 from server:irc
Accepted submit request 65904 from user licensedigger

OBS-URL: https://build.opensuse.org/request/show/65904
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=4
2011-04-04 13:22:50 +00:00
Guido Berhoerster
e4ab328485 - 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

OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=33
2011-03-23 23:55:34 +00:00
c978b8e68a Accepting request 64760 from home:coolo:nolicenses
well for now.

OBS-URL: https://build.opensuse.org/request/show/64760
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=32
2011-03-22 11:18:10 +00:00
Guido Berhoerster
cc289950a8 - added weechat-0.3.4-fix-array-overflow.patch which fixes an
array overflow

OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=31
2011-02-17 09:27:43 +00:00
Pascal Bleser
9a54c92f1e 0.3.4
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=30
2011-01-16 15:23:34 +00:00
92ee6d3f8d Autobuild autoformatter for 55057
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=2
2010-12-20 15:53:49 +00:00
923b37568f Accepting request 55057 from server:irc
Accepted submit request 55057 from user coolo

OBS-URL: https://build.opensuse.org/request/show/55057
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weechat?expand=0&rev=1
2010-12-20 15:53:42 +00:00
Guido Berhoerster
d2eea23662 Accepting request 52501 from home:gberh:branches:server:irc
Reviewed OK

OBS-URL: https://build.opensuse.org/request/show/52501
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=29
2010-11-08 23:33:01 +00:00
Pascal Bleser
0093d25dbb Accepting request 50262 from home:gberh:branches:server:irc
reviewed OK

OBS-URL: https://build.opensuse.org/request/show/50262
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=28
2010-11-04 19:50:35 +00:00
Pascal Bleser
c529c3f5ad unfuzz patch
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=27
2010-08-08 08:58:43 +00:00
Pascal Bleser
d5fd773c0e 0.3.3
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=26
2010-08-08 07:11:46 +00:00
Pascal Bleser
5c4b5244a3 redo patch
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=25
2010-04-18 23:11:50 +00:00
Pascal Bleser
be55192703 0.3.2
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=24
2010-04-18 20:27:20 +00:00
Pascal Bleser
dd78456eba 0.3.1.1
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=23
2010-01-31 19:16:53 +00:00
Pascal Bleser
486bc8bccd redo patch with fuzz 0 to fix build on factory
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=22
2010-01-24 09:23:49 +00:00
Pascal Bleser
dacb80203f 0.3.1
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=21
2010-01-24 00:51:09 +00:00
Pascal Bleser
8c7a040b3a fix on old SUSE versions
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=20
2009-11-07 01:46:55 +00:00
Pascal Bleser
72570c7430 .changes file + minor fix in the .desktop file + licenses support
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=19
2009-11-07 00:32:08 +00:00
Pascal Bleser
46b19678bd add missing BR: gcc-c++
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=18
2009-09-15 10:32:14 +00:00
Pascal Bleser
ff60947a04 add missing BR:tcl-devel
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=17
2009-09-14 17:11:57 +00:00
Pascal Bleser
92076e7e11 0.3.0
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=16
2009-09-14 14:00:40 +00:00
Pascal Bleser
6f5061ac1c add missing BR:pkgconfig
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=15
2009-06-13 21:21:28 +00:00
Pascal Bleser
3594c47d63 0.2.6.3
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=14
2009-06-13 21:12:19 +00:00
Pascal Bleser
b766a5e22d 0.2.6.2
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=13
2009-04-19 05:00:12 +00:00
Pascal Bleser
8c16e7ec25 removed Þbug_package
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=12
2009-03-17 18:18:12 +00:00
Pascal Bleser
93ede80e72 0.2.6.1
OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=11
2009-03-17 16:57:21 +00:00
OBS User unknown
8352a5d258 OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=10 2007-09-06 18:22:06 +00:00
OBS User unknown
f528f52081 OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=9 2007-09-06 18:22:05 +00:00
OBS User unknown
e520a40907 OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=8 2007-09-06 18:21:25 +00:00
OBS User unknown
4202e8a967 OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=7 2007-06-08 23:01:57 +00:00
OBS User unknown
daab3495d1 OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=6 2007-06-08 22:57:17 +00:00
OBS User unknown
67a3aa6305 OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=5 2007-06-08 22:54:39 +00:00
OBS User unknown
d21ef9092f OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=4 2007-06-08 22:48:34 +00:00
OBS User unknown
5439f1768f OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=3 2007-06-08 22:40:42 +00:00
OBS User unknown
b5e90b46cb OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=2 2007-06-08 22:40:42 +00:00
OBS User unknown
5b243e9244 OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=1 2007-06-08 22:40:41 +00:00
12 changed files with 0 additions and 114 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:157e22a17dcc303c665739631a04470d786474e805febed2ed2d5b6250d18653
size 2692548

View File

@@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEqatat3j6XDUi/QN4+C9LFt7ECPgFAmZZtpIACgkQ+C9LFt7E
CPjJhxAAxm6fluczZ05UAFyUSk9jJJi6U+DbpQS+TiGAaH4bMnGTqOWFMnrNuJVv
jqIBHPPjM/whuLZeTPhrAPAU4vbDOc8iynONSO+7zfaqzbMbxGE4gxx32Wg5vACX
GTpMpVVzMqzBPj/OJXwITJaHvYIHYSN3HH16VwUq8t0w/l/Tryjdj+aM/MWoyz7h
V/eH2hn9FxtbBkLJHq31nGAFpVxUmq/e+iF38Zf6XMZHuFONPzBy/ylBiY6fQwU9
O3MZwqP3WhUd8tYRAXtJJTfptqBezhV2mX6/zXwH/DybkGE1Ro5aQ3OxCl2v5KOn
wRfhggwRwc03vSHqaUoxCLcCGz734twRQRI0WaRe2BSiKWBYPaPzIey32dPk/Vtw
2owuWxxsUQKWAzYNvywk+d7PQq6wdwHQB60VP0jQ7kDo5ePlsA9JlpXLmE8BWyi0
Yd2xzFlL7Y9HCXyJE6MJA4zchIzACGncBlcGfCE35yQRXSRsyZ0RbIf5dciyYISn
URS74BAWPTqYu9Gq4Z6etPLs49nO8VxBG2tEVHOFlJPjbtBVJbit9EO1Vx8IMJ5R
neSVBd5To3nteBUXrymg+7R673JXE3F1Ooxg5pBH6qDt36R4Sp3+xl0GkP8rTO/s
PmE7KwB797iuRQCkblBpHvaLtYIYV1PixwwJ/i8qmFNx/2oQH4s=
=UgAK
-----END PGP SIGNATURE-----

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:67c143c7bc70e689b9ea86df674c9a9ff3cf44ccc9cdff21be6a561d5eafc528
size 2745788

View File

@@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEqatat3j6XDUi/QN4+C9LFt7ECPgFAmdpFw4ACgkQ+C9LFt7E
CPi/cw//b+2+TvEyK/EPksVpyQuaEBW8+D+C0tMP7p/IL5s0znvub3kPMswqvugH
TAub6YG38XcFlUYOkdYMHY9jbzin2zpUAQ79eSWCibcSyz/6ZL+kctZAclNFM5kW
fc7NUF1ejpuuTGniHy2VI+zHopSfyz1jRqefJ+HpV9x+W6QazLHXphAgQaj7Tt7G
YcB3RtRuufexy3M2lJj4JeDyuBgfQGR/rSdUgI1WEKsv9Lxm37JPrumSc87Agvr6
Anv6szpaqM4EUDtTobsghK5xlBiUJvBrhxU5BkBW3x0hhoTf0nBBqxhP0Lq6lfKn
jDD1nm3ws58FBNMiUTqbxCUTNDSCyP92ymhBsf5RQMmf2E3YIaekzLzv8ikBER49
fNtbF1uPh2iwx30T5mS8dqw0tRL77p9/R7p6a54yQrLJfaD3IqHMhtAnV+8gDbi0
IZRdXV+W+LS6PQTeOuIUbEf2GuTNt/tWltcnOMMSzJIZ1/ewqB6G4/LGLmNprZYf
/JVJH8G50FKSi78hdJPP5hb/vagy92Kem7EpdzeBCA5xgqafkhXzA/p8HkQ04meO
Rh2Yxuy2xUB2Nzb7sxjA8THRR4LWekDtph7r06bBokFHfyNmga3S/HVc2bcPSaKa
WGzcJMEu2g0Ra5nMgDGB9i8t0HLVr/1lyXCaYhneUkjU3I9warQ=
=V/Ld
-----END PGP SIGNATURE-----

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1a65466dcd3edb7378f27a611e06e2f7f45a6028ae54d3e1696ca91e85ec1459
size 2745648

View File

@@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEqatat3j6XDUi/QN4+C9LFt7ECPgFAme3r5cACgkQ+C9LFt7E
CPgsjg/9GeAEQLQx/MoH0Iaj2CHHDpaxp3GzNbHELjfSMTMVoEoACtiZBLzfZ417
PShNNdgseLR2EMGrXgGMwtjCTbEcBP4TbS+lxPZYSki3jvFGRqbukuryB7jZ0no+
A8xelRLhdZMEX3MdpL69Cwb4YJbbd4bQGkLZu3tIlZ5/9inQcSJIptRJKitqyq6M
+SSIPdWW4DsGmKq6dLIJv+mVTyEWSbyCTxRgpYcRo9iSLih7CQjh+BpwLqpDsT90
9Qp8fB+LpHAI1IZgr/6zsY2AFZwXYB+KCurWLDSGncTz+3fG88vkfODgimR+hvkz
EOcW5AliiMdazzeCndYNEhuHxXL+BkazeXhDDMOxq6AI169tEj2A4KGqPGWf4xEI
5fvoIX2WAGvzN9MY3JB3AOACn2n7PVqWIIJ+Tn3fARJ33CRvkGwO1/W97mDBpz/O
O68nZAgRKwYA+3DxFwa6/DS+HqnBACfke0roSPLgr7WpgyKFJsB3RuZqPNYNTDxU
GaoRwZjdqdoQGcmOLlSf/c471c3bCUFb2MzIZVf3urpoPx7jV8ptvgLWx/+XQ1Pe
az7liRUmF53TCmTR20pahvqjqeEe7MOJKIUqfK4pbfK+kG30N9uPvelWEEVTDid4
EJ5IQ+qjRjMosBgMtdfTrUrCszRr9dhCe6EZf1bPVTFb8R8+sE8=
=uOwW
-----END PGP SIGNATURE-----

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2681fc662996fead9d66a26d81740088e4284cf4e6dfe6b834f3b98fc703597f
size 2763480

View File

@@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEqatat3j6XDUi/QN4+C9LFt7ECPgFAmff2IQACgkQ+C9LFt7E
CPhSERAApdPMotdJ4z2JV1WpI2n5jIGA9AaEnFO3Db2UM9TcTxb0+nt4eyd24QGe
34EiMtFFoxBDm6UZ823HNsgt2tAvkMaWai8EoMn46UW9V1v2Ovnad+isENMHFy2N
G7IE0K3OXZNamgO3MlaLyQuyAPWYu3wOug/JogKYAmwGX+Id1A1G97Tuso+eXRKJ
43IddUaQA1U/3PjVmVkCtnTEJHIWwvY+xImwNCQ/8aHM+l6KTCX1eQcP1jUOWQq6
vevGPqyoHlWAeqka7yF2U2AB4xFbci7p1K1fZsgJ3qZRls6jxKRNnhAx256JVj1c
6uv8208AMhJYZBMHeSCCugpYQROOJ+J2eq+QyT7/ySwNUB/cAC6Ct0zNNcMAFjja
C62bEP060jk/OsUko5dcboe5LpftxQ52esGu+nA7HI6kiQjT6SKQ9c5k3gh6QJny
4qX8TPD99l0UsHCgLkW970Ypl/qp3SQT0Vi3lpgn3Bx+5OFDVCunDHHZtpwXrbeB
Bf2qxUIYesfWshaXEGYob/0elbZIUcFQ0NuJyw8QnESW+lkFiOyko7KtvAnhkM5n
azxlDR1ZnAkgsRTD1ZA0pPiGu9/dcUPfKSJtqf0tlcZvq1stWGmRUf+tbPyocwQo
GiRBR59tUsbUlqAND75oCvNvDaOwB1wmMHPvNMmGfn6J6EoSoxk=
=UCEZ
-----END PGP SIGNATURE-----

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0fa0242a18116fe27f746dbb822121805da6bb5dbd40750d42c63306e4896628
size 2763244

View File

@@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEqatat3j6XDUi/QN4+C9LFt7ECPgFAmgCnSUACgkQ+C9LFt7E
CPj8xRAAiNk7ueEo3poR9cworlak+9Xdl9LFBrnMvnsU2hpn6pYIWAv095GjmlqN
GpbQoDxb2zgeH6ez/H4uptlLajjba9Ots1nOHdaUjy95V2LcfnxdEQbqyHemAGoB
/uBNXKBy5gZqa9AevTp8jhv38E7lDvZnKzFrdtHbhg/X7/fqzSaMNzzySI571YMj
irlVCkmxeM4U8weQkPyXwLqC4rK8Zru9ICwPcNW2cSSvpK5XVJO9a7WL5GWHbQmt
xokBfhFcdOCx0zVweyrlClFdkbx76VnjXCaevgX1bmgH9wN1RrfRF5zgjhOqPBR9
G4LKJWrXMenH9VlZF2mEBfPNF40Qd2tjaLbR8ZC6kgzcTw5bGvbu+Cy54+uVgHx1
S7m/VQWxWfLbwoqMAWsDkCZR4w7cGx6eZfBtgkBuzMV3z8Yo1x38KrZhdCDzrh2k
j/lAa2XLImvB+Q4k0JvwZ2mkYHGRkHJA8LedbayJhUvpSe0qXcJWQFfh7LtaYLCE
OUpnkK0qeGwzGnTltSBXZco0bxKhrplDM8UjVHUbxO3zaKmin8Ihy2ERviRORVKz
Pvt5iY40Lq/OmLXaeFNC2PBB8y87Im+qbdy2iB1C1EelTiwcZP59DgbcA8eATB/k
oY2hqI5Z2FHBWNRXWlHwHyWFoqmSqNTPH3t1UZmg7x6ZOdkMSAI=
=ieaO
-----END PGP SIGNATURE-----

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c0b5efa969b873c4be582019b18523ee403e7430b8223825bcdb44a89f5815d
size 2763576

View File

@@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEqatat3j6XDUi/QN4+C9LFt7ECPgFAmggbU4ACgkQ+C9LFt7E
CPg3tA//emK/Z6YhCluabr2JudT+e+RSE5juN5XBJASVziI4cRIyG2Yt0/RWwwgA
ib0ygyI7Z+87SgX/MmBDNHn6ZmfQtcqrXsTcDurf8hdb0akUaY4QssYy6sdqU+Ir
MwH1S5rp/aR26oO+7K8AHTHZDJtI+mthh8KyK/l38M1g8gPjsUHe03RloHLgWPRs
LGNmMHFYtS1y3oxsslscLRnERwDu2OBAekzmaLJf0+xn/LHeHp0HEzr1aDREfXsD
Za7Xq7WXMcTC2kgZT05dZQJtRhyEhajRFfYL8UxwyAl5JMtn1D3++xRe/dofAYgQ
0FRh30SruNQEKYCsWu5DA9Ll66Ix4UFAC30yhNDeazl9xGkEJyTcYTVQ4On4cNU0
vZbQtG/ywSfrDJHL4bmrdv6LzP/UiaybJHN5kauEpKhh0ch0K2butl8V5fosGdfu
K71svWvYjKZo1YV/4yxyOjPs40SDmHGfi47c+k8iaNGEkF9c7bs5Agb4uOf+1uSr
BcU/5vH8hOW7k54YQEZnA+NLpqv1TS+1jcMYRtrLKWYboY2094c7H4T1XhHsOF2T
D47CHWskJYouD+e9BHXbtA5VK1NM/K2Pmy80Pcmgnxuj7qIKFw6gzyXylot7zf9l
WJGx0CjrNyecBiEp0rzvp1rBx3Fzqku6DbYuRCJgfAxY+y95kJI=
=c/Br
-----END PGP SIGNATURE-----