weechat-python-2.8-bp153.1.23 >  A `^u!M@eeeD'qr}6zwArHQCo 9f[ILX#o 1r@i݅`$ԋe˚[3VRQa(_R !mu&hZK'[$*)qejgWu"Yeb$ƥ:‡Mu@],Eә`Ϣtt4BDRea$ !@XZPh,JzNQ axIFC_{h"rnzm(He6f009cf8cf65afb9c3101d7b33159b0c286f3003663575ce2e1a578ba86855d91d157842eaa263fe22f754d6a1ec8861f19bada7`^u!M@eee0J ̥K]{E7~@]~-Wﵠ2 }uN:y,[awWd8LlFrlFVn &::FrN@K".%u>d;1:]fm7@CGOVpEZHY"{9gp)E`, &@4@ި,(B*Л){0?p>t?td  E (, . 0 4 u x|   ("8,"9":"FqNGqdHqhIqlXqpYqx\q]q^qbqcrhdrerfrlrurvrwsxsyszsssstCweechat-python2.8bp153.1.23Python Scripting Support for weechatSupport for weechat scripts written in the Python language.`^tobs-arm-9SUSE Linux Enterprise 15 SP3openSUSEGPL-3.0-or-laterhttps://bugs.opensuse.orgProductivity/Networking/IRChttps://weechat.orglinuxaarch64`^tb72fb0fbab37719788fcec35fe6035d9e36336f694388eb6b12c2e076b4dd187rootrootweechat-2.8-bp153.1.23.src.rpmweechat-pythonweechat-python(aarch-64)@@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libpython3.6m.so.1.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)weechat3.0.4-14.6.0-14.0-15.2-12.84.14.1^^Nt^J@^4]{]m@]m@\s[@[ @[M@Z@Z@Z;@YYOY@XEX{d@WW_W8dVVŲ@V@VGU{@U@UTT@T@T@TmMaximilian 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 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 subpackageobs-arm-9 16168030592.8-bp153.1.232.8-bp153.1.23python.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:Backports:SLE-15-SP3/standard/f455ba095b2f8ef3c43af4160f56c00a-weechatcpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4b85ed47249a084698ca190ac06bffdb77d74bd4, not strippedRRRRR0ӓ`筑ϝ{utf-87cb312cb36c112d606ab53276f891f9401b65dbdfb39ef7e61aca31704f2af3d? 7zXZ !t/'] crv9w608>l bygU!p [JW53o7h)-~ljeH/>d aJq&a.cUy8>JQo2'К^H}ed/{<[ת6\~稾(K8b͚bYzWU*G92g~k$A{Q?R_F"֫Jc )cRF+;_T3.&鳴64&h2PV[л};6[6Ʒ6_:F" y!b6w}2S-!!Ԃ(-{:@Y w:"1 OXs6d/U$dվ" ?+^ضO^ʞ2Eu|Ӽ|1Mpd$ɔ3TH·L 9ϏU!Nd%\3d-5AHOnkriO"Ѥ[}3lΨע ܑ5]gYy'7?ERs&KeZ+%X.kuNdNw# $gOV[h%p!B`J:^aL OJf@[%wq3/7 !]mٚLlk8cma#cЪo /\~{d{6Q9(ve{6IM$"y=/E :r/TT]3WtW0RPdEgം`.4Q DTc0>KD}*DmhSq#9ȸj4/3`jcaݽ ;Fu9b_ J}( _=Fqfo03X Lkɷ}i&T낸"yz%0­e;C})áWTkuJ9B7W}JD$@$F6:y|L ,of'*J[jܯQ׬/Qč5FThW] ܔ W"[ KyY " RczA_21>JTp萴 R>axǏ6ï}Vpy-CV_F)g[zJdL_zPms݋6 p<:u;#Nw,>n: >_0qF١D^dViVfb]T?Zp&";^í@bnۻƛ<0c@Rnlk>g Sy)$qҽz͞~B178Hvbzh#qO&L6fMXa-¨#BӇHZ N^@i5#A#ԒiՋ J5t=.NE]M J7i$YYWr@"o"gPy-5BPī.J|IȈ .0,z ӎ2 di 3,T}}5vo\\]Rm'p߾κD Gεi{M%75 #-Z~k'{F\[~iG]CvF^RV]$BD|0 x& ydee |052~^덍-B5K[op<{!6`M5t r+WIC&M0;*nSrT&[uM>>!iPw-s,>|N ŒKO8l,ѭό[)14./9bwMBoQ_Mj6q5#h6jx1@=XS<ȯJ04o+Y#0O t7%'`&sLm떥ZušR'.qA'Irʏ.rmLE /crdgYqB(x^y .UBi$JVdwaGP@ihz]& ƣ~ʣD^9׵ԓ-|ay+јvE/a&D-<.oxߟ*H(|x|XhSsx1}sw2՞AU1wUd:_oSJt(A ˙hGFW'5(rʘ)O~YϷ_v25)TaS'J(eĉF}s"wR]X4v?) Qg>HMf6"!FH@3\}@yډFc`I"2٦xt(z,65/ KC*\<`Xr% "c:@˳/ᢵ'$/*tY#K]@tDC!dbH~y$LAy).\!}xZJLFbz"0 Q\Rӕ5%e&VBxd08t:\[yd.5};8K3a,]0vƂ$X;_Z ۓbFr~ Y4ʋ}"KŵGOzOxB!q=>u#HJiZٮΛ| !K\p7fy XRiuL"LSl^&{԰6isG7^ _iL*E} aƴ6LeX"bQ_`_j {qRoLr/ ZWYFġxV޲43ثju<\.lxy@#*yP q Iüm9e>d ߩHxoF!uSЕ-ݮB w̟^n Y)&Joc>pWJ BhC]Hvи¢mwok4@E'߃CYib^肶Ο < N¢(#)'QtVuN-JϕeK?=_X n94(DٵV Ԁ0bEGcӡ^X*g" @9r.Ϙ$0H ,}2 J1YwE$ /3&k"Fkkʵ1s5QcP*џ1Oi-+\mA1zN/5~"܏x]:~| .ȥM zO9;O?z,&/UMb^EwY9|Ps7/ PCe'd?M-c\,T׈diYmͮc+NϦt"eAl{Kj/i̻x)r;bʽD3clN pYm_]!}Fe So~=&(q26T^JDa>6bژYWaaLGUw4R5rVu}G0dAӋ\K&PB)§s (; oB2wmQ7pjjNa {5XYFj JcEDxzۼL 8ֆ1E 沝$y|hpԺ w/w6h'kKS RQʘe=*Ƙf: tw`:TS_494la X嘼غQFNcPTfduv LbGQMh/u:L JNB u)Eed`%9zT!|;dF qfxzI7Ҽs_Ŵ 7T׶g >ިn[q2~0|0j RYBD+͠E9eQVXO~ xNP-6o)% U->}f/WC?c*}ś( Թ\}$[\KCvŶD_&˚b^5;Pp1cF!-|88J^m;E'8>'U|UuB ע[u4!i@}P#\ھ@%90lXrQA=l 97 ؞&y(M֕aY]^$.@ːo^p 0GP'$\pǦfᗧO2F5/kt~q7$N3٧?J~WlV1U& ym0! 22joKD~2h@|zPIdXH>'ILkNJAoH567s*ӪF!Lab 0ʡBȏڄK+zqaեrw %f9Ƞ6l0!q9o$Gلk nyRYnKǼ1sr*Zq*si1M8aJ-TeED=S7/c$# Df mXx81̀F6ȢG@F*<8vGqڏEGT> K`'`T*f`l>6XY%w.JLgD% j~*4 UK[|RO1󰔝ĮoB{zf!gjq_!`UԉK.$wJvpb'n=T1 IٌCU#O9 xM{Hg(վ/oRP/h wH#gˢ`F's hҟKPrf5,WnZ^CsQWjp vH ]S*]x{٨o-]450'饮oS  e#*פbM'Wasenw,ߦZA822>{.]oИ_ƜjdJtܽԴ4ظaby+}"K]<}tTTeAD:/4E}lSH}Δ\며E$2lxi5mʛ9OsU|=&(%a\ldE+҈ ދ>!fQ 9V36 S룁䩦\4Qt XU-Jm9qќBpQad;o^?ɰ n ,)v7-҆N&=5viLY_ٱG 3Fr" 4i[/-\7Y{`y I_dA*j\Yy9s o]O=9ւn 6^gb}]=Xv=tOQ&1-;g1b^`Ew$d2/!K1]jz ]O_lA$qAy[ڿEepqʉ לW~G!w`!mXz ݑDaλ9 7jE/Sk"8ߞ#Y/jy/c{(ݙ/)=f n.zlni@.nz &i|jHbEE0r 䀄"x~E=W>91  LnY8GE<#]aؘ8*@tpmG"*b_#;*W!:]l^h40piN&޴CvyUEh6Y1m w݆;e؇*X*äbu˔ H(gi>ڲz]S/ ,Kd;1t[;r{ݕD3-Cc#$2#QfDN9͈n͛ n{°'m4(H$M3wEs1<ޡ'ѱ^}DO$m 2@pȞBhܲ>)BЈݿW C׉ݲQo\&J+qmHJܧB%L<8Qbb+.Ul 镄ȯ\X(  =@"X#7n"GʨNG @-ivY}NPL˶ņ\-p\i}zS(ԡ_\8xdLvc>x[DmȃP!r@ɹ6r|NDG#5$lOy{j}PtTR=^zj"s픗h è?ƺe=BC;t^VQg:wqD'Ҹ<_fP9akC: Fgwre32{(oR}p֋8 g͙N5~ܧKQƠ?x4Fg6?tĈ' EsѮ0ԫ͠ܡG-&(?0 38[62%fQJoJKm1IՖ]@Үg5#*(iܜgcGtr;AS<[=1׻BZ>PSo:S:=4߱8Ju(췴k)_MJJt](!ztC%Z;pU é9eoU43\w?`}^^T.#TVy!A6 P߀BM7LHr b{ȐA~yl=?sՏڮXX{elgk4N߀J#*^wOIKlC?6͹s{PeKVfdv,17VN kʉ5o>RRfa#ԏ/O"AYL eP_u+ukcoGO bH< b&'a2S0w#Z|c&W,ڙX8jbBj[h\J}m &?ĐGk 9dU__´#DЗA_=X(szL9-RhOӠVw4!3 0[W׏nޜRV}j ݧ⁄mλEV+c]<@Hɼufs,23#z_H_Yf'PKԮ}~l){yػ;7S-ھ( qXZIo_"PF.A*AD<ƿ2"G6kѯRn ,{P5噏P ev.K_[{`# '{#Lcǵ´mg' ySj=<鶊c݋ O]ӗmiږgI ,‚&4^r%Q3m5_!ۛ%J,{YP(QPEU,o9q9tOx= F56'9p9l b{a6GɖܠZSsS(* {>d9N +:oFa?(egh:2Xc<U+[̮'57 N_M,QDQ;XXq~x)6s<>lNMFCG_ KDD$NlV<ȡ֩mU(dfe_{;ES|'d 6ˢwFqk$mttQ|pf>QP*ָxX C&pZr`ra^b^؋☳a#Ko LA]Co)ڃ->U/#,;0AYR#\fxD*` I}[5 PpRzL c~4N#Bjv{ȭ LAZ^煺y(;p]8CH!>||eqbG87P[Xd.⃕2hgi%B\Yrk͡>:`&J8d{<@'VźysIVv"Wy0ԎR\~oNC 'I'tUdJZhP m[PN@'3q[,8~|&\,}5b#M*FZV:!dzPtUv|&мnY {a?hG!uE͜vd~|vjI(D[mL&sza_z_/cvdl?;x7RX2zeԓ7~. `6(ǃLVpV}Aď{y0=8X85 A?ZAwOV4tڏ2i(𒃬tlR{( }y\~4@LwrcWm+*X_ߋ O=aNEte3Sv7PS\J΅M3Y:އ76dC)Y.bf*okV͹\[l$5![7+, vKRT9@|2,k-bTxYCXFڣpi$\6М4G./:rQmtF4 q)9#rعitIXI*4lq;HMNQ\@޴ 7IiShl(oqHXj8<.z6Ö_@NMSuaEq$k- ޠ]*]NG˙٧z+g=P$$Ì4TR\ޱhi{&?\f޷]r#` 7\)-FqYS X?S!_V5_3qjzw 'TTcy%h|FPtu,#ث5H lSß# ~f`k@swj^C糸 >!#^N8= =~00>a0c%è5dЃl)NIB=V`}S P@G|c A6R3H+e6lD|94?9ɧC8l-Bsؕ\Ren19G4R~ }OQ]LWdAcz)%֑,+CؓɼE9p6f*]Ѩ?'NJ=;&Lp Z=FW=rM+*0>tP[\"t*8M nz<>@)pJa mTǏl*s|h)TUۍN?+Nd@-bChyjd#ǩW[ثGKoǪjMYAmЬGe&ճwT%{OGx~E{Ԍ"0gso%fBW!D'~v9)?fM0_:\2m`?.P p{\jȮXnU oqwɭZrrż'[N{i_߆7 Y;E:I=ReX)cl3dG+ɋiEc>SI1Ncߊ>)R4 Fx1L|m65v7y:F-2POSZM4`RPJQv}PIo.K}hXqzc֊FJ|,xj< &=,ޫrOm&0uVfFʳՙ|ee(m=f /0`yS-B$e$%D 'ds puJ?.,q0,ԇi΋hǟE~%6hE1dAM93w9~^UKau5;re}KCjW7!%?w0Q h$>7:b {vȃ$w"3jC d>mlg/][ /r yԪlQ8L#Sƺ3fl1^qJGr ٯ'41@ED6_ZDu(晥@͛NTf=Tk k$¦BrLf>]n:a~Ciw 8;#)h|N{oˆq Koe(KȞSvKq-vhAȉYSM&_ \x3 ׺SEj-wz81Tâ||,_eZm_q#nZBFj!d:χRNƱB XrxF878t l N֛v1. w7Q jg +L \CBŃrU/-(~E߼>5;焐Ӎ Ͷ&@=gO[kBE1=5=ߡ,o]*Ă/>c}⛑(8%Zƥ]2!SuEw~|_qei[ _!srg$b0grs>n^ANh]eߢWSmPdZCq=Nm__xFDQVSͬ zC":YW*QP-"ɂʩ@tJ^ͫ*#aCcQ|;tUխ~^8j'>8|*6K9ώCBoT6 h@6@fµqA~@$8X7BRdN-v?"/䩯 vGZa'jW;?*ٽ串O>Bkڹw0XfÒf}@I[Ak #!G5AS[]l4-G6Ү_(Ю:{*p?GJ)7^)8&yBDykĵS'*u A?99"ӸsP|DGj#2nI7VӖY6 '`?O2)6Eށy+&ReP<4 4CjdN``8+@!"U[ ђ!/]Wwɣ#Z /6~Sm4NA%NHrD + R]H$K`!{_'ԩڻO J:t==j},֡5vWfCH l-96xb |I n F37YA#NP{+yR/u~;g~zGRUN5y9/\fׂ=rC/cQNCvv*Noס^ hQDAO%LER!G gW1b&'xJrۚcQ筿DJ%q;KbSs]wWD]S:דξ{Y-f8J{hq.diY#Ob֌Љ.FfJW?9= @8 軞&*DkL=H Ƶ|1N~trS.Tdn "1#-*`|#\ tc+>vlӔ1!SNXg$3]ݲ ;V)e7m@v"QNvˆsل1*%(Y800@+SojZIx<84U&U!o( Ls l>* ;x[#%w+'C4=!HnMxC*<65C"$Xh?%Imx8_4ʪF9Ce8ުuf6J̽jVtsUQ| YuU@>jjGWXx+38^Dq>?q-VĪY$3 EӖ7K(JX>ޕ&NRV0hTg_aI”!t[rZ!k٢]m*jp);m^xW#L5N(>ӳ!Z]@f 8.b9h?R rb6@<+ɩwp7: ή2 O5}=clo?lx sf ]̦lӖW#f'W9d;x{.AŝUN˦rFg1j xha@WfI~8‡ s e(u5<=]IiE8-IE%2W”fj\qA),9EdA^Y-Ept' ui.:P76ovM4:ѤIM P~KTzO5H  >ëliN:цu9zscF@N⏇:?* l(vol-i`1Ő`KFmwFbs]2sBJMAF?54?o Vcd?[߬Rz|V'-q=;?}Tƾטk[6"?M"vG DqEc{AV[bB LĴ~r6_&E[ͅdÕ'wa圇0/*! M?o>GvdmGӻgvב+'  \tS&p- O+]SK -_>,/I[e0)N满TMU: @A S>GRl_{ŌY^Vo dPdMnÇR&az*SۣʼV1~aSyA7-i;e8ؤY{c$d-vY+*>2R5ak_=Ͽ>:&rUI}Agl<3 kF` yioȆzX5^6tra#xC|*Gv]c4/FBs Gʫo"U:lEu z[H[DY; S̢R6[bp],ǫQć$CMo۠bO38"|w|/[4q7 &sM5Ĺ~li;Q?c LsuPlf7KvJ<(1pcG5{>Nt(cR$ ajD4]&z̙Î$lr#!cƂFŞ?O~e `ot.?z iu y .$/V6sYFmN]沖mrhBL̉/#WR/_2t |jNk`xtY;+)03sfql0"~=`njɁ]^aS#yT{P?i|@첶RݤvQ@OucM&K,!&_ɯ#RX4x0cKy^k;fZ-&~gdHz{3ae˂A&s-j"4^V0/ b?6PG\ʠVs,9I E6X4BR*Џ]Ien3L@0;rhLy7ԕSk(Ct%>zʊMǛܷh˛;MZU`d`(D# Zyh3d.G)_ho3q!upsrKޑ+ƚ_<ل'G8 X DB;0ZwԷq-nF*~.L\]vUW5VqDE2[EьxGr&Sy3p,z-Vn|e 2`}}y:iehG{?/>ݻ(i[MkY=[WC2!)I13)"8\2<>dm;7Z˷KzFQ&ۂ @8% Vxo)@!o Tcl8Q 6R4%;a"a\v:G>Gc?A0#.ٞ_dbzY~4d^K4v9f0}c"ֺ/t+'g-CfJ{]%65lF CU{-8 {9&{ٳ6E<㑐"udNi5](ȋ|\,g *AxH^j'6I]V;~h6ώw^ήv$6ro"@N0HQ7DQ%M,\st&\EeSnM9̣^¾ .[ͪDV!Ȓ2VlH.FL ̓T@ᮏ*$+[uAQ[':`J"NXg JǡC;&$X63 0%|+ntxiYPZf?sDEAE$ Trՠ2%{?j p\Tku}bE0ZQ5N]XdCOٴxFXz:_?6VyrY;@x),rwr}zJ'1$Mf}c]IeV<9u|n!Yf+ CVSq"ܿ ]ٛ*[4&y6V0V"*>]1 F0jr nlo#n?NcY,z/riC|#~i_= Q-ąe2}Β.MKa]'M9 :&i?E V=$?|NS^OGiiqun zmNp;V 'H\' ?6?Cl\[-#rc;ObZ w5I=L=Fp`&\(EYW7Gʻv3øƌ `;o΍T9NaS^0¤szX1a˙'AQ-']֢B{:Sq.'Dlk'Poosc\\贀 "㈌~R.Ea!ɢK_+tZ sx}x\'Ow׆@WQob>rhh#Ƌ eVR (d( S3H'@K8^-f ?SHE6hC ">e2^ą0a]K byohY!fW3rV|[Z]DsP_%ҿ6L8M=5\c/JAǤѧaZiuce5M,:)0D\a9j JHoy`C=;λE&ҁV'pˁ e 9X_*& Ij^/|HMM#֘8NL{+S[C,#'n<}8;g'z,ܝO%iז1T.*͌bBO$EH<זUo"NǨ lfnXϫ҃V ?U(xGz<2HnBCwdDu4qe Mglclvx񖔢+4ko\3a?g r9ZWr x}1N_<ٴx\eLJ1<)6~ak]R[xe\Ӵ}xJ`)3e/Y<e355JXWMF1bW/6晆 &;GD(Zݖ%E ġR`U`LO" H9wNBww}J5iX%_vz筚TA?KxT;uIU=oEG(9żchr i ylĘ[KKBUPpk1thAAgLv3]'+W`)D0a19YOcUNhl(? X!էsf78ίTDY׶^Nb2h#Lk Ld>RU$ɫ05jkϏaB$4MTՒQ %1`v(f;V"|CxlOx1= u]%AwmX(Ye9t,3j nriԾ0 I5N>IE蔑QUqCLgw"ӽ&Z^/gׅI)k<۬2>G-X[>n4=PMGU1 ڱ*x29ǝ'(`](ÿHq2{x3@:i7i^ܬ/t%`;K6V209rQ+ Z.ԊWvЮW5LS"28OJ曱?T?> *iK:sw%PXO@U3Л1VQ-+LM*B+Xm&p216uDyU]DwȽv  #/)' vXAjc4~ vA$@ǩqb3'!2)J݅h0@%K1 9QEB[{M0|"J[\&s\x^/dh0Îa =fx:Ok}k*BvʱW㚘jvVt"3j|-GpD˼Lpyd21맅m gƌ4 *Xh3~(B /h=3hN5 M@ }0 k Rd'Yi9ҋJz [5/ QȖԂtԬ&[]&< ;2m$`Y醽jȵux-mMة\}7u+8- V) _CAomz0X9vb?,r'7Y`科~8,x1q?I[*,{ Vmf z]I5G!Kkhb@WTNP 64>(vsŊh#k)UYtV&`hkSy~Vb]$}N>l4%R4aF¯r( Q | w Has]N9<k;cڱ^ :#^ı*-hhISSQ"L*~-ӋD@+ځu1#،1؍wdwiu0hfE,k %hinXƍbI-8uȣ0 bu`dxKgxיl^lRR9HqW%HYdVQ.adGPAlAW ">3i}%星V \btFYxtW-' ӯ` N}2#Tpb?K5;;FnM8?h\ITF;$B-Sug#m:#tEьC=:s=s˯Bd ZMn9a?MBCfIǁ1sWobXH }GR"N7k\h `M# _ĭJy^4JZX- p^ fq$>UJN#:ӄjR xC0A VhWN05w h 'M uJg>5Kɓy=3`erT{|YݫD c7^p3K5b˹Cf:l%*]dzdЌqwd˷bCHGWM34-qs^ tdy 2C#$BBY/ɝ(A(n&&]hM5rV&xx} l|5>ƲacĞpLى㳮Í-sP }nTvLA+2 m|1̕*LU rD`.ww&r4GxC"Y#~5=! ;r?e e*6 v̮/a[Ft *?B<+?*O1ʵZ@z9nKx;vGp&[Sjg4RuY(C)űuuHsM[30SUa4~a&6dP3`N 9y} ~v. ֤{5)46 תZNPC Kqش zd:6X k.Aע }}ygSf8liКX̯Ž6 :3|pl+!3@c? 1V:wDF/M\` 7ඛr&0yt8 %X?u{U3('UjivSLw{w:&_KGzpc@ʨzCRɛo_B­Sÿo+6tԒ>L;H)MKVr/֒fjWpvChIgl*rjF~̳4nƹKl\ss ɕlfz?[Tf&'/>3y6j >{QU2!%c[78HcOtYĩ$3XHP$Ʋ2G'L*ܹFx 7[#&A?r?l nt`)8^ 0}s_k :gG BdqZfQt͌BHA3TR(;=;'$_[׌]csi 8upcN@#3`VL$NQo~dZm$)ivNRXŌ,qb."FB+vF>/0ЊYj ,e(pU?l;қ>r9LTkIH\˰@V%>.9Y(34P=ǫPm0NYva \ttz)@j{?ri=hʩRVI4? +ƕ> f+6o\ ,Ti R;Lj"cRLUT"+eo$eNN?߼ϭOA2 6 ))}/Y|}Ur"ݫl xSu=;Z)ip=TW;,A5EϨb-HOTkvH~j}I7{Ů_YTiWSM2rѓ6_C ^LNx Nq=(Mesb*@ER[f&R.'Pypyxa(&Yh>R]1:c}] 6$9[HF Ia+QNkT\ y%@IV%^A/EeʭnϦpp'^,gn۲i<;+nkz{ⶇT B-r#sRhWRp/A3#COI -l*:z kiUOL;I&TI, קfd z=A =6 9 YXO^aDI~zr|(q=zs"l)VŌ1Gj 6y#!!Q_zsfb\(+UQfBV/-?MxL)JQ56zV)L־@VRAPrV:QgE _oX4~e H 0 a6GKO9}f&2b[9=)?BDaE8+K)F2sl4K@]-GGg|i)˖Ah_`lAmkWk<᫼6T"GBYԎlK[L..&c\ȴ`[sT=(ZTqe,-mK/c+HF0>rw/% o! BFu4Bǖ ]?1>+`Y㰱<}c(c%VA_I<-jĐOL V1!.P~n؂B)@Re@gn:N3>Fa n\1 RH;/Xkf{R@?FGRF2Gk\CH2V^N,ey 3OT C*yA%b=㝴~<(8 i#gQ/,#x^ V6['=42.Qm`&v,ؐxiKTDkw|V׮ŷK;'ܵkO.xʻ8٭@flZsZ>.*AI vӧe8ި͔ޤQaMIݱ4qnܕ,iB驙a%~X_cX{ȣ{>g  C<fZExDp%P/R5Gk)^avVgWOLZor &WQHO>b Aƪ Ehvw~$D#Z"ڈx!hKM.VU5*PMpl>e"lIv @cjc ^Է0B$uu|<ѕ?<lω'65S*[S)EHsu|&=:᠓izLx Wl O gqb3roIU(<4opX.ƀO^ܠ~ݫCBVɜPg z;G"ΌT3ß'ltG<}5v͊=-*cF_%#B cQh{{|\/|WQsQo婺$2Z%_&?7 Z7^h+-nk`>08_#J*MosA^9îY [s_jR8 Гu'o>.kV/ܕcT/vxFM'q~|}ugXDpۡ`"Q o'h&2u&jj_a擅 L] D=LFӳ.u=$_בj fk~O-SVzOw|OzUIy([Nsނ*pҝ2NjK_Xxq|߲USq-K4TojePz͠f]gP]6BD2ך+_V&Ż*h-uOQ(ZV7YW[a1Z!ek?& 6T*A<6ubB''P4y oP6eOc'ϗ}OAYX2T%pe93^2Uj5>g?t;V_Rl}ЛA`;ŸL8&Dq ST ۽ d[GC+ǽuXqR'D oԃBS ]_1'Ty_w:S[/Z FfMVr}m ̑zs7wP@>`tW8;/ymb[xP^஥c`נ*10Q.(o3{4\Լz7";'4>~=_NfMY_?d©A` jJ5$`ҊlW3|%_2&VmԺ?PB[=qj &c|]L}'4ަ:c''rmj+fIs!LgiTJh"]8n w,Z̊؊|9رz\ГjPOk-2_Pet7s@$٪^8jgz[Y[ p.zIQ$ C!E)//]n4ln^\ZʲN9D1[ny !Yl$@^YԱ]F?k'N ]-.7G=]G4t,xXʭ m#^]Fø 穳b@0׺/%oEӓT؎жP<9Quu=m7z/w~[W|oes ߟٗW9AK紾8м=֬.P n E\u/.U& IWʏkEݷݔђ+ROf0U8<.sF( 8AYH./b3QLgIev׼p;j3<q==Hp  Q~|Ucv⒠6a3'] .{WަX1P#2d7=@]C(bd[ƕVڰkF5M~DLn:Y}$H V Fz_1F?yDž/t4{a)AuYҳG@! ]+ V2>`2YB(aOSgY9txbm|jT|;65B쌷?rR""dsc)t.kݕGIaP-]hOPCT`k>>&la1QRh0s۴1FnsbUYɲ4Y듍'Bg/[?(v^?W..NEAQ~-k0VL17LʱUVq":yGwu=#}S<zw KlrK=e2LȺ,I ^4 b !ì7~پEO{9ѳWRY2nߜ?k?]}H|ߕ=pP@hq6@lYɞ,P gN6:cɑ+@>ݛMWYU^M%N6G3RZAiIW.ƹ,yW>r{~fzri? Z\+noSDh9hxPzG-t')B;:ez[b w !ϒB:w *TrlH{=~frA@q~Ky+:f HHyd  QE89 w&$uck12P=*p;gO+`7jBL7([ tˎȋ.ԟ\ŗKمJ #{#f‹+ w0qՍ=y9(kOb{6.0Uf ɢqNrX>BaMZ4B"S>2M|9 Y%E4pdV騝2*c@gh W 7 {T։nG I H5@Tb.+$ҪjLP#}qBElɈ¹yy_[ӦޔL PV%ꘘIaǯ$fDfh U" 2|]#2mǽX.p~fieꦖX ƚDf),,SYv'R4~$쏚:Yh n:e$m"qMTWGh/WvMkygbdz6ts;$fr륕g}5ȔыuKΛַR",`\7Cp,Ƀm>jpƤt܋bw!ԌٸmڴQQdAXwlBZu6Hmkk8MhUb2Zݥ 0*/["-9luIѥak"(049ڸaXQAВgww0s/]QG >^%:ޛNN+SvS ,I5ξ]=7T/$d@dn@5501xjM-%6C}|z"leuocG{/ я#~4s?zz,xQiy ^K%EYj=gN\ۑ|pw?P=JqRWhC'jCO6UxAssOҐoO\Թ8Nq=iݹFF#t EC \OЍbT-khoF^:ez\с[e)2_L6SidWU_EPpOu4+nK }NӺVy5aΧu}=RgZT.ע?eQH :{6uZv"_;ڕD?ڱVaRX1Rқ0 XX0X' &$_y;eI zf_W-H4THVB( )ՉUS;ߢ4(>fUnA}% HD \7#Ŝ'~3V~r* `m1UJ yq hM?0~ehA8I u y%11ksX%]Fe5 VtB Qr8RoE?0h`J>]Wr?4:w##B\(4_ޠh*mBX7\)SgN 6A-Ҩtsw.tu3Z8W%/4ZIv@!!A3$!$LJ{~Zk\ݸ˛ynq޲}_PIRᩴpU}9P@3PEq9ȱ}5$iW;bhܷ-,hXȼjiaj PJy1akn}PJ!Bj'nk\Mވ%/L 5' R,N(i^aozpespMyI{F}N"no2شUD2fMuA+[iX2ys.YE[3DiHj#H&_j ._P4cKTg' =E2Rk3|Bx^iNJ~U3t͢É:;vjg^r'ȴUQl\I*% 0I/G=3~?u:mȱ3W'~CG\?mj]/<ɡG8FL=mgvZ8>EZ cCk BN1;|NʀJ3aT1%G|%JrkԅV. T|xsi󔨺yoQB>U"0IJbawKW ?ט$Tۓʷs?AD^N$aw0r#$}`IHVzjy.,(|>p@38b *m d!Q@FZj/1˄􃩬LĽu{k)wJ1TjZS1Fq<Rc!Nx>BLWr$ t6YL"}m4-ڊɒ 8!&Ȱ拪-hkAPԸy4Q̙ uyEC? 7$›B14Ӯ.ro'=8K(%`qϳΛM:vt κFAFr 5Vܹ?'gGPj ) Nʲ&_i(ʖ:8S|f6KZɺgp"*;{;TdGAKX ;Pj֔׮ hѾ446uxOdsC\Ia~]rnf0j}Dе\ cI&YP0{!$=_z7QS\ZؔW0]Q l $Em!~MEPNvu; BGt"OAK5q @!q->QFjfݬ'çM\:wωVk2XE#,#m/WdNmڤiz_x/85qYP;K{2 k$S;/?=4{{ .l A ԉ eNML(n\A "GGޢ?<l'm'4j{6i6?Օ0*9;Y˫})ظ_.<R X5g&*BImk#Pe`DsߞF4h& M3H-ZA{aeDDZ^[j9H^{U 4_٬~]حgٓ*?a\?VzBRVJpج'.)|}`Ms.H^<snX/zKD8bO",M3:ޯ,at` ^Bs6錽 X΅)ȫ&P~b>'#;nsUDJ'@ l6kEޝQdwrj ^-sԹANܳۯJQ+ӔVh/!{c5?}+#J;yãaxfpIqXZqmL"F,{ޠyIp4yOUpJGuܪX<(G!\A5̨|9Rz2XztZFlZ{ŽbG Hi@>tfTDUqrɋOx&0@qK5ګWc3b^a=hH+Uʅ; )i3,%mx/ɒBQQ|P:EKg/lz.x≄ش${o7d% _=od7lEDQ`N"4i3oYd% RqlUXmnn:=+v08R1VFꊫ boFX:SҡTAbËJ3*NM (Y$iAgkUy}7vC)(3҃6GIΟGE8Aee8-'ef'hPÞḍgczk\`jˡ35dI); vRNeE E,}vWG!>hPʦU55!t!W8̀X̲1qO.8^ya| , nWQ_ #fkj:^ %QlxjDy,n_MîDޘtsT,]QR~ꢠ;K?T38KQ5y[l"hWx(ډLX82Rbj< {!P Ԁ+KUh%[G{\Drlщ.OzuWH ehU9A*Wj7u|Rh@0ޗOl/b@2܆^aIhLȯ/%Zzqf3&DŽaOkYeGM{ΐZlaZT#` Z/$^;ݵ[m> Sikڧ+߂ i7qޟxßT8TS$Ok!( in .R4vĜŴh|4S^i`'Y#6^h+9Ar/SG WX%%3ڏh5%;WRP-3yOl ,fYKs 掾p@jޖ9: [~=hIPdQ·cN rL!_wDSˠƩMiLR|O8=rf^ֵf|(Enǒn%b0f8Eߨn?.ʱmT~-!ilFr _˯ԸR0rj)3I~?K$d)=_9g5F`@Hљ"H$rJ\h].-|.qsaK.ڥp9G]N \EB qjyWzpp87<U}|Ҕ¥RT{\`žkEEYKRmm 'HR_>Ѩy, b~j`Wfsv)6Ly Y}.qo]pg_WɧN7/6~S7x$-ɕP 03z 0vTJ"̦-, ijiW~s߆fh$?;2y$l6x;~~V-:P[ U֘f'A `± j,@\L>9cK6D"IM]fYU Ԡ /h.Ɨ5FCfNJwL.h`prHogfk8$9+gN̥("Q5u=YZ,"1Q ƺ?TFh5F%J;V0| 8]WOlM.͡|+l<؃t*X9eL$y!|!;2> ȽDXc4}3Y hx!nNBDOtO8=(mA& c*^њ8 }(B(ZfC,p޶z j@ DbB-95~ƺ~U-H]wv>Ϛ|`qeUbfVvb0D, oq8>5ḧH*Ї3!"Zw).{F'aKU߃ _6ߗފ*U FW[W9('ijKϦǁJȔkܮ6v=cʇB.{e!a沙+BtZeUq^AN<)wɖ'Q|jsuv,|yDN) g72^Ҥi0HȰ[Zس8eÞ8IKڠi,JBHX?<Mŀ,6zHZVrzcH/:w>zRxgT/rbȽP$ ##֟S]ռ `bS4\w[sMJ0K [`f\xw .^PѨ͌fٕLfH1sQvpd~\QqETyHH_.bN#^DM,z;$g&?mR3}WwRL`F_ lhe'`2Wk^FI~4޽Yg_Bϩx?sF1i:YXq^>9J(KW*EAl0̬- ߱G F 1Pq̳%y`>:d޾aO,<Ǎwc#H wsr1`Z3)ݕ( yoLnh{~x/1M\xD̜W1;g7$+ҝ|b^&Kr(=!? Omdһ)uk=:?r9hNmDn]۽GI&M9]woDiI4D:b^`z}.n_"F 8^nS]O~#.gMo"nMo] Æ._)m]͉~`[ Ju8<RC2(8@|;lDK-NU=}r+4Sm귅8»XY :U#ݾu"l#CG?cI5p˅lT*3h5\'_\i~y]Z.'̧RW721󉈡Z345xNd5{ӆ>JY5/`dW`>+&TD."fY6ȁgՖ<&^iU)})LaS04ە6s:V99SwftF{VAM3G2uzsn_=p\&zzxЄw^ICL #hWu['k%i^7G;7^ĆsEJ'ed8J*!=9C;Izٌ,|Y,zi4BSe P9k}G:y!*wX)3Bvɤv J(|RMfӾos>.qDڧzu5 &ks",46,S6iJ2mXanC>eS5*j c˴}|7ۨ\ڐ]&Cg3ٰGXƨ­e؝-˩i 7G() GTn:q&objJ: ?pGs˗\EBV`eYzԾ>T&1:qd67bdbi}3&CD$-e)!ԃP~g H}' 8z+ ү6BfG^01y'4AQ7 8QC.qh8&GX-h6o/%g hA?U;iIFD#P IRyi`Lǚ꺒ebsI0@+ªH`pS2P !{Wa6m$@^y0AbTTu:@?S"jF}c_qGJ2E8$S^} &Lj؀.J]Ǩø P? GJ뻽v6GDz= o$hZ.O[3E|;ȿ l?bG6zbaV0|R.oR IRa8bEʯ@1h5|̳Dc q%./}DqT:~&MT$s} ®⥮<6YdIb.]pc۫!\W\m=p)bGt=N\},>rcE稊J?aGW^q!ƻQb{ǹYb#6raMj̧%g|kN8ʰꒁ:얍j5҉B !{I"N7/ y[T.=4hV`{th6*OS08 0;u~}NRl)~#͕? i-'Q(IɛȡN^1g^ ~ʰqݲJ{\1ڛ nËħǷapơ`)!6/% !yNX?M*wXp~ !8W}h p0e3"N )wc2>y\y%3GsF. K%$1vV]y~E];9^68^Ia?Y@/航H'=!sӖ{?@JdWf^jUR_+)$/6KWRGG֗?bu ?oy /-T~Ⴎӕ$ m .Kp׈yfę=ߦq+W;]uHb\_F 9Wׁ% `[E)cj{gNI 6=6TC+yYA[生_V*^`SVOޣ)+iqҰX,G۰UsX=)CswЌakFY 5N^Y]y~~ :VAy m_rDt>"ʴh{uAt\NNLl3%(u3FNjh!.־3qN䎫) /igw7!74DH a?(3ْUzT?p,ViE9[yɵ']!,Iڌ|۞PȘ\RPa xli?O݀Ć݇qM']L˶~+%$߷rÆrPII:io<ڻP@Idki|)"KBs[:Еn</+&l ˻ i]3%xWT _^xno/{Gj Rdwt>&y_c*t}C<[`S+38v#>dž̄|r~Nc+\EG+S$Jz$o!^xIT.?gw'n /A.31<9opxY>-ݷd;GPW y[QTqq;RjMy*㈃kyq'arײ.>bdNIP+H2˰*HԴO)6N?6gJ~8HͿ`qF+J]ldvqP2pBnql6gk-9^л +c_<2'V!DCDn5k.#pF*:Ыf ~&LQ{(ߔtݠ%vYG*S)^q2^N9_^Uݷą'_?ɧBeu.b#1K"nvL*stU'zZ,Dm}QV!zFIZ}HuQ:8~㔒1LυsV Bfük n&ʛ%-# HܓxMA^)/ /7I~-HKy)-SEoapo8O>#aMvd7U~T֚@Ǩ5nQ1Z3`f&8S%:i[uzRGEWwf7-!1b[N z͑"{~l&"Z lP0ઊF `P$[℡ig|aB#& +o?A[K}["yzd?V]Y2ss`,`&Cn!+nasӣ-9TQg{UR J1/NRIm:3`E\Qd(^ETPbm m*Y.h¡Mu*pv@d&"VW3 wv~@}ٛd̢-+{dGlѳl@clڋ͇J.I"p?V6dRcST w|< gƮ@Zj=[![I'bNs{OBmenb(\408]޺vdjf8[qqv\.3:<Q:c}BߟƐ6?*JV׺6-f4`g3 rg#~Cg,An$