summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-03doc: update Japanese auto-generated filesSébastien Helleu
2017-06-03Merge pull request #1011 from l/master/translation/ja_JPSébastien Helleu
core: update Japanese translations
2017-06-03core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2017-06-02doc: update German auto-generated filesSébastien Helleu
2017-06-02buflist: fix typo in /help buflistSébastien Helleu
2017-06-02core: update German translationsNils Görs
2017-06-02buflist: fix type of IRC server/channel pointersSébastien Helleu
2017-06-02buflist: replace IRC struct by "void *" for IRC server/channel pointersSébastien Helleu
2017-06-02trigger: add "irc_server" and "irc_channel" pointers in data for IRC ↵Sébastien Helleu
signal/modifier hooks
2017-06-01core: add contributor in AUTHORS.adocSébastien Helleu
2017-06-01Merge pull request #1006 from mkoskar/dev2Sébastien Helleu
core: remove config_look_hotlist_add_buffer_if_away completely
2017-06-01buflist: fix long mouse gesturesSébastien Helleu
2017-06-01core: remove config_look_hotlist_add_buffer_if_away completelyMiroslav Koskar
2017-05-31buflist: add missing ${hotlist_priority} in /help buflistSébastien Helleu
2017-05-31buflist: add missing ${number_displayed} in /help buflistSébastien Helleu
2017-05-30buflist: add support of char "~" in option buflist.look.sort for case ↵Sébastien Helleu
insensitive comparison
2017-05-30buflist: replace function buflist_compare_hdata_var by a call to ↵Sébastien Helleu
weechat_hdata_compare
2017-05-30api: add function hdata_compareSébastien Helleu
2017-05-30api: add function config_option_get_string in plugin APISébastien Helleu
2017-05-30irc: fix crash on SASL authentication with mechanism ""ecdsa-nist256p-challenge"Sébastien Helleu
2017-05-28core: remove unused variable "index" in function eval_hdata_get_valueSébastien Helleu
2017-05-28Merge pull request #1003 from l/master/translation/ja_JPSébastien Helleu
doc: update Japanese translations
2017-05-28doc: update Japanese translationsAYANOKOUZI, Ryuunosuke
2017-05-27Merge branch 'master' of https://github.com/weechat/weechatNils Görs
2017-05-27doc: update German documentationNils Görs
2017-05-27irc: fix memory leak in case of error in "ecdsa-nist256p-challenge" SASL ↵Sébastien Helleu
mechanism
2017-05-26doc: add missing special values in function config_option_set for ↵Sébastien Helleu
booleans/integers/colors (plugin API reference)
2017-05-25doc: add missing "translation missing" comment in Japanese user's guideSébastien Helleu
2017-05-25doc: add link to chapter "SASL ECDSA-NIST256P-CHALLENGE" in chapter about ↵Sébastien Helleu
Tor/SASL (user's guide) (issue #999)
2017-05-25doc: fix options to set for TOR/SASL in user's guide (closes #999)Sébastien Helleu
2017-05-24buflist: increase size of hashtables used for string evaluation (issue #998)Sébastien Helleu
This should make refresh of buflist bar item a bit faster.
2017-05-24buflist: 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-24irc: remove unused variable in function irc_message_parseSébastien Helleu
2017-05-23doc: add missing mouse keys on buflist bar in user's guideSébastien Helleu
2017-05-23buflist: add keys F1/F2, alt+F1/alt+F2 to scroll the buflist barSébastien Helleu
2017-05-22core: fix potential use of NULL pointer in function arraylist_clearSébastien Helleu
2017-05-21core: remove useless conditionSébastien Helleu
Variables base_word and nick can not be NULL here.
2017-05-20doc: update Japanese auto-generated filesSébastien Helleu
2017-05-20Merge pull request #996 from l/master/translation/ja_JPSébastien Helleu
core: update Japanese translations
2017-05-20core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2017-05-20core: allow index for hdata arrays in evaluation of expressionsSébastien Helleu
2017-05-19core: update ChangeLog (add fix of crash in buflist)Sébastien Helleu
Refers to commit b7d5392771d17ea1502df4ebd78df2b2fd84f3b3.
2017-05-19relay: fix parsing of CAP command arguments in irc protocol (closes #995)Sébastien Helleu
2017-05-19doc: update German auto-generated filesSébastien Helleu
2017-05-19core: update German translationsNils Görs
2017-05-19buflist: add variable ${current_buffer} in bar item evaluationSébastien Helleu
2017-05-18buflist: add missing indentation in /help buflistSébastien Helleu
2017-05-18buflist: add option "bar" in command /buflist, do not automatically add the ↵Sébastien Helleu
bar when buflist is disabled (closes #994)
2017-05-18core: fix default value displayed in help of configure optionsSébastien Helleu
2017-05-16core: fix typo in French translation of /help barSébastien Helleu