Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-25 | Version 1.9 | Sébastien Helleu | |
2017-06-23 | buflist: add variable `${format_name}` in bar item evaluation and option ↵ | Sébastien Helleu | |
buflist.format.name (issue #1020) | |||
2017-06-17 | irc: don't reset nick properties (prefixes/away/account/realname) on /names ↵ | Sébastien Helleu | |
when the nick already exists (closes #1019) | |||
2017-06-13 | buflist: add variable ${merged} in bar item evaluation | Sébastien Helleu | |
2017-06-12 | relay: add option "start" in command /relay | Sébastien Helleu | |
2017-06-10 | core: improve speed of nicklist bar item callback | Sébastien Helleu | |
It's faster to use a string with dynamic size, rather than looping on the whole nicklist to compute the length of result string, before looping again to build the string. | |||
2017-06-10 | core: fix bind of keys with space key, like alt+space (bug #32133) | Sébastien Helleu | |
2017-06-08 | buflist: add option buflist.look.auto_scroll (issue #332) | Sébastien Helleu | |
2017-06-08 | api: allow update of variables "scroll_x" and "scroll_y" in bar_window with ↵ | Sébastien Helleu | |
function hdata_update | |||
2017-06-05 | buflist: display a warning when the script "buffers.pl" is loaded | Sébastien Helleu | |
2017-06-04 | core: update ChangeLog | Sébastien Helleu | |
Related to commit 7ab6731efebe3083c7606617b5a680b9c7b89da3. | |||
2017-06-03 | core: fix infinite loop when the terminal is closed on the secure password ↵ | Sébastien Helleu | |
prompt (closes #1010) | |||
2017-06-02 | trigger: add "irc_server" and "irc_channel" pointers in data for IRC ↵ | Sébastien Helleu | |
signal/modifier hooks | |||
2017-06-01 | buflist: fix long mouse gestures | Sébastien Helleu | |
2017-05-30 | buflist: add support of char "~" in option buflist.look.sort for case ↵ | Sébastien Helleu | |
insensitive comparison | |||
2017-05-30 | api: add function hdata_compare | Sébastien Helleu | |
2017-05-30 | api: add function config_option_get_string in plugin API | Sébastien Helleu | |
2017-05-27 | irc: fix memory leak in case of error in "ecdsa-nist256p-challenge" SASL ↵ | Sébastien Helleu | |
mechanism | |||
2017-05-24 | buflist: fix slow switch of buffer when there are a lot of buffers opened ↵ | Sébastien Helleu | |
(closes #998) The function hdata_search (which evaluates a condition for each item in a list) is too slow to search server and channel on each buffer. It is replaced by a manual search in the list (using weechat_hdata_string to get the name), much faster. | |||
2017-05-23 | buflist: add keys F1/F2, alt+F1/alt+F2 to scroll the buflist bar | Sébastien Helleu | |
2017-05-20 | core: allow index for hdata arrays in evaluation of expressions | Sébastien Helleu | |
2017-05-19 | core: update ChangeLog (add fix of crash in buflist) | Sébastien Helleu | |
Refers to commit b7d5392771d17ea1502df4ebd78df2b2fd84f3b3. | |||
2017-05-19 | relay: fix parsing of CAP command arguments in irc protocol (closes #995) | Sébastien Helleu | |
2017-05-19 | buflist: add variable ${current_buffer} in bar item evaluation | Sébastien Helleu | |
2017-05-18 | buflist: add option "bar" in command /buflist, do not automatically add the ↵ | Sébastien Helleu | |
bar when buflist is disabled (closes #994) | |||
2017-05-13 | Version 1.8 | Sébastien Helleu | |
2017-05-08 | python: add detection of Python 3.6 | Sébastien Helleu | |
2017-05-07 | core: move line from improvements to new features in ChangeLog | Sébastien Helleu | |
2017-05-06 | irc: fix update of server addresses on reconnection when the evaluated ↵ | Sébastien Helleu | |
content has changed (closes #925) | |||
2017-05-06 | core: add option weechat.completion.nick_case_sensitive (closes #981) | Sébastien Helleu | |
2017-05-04 | core: fix memory leak in display of mouse event debug info | Sébastien Helleu | |
2017-05-02 | irc: add option "open" in command /server (closes #966) | Sébastien Helleu | |
2017-05-01 | core: remove issue #608 from ChangeLog | Sébastien Helleu | |
2017-04-29 | core: add wildcard matching operators in ChangeLog | Sébastien Helleu | |
2017-04-29 | core: update ChangeLog (closes #611) | Sébastien Helleu | |
2017-04-27 | irc: fix crash in case of invalid server reply during SASL authentication ↵ | Tobias Stoeckmann | |
with dh-blowfish or dh-aes mechanism These mechanisms are not recommended anyway because they are considered as insecure. | |||
2017-04-27 | core: add CVE IDs in ChangeLog | Sébastien Helleu | |
2017-04-25 | core: fix command /cursor stop (do not toggle cursor mode) (closes #964) | Sébastien Helleu | |
2017-04-23 | script: remove option script.scripts.url_force_https, use HTTPS by default ↵ | Sébastien Helleu | |
in option script.scripts.url (issue #253) | |||
2017-04-22 | core: add version 1.7.1 in ChangeLog and ReleaseNotes | Sébastien Helleu | |
2017-04-22 | core: update ChangeLog | Sébastien Helleu | |
2017-04-07 | irc: fix double decoding of IRC colors in messages sent/displayed by ↵ | Sébastien Helleu | |
commands /msg and /query (issue #943) | |||
2017-04-02 | core: fix styles in ChangeLog | Sébastien Helleu | |
2017-04-01 | core: move line from new features to improvements in ChangeLog | Sébastien Helleu | |
2017-04-01 | aspell: add options to control delimiters in suggestions (closes #940) | Sébastien Helleu | |
New options: - aspell.color.suggestion_delimiter_dict - aspell.color.suggestion_delimiter_word - aspell.look.suggestion_delimiter_dict - aspell.look.suggestion_delimiter_word Option renamed: - aspell.color.suggestions -> aspell.color.suggestion | |||
2017-03-31 | core: update ChangeLog | Sébastien Helleu | |
2017-03-30 | core: update ChangeLog | Sébastien Helleu | |
2017-03-27 | core: add cut of string with max chars displayed in evaluation of expressions | Sébastien Helleu | |
The syntax is: ${cutscr:max,suffix,string}. The string is cut after max chars displayed on screen. If the string is cut, the optional suffix is added after. | |||
2017-03-26 | relay: check buffer pointer received in "sync" and "desync" commands ↵ | Sébastien Helleu | |
(weechat protocol) (closes #936) | |||
2017-03-26 | relay: remove buffer from synchronized buffers when it is closed (fix memory ↵ | Sébastien Helleu | |
leak) |