Next | Query returned 182 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2021-10-18 13:15:09 by Nia Alarie | Files touched by this commit (5) | Package updated
Log message:
weechat: update to 3.3

pkgsrc changes:
- re-enable man page generation
- remove patch that upstream fixed in a different way

== Version 3.3 (2021-09-19)

New features::

  * core: change key kbd:[Alt+h] to kbd:[Alt+h], kbd:[Alt+c] (clear hotlist)
  * core: add options "hotlist_remove_buffer", \ 
"hotlist_restore_buffer" and "hotlist_restore_all" in \ 
command /input, add default keys kbd:[Alt+h], kbd:[Alt+m] (remove buffer), \ 
kbd:[Alt+h], kbd:[Alt+r] (restore hotlist in current buffer) and kbd:[Alt+h], \ 
kbd:[Alt+Shift+R] (restore hotlist in all buffers)
  * core: add option "certs" in command /debug
  * core: add options "-o", "-ol", "-i" and \ 
"-il" in command "/plugin list"
  * api: add split of string and shell arguments in evaluation of expressions \ 
with "split:number,seps,flags,xxx" and \ 
"split_shell:number,xxx"
  * api: add `${re:repl_index}` to get the index of replacement in function \ 
string_eval_expression (issue #1689)
  * api: add random integer number in evaluation of expressions with \ 
"random:min,max"
  * api: add function string_cut
  * api: add function file_copy (issue #1667)
  * api: remember insertion order in hashtables
  * api: add keys/values with tags in output of irc_message_parse_to_hashtable \ 
(issue #1654)
  * irc: add option "-parted" in command /allchan (issue #1685)
  * irc: allow signals "irc_raw_in" and "irc_in" to eat \ 
messages (issue #1657)
  * irc: implement IRCv3.2 SASL authentication, add command /auth, reconnect by \ 
default to the server in case of SASL authentication failure (issue #413)
  * irc: add support of capability "message-tags" and TAGMSG messages \ 
(issue #1654)
  * irc: enable all capabilities by default (if supported by server and \ 
WeeChat), change default value of option irc.server_default.capabilities to \ 
"*" (issue #320)
  * irc: add options irc.look.display_account_message and \ 
irc.look.display_extended_join (issue #320)
  * irc: add command /setname, add support of message and capability \ 
"setname" (issue #1653)
  * irc: always set realname in nicks even when extended-join capability is not \ 
enabled (issue #1653)
  * irc: add support of FAIL/WARN/NOTE messages (issue #1653)
  * irc: drop support of DH-BLOWFISH and DH-AES SASL mechanisms (issue #175)
  * typing: new plugin "typing": display users currently writing \ 
messages on IRC channel/private buffers

Bug fixes::

  * core: fix decoding of attributes in basic ANSI colors (issue #1678)
  * api: fix function string_match with joker in the string if multiple words \ 
matched in input string
  * irc: fix send of empty JOIN when connecting to a server with only parted \ 
channels (issue #1638)
  * irc: fix SASL authentication when AUTHENTICATE message is received with a \ 
server name (issue #1679)
  * irc: remove unneeded message about Diffie-Hellman shared secret exchange \ 
during SSL connection to server (issue #857)
  * irc: escape/unescape IRC message tags values (issue #1654)
  * irc: set notify level to "private" for received WALLOPS
  * script: fix move of installed script on another filesystem (issue #1667)

Documentation::

  * add Spanish FAQ (issue #1656)
  * add Serbian translations (issue #1655)

Tests::

  * core: switch to PHP 8.0 in CI
  * core: add build on macOS in CI

Build::

  * core: fix build on macOS (issue #1662)
  * lua: add detection of Lua 5.4
  * php: add support of PHP 8.0 and 8.1 (issue #1599, issue #1668)
   2021-10-07 15:23:36 by Nia Alarie | Files touched by this commit (146)
Log message:
chat: Remove SHA1 hashes for distfiles
   2021-09-29 21:01:31 by Adam Ciarcinski | Files touched by this commit (872)
Log message:
revbump for boost-libs
   2021-07-21 16:40:32 by Takahiro Kambe | Files touched by this commit (29)
Log message:
Bump PKGREVISION for affected packages by changing default Ruby's version.
   2021-06-30 17:30:57 by Ryo ONODERA | Files touched by this commit (2)
Log message:
weechat: Update to 3.2

Changelog:
== Version 3.2 (2021-06-13)

New features::

  * core: use XDG directories by default (config, data, cache, runtime) (issue 1285)
  * core: add option weechat.network.gnutls_ca_system, rename option \ 
weechat.network.gnutls_ca_file to weechat.network.gnutls_ca_user (now \ 
evaluated), delete and reload certificates when options are changed (issue 972)
  * core: evaluate option weechat.plugin.path, change default value to \ 
"${weechat_data_dir}/plugins"
  * core: add options to customize commands executed on system signals received \ 
(SIGHUP, SIGQUIT, SIGTERM, SIGUSR1, SIGUSR2) (issue 1595)
  * core: quit WeeChat by default when signal SIGHUP is received in normal run, \ 
reload configuration in weechat-headless (issue 1595)
  * core: add signals "cursor_start" and "cursor_end"
  * api: add function crypto_hmac (issue 1628)
  * api: add translated string in evaluation of expressions with \ 
"translate:xxx"
  * api: add evaluation of WeeChat directories with \ 
"${weechat_xxx_dir}" in evaluated strings
  * api: add optional key "directory" in hashtable options of \ 
function/modifier string_eval_path_home
  * api: add supported prefixes "${weechat_xxx_dir}" in function mkdir_home
  * api: add infos "weechat_config_dir", "weechat_data_dir", \ 
"weechat_cache_dir" and "weechat_runtime_dir"
  * api: add support of pointer names in function string_eval_expression (direct \ 
and in hdata)
  * api: add info "weechat_daemon"
  * buflist: add option buflist.format.tls_version
  * fifo: change default value of option fifo.file.path to \ 
"${weechat_runtime_dir}/weechat_fifo_${info:pid}"
  * irc: add support of SASL mechanisms SCRAM-SHA-1, SCRAM-SHA-256 and \ 
SCRAM-SHA-512 (issue 1628)
  * irc: add variable "${target}" (target nick) in commands /kick and \ 
/kickban
  * irc: add bar item "tls_version", add options \ 
irc.color.item_tls_version_ok, irc.color.item_tls_version_deprecated and \ 
irc.color.item_tls_version_insecure (issue 1622)
  * irc: evaluate server options "sasl_key" and "ssl_cert"
  * logger: change default value of option logger.file.path to \ 
"${weechat_data_dir}/logs"
  * python: add stub for WeeChat API (issue 1377)
  * relay: evaluate option relay.network.ssl_cert_key, change default value to \ 
"${weechat_config_dir}/ssl/relay.pem"
  * script: change default value of option script.scripts.path to \ 
"${weechat_cache_dir}/script"
  * trigger: add variables "${tg_shell_argc}" and \ 
"${tg_shell_argvN}" in command trigger evaluated strings (issue 1624)
  * xfer: change default value of option xfer.file.download_path to \ 
"${weechat_data_dir}/xfer"

Bug fixes::

  * core: split startup commands before evaluating them (issue 1643)
  * core: set server name when connecting to server with TLS (SNI extension) \ 
only if it's not an IPV4/IPv6 (issue 1635)
  * core: use function mallinfo2 instead of mallinfo when available (issue 1636)
  * core: display a warning when the file with certificate authorities is not \ 
found (option weechat.network.gnutls_ca_file)
  * core: evaluate left/right part of comparison after split on the comparison \ 
operator in ${if:xxx} (issue 1627)
  * core: prevent switching to start of visited buffers when jumping to next \ 
(issue 1591, issue 1592)
  * core: recreate buflist and fset bars on /reload when WeeChat is started \ 
without configuration files (issue 1618)
  * buflist: fix comparison of hotlists in option buflist.look.sort (issue 1621)
  * irc: split server command before evaluating it (issue 1643)
  * xfer: make file transfer fail when option xfer.file.auto_rename is off and \ 
file already exists (issue 1633)

Tests::

  * core: switch from Ubuntu 18.04 to 20.04 in CI
  * trigger: add tests on main trigger functions

Build::

  * core: remove build option CA_FILE
  * core: set WeeChat home to empty string by default in CMake and autotools
   2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575)
Log message:
*: recursive bump for perl 5.34
   2021-04-21 09:44:13 by Nia Alarie | Files touched by this commit (2) | Package updated
Log message:
weechat: update to 3.1

== Version 3.1 (2021-03-07)

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)
   2021-02-05 14:25:57 by Nia Alarie | Files touched by this commit (2)
Log message:
weechat: Update to 3.0.1

== Version 3.0.1 (2021-01-31)

Bug fixes::

  * 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)
   2020-12-04 21:45:51 by Nia Alarie | Files touched by this commit (456)
Log message:
Revbump packages with a runtime Python dep but no version prefix.

For the Python 3.8 default switch.
   2020-11-19 12:26:59 by Nia Alarie | Files touched by this commit (2)
Log message:
weechat: Update to 3.0

Version 3.0 (2020-11-11)

   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

Next | Query returned 182 messages, browsing 21 to 30 | Previous