weechat-ruby-3.2.1-bp153.2.3.1 4>$  Apb0r!M@eeeH![(i%2?eOM~ 6+zu {byB8Q^͒4|Aי0 ~ϛ;B:/{%x'96bz9u&O3p>?td ! D   " $ ( i lpuz   (8(9(:(FGHIXY\]^bcdEeJfMlOu`vdwxyz$(.pCweechat-ruby3.2.1bp153.2.3.1Ruby Scripting Support for weechatSupport for weechat scripts written in the Ruby language.b0r>s390zl25SUSE Linux Enterprise 15openSUSEGPL-3.0-or-laterhttp://bugs.opensuse.orgProductivity/Networking/IRChttps://weechat.orglinuxs390xb0q&154b32ff70355b595f33a042e10b17bdcecb223df5cf7267a866da7a26ee8a9brootrootweechat-3.2.1-bp153.2.3.1.src.rpmweechat-rubyweechat-ruby(s390-64)@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libruby2.5.so.2.5()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)weechat3.0.4-14.6.0-14.0-15.2-13.2.14.14.3b/.@``D@`>_@_@^^Nt^J@^4]{]m@]m@\s[@[ @[M@Z@Z@Z;@YYOY@XEX{d@WW_W8dVVŲ@V@VGU{@U@UTT@T@T@TmAndreas Stieger Maximilian Trummer Maximilian Trummer Dirk Müller Maximilian Trummer Maximilian Trummer Maximilian Trummer Maximilian Trummer Ondřej Súkup Maximilian Trummer Maximilian Trummer Adriaan Struys Adriaan Struys Ondřej Súkup jbrielmaier@suse.deOndřej Súkup mimi.vx@gmail.comjengelh@inai.demimi.vx@gmail.commimi.vx@gmail.comtchvatal@suse.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.combwiedemann@suse.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.com- update to 3.2.1: * CVE-2021-40516: relay: fix crash when decoding a malformed websocket frame (boo#1190206)- 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- 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)- 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)- 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- 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- 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)- 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 subpackages390zl25 16473421423.2.1-bp153.2.3.13.2.1-bp153.2.3.1ruby.so/usr/lib64/weechat/plugins/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Maintenance:17428/openSUSE_Backports_SLE-15-SP3_Update/1253965ccd5678256e600876433e17c4-weechat.openSUSE_Backports_SLE-15-SP3_Updatecpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=27461122e207eb6b3fee02f047ec8a1007f3c73a, not strippedRRRRR>(rhutf-884a7a87efdf14c93c382c7df73c58f2b6ff115b2619c58cc4558772585eaf58d? 7zXZ !t/㞧y] crv9w`\¾%٬J\_'hªbh7) msOXe1]qpICFJR@}/t֌jL #9kF/b3RA;wJuHmOqlFsMg΋f,m| ls,8*}/%䙯=gJ8(HøM8vqfmF?X3QJ%Ц~ 2%jr~IH[Còv@x2 !pp:^bN9afa Gj&p5[O)OnbŔp#$!7DnN{XŌ4sȚ}YYH'L44YKlY:B!Gd}ΉW=oFv:$*Pm]~q3ؖt[  ̆e/ fV4 5(k.ʂV'ע72K)C bxuKؼxG4guȗ=cR#)cƉyج{;W+X8]C#y$ob3{(dg*IMn\wbavį6ė, 93hteň]CK0WG0KejZ .#sQԓx@Cc{`s2v8GBc=I X>|<-=E:UpsU{?1M2 տ,9AЇRRj!2PG]u u;4@x=ҹkӞprm] 6)7ILj( Je"z{=-Xp,]Vp,IWd~o~HI(n+SȕT2C4`U 1n3?ǂY\ʃ͖CB0[De m>WYK4/(u{X3u,(ӷ?a0^CsZ1貊@ur5Bⅹ2XpXip$y 1<i& :.:\;{іx^55?M}+؁:Ȍ@njH&n_i"fO,:M`#ZT8Pl)!kqן˩J LOB#A~D%x>nA8pwN}}tko1`Vg}&a-OK!\M9{q|0&:Mbd$91nSY4Hhnx|,'>105┐}Np-㑰40rE:(0NMF)z%E ZE!j$Ex2ʯw} N366Э2DE/2Ԛ|v 6 ̢QIpNy8Ba]*?uDcE,Q|][XYӠ9ש^pj\r%[Ie)J ̹}] l- sGS٨/% ez[x6a fpU㫖Oaҏ획qnn~mBӠyѯ{N`BQ++֨9ݖ`Ԯ¿||R_ s>^ZW*.\@^[ X9<ю·bz pdꏞ:EL3@ v/B4Trֈ튐ya>s6NKc$|G!#ԃ`H(Jve5T&\0)L<=N̰2,f;vPKn0=LOŢ5s"T4p_V|{ǚ" LJ9v! Lxɵm:>5P%Mz_ )_,,h]8n<zMm o0GYy_2^hP"IЃ#GX ;nVVQr}aDuƅ,cxnͩ nkJDI. @~Y*ll)}yw!H3IGOҌĦgB"p-q[߰4;29%~KO$cw>d`Z׹7Q~  s@udt` ]Ɯx2,={h/X@5VT_O4g: +_Jr7 Dlpe:vWd8˕Z@qQ*v!#̬'X{1֦o2\|:ڲT;5ތ w$M4#Ϝ/koVҴX0+ud_@GN Ƒsgq6HJLT-BFvoW&52KR\Ν( (mXoGa%tk*۲; PK3b&,OJ;3XTMnҝDT7΋cS`#{^;8~p $^J6MY0X ;b[d"8i2eܪ:*3' s^AVrVl  f8KaTd>}A7A|Ɔڍiz*tZy·{?[4T@BzJ?Z.fP*#[A0Y頤=$ CTBD_G,>[T>w7KD,qS[:gft c"F N.܇s=;<@NM,`=t #\6o~[ӉǫW4`lTXohySՏmD~R=[*cTI?aTEjϕR;9Q Ccu)91ɛZX ؆D)F8VZ#y'KA j+GUKJUraShmGiV@;chA!5jٺ}%OI}I5% 3JYگ04KD`ռdbQmKG@J)yr.sP d 4S<9,MρMƮZW$Og-UɈ⁴ۧI51/ >;/>Xʀ_Rm:8%O2(="MZ>?c.ta|kSְ>Uc1~V@;1e,V6'Kœ2Y8S %vA󒬩KFʗlud 'כ8^1ae0 e"UKvy:5چyޖ 5}o#WY(&t˕~$3S(.y3#-}1q?6_qX&?hۦKoe !]wBh,J9Rѡ4Y([qณou5WQè{b@'av62L1^2e0sGΥJG<󔍕D* 9o(eEɖgjTtLmh%fɒ+]|tD[LbDJOs k+x oIy˟ `gj  mil tRBhO;CHYGW7M,M|f3i +v_a{{Yi]ԯ |Q\v-%϶TИ{8Ӏ!eT~6J߀Rq\>1Ɂc 2T ;=(2rB-+1csX;[ۼ;z%V.9,IKjQd/QUKcHhB Ap4?Ia]Xx$֜qc \||O5j2ӻu~Bo 2p^*\ê!-.%mtMRx5C)R.D O%DC̡T 2Fmk\Z(d o\2ːڰmk;gSAxQ;bls>8Tȏv vq4gRW0nL ~:q?l/hݳ(UDEZ7v5S~ea{c4ଟ/i*~<[ 't@LL-,;vD7hHkԯxCU(uhKKs$¡&UHPBGy,?/IMr.x=&K@VϰʇHRkp v9sݪ xLǟNݚ')N$.T;֊Ԍٹ:AQ<[KG[Qp=E7/|}#=ow::]sw{f EX5D7 )aISW3D~rhYa!uZƕwԝL{ t"kL+wq!Rk1;OR?d].t#vl}_/fB}N\ȦT"#_ \sAP"N1/8@U_14tkCJ]=mU.9;~aNK^059<kh"';2 4 ˹"W0JB\ߩO[vl'_H |ҫ.B8֔L1vWHGC(5L{SX:#$wj} muy 1' w=b|$s 4GCNB2?Ob7cCͣ@e~95f);+^/P BL8t7)%q6R\g1l͟{N>DuSVf\S.TDBc<?8⣼FV~v ۰mJ7aT(8o-9DNG 8nptm]iE8,!]Zas7SIf Q>- 4S%B8B)XF86TDMjgq/:fg֥7n%(έ"2l7S"Iwaa@YQ7wew_%%qڰ'ꂇ)37 0*T~ßQTsHXcbm5@҄hIn0Lc0 /)xt[bZtdWᩏ`Lkۚ 5#i ,H)n]%ñ7Q+Sn;Vٞ Fd-[tKiLZ`ǐECcfqedqy$Gjfe}ib(mM%G& Ĕt7'ҧ<*̸h0Lk x,%\C@`G]˪%{nqkMdyl69} mkĂta/?B%+W!q:>zsHNFmQϫP, 񊥊'gI_Rhdŵ:*`:udx(ܟ5%MܕnA iEݭv[ EEC$JOkiRokӴFX }?9G }0$T@e2{\<>lwLEFФ6gB "Զ;mBCm3PT,h=,c3o9W%N:vޞŻ"BPXYdKJP-+l;Qr\G`+#DK=m>C[*|@ j a[xE1Mރ*^`XF*Ee/t'jZfY9 K#֝0^4\=XKX`U6hi m7>  9۠r$?+2m՚ H -*AyCm ߬Yy *7OR=ѝ i,;~mR(NR 6uMr ZHQP߀ UTyes3$8tK8}m\ǀȩ1LH9&/zȖ'c%.v@90ȉX!]4=L  yi=w!. ,пWkwT:ϤQ[pCNb' Fͽ< ۻA)EbGDܚ hHͺ)(gź3菈=Tw8Ž6a)T9 q1lGL_l[<^x1Zdv]ywF=V CO'2J41q1f]Tc۾VN 1Hxl^Z,izi:5א ?Qq+5.,(l8a&r42GnꎖMԪyłL9kٯЄ3^m@/q[چXB7 }JԤs~}ASZ،dD8F+%dqp`$ i>ocpRR_܃I{ 3_FZp*u.O#Q9W)wo?^'y|aR]S[AL%˗8T,gT2wnQ(6jn?/:87*Mws',)\=V8$y2`/ 'lF%%{Qp$}NBދɪ-b :XRG m趶̌=cdR+y)pb8/2GvW[xTTRWrP&tk(x"%1"WAR@78|YipJExꅎw#O4sqeߝrN}糊LQXI:':O( - 8 "qmժ8a\-zn$<͢ޜ ܂.`**iϻnnu.oB籷% &TnXBʣ>E)32Ml }q (i%s;!9Sz' 0^0nςrZSjѵ2;laE7=!$s͋vmSkLTB13xdk(ӓo l@8鱥 K^IV)FeTb$\9SUΆ:$fҾ /y,[|ŁrTxu>QS {׶n6u9 s ) GM᡻[noyg&֊hWe8v(1ZP2\:k>4zY"N7%n.'{ޗH}qd3y-%ߛ7t5 |Q^M-(L\?ԴZTfӍs9Y0JSiVՇZl1ry @&ﺙѣVv`Ew08ޭv( ,=c#F^hNr !axr"AdqtPgRWnF xq^¡H 7fAņ} DϘ j 'c _J^kH r)?j=;^5&ۜ>l2UT'HN WcPy?ޱL[m/T$>eLm'XtD+V BCK,{~:k9~ߨ}G!n*na_2|tGסr}Hؙ!8O6 ?yq*K-dj KKg߅vs3xwp+M=ݦfWYUeҼY)'s"uzfBE )pAE ;MuL" vWĭ؀"O-Lm8+hqQ|p`á*kx!~j͌oGٍ:K-Sxغ{RZDrFiA{.L3\ U(o<ԙ'mh}4BɪSz[D+W?T5+7+^>ȋR1aICb񐘍D~~O^C/,h\j \ mn? h_tPsK(çd)oݪi|ZjVr< _@ьKo7o eR!_DДWI<-M !!GXo[O+:%N?$li5S, ݶ ry|MCk`e^s YJ㼵9_ E.XəcԾS'WnOmlb8A_ cnhm@k<+SSm;>HCm:ڌ@XݼrܝnIkR\Qb‚lM#H/Fk[=։eE a9RHYE#1sp-8ʝǐ竖YFl/ŒdJ;>\pDd\IwǺ y^)%.V![};:EXw3Յ{W'8X<3A6B}./LDF^Ek̆ҞԄou%'~&!2C<|4Zk u,kT1 bX3֦q]k@HֵZbbƧ˿rU^'|Rk$3u'4D⦽#k%,Q-Fɤ"0#޳h8!jhFF$c1KXF/1=$ҿ}eo2KvBf,H&U:U`|m@ޓ:\}|ʃ&弣 ҪyA|@7dB`mUYm`P5եg.AR*RC*eHtǨ-'YGP [Z;XϹ"J9[7RߙJ_#hÔXT$Mxt'JR.D,P90i_۷Y=L]r&'5C@~4WfjPMDŵmODwVp%ȇs2!' uf-ߺ>`j5Xd2+-h5_?T?M-Xw@ ! _] WppB\r ڏ >q"jEdhzhf]}z e'G쳮a|'ʞʫyl{Sjo ۙqb"aJ* ?@9,閤CP6ebڼ0Dt~SìW]oihca,S#2f]$͛ nէ5p\7&-w$l?}d6# ~JVfs{ĒN4-i7E3g=~J*ݐ X]>Nt{GU~9q} X c?)kbv k'tmEZZ<%3ƭGLᡡKs +E{SL {ilXc,.?I9wez꫟T|3BӜ+ڔA>Otw'F9)] KENN FB[kW>a_9We:)rũteSrZ m5VKwJOM|_L( zZ^SONpD玮y.վ[Fnm_݁!O)a01b1[}f';,*W=dԱ'$._a`,.->m/ShY_s ^ԚJbN/DYFĠ2ya)B]z%g3OX%iGb}kQ.S'۹t±TH> 4l!WF8bV|:(:u<"=G#N`D;Y_3#IܙV_~RXlM/xb3U-?nW.1:}.+hD Y˳1DS|a88<`Dl7vK]2=2~ɻ~NxIȯHlLs4#xͷzQ<C߉3k|"5QjS t4ɻ.(Q.44a5b5*+t=u?2.=<g5VൔM;U?LT(Ke(I'pyX|Nv<ȇWL+W)>ja'ZGŋ |9ngkV'ň(>5wQ] D_?q4Bb7iTB%?3H\!-|l3FXy u~#$Q$W.GR"GlI_ﺾ .`ns[$l&O43ƍqw \SuxHKusD=#ru|nhPfN!G!NW83,RZHL 4R>L/I2l >'=7Kd).BsWbWž6U!v* 79" ؤҪ! NdY3tX)Uw8Ɩ$mt o.jCR5 9l0!2lՆe-5IS~'Mn6P:GGZq~A}_ޟʷrh2Э;ӳg#-cl[b''b=a,V @U!A6$3_ Q,YXןѾ6bG>UD"w~c(Ra#~E u}o^P`lq տ465\&w}\'";12>;5sX 8ǁJxuh7jY;=>P{V؈Am9ٸ|Ê gkR6y٤lCb'zdk&OJW/B:+GGKnʒy$hxFtcJbnr8zSf_C RC?XdLIaʠI\z\ߍ,z;ESGʎ_Is"^;>#OltNr I;{9Ó|uXst=+%^}gN8VR^X;l76w%}e+O ܆Fs'(EZlble凴*4 X=n]],fNɭ.X1Κ; $dRvQΣ7 >UϸXϏۇS¬P[UQ\ %xƾ3+LUi?.@$r -Y0R,!VR8Sӥ\PR/#!>W,ȶo*b8N})Y؂H65ƥmJ(0Zޝ+J\1k~U~ hBqòS#˭C 퓐?٪n 5C MuZA#W b@vwl~+40 ujBMǀ5Jm]_EKl (3d�yz1L= jqM nZ=2Zz47ϴaIQ˟_Gbm|ӗ _x f ǘG\:j%2S2Րp;R,Y#<Z&gcPiqÀM{V(@lN M0TVxߧӽS {txl2g( 6s/ RJ?U` pgNU;PpaSU7 ˈS25G o /Za'#c9~{!߽O1.ʌnxdLIF0WyñīuV^Hc f̲UΙl 侪T`%+K|ǀwlF S|z77ZQ@qͯ~)Gw9V&e_}(ٵAE!XAȳl8S7NTJ-"=瀮)Լ~  ^;&]kln{r+ Gi$PE]bIqͱShhLY~+8Ts=9Z;8^ޏ&ΦcUYO|'#|rA=3Mavr 8f'eҴwp3!vr)_8Ū%+6R_U/]sOoXn ;猥e #p=j}j6Dɛ8`O iHJ52}GeϚ(bZ@Zfrrh.i y1amEkhD9xځ*va ,e{C3=G8>Unr0:;`%3s{?Ǯ[f9ka!mq\R^ ׯz[JCæW[h魛2\"w2]3|\ysLOJvă +uk,.׭7&pN^>,BCE@o.2;{ $htE /픎|?5TiTڗ:o(Jň@ xrc7XM8KsNCMtb_^)ݗm4/Ia A79@הԌi4ZFZ/JRݳ0@TuF|u΢d_c`=M|fo1i:t{=Z,=$OO')ȯ!&'6 ,ͰZr^J+oY˕mtNwzi(Y`AfdK2ˇS̐tErT[eЫXvd axtPLr[wa?O =o[y_#pbq?E \Ma4ɳYʟPND0@Q\wSrƤrWa:w}X"_d㝻(,9Gh*i93W 7 8y=t:ϥnégg"d<hYyoi8oOH>_y b≖u-=4,M74-$u9' F ԺP0H?ƯhoN5u~êl۞(vZzCQŭ Kʾ+b#a4M06*rH&.Թoxx@+"}])EVqPhlpm1:PG= x%3mty#WlU 6-MJԀx`A2޺Nf7F. ~ Jh+5g\y8]vfIڛhH}p=5vH# 14R#]튵.ȐuuIK73+a}/L#1 hW`FMtț3"_kVY8nU89Rf= $MSu1Rqdz6m ŤSuâ8coG>%}!IyUmmHt|glLf688^:lG~D PƏ@GvO*O_c 9 @_,fs 8 7Vnby߆^mf;l Գ"s⎉9kە琊GSdI*A6[ ,Ju(s+c|of}tlkdYA`*8o%'!-s!e+Xy&Z"~ o.G6=aʙ)b?dM0\sʙ|77w~M%mW~phͶ"}.q(M<.ggsqPr6WnR˼><~ޗl%)]<7HuZ3LNZxKFxu0-Wam{^0ZkKXk}.jIhј@eZV^n S*Q-bnj⢱ &C@E)GOqkxD9yze-@3 ld8gָ{@p>SYGTdak8ӳE1sY!QaŔpk%'yŻD}#IJuyRV7Ŗs"/Ļ"KlG<&ysvǘ ̲pյz+WS7UsM]r { )/F?ZV#}ͶK|WEgC|}0h<º|}_QĞ`^R\LOl7[XONv$QlZEc/ .+$Q߇l"joW(*ߠb$_%(3*Դ7>AB0 GspT?"k߅&Yչ q9#OM@ylF8cZME^%RpePJBaBi/[U1X0ЋQ@rEe_Le6wj⡅o h73ճhEl-2L0~Bv[ dn^H @s'S>1t*xiY}`Ld# ~],G""UpsFY"/wӘQα>#.E5)l8sGw46UK[VCeٰ;pxƇ厌~:$lt3炅W̴5c/9c@vbNLm}긴 (%a`:p%ncWKg2M":+t^y`{B8\3O^%qx5KLѯ2anzo"F+0". V1Q6(iP&Mi E够tGg{Vexg!iQJD19g#ՔU+BQꑀQ"ە %cAEu1rRw()j|t~cYO NMP1%qxRXC܇K}lOd픶7@@il?u$v![̤LZۅ6ŷH(Z:SgCz\%z׭;1rQb ^EZ2`R׏A+Xq{ekm ͇ HЀc5yy{NߧvÊ6VjE!ߘ|l˼+8PjM2z nۨI20]"sQ7xJ`%|7<9ɓ` , =Pg1Jѐ Rng OqDοU疃`=&",%]4 z(ozZ )gNCsWeo 5Xsfv,lqh+bw05/ q}fp,YCcʀ p5`eY}H̔Ia/ raIswݎX [kZ+CºSr']E$SF#\Eеޓ'>N2IycVsQX?"Sܼ&"`qolCBsС!3ſ- h`V̙ela*7 oD RyBfUSb7ӆ3)<եha oJOHr濴ǒGV^;c2%z1kt #FwSj\_W$k>RF)N6Nn#~zcžkףod\O{u0#% k`#j#@TRS>+m-ԋ!}iQj?/sBލuT@i>63(%gYG$-Nr/g%P ϚaYqӠ$fkz]N?$rk73xjYkl;Y[݁NՉ04=tTzhCC[q!m%5%Qי> 0K`+SCYb$(,CyzD+~5o(NP ;v_Ze4@Ӯ'zhA]}$$?a=LSضFt=!hs@ʴ/~ʇD%zQ/x#tl_6^wu&_mFOP>ԟy>uS9P< pٮq}/4L&N8D[?@ ԩaVl7c}"Zz4{Ddy-OY#KTӋ^U `'wS}Bg~OFjF32hj1}qzZxm~?H:AV58qGIK0c֥mr?/ b#0 z#w[Sx (E>0ǷjgȪ:1rgQGƤ b(t\: 7IO=;B>=y؎> ҅>jxRp/ma7AX `T7?OMIsl}j4SX?^qKqF~*/ e{2@)WB6`gkfxQULjxA >HyGJLf7+ףQsSE2Cx;@Eŵly:&;^8 [TqLr6Np bcy=eGW,\CI꿍˃zNA\.9R_/# evvhL˻>Xg褩p6eU=g3_`8iv0u[,h2p41iZzGU`Oz*p34G;$F8[_FW5RSڳ&\z#j%dKA Δo u >%0px Mi`[M+y%V^8a $-Hɍ4|@%E4Z lᐳ]&9mr|wŖ^d%U 3yPu`+9 <-_5(5 DcD&?=:|w&1MqLm9FtG1ϰ.V(H (}+&_)@PefN,'k#7̵,!aJI54dfczHF!Tc)@gKRlԣ <[=EoS^N jl[~Th(↬Kڡ4K]⚦9f(ۍC믬~Qڠ+W F#th*8юPn=F0o`¬GnP>j#Ǔ3Eg y~ &Z%.y}pg!gY׭? v L+@ŕGk6;p+8=frXz+&pG`*VY6$h^/'/Аl͖ |*"j Bϝ$1c^yVbK[]3 #4|] N R4wO!h2Rx6~2ƽ#RZ5Ƅ(Zl ~/Mr"d?c?voZ#ާ.5iPjHWJU@!^f_swZ_4B*{wנNAjm(j.FuN ]+φ="ZtQ8&_稄ސ1#h7M=aab5! bO ̙XW|%{L{B@YBOeBe,n*ϒ0ⲾD0aVr*(猰_QzY.m?! zS0(g}O4t/ѭF5xv=-ݪ[vwRҦ߽]%e9aGMH:w%XRӈ-gEV`FW$pB]0Օm.}\(鍤ܝݣdsQWl0 O㩤=7s E@)GK'xy:8엄P+or!",ؤ>9װ X.֑lNr-·NsX- T֚ Nr Uc!] q*1t'fꡟ \=* iW&U.& C=P@9{ >hc0N*N;̓BYS (|0tSGPsQ 7h5XcCν`h@YzxR:QԈtbɑ#!kO[_9+֝31$Vq9nHA˓vZF|FebؽŊqVAUz4i{CYbWz \DY3ZDs6aQyl@v{O恎]#qꨥF%58\q".;BBD~()Gec~f^}Pj RbJ5k]]gkvh% ~z"?Wvw}F}}9`>'i_6m{JDz6ܚpGZ6)?b%Sc-O!j 9TNNA(;z&+`!3Z}n\\m\\ȯDS`lnO{:nSԺτoI$Mnsp'X1CvXnT%Uy]Fp#DK SuJU!UCg #ã1^&$xQuaYp[r֌1$Sָwj希3.b^b 6˝r{$tF y* K?bΰ5¨Fkhw>Pxŷn*K4Z'[nD~/r-w#Notbr(fu^ (",hkaenud}ez,' }<3'1 2;GQ c@&=wf#Z@<~k)-{\Ivp\Si0b%nv` $3B,oB^|,:3oI=n}mg+yмa=x+J3 ež3(w>^ѮVo̤ {$W_}[ɻ-tF|OQdړ+D-)2>c^?&aq=[|k U|m2MaIgWҺF۫*R4dL+ModRHq5-P'ՉHB6EfуsǻL;Z-Nf>ɐPfN)fw|Af 6m۽8@~0z̽v BSj![P\'/$K/1-f+'Gy0M#3!e3aXd 3aO$}~ T2ƐWJr}x&8$Ab /(^FaZmMЛ2 +z1r0(3\IdT[^P/\E_T{"T-jp5*U9C$mgiiW[JE25zdƨIP>1 cq.6Ik:,JqYː5Js˭Z U:RI.[̥AfEoS'\o39?.]WWuPnRF"p%e[t6D]\d1(Dr@ :{>s܁Ns!"qX p]Ems:OR0mV+VX|x,sc t|lv$G &^n GQLd7=P~P`t ? FXP ;ۏpG_ %m ꎪ?MhDPB9 Jȗ70M믫K)#PzX_fQ_=قӮ@4:TR?̕G8&&U3өevhtjWLYoIfbȳnoK.chŅ_rn\]KfKJY_ p0Rɬ :i-*rZWMHsBf چ:!924ǔo%oJwYIf7dX.:b@" R&I.j3Ss/ YX,sͫF}ؕ0fMUJFaUoؗW%'r`˖Y(č(Rύ ?e4SxCDӣg%"]F'Gj6G>ow%VE+MuXQ~%h#ЉP)B1/>I:#`Z1oόɇTL#l<| <<}+Ah(p>@4C]g'ؔ-0*(e\.UMg_ڵ$7:b! N8ɥt+3uU-. }.QCsޤޔS-֝F9TPs3Ngu= F A fKu`9shv*YVsB{epn M^ 5z^Ҽ1/P)t[5}m%_6[:~]w`}bQG*MkG䯨Lm0d1l|~!5/K.CFE N.[&C=}S-GRG IQx{.S a%%k)%MhW튟t Cݱ@O_]$_/Y6DGjI>i~f {7 :y K]^OLw~%\GҖuMly<%wnF ZKʊ&'pB vn0NN7ۿ[Rñ>I_J6 !$eA_1kp ]k{Ib, IB łd]:ÑO, 1ߚ_*kVh&rt"Ѫ䃪b=fn; JCzn GC|,5O)^sI=ԽqB2Ey= 3,%pjy7axq˓AbjVǧSqd71#vt7E< g)S:{h92&z3Đ.vfb-Kk֤ݱ 0@9dqQE.gTuQ뮧h 8`/ ɱlv5n(Ge{t{!' IIT6*\I۞/,t1RXr_7.?tb+u{"JSLRlo5ybcB_aҩܡ۫/8ZXnG\zBIp̔ωgh٣o$U]n3qeߥ-!X ˑX픘ј_u LW*ObW~*繢끱}a ׌XeCwn2!t(Dcw{x?z"Kv!1ъ?߁tJ9l)g[́rqcX'< {|:ё\4˂Sg.{hwȁ[W .-su6>I١quCwUMI0K+jJD7)m]Ћu=932j:]>$tWh r PtVͦt,@Y >gKg#Q _MiCݸKwJ)kIЂ=LqΜ|TiZS$I_]l+$üF͟[9;b Y |BQ_ F|:9ɜxXFn】VA`C%D0O%}? y)S\;`6 '_vgGIa!!hve9MQDY#@ ~KYY Б4!ֆ7N _ܼ%ɰްExwl).c _Pi &.ZʾկwpyI8ԗ7#( lM!Hw3I|DJ5ʔ#[*ta1:WCHN?5-RAAC`D \<[HW*+x;tS 퐆ں.lMjpv:Цvld_+}\L*w9e~IYf@jw~Ijb+so6b+2Mx,[);ͅ?*<$d zvJW>p 'цn+ q 奻Sh?z.vE6.I&8}BS/۔YS__|rP,MqS>DOc$DqY.LT$@/ī#&zI̤-L ŝi^6S/tv9 2ވmD)S` g2yJ-A\ Mϛr ! s/K 6޺XpҰ˽31Չߘ|Iu/†Q4e*,m$nO3 T)!QAÎ|bwkAp9k Bi[=B)e8mf@FY}hjXP_@"caKO:q]" hL~ #&c R>:/Ύ̫6_`>1\NAY؏nF"Kת87NaĬ!Xj.l7)m46$V|^Ve<4ƈpi8B)9 $M'AzsBg\FK'XEP)~\p 4Wv䤒 ųQk%aD֐7ݚlCamy,^voB׏ M]u~*Thx-7ri9- %_[py^f)"H% 7Ib?F͟O؅-*Yjw gCW&`џ.0\ s L7aI'BI/x "_cz4)g-[fI Ui_2r5Cdm)JޒMuI] $CC6E<*Ƨhj(;ڐLV<&fV|rQ՜EV׮WG#Yw߱fyQۓ?ReK%زjoLU"3#Wڤ Rn^DY3"~bFawii訾aXL/~%jXp@Ɓ+,P2eb;޹sB-pdۏ|K %`=EK ar ' #S*T?斑4,S}CqOLVvWzjvϭI=hZVҒHܛCyWeNI_Fׄޫm bvv+&/41cYo@DZX<$icU AȬCB+O_) \ sh9faҤoAH(zy^p3|n 1ȼXM!B\ -e عB/p i:y9 g~_ԙ5]Kph7jkv@B Qgd ͼrRϕ_1i̳B%L[h뱚?V=0͹' )u); !E5LZ٣̫/e /G;|/L0Ɵd4&Py+gCNWK{3Vϲk*%JSfŔ߮$9IMT?.X)\S+90:l\hWMٗDh# LRpFrVv|jfI9dک/;,5Q`&1jؗ0B +~%sR!nT t;xg+]G06 #{`h~?A m-&=Po(]߇"'t1E]3p;j5?tr7Śᄩ8ݙWg??Wĕ;VھHH_2Eg=ՆSǮA&T(˄2)S :vq)cFݘn`>TJw,`d_K۳$ñ8e ֟q7[^؍a)V/ qGHƊJ4I޼mdUVL: T2cR=/JXmEۭZ_cGc5P5[px=n4l<4.6UM[(sz2jRMᔤvjѱfw9^ 4'U ៿aղƆ$\_uGcL Ժv !ҳ S3n^5uZJ>#oAc/ U{grF[VeJK 0-%t~wT6bf^X/s5 5߀ V{|i\Ra`1LQ>4ce* L#$ºI(UwJ2呫MHɂInvIֲ҄[  EI :uCL/A ꕬTB~-'Iu a1!&; Fxr*( +X;caLipߘc7AmFCu*d{7y8{L毒O3!IΑ6, ҍFmͭ k&ί!FdGYZ0f'#Q\mI4}U)o~-+4I# `{pͅ}WRiPE(\bm S3xkX ~cadѐ#o %~6|:̟)5q-h#[&lJa7)2q67Fw;9vJk)w x=Q(eJ#(IB?6Zw|nKn?2YEvvbЮزb,H7yt>C TU0 쬭!T07Ǘm/||W[pyZԠ/|[`VGptij# 뮢֚s,/@p3^a>䇟VkzIc&"Tz%J&J%mܸ ksm(ށ~~Aߙ-3NEĽ2LM5v.&->%m`q%߉Fi.bYs$@w*t Q^Vo2vTzJml[=s |0KVQ]$q%Nyr.pN&rq68vt 'qíTgzl s_=a;ZJl4QhJKSw*Ro5Nzf=)gv8(C< oI?Sj\dkO(: (#~*!`zFߜ݌WdR% ~mOթ769?s 1MX{\G7=ʼB- y]]F2"-< Q% $;@q{R0IE1x^["U:Ppהue+G(ffkwݓt"\J1!*2-`% }9:_e#d -K]ք4mwᡰwEKk.c r k(''u`>mY{ itM jQdV|= vƕuR\Zb9j/(ҙr\4ȲFNR> I_?XR)g޷-MqcpA D0\_mt MDA3wkKׁF2rvA&F~tIl/`l[3XXK83<9Z4ցv,6pn{C0dp?8]% }B0bx'@b;F#`g 0 S[ 徭Ī -۪v3dh쓖]~5UZ1:@u$@,d| HqDU> 5YW0J~}^FYR?ώK3Q4w j̩ B`'~!2H.Т`PpXw9 >'*5'b͈bd$ lEaףʯ="|@Ԛa4wX 0 ͎I5h A*{ ?PQI ߛ|sbӎ~_c%`~ųN nT@G> v5qYd#Km\ur 5! oHgg9q*9jlkZb/`:ay/qliՂ2Is`S^ -˘S<@k9 }Su9mKY_x:Iݑ_r=/JiN)`~4=`7Yq(xWiմ#/iuJ!F#6Xs@*~=CwȖ4y ڭyn&ϲj T2@AM ԤKR/~sE>%CG,1 olɐ8[zͤ9dvlK$6Tjw3fE\Tʫpq1I͒mģJovI{a ulUFN *vXo o6"Ƌ?JBi'* (, = QkM%FP? +[ydKسRI 0HN mk7 &I_m!]1 EE]9psrr|4T&A 44+*9d&rbȶ)B/) Y4'-f]7qG}4C3h8a|>b]Ew[h:I"<si׶wqĦ<V{"Ndp1\mwX!qDe`pMlF7B,lzQ@/'==FnPar=Y&qfk)Jgk8&tO9F{zH\|$}joR/,'I`k<%WjQl`@ :e\ـdFq;S?} ˩߷CceSJEx4yo|``nQpC&N4~d[V^[t5H&6v:xB-kH*dҔ=P1KU?zS8&*y$I/|2&^F緇 ʃIU< v߫tbwe\ 4%tDSd[k,2h{UbժkT͢,9BJtAa 1l߹zWQ')mpghF "nI|ֹ 4Al9>M}EL7d҆P$YNG?WbDLK0F]=;7eR y!B\玶Uy2a0r T46ɏ} VS]Z_Nul! ϡ6E߆'~4ՆӰ sOdڇv 8eWliR~2[axO mY#[6 aNit_8H!#G<^/ enu8Dtcwt޳<< %ɳj }Q0=گʰ!Q߅{y$5١sec"Cqܬ()FqIhj5: ꃒT|P,:]BfOA(:Tt1) i rqύNG[ "1 $5cRWu2/"18 훘54s:wQ aK1.os'M=qY\h;FFׄJJ'DG ZBcd,-ND/ISךX}NM- hvvZ)m ŷZ k ,5sO#R5э|!_d6ǛC\H9dN/h p'=dya-}qX7]xߠA 3U:b)U7%@JGٚWa 6({mDYabEĀfN=eww8k j)ȀI/ :-q%㴽 ѿ;3gdKCNښ֦-}h#/G$2.ZP^)͚L]Ln^YK#GCTpaJLabt$cd) p>#ȸ1*Il2kB?5=e}1Ĥ^hvfE]wei+F6ݲ=b<bf;k$&eW>vJ)<‵/yĄIe}%.Lh rbEoĭzr᫁%j;]pA8M,Ylju5<"b]C'{2CHd^ŮUnOSbT1 Z .Ecôjf쁼u0@ƙa8G>N8{c,fڔK 9*͝K!B߼kN"qV:Gb#ؘz&quF6(SwC|Dv 00F*4$@420"wմUFf諛H,%_Dd/~laOm/%S: yGڟܹp!Θ`竻V,[OйPx-)ڄ3x]QteJis1M6SRh(uW37E(gBzU˄U {P`<t& ,!cbgYJ4$ ̬)/WO6&Olc0Q0{(_,GvlL87}cJf[$oFRqTE~s8Y_)`2a2g5kH+1Z;*׾vDPGa,U":E/~Cfv@<@g5bJ@&#DlcUdtZznۥg(HO%/}wG)҆bL ":-LDOXC9ւ.!k sx]S<3i:׏z[c$yhPE" dsI59WbvF|;Ke$7MҜY%{3x?[x(E䎎؎癞8vV oWQ`'xz 2;AM0y}`)}բF2 a߽=i-F}0i߈)\!eA% q3tVjpM7 H&g~CVv$ /e,;M5 I;`$QrBTجv(gn?+ xV)jCT3%UOvK+odX1Ðe߾b T/<;dB`>>D@0 0.-[ߙ{so+0ǃDȳTH#D^Z!8gyv{vaχ%'ޡK+dݣ](l:iL0X*D.ڻ*)c彍Uɷ+#zQ=_ (h^=124Vܒ$;<YB1_ 8BghI[j'B*BfJ$Í[Ơo}Eӹ2\&DL͇p@ aX?v񡾶XEҹdRV\Vi1(F1ar~^SG_,蟔^Pb?}%0ޟX%u?.kCu:L.d\ NfR]: Y@ b)z HôEl`'AU ukLS<~2={A7Db3i2Fݹ^]sW EQivm7sV|t5 9TkzI̩$%z[ 4{hWR@S]вӤhw=wasBRi+fe:f_&,_YZ<{yCdo%U=:ȧqE ~uQtkzA !Kk (J4R?Tw:DvU/2b,I ]_ǁBϛ| :vo. L*!C;亣1 xc:9E~yĵ̩g 6cЏd4㍸uP5`A 9~P֦֊伨%[ ~R8@[@xRW(u'\rdY'9%I0U6n5#|w>kz+wO*!e}j+Y_ 0r=iq|~a9|hC}Tă?}&i+#Dh<^xR _46Q@ᎰA\l+dŘJ`Aƿ~ݤ u9%[4[K)WZZi| l-!n˂]=ήc1BEcxYە@_Y'bQ ˖BLF 'KHD[?6pE:CĦAai`*CzDl?tP(r b#OFd ϲi oaBz2i9 tOj/S@bB·,"MU¾$2Ι继YCvEbv[Ξ^n:HUl=Ml=U" -q9:9[ھK td#R%m*lIXFj.P,$>##.?װ/9qL`eɱb.Ejz;W ӻcÒIo gYRogHT N@*e]5wBC#Τ$ׅUUl;<;^K$\n8qps6qSGE<Sʅ!ͪm/zᱣƳ/[-c'?lMv_rFyex/?sY+}8I^o)iVYg!ǣ^2{%V.`u޸^t:U,i_)Й[?@X5&}A/;|g(Fzkx>pTZt=+?4 樁$uXi5Z~ ش dE&8:pTY GvDZb7Dr뙦 KsYDC~⽧ږ (Kȑ@ ^i h|~-ܫ&`nu2 jG.j.#\^ёoS%TӅ^O2m3EQ)8 `xM j)แu@׊k+a w9Q e mɄm-/G~>JD ,"Bv22-Kk$b*h#A.L2m:mv:t~i疪zOd8zh$d 嶆3:9Փby;t踬WL {V=qup 60H_ LgjqT-9JpK7e>i$g#[ .jLmѢΞ125 F@ D+|࠲N_;,c/ʷ`K;2 )WxxgTy^_k0"}mi2,Uld#]^fx]E{ۅK׋)Ý^j!gK6ISYyR@74k6-FU pLP+¼jB桀oc>('qw}0zU;ӱ*̊&fɚ7mEyq?KZ'R&jAdsꀠt5P0ě`+/$t2q|IK[B 7p;MbyF IWw|:vo$,Z ȿZ|$O벍E }mJYit)J zA#G#.+$LFeH'z ÿI.vZXr*xY)3/z'H5Ջ> Q;r %=sdC*ߔ , 8?ǗZږ4nw&Pyf'A/%[ҌP̠Zai˕V.L\ǡR Եg@w\ND7<`["8Q΁?Qe,k4 ;kBǪg.NZn0aTT̲,I懶 t]-*[_85'QkHh%c?q xә`}\*0sЁJ]^NvZ˂4-2@t"tyt3ldb1,r T/_Fbt򙽗jW~YSPqD`1]cSo{DT婎DmFC5K˫'<[]#"!R!-kKιFYTFpM)GZ={/Uƈ&:_"[14OiIQ춎USސD}JH\(g~RvFq7 Kz7d\(ڥ(ٳXs5oh :%L}ROUoܱ`/۟tL$װ4[gx;J!-}jfD*o&\JJ4DHS \_E!lPPIV ;v_7pMMbλ:-muj88=SjL"D+6~{xn͊tY2d|,M5<b /[F> 9{!!8.C2|L跅ZulATGXI۽"?}46 :xvWhy>a7ѝk~`B YZ