summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-22Merge remote-tracking branch 'origin/pr/419'Sébastien Helleu
2015-05-19Merge pull request #424 from l/translation_jaSébastien Helleu
core: update Japanese translations
2015-05-18core: sync debian files with debian git repositorySébastien Helleu
2015-05-18core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2015-05-17core: make cpputest optional in cmake compilationSébastien Helleu
With this fix, WeeChat can be built without tests (if cpputest is not found), without having to explicitely disable tests ("-DENABLE_TESTS=OFF").
2015-05-17lua: add detection of Lua 5.3Sébastien Helleu
2015-05-17core: remove use of PREFIX in main CMakeLists.txtSébastien Helleu
2015-05-17doc: replace PREFIX with CMAKE_INSTALL_PREFIX in list of cmake options ↵Sébastien Helleu
(user's guide)
2015-05-17doc: replace PREFIX with CMAKE_INSTALL_PREFIX in cmake instructions (closes ↵Sébastien Helleu
#354)
2015-05-17doc: sort directories and files, reformat emacs lisp example in developer's ↵Sébastien Helleu
guide
2015-05-17doc: update list of repositories in developer's guideSébastien Helleu
2015-05-15doc: add missing file test-arraylist.cpp in developer's guideSébastien Helleu
2015-05-13doc: add relay in list of main features (user's guide)Sébastien Helleu
2015-05-10Version 1.3-devSébastien Helleu
2015-05-10Version 1.2Sébastien Helleu
2015-05-09doc: update Polish auto-generated filesSébastien Helleu
2015-05-09Update polih translationsKrzysztof Korościk
2015-05-09Polish translation updateKrzysztof Korościk
2015-05-09core: sort languages alphabetically in buildSébastien Helleu
2015-05-09core: update German translationsNils Görs
2015-05-07irc: display a warning when the option irc.look.display_away is set to "channel"Sébastien Helleu
2015-05-05doc: harmonize size of bar filling examples (user's guide)Sébastien Helleu
2015-05-04irc: avoid warnings for unsupported WHOX messagesMax Teufel
Fixes #376. This avoids warnings for WHOX messages that we do not parse/ understand yet. Previously, IRC_PROTOCOL_MIN_ARGS was 5 where it should have been 4 (which avoids warnings for WHOX commands only requesting one WHOX type). Changing the behavior to support all different WHOX types seems like a bad idea to me, as it's quite hard to figure out which information was requested with the WHOX command.
2015-05-02Merge pull request #417 from l/translation_jaSébastien Helleu
core: update Japanese translations
2015-05-03core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2015-05-02Version 1.2-rc2Sébastien Helleu
2015-05-01doc: merge min/max version columns into a single column in dependencies ↵Sébastien Helleu
(user's guide)
2015-05-01core: fix compilation on CygwinSébastien Helleu
The header sys/select.h is now required for select() function.
2015-05-01core: add missing completions in command /inputSébastien Helleu
2015-05-01core: add signals "signal_sigterm" and "signal_sigquit" (closes #114)Sébastien Helleu
2015-04-30core: add comments after some #endifSébastien Helleu
2015-04-29irc: optimize search of a nick in nicklist (up to 3x faster)Sébastien Helleu
2015-04-28doc: update German documentationNils Görs
2015-04-28doc: update Japanese auto-generated fileSébastien Helleu
2015-04-28Merge pull request #414 from l/translation_jaSébastien Helleu
core: update Japanese translations
2015-04-29core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2015-04-26doc: update German auto-generated fileSébastien Helleu
2015-04-26core: remove extra spaces in function gui_bar_item_default_mouse_statusSébastien Helleu
2015-04-26core: update German translationsNils Görs
2015-04-26core: update German translationsNils Görs
2015-04-26api: add support of environment variables in function ↵Sébastien Helleu
string_eval_expression() and command /eval (issue #388)
2015-04-26doc: fix French translations in function string_eval_expression (plugin API ↵Sébastien Helleu
reference)
2015-04-26doc: fix typo in function string_eval_expression (plugin API reference)Sébastien Helleu
2015-04-26core: add support of full color option name in command /eval and API ↵Sébastien Helleu
function string_eval_expression()
2015-04-26api: add support of full color option name in function color()Sébastien Helleu
2015-04-25irc: fix color of new nick in nick changes messages when option ↵Sébastien Helleu
irc.look.color_nicks_in_server_messages is off
2015-04-25core: update German translationsNils Görs
2015-04-25core: add contributor in AUTHORS.asciidocSébastien Helleu
2015-04-25core: update ChangeLogSébastien Helleu
2015-04-25doc: add environment variable WEECHAT_HOME in command line optionsSébastien Helleu