summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-23doc: update Japanese auto-generated filesSébastien Helleu
2015-04-23Merge pull request #409 from l/translation_jaSébastien Helleu
core: update Japanese translations
2015-04-22core: remove WeeChat version from config files (closes #407)Sébastien Helleu
2015-04-22core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2015-04-20doc: update German auto-generated filesSébastien Helleu
2015-04-20core: update German translationsNils Görs
2015-04-19core: add options weechat.look.quote_{nick_prefix|nick_suffix|time_format} ↵Sébastien Helleu
to customize quoted messages in cursor mode (closes #403)
2015-04-19core: sort config options by name in source headersSébastien Helleu
2015-04-19api: add "_chat_line" (line pointer) in hashtable of hook_focusSébastien Helleu
2015-04-19core: add default keys of cursor mode in /help cursorSébastien Helleu
2015-04-19core: sort config options by name in sourcesSébastien Helleu
2015-04-18irc: remove compiler warning on isxdigitSébastien Helleu
2015-04-18irc: add support of SHA-256 and SHA-512 algorithms in server option ↵Sébastien Helleu
"ssl_fingerprint" (closes #281)
2015-04-18irc: move some #ifdef HAVE_GNUTLS around functionsSébastien Helleu
2015-04-18trigger: do not hook anything if the trigger is disabled (closes #405)Sébastien Helleu
2015-04-17core: Respect environment variable WEECHAT_HOMEKarthik K
If environment variable WEECHAT_HOME is set to a non-empty value, this is taken as the path for Weechat home directory. "--dir" command-line switch has higher precedence over this environment variable.
2015-04-17core: add a welcome message on first WeeChat run (closes #318)Sébastien Helleu
2015-04-16doc: update German documentationNils Görs
2015-04-16doc: update German auto-generated filesSébastien Helleu
2015-04-15core: update German translationsNils Görs
2015-04-14irc: add option "-noswitch" in command /query (closes #394)Sébastien Helleu
2015-04-13irc: fix display of PART messages on channels with +a (anonymous flag) ↵Sébastien Helleu
(closes #396) The purpose of the fix is to display any PART received on a channel, even if the nick is not found in the channel's nicklist (when channel is "+a", all PART are received from nick "anonymous").
2015-04-12Merge pull request #395 from l/translation_jaSébastien Helleu
core: update Japanese translations
2015-04-13core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2015-04-12core: fix French translations of /help weechat.look.word_chars_{highlight|input}Sébastien Helleu
2015-04-11aspell: add bar item "aspell_suggest" in /help aspell (closes #390)Sébastien Helleu
2015-04-11core: add options weechat.look.word_chars_{highlight|input} (closes #55, ↵Sébastien Helleu
task #9459)
2015-04-05doc: update WeeChat description in README and man pageSébastien Helleu
2015-04-04doc: fix trigger example in user's guideSébastien Helleu
2015-04-02doc: update Japanese auto-generated filesSébastien Helleu
2015-04-02Merge pull request #382 from l/translation_jaSébastien Helleu
core: update Japanese translations
2015-04-02core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2015-03-31core: remove trailing whitespace in a German translationSébastien Helleu
2015-03-30core: update German translationsNils Görs
2015-03-30core: display a warning on startup if the locale can not be set (closes #373)Sébastien Helleu
2015-03-29doc: update German documentationNils Görs
2015-03-28doc: fix links in plugin API referenceSébastien Helleu
2015-03-27doc: update German auto-generated filesSébastien Helleu
2015-03-26core: update German translationsNils Görs
2015-03-26core: fix typo in ChangeLogSébastien Helleu
2015-03-25core: use https for URL to WeeChat screenshot in README.asciidocSébastien Helleu
2015-03-24core: add an example with a more complex regex in /help filterSébastien Helleu
2015-03-23irc: fix example using two servers in /help server (closes #371)Sébastien Helleu
2015-03-23javascript: update KokaKiwi emailKokaKiwi
2015-03-22core: fix sort of contributors in AUTHORS.asciidocSébastien Helleu
2015-03-22core: add contributor in AUTHORS.asciidocSébastien Helleu
2015-03-22trigger: hide password when messaging NickServ through default alias /m ↵Simmo Saan
(closes #367)
2015-03-22tests: check that function string_strndup returns NULL if the given string ↵Sébastien Helleu
is NULL
2015-03-22irc: fix freenode server names used in /help server (closes #365)Sébastien Helleu
2015-03-21ruby: fix crash on /plugin reload (closes #364)Sébastien Helleu
The call to ruby_init_loadpath() has been moved after ruby initializations, which fixes the crash on plugin reload. The errors during ruby initializations are now displayed (they were hidden). And the ruby_cleanup() is called again: it seems it does not crash any more (tested with Ruby 2.1.5).