summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-05buflist: add option buflist.look.enabledSébastien Helleu
2017-05-05debian: replace symbolic link by the file weechat.xpm in devel packageSébastien Helleu
2017-05-04core: fix memory leak in display of mouse event debug infoSébastien Helleu
2017-05-03doc: update German auto-generated filesSébastien Helleu
2017-05-03core: update German translationsNils Görs
2017-05-03buflist: add all buffer hdata in focus callbackSébastien Helleu
2017-05-02doc: update Japanese auto-generated filesSébastien Helleu
2017-05-02Merge pull request #977 from l/master/translation/ja_JPSébastien Helleu
core: update Japanese translations
2017-05-02irc: add option "open" in command /server (closes #966)Sébastien Helleu
2017-05-02core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2017-05-01core: remove issue #608 from ChangeLogSébastien Helleu
2017-04-30buflist: fix sort of merged and inactive buffersSébastien Helleu
2017-04-29doc: add numeric comparison example in function string_eval_expression ↵Sébastien Helleu
(plugin API reference)
2017-04-29core: add wildcard matching operators in ChangeLogSébastien Helleu
2017-04-29core: update ChangeLog (closes #611)Sébastien Helleu
2017-04-29doc: add list of logical and comparison operators in function ↵Sébastien Helleu
string_eval_expression (plugin API reference)
2017-04-29core: improve translation of /help evalSébastien Helleu
2017-04-29core: update translationsSébastien Helleu
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