Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-24 | tests: fix compilation with autotools | Sébastien Helleu | |
2015-12-24 | tests: fix locale used to execute tests | Sébastien Helleu | |
2015-12-24 | core: update ChangeLog | Sébastien Helleu | |
2015-12-24 | core: move lines in ChangeLog | Sébastien Helleu | |
2015-12-24 | tests: check if all plugins are loaded | Sébastien Helleu | |
2015-12-24 | irc: fix typo | Sébastien Helleu | |
2015-12-24 | core: update translations | Sébastien Helleu | |
2015-12-24 | Merge pull request #634 from KamranMackey/fix-typo-in-weelog | Sébastien Helleu | |
core: fix typo in message displayed when the log file is locked | |||
2015-12-24 | irc: move option irc.network.alternate_nick into servers (closes #633) | Sébastien Helleu | |
2015-12-24 | Fixed a typo in wee-log.c | Kamran Mackey | |
Signed-off-by: Kamran Mackey <kamranm1200@gmail.com> | |||
2015-12-24 | core: 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-24 | doc: update auto-generated files with irc options | Sébastien Helleu | |
2015-12-23 | core: free global variables at the very end | Sébastien Helleu | |
2015-12-23 | core: fix memory leak when using multiple "-d" or "-r" in command line arguments | Sébastien Helleu | |
2015-12-20 | doc: update Russian quickstart and command line options | evalle | |
2015-12-20 | irc: add default color for +y mode prefix | Christine Dodrill | |
2015-12-20 | core: update Czech translations | Ondřej Súkup | |
2015-12-20 | Merge pull request #626 from sunpoet/master | Sébastien Helleu | |
javascript: fix build on FreeBSD | |||
2015-12-20 | core: update ChangeLog (closes #351) | Sébastien Helleu | |
2015-12-20 | doc: update auto-generated files with hdata | Sébastien Helleu | |
2015-12-20 | irc: add missing field realname in function irc_nick_print_log() | Sébastien Helleu | |
2015-12-20 | irc: fix comments | Sébastien Helleu | |
2015-12-20 | irc: fix long line | Sébastien Helleu | |
2015-12-20 | irc: fix condition in account message callback | Sébastien Helleu | |
2015-12-20 | Merge remote-tracking branch 'origin/pr/351' | Sébastien Helleu | |
2015-12-20 | doc: update German auto-generated files | Sébastien Helleu | |
2015-12-20 | core: update German translations | Nils Görs | |
2015-12-20 | core: add contributor in AUTHORS.asciidoc | Sébastien Helleu | |
2015-12-20 | doc: update auto-generated files with relay options | Sébastien Helleu | |
2015-12-20 | core: update ChangeLog (closes #347) | Sébastien Helleu | |
2015-12-20 | core: update translations | Sébastien Helleu | |
2015-12-20 | relay: add option relay.irc.backlog_since_last_message | Nick | |
2015-12-20 | core: 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-20 | Fix build on FreeBSD | Sunpoet 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-18 | core: add info about SNI in ChangeLog | Sébastien Helleu | |
2015-12-17 | doc: update examples of function hook_command_run (plugin API reference) | Sébastien Helleu | |
2015-12-16 | core: add note about duplicate issues in Contributing | Sébastien Helleu | |
2015-12-15 | core: add issue #260 in ChangeLog | Sébastien Helleu | |
2015-12-14 | doc: update German auto-generated files | Sébastien Helleu | |
2015-12-13 | core: update German translations | Nils Görs | |
2015-12-10 | irc: add support of SNI in SSL connection to IRC server (closes #620) | Sébastien Helleu | |
2015-12-10 | script: update help on /script search | Sébastien Helleu | |
2015-12-09 | script: add completion with languages and extensions, support search by ↵ | Sébastien Helleu | |
language/extension in /script search | |||
2015-12-07 | core: add names for anchors in ReleaseNotes | Sébastien Helleu | |
2015-12-06 | core: add names for anchors in ChangeLog | Sébastien Helleu | |
2015-12-04 | doc: update German auto-generated files | Sébastien Helleu | |
2015-12-03 | core: update German translations | Nils Görs | |
2015-12-03 | fifo: fix invalid pointer type | Sébastien Helleu | |
2015-12-03 | core: remove trailing whitespace, remove listing block around copyright in ↵ | Sébastien Helleu | |
README | |||
2015-12-03 | core: fix a few typos, add listing block around copyright in README | Kamran Mackey | |