summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-05core: check that timeval arguments are not NULL in timeval functionsSébastien Helleu
2014-07-05core: check that regex is not NULL in function string_regcompSébastien Helleu
2014-07-05core: check that regex is not NULL in function string_regex_flagsSébastien Helleu
2014-07-05core: add note about result that must be freed in function string_mask_to_regexSébastien Helleu
2014-07-05core: check that "chars" argument is not NULL in function string_stripSébastien Helleu
2014-07-05core: check that string is not NULL in function string_convert_escaped_charsSébastien Helleu
2014-07-05core: add comment with return value of function string_strcasestrSébastien Helleu
2014-07-04core: check that string is not NULL in function string_strndupSébastien Helleu
2014-07-01core: remove "www" in weechat.org URLsSébastien Helleu
2014-06-29doc: update German documentationnils_2
2014-06-29doc: update German documentationnils_2
2014-06-29doc: add a question in FAQ about CPU usageSébastien Helleu
2014-06-29doc: update German auto-generated filesSébastien Helleu
2014-06-29core: update German translationsnils_2
2014-06-29core: add note about semicolon to separate commands in /help evalSébastien Helleu
2014-06-28core: update message displayed when passphrase is not set on /secure bufferSébastien Helleu
2014-06-28core: remove obsolete translationsSébastien Helleu
2014-06-28core: do not display content of passphrase on /secure bufferSébastien Helleu
2014-06-28core: fix completion of plugins commands when beginning of command is givenSébastien Helleu
2014-06-28core: fix completion of environment variable value when beginning of value ↵Sébastien Helleu
is given
2014-06-27doc: update German auto-generated filesSébastien Helleu
2014-06-27core: update German translationsnils_2
2014-06-27core: add missing declaration of "environ" (fix compilation on Mac OS X)Sébastien Helleu
2014-06-27core: remove extra spaces in /help setSébastien Helleu
2014-06-27core: add option "env" in command /setSébastien Helleu
2014-06-21core: fix typo in German messageSébastien Helleu
2014-06-20doc: update German auto-generated filesSébastien Helleu
2014-06-19core: update German translationsnils_2
2014-06-19irc: fix typo in a messageSébastien Helleu
2014-06-14doc: update German auto-generated filesSébastien Helleu
2014-06-14doc: update German documentationnils_2
2014-06-14core: update German translationsnils_2
2014-06-14irc: add value "+" for option irc.look.smart_filter_mode to use modes from ↵Sébastien Helleu
server prefixes (closes #90) The new default value of option irc.look.smart_filter_mode is now "+".
2014-06-13core: update URL of WeeChat screenshot in README.asciidocSébastien Helleu
2014-06-12doc: update Japanese auto-generated filesSébastien Helleu
2014-06-12Merge pull request #105 from l/translation_jaSébastien Helleu
core: update Japanese translations
2014-06-12core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2014-06-11core: set default value "merged" for option weechat.look.hotlist_removeSébastien Helleu
2014-06-11doc: add evaluated expression for argument "condition" in function bar_new ↵Sébastien Helleu
(plugin API reference)
2014-06-10core: fix potential memory leak with infolists not freed in plugins (debian ↵Sébastien Helleu
#751108) The memory leak should not happen if infolists are properly freed by plugins, and it happened only on unload of plugins (or exit).
2014-06-09doc: add "in option command" in quickstartSébastien Helleu
2014-06-09doc: update German auto-generated filesSébastien Helleu
2014-06-09doc: update German documentationnils_2
2014-06-09core: update German translationsnils_2
2014-06-08doc: add SSL options in quickstart guideSébastien Helleu
2014-06-08irc: fix French translation of "kick"Sébastien Helleu
2014-06-08irc: fix help of commands kick/kickban/remove (closes #102)Sébastien Helleu
2014-06-07core: fix color display of last color number + 1 (closes #101)Sébastien Helleu
2014-06-07core: fix first comment line in weechat.cSébastien Helleu
2014-06-06core: add option weechat.look.hotlist_remove (closes #99)Sébastien Helleu