summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-03doc: use WeeChat IRC message parsing function in IRC hook example (scripting ↵Sébastien Helleu
guide)
2017-06-03relay: remove callback unused after d2ff46fa69ddfd999ce7a405e336221e6197738dSimmo Saan
2017-06-03gui: remove callback unused after 0b2be21f1f42c2a1b0c200b339d7d2e59595da4cSimmo Saan
2017-06-03core, irc: remove unused structsSimmo Saan
2017-06-03gui: remove completion hdata made unusable by arraylist usageSimmo Saan
2017-06-03relay: fix relay.network.bind_address change callback not being calledSimmo Saan
2017-06-03core, script: remove unused config section variablesSimmo Saan
2017-06-03gui, buflist: remove declared but undefined functionsSimmo Saan
2017-06-03core, gui: remove declared but unused global variablesSimmo Saan
2017-06-03exec, fifo, irc: remove unused #define-sSimmo Saan
2017-06-03gui: fix gui-focus.h header guardSimmo Saan
2017-06-03core: forward declare structs to avoid implicit declarationsSimmo Saan
2017-06-03gui: remove non-standard enum forward declarationSimmo Saan
2017-06-03relay: remove local variables used only for sizeofSimmo Saan
2017-06-03core: fix fifo_fd_cb declared without argumentsSimmo Saan
2017-06-03core: fix gui_color_dump called with excess argumentsSimmo Saan
2017-06-03irc: fix irc_server_autojoin_channels declared without argumentsSimmo Saan
2017-06-03gui: fix gui_key_default_bindings declared without argumentsSimmo Saan
2017-06-03core: fix infinite loop when the terminal is closed on the secure password ↵Sébastien Helleu
prompt (closes #1010)
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.