summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-11-15script: add option script.scripts.url_force_https (closes #253)Sébastien Helleu
2014-11-15core: add constant for libcurl >= 7.38.0Sébastien Helleu
2014-11-15core: regroup libcurl constants/options by versionSébastien Helleu
2014-11-15core: add debug message in hook_process when core debug >= 1Sébastien Helleu
2014-11-11irc: add infolist "irc_color_weechat"Sébastien Helleu
2014-11-11irc: add support for color codes 16-99 in IRC messages (closes #228) (patch f...Sébastien Helleu
2014-11-09xfer: fix code styleSébastien Helleu
2014-11-09Merge branch 'xfer_chat' of git://github.com/talisein/weechat-1 into talisein...Sébastien Helleu
2014-11-09xfer: fix commentsSébastien Helleu
2014-11-09xfer: return 0/1 instead of WEECHAT_RC_OK/ERROR in function xfer_resolve_addrSébastien Helleu
2014-11-09Merge branch 'xfer_wildcard' of git://github.com/talisein/weechat-1 into tali...Sébastien Helleu
2014-11-09core: add option weechat.completion.command_inline (task #12491)Sébastien Helleu
2014-11-07python: remove comment added by mistakeSébastien Helleu
2014-11-06core: update German translationsNils Görs
2014-11-06core: update translationsSébastien Helleu
2014-11-06core: add bar item "mouse_status", new options weechat.look.item_mouse_status...Nils Görs
2014-11-04irc: use option irc.look.nick_mode_empty to display nick prefix in bar item "...Sébastien Helleu
2014-11-04irc: disable SSLv3 by default in server option "ssl_priorities" (closes #248)Sébastien Helleu
2014-11-04relay: disable SSLv3 by defaultSébastien Helleu
2014-11-02relay: don't remove relay from config when the binding fails (closes #225), a...Sébastien Helleu
2014-11-01core: send mouse code only one time after delay with command /mouse enable|di...Sébastien Helleu
2014-11-01core: add signals "mouse_enabled" and "mouse_disabled" (closes #244)Sébastien Helleu
2014-11-01core: send mouse code only one time to terminal with command /mouse enable|di...Sébastien Helleu
2014-11-01trigger: fix trigger example "effects" in /help trigger (update regex to new ...Sébastien Helleu
2014-11-01irc: reformat some code to make it more readableSébastien Helleu
2014-11-01irc: add "extended-join" in help of server option "capabilities"Sébastien Helleu
2014-11-01irc: fix display of "(null)" as real name when it is missing in extended-joinSébastien Helleu
2014-11-01irc: add support for CAP extended-joinMax Teufel
2014-11-01irc: fix display of channel exception list (348) with 6 arguments (date missing)Sébastien Helleu
2014-11-01irc: add argument "server_message" in function irc_nick_color_for_msgSébastien Helleu
2014-11-01Merge branch 'master+irc_protocol_nick_address' of git://github.com/maxteufel...Sébastien Helleu
2014-11-01core: fix buffer property "lines_hidden" when merging buffers or when a line ...Sébastien Helleu
2014-10-31irc: remove IRC color codes from buffer title in channels (closes #237)Sébastien Helleu
2014-10-26irc: automatically add current channel in command /samode (closes #241)Sébastien Helleu
2014-10-26relay: add option relay.network.ssl_priorities (closes #234)Sébastien Helleu
2014-10-26core: add note about option weechat.look.color_nick_offline in help of color ...Sébastien Helleu
2014-10-26trigger: fix memory leak when allocating a new trigger with several regexSébastien Helleu
2014-10-26trigger: evaluate and replace regex groups at same time, new format for regex...Sébastien Helleu
2014-10-23api: fix crash when reading config options with NULL value (closes #238)Sébastien Helleu
2014-10-22core: display time in bare display only if option weechat.look.buffer_time_fo...Sébastien Helleu
2014-10-22api: add regex replace feature in function string_eval_expressionSébastien Helleu
2014-10-17core: call "callback_free" in functions arraylist_{remove|clear|free}Sébastien Helleu
2014-10-16core: fix memory leak in completionSébastien Helleu
2014-10-16core: add hide of chars in string in evaluation of expressionsSébastien Helleu
2014-10-12core: move default prefix/suffix for evaluation in wee-eval.hSébastien Helleu
2014-10-12core: remove extra spaces in a commentSébastien Helleu
2014-10-11core: fix search/insert of elements in sorted arraylist with duplicatesSébastien Helleu
2014-10-09irc: add tag "nick_xxx" in invite messagesnyuszika7h
2014-10-09irc: fix completion of commands /msg, /notice and /querySébastien Helleu
2014-10-08relay: use comma separator in option relay.irc.backlog_tags, check the value ...Sébastien Helleu