summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2015-12-13core: update German translationsNils Görs
2015-12-10irc: add support of SNI in SSL connection to IRC server (closes #620)Sébastien Helleu
2015-12-10script: update help on /script searchSébastien Helleu
2015-12-09script: add completion with languages and extensions, support search by ↵Sébastien Helleu
language/extension in /script search
2015-12-07core: add names for anchors in ReleaseNotesSébastien Helleu
2015-12-06core: add names for anchors in ChangeLogSébastien Helleu
2015-12-04doc: update German auto-generated filesSébastien Helleu
2015-12-03core: update German translationsNils Görs
2015-12-03fifo: fix invalid pointer typeSébastien Helleu
2015-12-03core: remove trailing whitespace, remove listing block around copyright in ↵Sébastien Helleu
README
2015-12-03core: fix a few typos, add listing block around copyright in READMEKamran Mackey