summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-31core: fix execution of empty command nameSébastien Helleu
The strings "/" and "/ " are not considered as valid commands any more.
2015-12-27doc: fix example for function hdata_search (plugin API reference)Sébastien Helleu
2015-12-26core: add IRC alternate nicks in release notesSébastien Helleu
2015-12-25doc: update Japanese auto-generated filesSébastien Helleu
2015-12-25Merge pull request #636 from l/translation_jaSébastien Helleu
core: update Japanese translations
2015-12-25tests: temporary disable check of javascript pluginSébastien Helleu
The compilation with autotools fails to detect v8 lib (used by javascript plugin) on Ubuntu Trusty, so the tests are failing because javascript plugins is not loaded. This check will be enabled again when autotools compilation will be fixed.
2015-12-25doc: update German auto-generated filesSébastien Helleu
2015-12-25core: update German translationsNils Görs
2015-12-25core: update German translationsNils Görs
2015-12-25core: update ChangeLogSébastien Helleu
2015-12-25core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2015-12-24tests: fix compilation with autotoolsSébastien Helleu
2015-12-24tests: fix locale used to execute testsSébastien Helleu
2015-12-24core: update ChangeLogSébastien Helleu
2015-12-24core: move lines in ChangeLogSébastien Helleu
2015-12-24tests: check if all plugins are loadedSébastien Helleu
2015-12-24irc: fix typoSébastien Helleu
2015-12-24core: update translationsSébastien Helleu
2015-12-24Merge pull request #634 from KamranMackey/fix-typo-in-weelogSébastien Helleu
core: fix typo in message displayed when the log file is locked
2015-12-24irc: move option irc.network.alternate_nick into servers (closes #633)Sébastien Helleu
2015-12-24Fixed a typo in wee-log.cKamran Mackey
Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
2015-12-24core: add a parent name in options (closes #629)Sébastien Helleu
Inherited values are now displayed in /set output when the value is null, if a parent option name is defined in option. New option: weechat.color.chat_value_null
2015-12-24doc: update auto-generated files with irc optionsSébastien Helleu
2015-12-23core: free global variables at the very endSébastien Helleu
2015-12-23core: fix memory leak when using multiple "-d" or "-r" in command line argumentsSébastien Helleu
2015-12-20doc: update Russian quickstart and command line optionsevalle
2015-12-20irc: add default color for +y mode prefixChristine Dodrill
2015-12-20core: update Czech translationsOndřej Súkup
2015-12-20Merge pull request #626 from sunpoet/masterSébastien Helleu
javascript: fix build on FreeBSD
2015-12-20core: update ChangeLog (closes #351)Sébastien Helleu
2015-12-20doc: update auto-generated files with hdataSébastien Helleu
2015-12-20irc: add missing field realname in function irc_nick_print_log()Sébastien Helleu
2015-12-20irc: fix commentsSébastien Helleu
2015-12-20irc: fix long lineSébastien Helleu
2015-12-20irc: fix condition in account message callbackSébastien Helleu
2015-12-20Merge remote-tracking branch 'origin/pr/351'Sébastien Helleu
2015-12-20doc: update German auto-generated filesSébastien Helleu
2015-12-20core: update German translationsNils Görs
2015-12-20core: add contributor in AUTHORS.asciidocSébastien Helleu
2015-12-20doc: update auto-generated files with relay optionsSébastien Helleu
2015-12-20core: update ChangeLog (closes #347)Sébastien Helleu
2015-12-20core: update translationsSébastien Helleu
2015-12-20relay: add option relay.irc.backlog_since_last_messageNick
2015-12-20core: use Ubuntu Trusty for tests (Travis CI)Mikaela Suomalainen
The Debian package libcpputest-dev becomes useless as it's available in the repositories now.
2015-12-20Fix build on FreeBSDSunpoet Po-Chuan Hsieh
The error message is as follows: /usr/ports/irc/weechat/work/weechat-1.3/src/plugins/javascript/weechat-js-api.cpp:4206:16: error: use of undeclared identifier 'localtime' date_tmp = localtime (&time); ^ /usr/ports/irc/weechat/work/weechat-1.3/src/plugins/javascript/weechat-js-api.cpp:4208:9: error: use of undeclared identifier 'strftime' strftime (timebuffer, sizeof (timebuffer), "%F %T", date_tmp); ^
2015-12-18core: add info about SNI in ChangeLogSébastien Helleu
2015-12-17doc: update examples of function hook_command_run (plugin API reference)Sébastien Helleu
2015-12-16core: add note about duplicate issues in ContributingSébastien Helleu
2015-12-15core: add issue #260 in ChangeLogSébastien Helleu
2015-12-14doc: update German auto-generated filesSébastien Helleu