summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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
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 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-16tests: fix memory leak in hashtable testsSé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-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
2014-10-11core: fix search/insert of elements in sorted arraylist with duplicatesSébastien Helleu
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
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
2014-10-04core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2014-10-04core: add note about security issues and translations in Contributing.asciidocSébastien Helleu
2014-10-04doc: update Japanese auto-generated filesSébastien Helleu
2014-10-04Merge pull request #221 from l/translation_jaSébastien Helleu
2014-10-04core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2014-10-03core: add pkg-config dependency for Cygwin packagingSébastien Helleu
2014-10-03core: fix Lua detection on Cygwin with cmakeSébastien Helleu
2014-10-03core: fix Lua detection on OpenBSD with cmakeSébastien Helleu
2014-10-03core: update ChangeLog (add detection of Lua 5.2)Sébastien Helleu
2014-10-03doc: add pkg-config dependency in user's guideSébastien Helleu
2014-10-03doc: remove tag "translation missing" in French user's guideSébastien Helleu
2014-10-03doc: update Lua version in dependencies (user's guide)Sébastien Helleu
2014-10-03core: add detection of Lua 5.2 with autotoolsSébastien Helleu
2014-10-03core: use pkg-config to find Lua lib/headers with cmake, detection of Lua 5.2Sébastien Helleu
2014-10-03doc: fix libs versions in dependencies (user's guide)Sébastien Helleu
2014-10-02doc: add a link to dependencies in prerequisites chapter (user's guide)Sébastien Helleu