summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2014-10-08relay: add host in sender for IRC backlog PRIVMSG messages sent to clientsSébastien Helleu
2014-10-05Merge branch 'arraylist'Sébastien Helleu
2014-10-03core: use pkg-config to find Lua lib/headers with cmake, detection of Lua 5.2Sébastien Helleu
2014-09-29core: remove sort on configuration files and sectionsSébastien Helleu
2014-09-28trigger: fix typo in default conditions of "beep" triggerSébastien Helleu
2014-09-28trigger: add "${tg_displayed}" in conditions of default trigger "beep"Sébastien Helleu
2014-09-28core: move bar item "scroll" between buffer name and lag in default bar items...Sébastien Helleu
2014-09-28relay: add quotes in commentSébastien Helleu
2014-09-28relay: don't print ::ffff: in v4-mapped addresses.Anders Bergh
2014-09-28core: check that data is not NULL in function string_iconv_fprintfSébastien Helleu
2014-09-26relay: fix send of signals "relay_client_xxx" (closes #214)Sébastien Helleu
2014-09-24core: fix crash on buffer close when option weechat.look.hotlist_remove is se...Sébastien Helleu
2014-09-22irc: fix type of value stored in hashtable when joining a channel (closes #211)Sébastien Helleu
2014-09-21core: fix highlight of IRC action messages when option irc.look.nick_mode is ...Sébastien Helleu
2014-09-20core: fix compilation of plugin API functions (macros) when compiler optimiza...Sébastien Helleu
2014-09-20guile: fix compilation with Guile < 2.0.4 (closes #198)Sébastien Helleu