summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-05-06irc: fix update of server addresses on reconnection when the evaluated conten...Sébastien Helleu
2017-05-06core: add option weechat.completion.nick_case_sensitive (closes #981)Sébastien Helleu
2017-05-05buflist: add option buflist.look.enabledSébastien Helleu
2017-05-04core: fix memory leak in display of mouse event debug infoSébastien Helleu
2017-05-03buflist: add all buffer hdata in focus callbackSébastien Helleu
2017-05-02irc: add option "open" in command /server (closes #966)Sébastien Helleu
2017-04-30buflist: fix sort of merged and inactive buffersSébastien Helleu
2017-04-29core: improve translation of /help evalSébastien Helleu
2017-04-29core: add wildcard matching operators to eval (closes #608)Simmo Saan
2017-04-27irc: fix crash in case of invalid server reply during SASL authentication wit...Tobias Stoeckmann
2017-04-26buflist: add support of hdata "irc_server" and "irc_channel" in sort option (...Sébastien Helleu
2017-04-25buflist: add pointers to IRC server and channelSé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...Sébastien Helleu
2017-04-23buflist: add option buflist.format.indentSébastien Helleu
2017-04-23script: remove option script.scripts.url_force_https, use HTTPS by default in...Sébastien Helleu
2017-04-22core: ensure length is not negative in function string_strndupSébastien Helleu
2017-04-22irc: fix parsing of DCC filenameTobias Stoeckmann
2017-04-21doc: fix translation of command "eval" in user's guideSébastien Helleu
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 buflist.format....Sébastien Helleu
2017-04-20buflist: fix refresh of buflist bar item when the option buflist.look.display...Sébastien Helleu
2017-04-08core: fix typo in /help bufferarza
2017-04-07Merge pull request #944 from arza-zara/duplicate_sigquitSébastien Helleu
2017-04-07irc: fix double decoding of IRC colors in messages sent/displayed by commands...Sébastien Helleu
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
2017-04-04buflist: move set of "nick_prefix" in hashtableSébastien Helleu
2017-04-02api: fix memory leak in function string_dyn_free()Sébastien Helleu
2017-04-02buflist: add options buflist.look.nick_prefix and buflist.look.nick_prefix_emptySébastien Helleu
2017-04-01aspell: add options to control delimiters in suggestions (closes #940)Sébastien Helleu
2017-04-01api: return pointer to string in function string_dyn_free() if argument "free...Sébastien Helleu
2017-03-31script: move default mouse keys for script plugin from core to script-mouse.cSébastien Helleu
2017-03-31buflist: add key "__quiet" in hashtable for function key_bindSébastien Helleu
2017-03-31api: add special key "__quiet" in function key_bindSébastien Helleu
2017-03-30core: add ${re:#} to get the index of last group captured in evaluation of ex...Sébastien Helleu
2017-03-30buflist: add mouse supportSébastien Helleu
2017-03-30core: make "callback_cmp" optional in call to function arraylist_new()Sébastien Helleu
2017-03-29buflist: add option buflist.format.numberSébastien Helleu
2017-03-28core: fix cut of chars in "cutscr" of evaluated stringsSébastien Helleu
2017-03-27core: add cut of string with max chars displayed in evaluation of expressionsSébastien Helleu
2017-03-26Merge pull request #938 from arza-zara/buffer_get_localvarSébastien Helleu
2017-03-26relay: check buffer pointer received in "sync" and "desync" commands (weechat...Sébastien Helleu
2017-03-26relay: remove buffer from synchronized buffers when it is closed (fix memory ...Sébastien Helleu
2017-03-26core: support local variables in /buffer getarza
2017-03-25buflist: add option buflist.look.display_conditionsSébastien Helleu