summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-29core: add wildcard matching operators to eval (closes #608)Simmo Saan
2017-04-28core: add buflist plugin in ReleaseNotesSébastien Helleu
2017-04-27irc: 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-27doc: fix OFTC URL in user's guideSébastien Helleu
2017-04-27doc: update German auto-generated filesSébastien Helleu
2017-04-27core: add version 1.7.1 in weechat.specSébastien Helleu
2017-04-27core: add CVE IDs in ChangeLogSébastien Helleu
2017-04-26Merge branch 'master' of https://github.com/weechat/weechatNils Görs
2017-04-26core: update German translationsNils Görs
2017-04-26tests: fix compilation warning on FreeBSDSébastien Helleu
2017-04-26buflist: add support of hdata "irc_server" and "irc_channel" in sort option ↵Sébastien Helleu
(closes #968)
2017-04-25Merge pull request #955 from arza-zara/weechat-fiSébastien Helleu
doc: add non-official support channel #weechat-fi in user's guide
2017-04-25buflist: add pointers to IRC server and channelSébastien Helleu
New pointers in evaluated formats: - irc_server: IRC server - irc_channel: IRC channel
2017-04-25doc: update auto-generated files with buflist optionsSébastien Helleu
2017-04-25buflist: add option buflist.format.nick_prefixSébastien Helleu
2017-04-25core: fix check of condition in ${if:...} (evaluated strings)Sébastien Helleu
2017-04-25core: fix command /cursor stop (do not toggle cursor mode) (closes #964)Sébastien Helleu
2017-04-25core: add new cut formats in function commentSébastien Helleu
2017-04-24core: add a way to count the suffix length in max chars displayed in cut of ↵Sébastien Helleu
string ("cut:" and "cutscr:") (closes #963) The format to use is one of: - ${cut:+max,suffix,string} - ${cutscr:+max,suffix,string} With the "+" before max, WeeChat ensures there are at most "max" chars in output, including the length of suffix string.
2017-04-24doc: update German auto-generated filesSébastien Helleu
2017-04-24core: update German translationsNils Görs
2017-04-23buflist: add option buflist.format.indentSébastien Helleu
2017-04-23script: remove option script.scripts.url_force_https, use HTTPS by default ↵Sébastien Helleu
in option script.scripts.url (issue #253)
2017-04-22core: update stable version in script version.shSébastien Helleu
2017-04-22core: add version 1.7.1 in ChangeLog and ReleaseNotesSébastien Helleu
2017-04-22doc: update Japanese auto-generated filesSébastien Helleu
2017-04-22Merge pull request #961 from l/master/translation/ja_JPSébastien Helleu
core: update Japanese translations
2017-04-23core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2017-04-22core: ensure length is not negative in function string_strndupSébastien Helleu
2017-04-22core: update ChangeLogSébastien Helleu
2017-04-22core: add contributor in AUTHORS.adocSébastien Helleu
2017-04-22irc: fix parsing of DCC filenameTobias Stoeckmann
2017-04-21doc: update auto-generated files with buflist optionsSébastien Helleu
2017-04-21doc: fix translation of command "eval" in user's guideSébastien Helleu
2017-04-21core: add missing space in German translationSébastien Helleu
2017-04-21core: update German translationsNils Görs
2017-04-21core: update German translationsNils Görs
2017-04-21core: add link to function color (plugin API reference) in /help evalSébastien Helleu
2017-04-20buflist: add example in /help buflist.look.display_conditionsSébastien Helleu
2017-04-20buflist: remove foreground color from default value of option ↵Sébastien Helleu
buflist.format.buffer_current (closes #954) The foreground is not needed because it is overriden by the hotlist color.
2017-04-20buflist: fix refresh of buflist bar item when the option ↵Sébastien Helleu
buflist.look.display_conditions is reset
2017-04-18doc: add non-official support channel #weechat-fi in user's guidearza
2017-04-09core: add styles in ContributingSébastien Helleu
2017-04-09core: add actual/expected result in required infoSébastien Helleu
2017-04-08core: update translationsSébastien Helleu
2017-04-08core: fix typo in /help bufferarza
2017-04-07Merge pull request #944 from arza-zara/duplicate_sigquitSébastien Helleu
core: remove duplicate util_catch_signal for SIGQUIT
2017-04-07irc: fix double decoding of IRC colors in messages sent/displayed by ↵Sébastien Helleu
commands /msg and /query (issue #943)
2017-04-07core: remove duplicate util_catch_signal for SIGQUITarza
2017-04-06core: add Curl options for versions 7.50.0 to 7.52.0Sébastien Helleu