summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-12core: add more intuitive buffer searching (closes #76)Simmo Saan
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).
2015-03-21core: allow "*" as plugin name in command /plugin reload to reload all ↵Sébastien Helleu
plugins with options
2015-03-19core: move definitions with version and license in root CMakeLists.txtSébastien Helleu
2015-03-18script: fix state of script plugins when list of scripts has not been downloadedSébastien Helleu
The problem happened when doing "/script load script.py" if the scripts list has not been downloaded (with "/script update"): WeeChat displays that python plugin is not loaded (which is wrong).
2015-03-18doc: remove obsolete note about package weechat-dbg and path to binary ↵Sébastien Helleu
(user's guide) (closes #363)
2015-03-17doc: update German auto-generated filesSébastien Helleu
2015-03-16core: update German translationsNils Görs
2015-03-16doc: update Japanese auto-generated filesSébastien Helleu
2015-03-15Merge pull request #361 from l/translation_jaSébastien Helleu
core: update Japanese translations
2015-03-16core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2015-03-15doc: set max version to 3.24.3 for libv8 in dependencies (user's guide) ↵Sébastien Helleu
(issue #360)
2015-03-15javascript: explicitely use v8 namespaceSébastien Helleu
2015-03-13core: add contributor in AUTHORS.asciidocSébastien Helleu
2015-03-13Merge remote-tracking branch 'origin/pr/342'Sébastien Helleu
Conflicts: po/pt_BR.po
2015-03-13doc: update German auto-generated filesSébastien Helleu
2015-03-12core: update German translationsNils Görs
2015-03-11doc: add comment in auto-generated doc files to prevent any changes by handSébastien Helleu
2015-03-10script: add note about HTTPS in /help script.scripts.urlSébastien Helleu
2015-03-10core: update translationsSébastien Helleu
2015-03-09doc: capitalize name of plugins in lists (scripting guide)Sébastien Helleu
2015-03-08core: add libv8 requirement in weechat.specSébastien Helleu
2015-03-08core: add javascript plugin in list of scripting languages supported (debian ↵Sébastien Helleu
packaging)
2015-03-08doc: remove trailing whitespace in German user's guideSébastien Helleu
2015-03-08doc: add C++ compiler requirement for javascript plugin in user's guideSébastien Helleu
2015-03-08core: add javascript plugin in ChangeLogSébastien Helleu
2015-03-08Merge branch 'javascript'Sébastien Helleu
2015-03-08core: align options in CMakeLists.txtSébastien Helleu
Better when things are aligned, no? :)