weechat-python-3.2.1-bp153.2.3.1 4>$  Apb0n!M@eee9N8͋4˅EM9h3YQw QnKZ"hEL wHְ-mHYFy 1|ϗk%xyقBS#D6Y_J4xяf*, Q>&vfBj?їOc|%jp_Lʴ11EWdᝆ*Rtڢ.9[5SNjP |Pezb"+"_լ y9{nt&K8w}N L>c1e5392edd42d674f3b1399c330a45a87f518a90453ac41bc5d657043a1b38061bd77039471f8c33e97a9e87918a2864aadfe185g4b0n!M@eee$-,d+ b=|9ǘS{VImJ0VC^\޸"PmK~Co3)[Oh+~aR&hqI3v4~[tL1$7!xqVxO`/׬PWpPI4:y4R؎\)w@ a^C |wdm|8j1k٧:FMqCRX0VК{lUh(FzXv~LdKGz/N8(>p>?d # H $( * , 0 q tx}   ( 8((9(:(FGHIXY\]^bcdkepfsluuvw$x(y,z@PTZCweechat-python3.2.1bp153.2.3.1Python Scripting Support for weechatSupport for weechat scripts written in the Python language.b0mobs-arm-10SUSE Linux Enterprise 15openSUSEGPL-3.0-or-laterhttp://bugs.opensuse.orgProductivity/Networking/IRChttps://weechat.orglinuxaarch64b0mcaaaf4e282928281b83b2f74b01657cd26fbcf240016721730e58b4d641c5f2crootrootweechat-3.2.1-bp153.2.3.1.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-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 subpackageobs-arm-10 16473410553.2.1-bp153.2.3.13.2.1-bp153.2.3.1python.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_Updatecpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=49e18a29d54bc8ac9e3bb6c640946698c19c1b62, not strippedRRRRRW25^Q putf-82b17d5a6754672dd72686b07ff05b32985f15f4f107a98e7785ab76b656334b3? 7zXZ !t/'9] crv9w,FLiX0j - .ΐ=<~ Mqb7G~ "I x /ķ*wz(B.ʲa=;)N1>P%Wv̌~Yn~gN!nY^ yt6<'V0e0@»O*< D겸)DBI6O4y=4w1e%,YLcU_+K yr^l)Ξy"`&Ϻ/(z{ښq g*7nq6koC7$VM/4^l\dp$[oˬz o MxS`R-r7˛<1Ť LIHKѠPpnܷheҨGILZuFB?_NlmԻԤˋ"Rn 웉άS B{Y|MbХnWJ?E"<؃J,7]B:y1>׫BC$)f9&Io8MZPC:sdJQßӁF%t~&ؐ} ,~r]-AbG Cz-k]$|3|uWV7^tDP{@bl>dWHK#p򦘦7vض&hN5ʅ /k* {V\Zϖ;Iv s 'i6?{gw0:^*CA0agnJdʢ,/GqrY+gn,µl\9~k`^$8, ?/FIBQB_]/pרtqHm$(OȹCnVO Y*9|\s q#*lp[әK^I"9Yۮ6=9I߹ #B={21)bnnT];R_pd? CjanoBI~U&dF^Ò׫%JX0=R)mHG;aBUWoK9!m3a@C=ݞx`KZuiFN;҅,@B" ${H-&{_ItG3uQ7"YtuCf@t-CAn#|wמJ$ԯn!R0lq7q JbR] *>4]534 BS]IJcM~̙ 4x~V{oBh04xu㞪FluY2ܥ8Bs FNEKYcaq-eG9Ӆ_+O{V@Vm$0ܺ1À]n}vȝ^#X"V0[n4v`973Sx8k$!hZ}~H5joS<6ѝ'EF> ַZDpg:g)m]3kVwsIЗ+A\lj6((*}ңjZF]vS)He CXѲٯReDdFY 17BrfmጧbU}/8}vʜ!CwY S2}ӕ f"ac|"7D,81EvVVطcL|i'",m"$van|s[Q r:ȯcThdа7ʵ)8jȢ( a=pqM'?pR)"K>+O`oczQ bTjʏYhk\m @$U4G+jyt~f^Ί]iÄlm'r -{>f~jS Z}<is7UҮ*M]ݮ |e}]o>BAQqPڸEs& VvAp=x /j%>$bڽXpc^ 2WŪh _&\,яwe8Z"Z >ԶoI?.'ߑq2 tˆx5q? p1:vq3FYsR-:_b"h[ȱ !}8-`?bJ>ڐI Mt4Gj1i!ӣB;gK\6Q4GaqSrl4&3EuX:1p\6 (tBE6áUIQM!;7#'Ms”a*3d^ѵ; |"<81 s }8:Cl1ڥT3Gvo®=)A ;jdov7B;Og|vW!R"|Wq d@z%T|Z0r`OfacuQ!w[wh^;Nrjճщ bɨOzA.JqtCvoZ$%?\OI50qP *X QjzJQ>$#zt]٩ qh,LΤ%rCWmT {71*zԵjӍ-nw:lS{!QqVy X6u| <NWCK 1c!\P翨d]/ q{{AJ >z 6twr؟z)URϪ{^1wP,L*=@tT[5m#) _euP(1BmG$ǚQ{}A#AL1w1]_Zt5l6JbPg v{Ѯ[ ?nNgZ)=[4~O{suT!Ⱦ0GȞ(!]NG<;rGǀ̭;f.Zsv`GQ)%݆ŇXDL!o!]!ź#Dů~/+'֡:N)Kpİ54QPIxQ_zC!'9WžCO7"ؠM[;_5׀`Pxmj q{=hgJIBpn!آ%2(˨s4̀b4fkMS1qZM|5vv?mR")>0+X& h4 ?/=~:u"#iA" 3t47ȸF ӈ=W`# T熓7qIDW1E5*tᓛ1N0M6ڍЗ[+ʷ2. h[мDZčLA4b,= yVM{3t(4Wװ5#z`9_Yđ?/`£"V> kDSbB>Z J[˽~Od=! )̵hJ_iWju_QDh(2K\A8ȗuYDIE4` Yܰi3qm "(ܭ9@5pm!' )f3$V1'}þŎ,]'llxWOpb'׷_YI3d}gL$:vc[I|Z^qh8G V|sr_+p^"=!a "_9UL9O{`P^lӺ?N* 6)jDAlALT5)YOi"gr8*鞸BQh^$291V*Hj5n"] fΝn;5_*͈enyP񓳡_*"/{3_ n,w}Vm[l)3fSRS:2Dw^~ۨdncV 5 WQʏ9K.-]**?ϧ.&ˬ7g|[`'%2yt_@([E÷c 4+qi X?]wo]dj[Sy%7"ŖHQк;b{r"~Zzk AJ+9 XS(ts~j85غ]-aAE@Mcɮy @/|A9kFІX~ p/Vy4@Ƥ?Df C7 }*&Gy}x+$@KUKyW{>K$o5u9@Ce2 )]t`qO6h6C2NB\5bhQH?񿌺M$ӎ4S 9:3Z~),$f|={"4!NMt )1縔?z[&bAF6fӠ>JG`["F0Il~4st4? ,F }Ut![!kJ2flqaNK":{D9C&PK}v"%C8&ҽ|h#f ]tIcVbJmYۄj\%/@e!Ӕ$6uTv0~ܝ XGDֵ 뒅QCDlr"W)AP|\Ɗh4tYz1,|v/֔{\i:-bkČ'T1tn0|H(&!63jɠBKNs[^<(NbGGV88sE>t*Fm4SN@3V .h֋o?{!O}:!A,ࢬfw"Mi{I:"[>NC'[(ȡ9I{|ѻ~>[RtB]p%NDc&KC2uF# kLwjϙq./8z&]-RW ?QR'D|f_P+`uW_CXMr sG_d )6lz}聆F<N:|xI̔J7t9Z?&"W\ XoB`@(ubuy7dFm ĈaEE GR&!~0H?$ "N Ixo_^*y4Ozs|l9ԡisڬex D5P_qJz-cAZg L;OrǠbu=磝@g`yK2Iݦm3ۮFxn9Fi'T%X;] fMpQZ Y[qkU.y:sávQ(vʱ%R#&O |>^ IT% BWP*t1g߶.9Z~sM;,_@^OgI9\ "cƕ`)ih<чQ"SVG56D \ 6f=lEW-C,c Mk]WQx(H~)QbS5gl+~MSE0yE]"RӉnt%״r?=ԒB+}E%g>[//x7V<.Hj_RC&{.Wߵokp3"Qypw5}b<+u? (D*ЗQ6+u1VಡR?1Nȱf\[I]9]黄=wQTB6y<7W_G 0IaF乞vyM p׭^4A ;AdQH7ը&N{2+$6):&U?g sL+g7{tu!4\V%XRs8k̪4;'e~UA{Sd:Z{&데a- @7G`qUmD=Ƃ8Jd 9܍%e{.VWYJx_I& 2 i1Y[4KBWxkkELXQՖ W% ȐqYR֪5}jj+o [$!iDv]] Ig괥`]ʯ|on*(5&9[٪]>S;`;pj$)g,햹 QX.mKXM3碉SM0m#֙+wy: 1+ 9Ȗ]#e#|zPF4}fk'5C!*(YO4}t ;aߍ,}ck:1;$~9Y1jU qBF}FRWefpz}u&jPnz#cՋF|,zpGPn}y3RUwOc O'gITIݾkҤeJIZ˯#_<  C=%%[X!|Ņ PKpq<:'NtHo`wA ӽnJFU2@LYܓkE:]ezyzV2.E=xXB/6qYĂ &){BQ 8^3Q)x5$p*%7XZ Ed8Z|>J$1i6h/}oSPD !1[#6LK"lXe9"E֑Dʷ3_*팛LWd_*)oKîYtOLGE+ }iuKL'! =MDr83Ȍ-wk}oL;}7{J+%s:ۧR7 ^:1Jwݗ6A[jeP _V{Pù:hCqhlfV|r/o[h{n =aŎX$Swaj.ԃ<͵mReP3*.qBz4kc_T>L_ 2 -4i-s ! J $} KT˨dqW,ޑqJE_ҙ <Q/~|yKz'c=R'Ѳ e&QOf)ߓ$r}`0k&?Ran)zg;Ũ;/[>uN{wμ('(+Y~lKybS]dP<-M?a@˼q?Pk8L vʄ0mhjT Z#4cxXɰBޡ'FK?DTXF:^%9bYMIzrG׭S޶jGˮ3^`:"ˆ"g= 'Ӣ$h˻>k)]qU#FlA\&OǓ e5bk6ĕhLRb`|ytA;|e{f]/z0MAQ%lm+t| Z\Pa.qb!A<#˂v/2J1xleex{^m<mYHse&f8!y+bA3m&k|בOyg \!apH!lM;%hCD&!s% z1̴v< P#\!Snb[,y)ސle408Ld)z?F4!g&H *,p }Vw󝙻 ,SڼvHKQ@C=KvN5!D؈'%=&_OBu1$ZY0*56a4[gRmu%82)V7%&U[I9%,m!@c|zO=< J2Iٞ:nf#*J'4Fl~jVa0 Mr/y-4{!ɘET+l4SL4J{ ^]cUY/ Xo͜ #\*R>&13>Jk9~ Tsʎ zcguLklcld -̍+×X("v<)J5;?\qdX>?Lv6`e`YXۈ0wNbэ|NX]w_XOڍs@ #(1Cs/T!al6V Y@u{3/4r򭗻Mu#7S:M86 5EcFNu6%[9@|5ac|*bZX.h9Z܉Ϻ?ثq`v$gԢ$ٝ@X<~JlF0,HT7-'eˆ~`xy z e̾MΖ;;nPrQQk0|!CeUmc-1Dߢ(t![&_򘖚Lz('4(Rbx:Mezڨjg 2ۜxup{vߩBH& "MEڢM BΉ+K}zz(\-~f >C)^A \g8k\ *㏌3X2^9qGr:ɪ?P@w:=X;칉 ?R4b9!d#;a]{fkETCBp i1`ݳznm 7^$beC5h70xES{X᥉l,8tiX=-uۘ_#B!|nF-2DZO{@/عP 3,$“K-Mt#oOl9?6nUp/D6Rܛ2zH%$b|*".3 8  b !5@p Pa%Eԓj3Vv/[sz'Sy:~7qt0P@r\_ "*0.5,=!9A;+@?H_!FO{KG1aRS]tZuaЕ^Te:ݷZm9=~;ϑ8{RZXgMˤzrv5{ckYA 7)v77b&Fk^n vJ}=(!!hZF ez`~q}e#luֻޝưkwTn\JOP>^eY;Ht|F,M@t-]`IJ2-q(e[|l],dRܹ}}7şmG{5*_N)L[-0aFsV{KHf=5!QLls3 ͳCC55iٞ3U`[.\`$\kj7 `堁Y[;.mHVońH #׈kn>m _ٻ WL/&oQ/kȡ\}嶉fN~\ +BxBȿɤ$mHDHz7INa&Z-g(@*l0NYGED(ZPp@GB%[eV5$ j$Q?zS`";jGF>ӢsrAhKrR4>gS+DǍNo Pmu&堥GBFJ Nɷ`b.P5ʞ)Sh$֦p}Ptf(qB.!*n\iOUlc9YTuB\JT4"&tuJv@LI2FT>>(HP^uGUic՗uT6Sɍ.P/6/{Gy&^895E@7{`yVtM}LҜR`{ %Y}Md2\p72jEEڸQ?BoIC0MA LsƇ'ؿ6`kl%3X:s42UWr <v0!]e`P@ \y#;A9q|#<P&&BHVHצ{;aȞ&FfNϹ^`a|ߧSꓩ^8꺪^%c?CPQ_᳈C%`Hkt V(otbVAT70JGЮf}2OD;¸.+We V<\-׳뷳ynN 0W;逸1XuhcCs*Zs hٝl}'lҸD&(X(3 r@O|ꡯ^ؑtݞXDu1H ~LqB?s 4OFl .}n8S8좘peLD_+H;Y|݀*JDJe? &MCP^wPsx#5S_8_BwA)qֽr 8,/g~ ;Zǘ/ƈ!q:xgk(/> !pjoHߛ&~su'ͽv.,B&jӀ9vzf$Mk2bs’ݧO1NPl]Xu+lծK78J{B@U1مF?j;=wWX me/S3GGsE6Ēj¶pƅ0mЕ@UtۖMv촼Mmxg2,7wsKȒAF!njk2l #ujXRE_:/ 6:GIڼ7?ȰqEAȍ s$, ,K>Tۛ~`,7Zb >Uj6ܨ#xe'Z@Yn$c<ήԵ47؊wYbUuq)F>:ODj l{S!+3Gi^RQ˴1Hhյ+[vC e "c9oCH1 {!Ӈ$MwxO00bsG Llgˑ߀oQrqӿV l,*dϋR Po6xw>"E.?g'z℻c b)5M"٨e񸊫|=\lP/ɝ% c~,bua j-efo@ Uk4o?yf _uڏo;DO:N'[osB `eUKnnWW\ڣYek]=WHYb_"8،;/ƌ~էG,@MKjfV.Y,šX' nx֜k[ 3'~ia?)Ԩo u6w=d[4,;Ԃ BJRm&s.Q+OKUa+vBaX% ̅FBs"ُ>c=; >n3Rb8i@m,xjo#_~?b&{p+Lwu%ζPVHЫjdh.GSrlT=f[~GY3b:4Fb27V)lBj7|EةnAY'\ K3UD6 TKȐ4LAgNӭEWT:tbKVQ̋)͸``2D*quR% Iv7D&@&s鍬* ggb${DpU͜,*pwYZh#vy\}tMhV gَ*eEu>ܴ(5 zix/Аvξ~ wR|B@az, @07rLk#a"@֎٥>]\_<)r 0@ƥWzn-9fRD=ej q^1x$UNZ)q^W87ՙʜ[ ~b z jM$ɼITgqDz|!۬9N T[МI-2pضb oپZo9ꗋOA=V&B y3 r>I-2F04]@T %UȨlviTcfu0Af yR]Nղ7j wcGwEZ⣫DLR3I>ݡnOot2 =ړ[sqn'Hzq2j.Nvxk&.[/lލPޗYQ+ZJxRq{lD1(opZ.g\ X&mƆD,,认P nB#IϾv* R():R(m+j񘓗煏5QP6y gOU{ ;FxĔttufQaCөX9W6l%Y 4֡(% ػĖ=ͤ;yb"M4$xv`譭M&%L!Vc^ZaBMW\@B~wxkT;!.,8+OCJQQ-MXٷ*m3 0`ؾ\ۏ:;fV0j.z"h^8:\dcı^{jJhL$1q:dkV$ߛPS~G^6osiEptM3,@PRB`p"P llPr9.}3^h4hSy:N{ }Å1\B rCvkژKy251e&|c(lcJkۉYADkbd/e؁'rD_XL'C״92%?0z=Gh߂zSG5PI-|0̵qzHvh5O Qs~loUT; ;+q U ""u(R`_@ 7fNi( u6_J^ҋ;y3.[1b<a#))14M[h_.*'4B^ wF~eq4/6RE5 !m_pCܼ}Kckb~mc@)/1Ym"mTz *?#֖)ƗpޙoϝmꀋKN|1MOH#+m&ٝqT@yc7z4u.KE$e,EY@eOB]gYMIDz$&qKkZ/y I0ýeT-OylkbԮ" (9LIkz?<6*j-{znC;CNy . 1Ɩ-5a㶴jw]8T >reظrJ-45H_PbkN5vR='QMI_:U5_մk*UEJ) / @Óg ;""^h9@vϵo?6job=kF*-}=+}F wSLyX$P4-@PͮK0w/B o̡7?[Ue}z!-9|ٰm`qljK\e,n(n<|7J86&KeEip*! pfPKT-ʌPL6n։)j[fhi,σxJB3KmFylYZ5&wj6"G^_n`ޡb ^T vƨA8d?t_{:}L\ h4ۀ&igP* ĺMŔ껓X$;eXC2 h%TT%u--ޱ΃}3Ï(_b}ف.%DI6~0bݻuhrh+s gW˻`̬9LKʁ;½a3=jZ\[=#,{SIswD -м 2IHp9{a1FabQ͠Z../4&:l~${i)Nc2lGfFpCu \F2?sV}tsY<Txj ;qa|XzR*j5@r ~%8J} \2tHqu ڟ4JwKI|/D@j,3;OT,aUԱicf:_ޏ9IZp;yB[aQן\E%~GXmB zdU:BrUѪыMK7mypfߋ5uzP${.c'W _A6[ٚC:Yi KC{*k5,cހu4Zܔ,%VrxJi8 xҔ4OΥT3XL(R<,4`L'9'PEpN"> )Uh`a_ӕ6^UGeK"L9@ԾzJcB߽o`5= cՋ-Ftžr7՝qWjM o{%᠜aXm;̛IА1׍^ 8CZIjSdPf*<)[K]߰||Zs-91@#Q fE[Z-6{sgTD`2OfFٙ@ E(E#1nsSp,5 U'~+Ez΁Θ%G$KŰ"cfOQZuT =oP_ c&`xDY\GMvg.s*^eF9&SK'mBZ}k5 v}o[LEF].^kۤbkG*]5V~ l10Yϻtk3m}o C^P)?c!sRw˛XA:xc.!yh]zjI7ޗt3h$r/mnE$TV|DGԕ }K0_ ȜI{&2U4m~|i=~ }bjoEa#BH DFN%[6C<7Ŀ8&az&f@bkb )1`c;͚YrV.xh}\ PJ/k3In#1O5K"j"#!6^OanhHϨnI!ɡiI7?nW.b_;o?Kw$~-A$)ůrH?CR V9=Btfc(gMP9B?:dYF1`7AҶN/R҆/ J88nEx 9TXۣHp7=K0(l~S!{Y"n t%mHeK ,Y!6H V뻏WUS6de"+KX;R JM6:=h1CJ;5HFw.g,oCDIrgG3T #GU&}{Y u0?vVl>FPkU=|5ZJQH6 z>qb9)vܲ\; wafD\dʅvknxof}FM}&L9wrpekbHdAgMҕSiΜ1 n6CBcݚ~%/Nvaxza,|7Zg1O[W~ǠiObqCк3N)`aCVl$0㏰ց*cXb+x5+Gy m r~J۲P9LF!_ @U!bܚP兖rGzWz<]M#h͉oLer6tw{2b@ƛ!Qa>YNf$&EzATAƥUqV5&unA6."i3wۄKc/I`]T`^-;Ƈm,ќpyNPُ NziA-WK zMA1^F&'as5HV+% c â7UPOBYF{|u&5+>oDqoQEETkay#\quOr8^&qhK2UsN6z~^.t7l{rH#Ǔ ID6 ٔM#JlxdtV(Z|`PaRH}GWs듨!M9 ~~"'4RPyux)6A'%!ٙERZBj9825`tվw=O3>jU##r|fj`xWGiTk#52m Y\FLqr)ʹW@?K1^Ӗ2F I)6DpQw\BԈZb:k2=,{4z;PwjiM_#OZ$ ˣ~mo?{ZA>Z$zT bP< RG?>.7#0!qIT}~nahn1UQ(|T3}B P:Hx-U#ZĉUY9|Mmhg6 -MslS٭c߄ B}XȻm4%u Vg csH[0: qfM- I=&k ]Ayq dj?FE?m\W1m"Lf9 ~/&"wLatz6!&*;p2C hX-Bcd2;2}-X嫺%Ї*m ~kd󹇅6}16+'1esK]$f@G) ޘЃolj43;"\PDo3(dx08F*FIԓ >9lH P>k.-&ݍOْ$c+X< *لKrbdGQ77:22)&, ɒ1%tA"ap>!v:7u?IօUIGJQΜV[j;L(u'{[]&Q)=Y%׮]I]2]97iSÝ>:**"zO?X)9WWAM|S"ayѣ&UǬߴVN=،E:Uɐhz q搨C/-eկ؏uE^ʘ"Xqy_($|5wW ( ҝ߲&T)0Җ5&Z$*0>+yt8٣nZ]Jbp/>Aݶ*y5aQE1!lt)ݹڮ$>? KNM2L4_0j:ДuRfFcSw Ƶ>#˼%q]SN?v .04@&ՙϷ}ߚ^LꀙM"+wBu]]b-Qv &5A%pg _n^!K("Vɺd™j%/ &vsT2FFrDվLsznѱ5h"Bп3O~'m$Ĵi_ B}ś1Q??!$ܜB0-#%ܯ{x>n@-S N>/X%s _Qe79~&=TN(vx'?Gg]٦kԚc`'}f@fZ@csx,*1u9*`,_#/T #垦%9׾ncxfwpS'#Z/f.RÝ-8jx9f&Leَf=(M 0`55Dat$l[+#?2E >85~#<<' _-~$j9fyoz*UNJ(nkp&s#w_X$A( sܲğ_<%!C=^27} d2&#Z#@vhse&YX5T0M`A6^2ױ nK4`zhI1 7vJ^\ ?d)S˄= cij])hE=,*t6c qXZݭ[yxba8S(YGe<|& ͯjS &#;#hAױ}*S_[]pvP @5&6V8'#k(ճ:a[k_$$<ב6S/ҿ#>+'NG|ڡW>LWC~ b6s4>)JͨgQ֊dBcUGP2==fBJG@?ܔi1qFqbNܡ8n 7݇/R:^/GwcieGxUGK0mV+2%W9ʿSE2Rv'~C~lh># '<]Qyhε|"_`=XPb hmEJZn2<˓F9CH]Ɇ[)>1ht |>ԤUnJ/K,XhFYE?bp:gIغJ(Vfʥ}'I2 C(x 鬵+3,ϿB Lʋ&|l3m(cg'n6Y9twX*EMYbѝϤ*ncyQwa8AUw}\:4h8}A77őfX1Z *XXӮܔMe%Xt9ԃtywMT(RǶPFEk`}'Zu5F$4Yxf̵ "xr|iڴNib&Alu,/{e29gF 197n[_ɹү]F⢰J5`u9bTLݠJ/ж`ne蜅jb}AZZ 1،PR uf0 uO\BNu=Ug;KHY4 *6?ÃK *E7l `I->+ Z(mfO{!ML{͡mHE!fC4 :an$0ʒ{DvW:-a1Mb"kZzݜw56xA  ^$1N-V'O N xm h4^͎֒68)$/KvmaI_aP1嵼,Ds|`ŐF%2$ yB!.swۅ]`543:|0J.*MP-PloD rI?;6xYO!{EǠ ۂZ׺Y1;U"z`c[<$dU%T!{bkJv#D_b(&D4w[t:㏐c.'LVۊ•QL\Ë]HD9z椟,6:|5,ߡMZ"lBQv#(@+qXlK@4y脼K{z$%5,a"u5lK7l=E{ i+7:26^\gKГ68X C`2ĞvX8aٟUe KZ/8kܹ/G%%)"/!>Z |A k&}VviB#[jEzqĄ`9ӑ&?L<9m_iD|W5bw$הl5㼴L=ߔ,ZZrڭksAtΫ Am:7ddn '9DYv=\OPgbR {]BkUsh 4[:][aU5.f3Fj% ޒ7>J0i:9~ J0.ZuݢD1dPb0Ħ§LѮga4؇f%G׈('kGӧD^QGg! H62Y~ZK4C]L/Էpڏ P4>PwbLdNbTHIEaMg& ۙJ:gfŐcjM!\1kAsAt_Yݕ <# :.o;ow> E;s_HHS;>igQwzcPʟv6$%F IX NaJch`JuޡH| Ǹj@3윢o|o!l.}2''?1Jɏ @`D22._si7lSNĀaq 7+:"-toCq=N-ztIU_GLK\Q -Fey6a#UҔ ̺ζEF$`3j|jQ)ݠj|,_=3>Gj%RM6S*|ye$ (x<.jxH5G>o8ӛd'kCoaV/1U9G+Q؇Ћ߽>zC]:P1Pߢ>ZQ}֌Aʩӫ6񾿎HBl>G-^Ɲ8ߨVh^-ISfkBq7-| XZ8m}O0Z:bU!ǻ)`劯*ZO˺s: m}|/ŚZ|WS^dD˚:h[8I,5I(BtQ;NIPg5-.c#(~jX|!N.WҲ b>v ^;uEi?* g`L@f;ϛ_#dTl`xAuFZgA+q4z ION,EPpIaV:s2X\\GPxbR0m _lH:003W/qq|ƥXh_ 2 ]tMԿIa=f;ỵOkC* WEZ:ߙf]W/fqG]F+9s^J\JTBr2J N˨-V:Ӏ~C%̀T>͟=~*Ak_9Ğ\Vv"Vg&F_4Ȯ.xtROmUZy -cZQAHt:=Qm$\VuEAYmw_/;ߘ 0%$ b>Sw"t+@Z@m'JId_&08E ],O)KaC3PEsEs}%ؓA.̝|P*s)=}>)>J!+OkT9aOrx3όׅR@KDԺ@ !u! .?a.Mg$D\WnUGat txPvH˒1J6H< WSD;Cۘ<:&jv5~-ϼvN'K5 lY?vKa Gj I?,1eEnRy[Zݩk44(S?wRŀV*函}nʥ'uWU7Gs\&PALy%Ɨ$C@bnXnO:"m+߇-qoa'$/4 CzH8,}) r3lJt`l}r 7ȵH*bj5nLlI_|*i iHk ־I7J W'(6\k9Lx Cʻ0 I~郜o#H;/fD.a;)f}c%i zէӉ (W581ק{pǖKZc??Ah }{la䩯MCcQ!R_(r#cL8hyv"?bm`ESΔekYY&Ҁ78MK vªH{G|ZeX @@FwCj1\|젳SdTC][IMVثՏtB@e\.ta0B-(lU4eamVAzcFM,4ܔ !9="`R%Ln1ItTn$y*bp:OI٢%ɗ`cJ.%⷏~jr7 KXsJ&^ʺ5Uq#'D0QwXЊA}/*m]S8Y^(yw Dex'G35e%g f?08Eo7{Zo/ņ)z6|>pV,ѬGnDv2P_zk2t;Dqre\QK!2)sDF)4O L'{a?dH;.e[ < `1_ 4u;,>MKH"la3SF)I%A3GTMTk&78jhmZ)$ X `m`yQ@X(nڃKaGA!*Ơԟ_f,!ePie'Sp\bJ"dcm9Ѱ&9#eqY9g=!Adl~J ( ]sF[<[kqmM ؐ!6'-5=h[;˄pFUS g:UY}fo,i`7ct*^ h62j$nrAb\+0i=v;F݊"4FAӅQǨYM9KӿUŚ<݋Xo#RWЎNNVOʢqZ_"/ءyR%>nQUn^2D?*/e/W^%J!=JjΎ1ci"7Eʫ NK놭ō> .^(_kg(+ S|W@<:eԂ+Sv@0كA7^襝[iФ nX5{Il&|dgUީ,̓"TOfY7g;X'weDÕ+?|Νceґ)7uEo gv ii&V֌y@\xGK/y|fX@" j )ܗ7ਝ>/#>] >bR.N=+>?)|>BQf#s'&EEeN`fgDRȻ{]Fe;t"Q>St__"`1fN.UXN'U'H?Ym _$E6dcXN>pOi J߈ZvaRLk/Vt b5|gwhM K\ÏͧǺ}q_J 1ZjKskTm YdԴU *5-XFR#lqb ysSA}(vٿM$ ѯ9R}n/ a>E}7nֽH)DȜY'|~1zqJq}3ߖհםo^}"Z!iNpT[t]"#g$t4z`;F--U+JQKZ[ ¹ʥ ,W\zY"ϛNY5ٜȿ[7?bG<-ZlcTH΋@a2 -OCB2L+nw tr>wIuǓi\U-m/2DEGlȺRx\U\ [v"H:Ј4>Gm%joTX+GEl#)dy4؞#+LԌ69 5otKCEeJ"Xt%y\+dԃcvYOQm{Ʋ.H~qbzC :.enxt֒{=x|6 ,E`N#0po 4KjW4Gs~IJX #Xj>\ +X⧞ʗTL|ݭխ#uEYG8 qKlkʂ.!0-+IZ͊_Ui\SZ͔Ӣ$\f1r 9(e¡]q2q- &ua8gUv:cAv?h+J$]12ٙb,}N@(X$ QAv@΍;@? mנ:)Z) |e\juU-;gg.fzp]BH4{~CTK'aYet?-~4؜""Y7q:tnn a);Tw11XmaYZ4ӱe6ٳY-n*4V76D.7s2E]̜9 q!'Zhn.I3{_a5Q ˆ=mM!2 b_("}|Iʼ=W05_/q[{Q"q 0l/ uƚLs׀8E4%&+ϳXd0)U1_ X`GɄYi>;}Iqi e?lVzQ*5~J @>~9r˫~ @vd!0\"J}'(#5q?&tIqfy*u 4VE7w2mBly7V7U_Ic.p3PӤ5|ꚑ{)Ƅi:Ag>a\'+xe&6}=d`n9{ż#hέGB0A/rF`ȘӔ+rFCq2I-Z;/vB$/I㣋͏Ž*Sc9 qǿg N; 6 _&k+r:̌ߟqBbΊXy,d|FpՐdnt!1}[R}|݃%6Ћz.jCu v6QPZEr֞s;A s0S'5E1^8 izCɣ "YgH;LȖdaPT;>ednʼnPݥ+J[ *Ʋc=& Zu{߉7tkѶᠦlӆ})녻_q]s{\n1r.B7+sT88(c+/2,jX, YIm9 jZ 5cҴ@L7xaeFd!B*l.d)Tfƿ;Z#mT>$B\g ̃e~m*ua Pﶿ;\ 3gnt˃E2Qg4Wpx7L/كwbgvnS֢l)TGZ ^p2M[ $D^y1MZh=ʝL];t4 f!C]Dk\LL2Qxtqڹ=8J,iRK;U>Ѽ#8M(HTF'2q&txtip=K,J.IY/ De`3"s,!WgBֱI/WH¬£ Ba>*GJvi&.Of~ʼn(JsuH >EH/]Dxu=LFk&ȿ84Uݢ?$HU+@2Xpl=KAkiXzy!GLjC0qȁDC:PǸLP(ZdIp5`x͘8~y#ر+~G(1%2Ș:gp~5)S\*A}M^6k Y>i)B^zC%v+J<ҝu0xTRe}tݘ$$_m*dg2+QFw냪1:SC|:BJxsƐ-Yy 5!45jp+Thx̩|'yYl "ۻїSZg t7 ;(٨v ـ4dM4tIh;;{ [Txu(NI_ܲv qϐR(4KTy@ 75lAqek4|@^";vln!eElW"}ǁWU2漓b3C|P=3,@G> >SӲ-!fO# 8uqz1M_f/ OΈOZ%NdJlU]>\8c>rwqbGZ@$V9[62'f˥r\Z~P#}<^kcmߘS_&e5|zrXu<7T6.0y'ASY&>K\4-\P[M9d7 hL*)"ɩVde:wSM(Xc#r!jͱ50FJ[WH $h8•d:i\QrDx1! X{Yw1.zJFM e@4\BЏz2A^\)v|S.8ofP1f(n˓C @4 Qx/_ЄҘqǏ 'S[*?C1V:i"hxIEcnweSn6(ZNhm_++Lv=\|Gtzѹ*}dW3c3q֒XW&@{4[ݡ)a?yf: "Zkπd~g?~^%tkipoqW&.N̺rFCN}e+uA+GSv6 oF  ߝrsظ^A*$ 9 C̘ٯ?{1vD,hc!Ne}4?mtFCJ%Oo͋+Qb.^gڌ Os`AUؼUrQYd핗%.IA}z}ǂ~ŽM:p\Ql%@B٦|vT,b֠F< <'&Pq"X#XàT8eS$Ŋk 6Wn;)p HM UýVll;;#lF\ޠ8_-5 >12cd@T>oJ;a{mH73fnhKhX1 4BoEkg6#[jG_xV\[5@_-K0?|71&`Dx1$ gq1|>aԀmpBg.x]Ɵ*CeaK&e7#Bl7IRڧIh5+Tw*Qo7ji$&`CS:E DZk$˜$ @,fnǵ{t" ?9-[9簰Qv{V}b T"~VUA*e92QGgx,Bd +]G.; %HSW7]聚?oi7*(3ډbfe87ŠHY}C'1<8X̂^1օ&+!2$݋:<"z L Xdinw\ӉSgjc-{#Z٠uAϗ WŖ1 D"{rr3\t;wgP3YK:`Q.mΦ{>_r+R;QamNZWi*s-55b8qY6h-Jwu7/nO{eBai+]~+f:3\wE]%Y[81&|xF9Jo`;t_M2҈jͶoir`U#&S}W4p &CrjoZhB 5:Z;)& _e%'+b_MtECqekq 2  *BF6@2;j1tlnR瑚R 8,,1ɟ>1/Q[YF#ZFE% \v T&{eyN..]݉X)&сLS#i=5C/8>=aFJ.w ePX7r7O8L/MఴZD0櫅>1OlSΠUچCX8&S_RgℋouPxQ ׃ WwñA*aG(ůx}ț;$Oe-MޭzǸ}ntvFyEv{w_Vn3ǕWއog/Ƿe!CP/'r$CsM%!x KQ ]7mP]ȫ2_*빧Bs#]zJXO V3Y Sutp ij?u˕mjQj#"V7F>|ɋ*.n'V{"kc ǽ꞉P~ %3?`׵+1]PYYblH{Iu{rq`<(c r\)<}'pɣI 5PoHnY[Luw[Td8[ S !%56+ѥu*{q@na0%{7>0B{~PS@zc|b{ |,W TZFCd) qc=$ sXMYOrQ.WYK Z&+>Ne(V+ѫVF4a}uu蹸cu2&|5q3 Z|o{(Vjuͬr2  GLVgaEg:h agKI̸J4 }LȪ#2M&͞qc\J_tQ>RFtA5p/ U(!Bi/S7Uඌ9`1ou$4';Qg~S 1DiJQMZ>gdiLnX0vq\}ltcՏ-\aqm",Vl!m?ɬ:_wO!kRX$pYom%:AId[5[9KSZ+Ƌnz=`ePmVn:_JAteEo4HCJSVE+-5|OyIQ(t|PssXbjFw$é| ;1mqFjoA@Wp`;ǖۚLG8mFtp#{͛مcd3fO#O>e`< E_+קY+.852[=VFV(H' `7EtۓƱ' /\m佋8]&q¹2d:7(7y0#V>\$;%n ;Cy 6Ӷ6> Pgv8[rƳo}&t:O a0 "aJ+f̭|ŒXDZHISs7,@ȿ^4_I^.Z TE暡dB)sK{wHk5}7Voֹ"IMH> ٗ%\ET"\ˎ_qbXhWS,.'9e5TȯxȲI.jEXNYN7G?hQ:[Xoű,]R-m~BW^}d?rDrfPS`y;qqqu+`; >($}G!E"KAᣫϧ+pC&)약6tbmrtG8Ov³x G#xNYLM3~ = czP+-uY0L34M,KOʚdB<}ට -&6a9nPCCz LoO=`\zK/#tqSQ[!M ;ݭSu<0,[Unl38<\U;5:f`6Pi̊5ЖZ(iDmA!@O P=I^5O-Q۞IzA9iQ0C~)3C6"ŏ}W}yR\Ҽ\*}Q6#YʢnQ:D"NMf۔$h\{m=+dLMuT5/j[N7Շ|5eݡ/Fĝ?PkfA&,  jd*QBp'%|Hh)?6}-zÀӱ资R"jǽ+,%l0z?=ٱ|TFR"1<ـg&b=zR7 1#*Xx]Z @ԙ(v^S,V&׎7F}Q$gȷmq6Ϫ,C̖z {םS+o'j燼*8Kt Y?[^CP_W<JcZ^t;v!΋E``bOtQ(()Q(f$%Fi@ 9Kq>n::s{ɠY0Cm}%:| ~ Ƞ`A}xx69MQdU'd5vYg5P+8~_>Ww )F d["ܨM"JM&n)|&Il0Tu\̶S_j)i닜KQ+ܦz,~~v/a,8/d ;/T3pB1bD%DbNyn++#Y;"Y є8Oi.Y(*Ln).}P.,`bB>V\ .W,lhFF$1LaNb6X0{?D ;bN3m]kTrCĞ!7luQHr`Y~pH|ĆN>TO 1y-gkdɩr|k^RM@HC 7%uY$Nm}yKC%B/@t3͠񈡓U:TQ{f?J"GcH rJT/LsG36ΟU8gшP#(3PN51BlUCQnfz؞de#^/o6YyvaaCՎ9AZKzne319hZC,tƈSO!N7<3.Y"@AptZOoПNŔ%mXl[6eBXh +(PŞtc*d&nbY3/SW.B!4OziwG}З9mIe<)M*gD9YG+:-FN1urY^s51K On =dтLAXqq}wZvh8N}+b5'S<t"`S! 3Zo\0' ࢌLo[9Tv=WqΚ~}1<)a_.`2%ލv.qm" qމ 1^ QHFԁ=wJڬx KI9W¢IHEH!.8&amg 4˄c!VLzf᤾ } '~B 10e:Έrld7pOΞHbu@<Ϟp0ȫR3l0Wdu5U;D֩%IևӪv%҂v: 8zӻ5XR24J1B gOaFg-X2ޜ&_x _rk1\=եe|/bܑRT9si}|Ԝ*(`~"#D~4c[ƞiqu%A WHl(K%-`2bG)\Q/SPnqcfD@Fjo @g$ ]<9S@0]q᱃iP2СTw ^!БH">C?Y5Zph!kSUcM:CBNOv) )* vGJfJuiśX&WO{#A?T/f'Nrqػg~ 4 l|r?1ߴnQMiSmh6a1"Bg|8w1dRXYX*,֛p$w)gPz,e.NzU{pF*!R#v_fuha!+= $O1.Nè_:!|L Kͷ!qX,ݩɦ_ET쁖_Ҁ35(א"%Vo xO;X: T<ЛˈD YZ