summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-01core: fix buffer property "lines_hidden" when merging buffers or when a line ↵Sébastien Helleu
is removed from a buffer (closes #226)
2014-11-01doc: minor changes in developer's guideSébastien Helleu
2014-10-31irc: remove IRC color codes from buffer title in channels (closes #237)Sébastien Helleu
2014-10-31doc: update German auto-generated filesSébastien Helleu
2014-10-31core: update German translationsNils Görs
2014-10-30core: fix typo in French translation of /help connectSébastien Helleu
2014-10-29core: fix table layout in release notesSébastien Helleu
2014-10-29doc: fix typos in French docsSébastien Helleu
2014-10-28doc: fix missing French translation in man pageSébastien Helleu
2014-10-27core: fix typos in release notesSébastien Helleu
2014-10-26irc: automatically add current channel in command /samode (closes #241)Sébastien Helleu
2014-10-26core: replace package libgnutls28-dev by libgnutls-dev (Travis CI)Sébastien Helleu
2014-10-26core: replace package libgcrypt20-dev by libgcrypt11-dev (Travis CI)Sébastien Helleu
2014-10-26core: fix installation of required packages (Travis CI)Sébastien Helleu
2014-10-26core: display libs used when running WeeChat in TravisSé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
options for offline nick
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 ↵Sébastien Helleu
regex option in triggers (incompatible with version 1.0) (closes #224)
2014-10-25doc: update auto-generated filesSébastien Helleu
2014-10-25core: update German translationsNils Görs
2014-10-25Merge pull request #239 from l/translation_jaSébastien Helleu
core: update Japanese translations
2014-10-25core: update Japanese translationsAYANOKOUZI, Ryuunosuke
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 ↵Sébastien Helleu
weechat.look.buffer_time_format is not an empty string
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
This fixes a memory leak in completions which are using this callback to free words in the completion list.
2014-10-16core: fix memory leak in completionSébastien Helleu
2014-10-16tests: fix memory leak in hashtable testsSébastien Helleu
2014-10-16core: add hide of chars in string in evaluation of expressionsSébastien Helleu
The syntax is: ${hide:char,string}. All chars in string are replaced with char (which can be one or more chars).
2014-10-12core: move default prefix/suffix for evaluation in wee-eval.hSébastien Helleu
2014-10-12tests: add test of function string_split_shell with an empty stringSébastien Helleu
2014-10-12tests: add extra check of argv pointer in test of string_split functionsSébastien Helleu
2014-10-12tests: initialize argc to -1 instead of 1 before some testsSébastien Helleu
2014-10-12tests: add some tests on function eval_expressionSébastien Helleu
2014-10-12core: remove extra spaces in a commentSébastien Helleu
2014-10-11core: fix .mailmap entries for myselfSébastien Helleu
2014-10-11core: add a .mailmap fileSébastien Helleu
This file is used for example by command "git shortlog", to prevent duplicate committers.
2014-10-11core: fix search/insert of elements in sorted arraylist with duplicatesSébastien Helleu
The pointer and index returned is now the first element found with the value (with the lower index if there are many elements with same value). And the index for insert is the last element with same value + 1 (the higher index + 1).
2014-10-09core: add contributor in AUTHORS.asciidocSébastien Helleu
2014-10-09core: update ChangeLogSé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
of option when it is changed with /set
2014-10-08relay: add host in sender for IRC backlog PRIVMSG messages sent to clientsSébastien Helleu
2014-10-05core: update ChangeLog (add arraylists)Sébastien Helleu
2014-10-05doc: update auto-generated files with hdataSébastien Helleu
2014-10-05doc: add file "wee-arraylist.c" in developer's guideSébastien Helleu
2014-10-05Merge branch 'arraylist'Sébastien Helleu
2014-10-04Merge pull request #222 from l/translation_jaSébastien Helleu
core: update Japanese translations