Sébastien Helleu
c4e3d66ba5
core: add a parent name in options ( closes #629 )
...
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 07:53:37 +01:00
Sébastien Helleu
2e5489b389
doc: update auto-generated files with irc options
2015-12-24 07:31:21 +01:00
Sébastien Helleu
f5f6a13586
core: free global variables at the very end
2015-12-23 07:33:22 +01:00
Sébastien Helleu
841444b68c
core: fix memory leak when using multiple "-d" or "-r" in command line arguments
2015-12-23 07:17:37 +01:00
evalle
cb23d0166a
doc: update Russian quickstart and command line options
2015-12-20 19:50:49 +01:00
Christine Dodrill
c3857e97cf
irc: add default color for +y mode prefix
2015-12-20 19:28:46 +01:00
Ondřej Súkup
e60491f442
core: update Czech translations
2015-12-20 19:03:28 +01:00
Sébastien Helleu
80d53ac8bd
Merge pull request #626 from sunpoet/master
...
javascript: fix build on FreeBSD
2015-12-20 18:54:17 +01:00
Sébastien Helleu
f50cdffc59
core: update ChangeLog ( closes #351 )
2015-12-20 10:41:13 +01:00
Sébastien Helleu
b5ef916564
doc: update auto-generated files with hdata
2015-12-20 10:40:04 +01:00
Sébastien Helleu
f26fbb4850
irc: add missing field realname in function irc_nick_print_log()
2015-12-20 10:28:05 +01:00
Sébastien Helleu
fb8799e81c
irc: fix comments
2015-12-20 10:22:43 +01:00
Sébastien Helleu
da505c0392
irc: fix long line
2015-12-20 10:20:12 +01:00
Sébastien Helleu
971a90474f
irc: fix condition in account message callback
2015-12-20 10:18:13 +01:00
Sébastien Helleu
ad45fd775d
Merge remote-tracking branch 'origin/pr/351'
2015-12-20 10:13:29 +01:00
Sébastien Helleu
c3c77799c1
doc: update German auto-generated files
2015-12-20 10:12:19 +01:00
Nils Görs
0f9c4954f8
core: update German translations
2015-12-20 09:50:32 +01:00
Sébastien Helleu
06a96d8d31
core: add contributor in AUTHORS.asciidoc
2015-12-20 08:26:22 +01:00
Sébastien Helleu
d97fc56f4a
doc: update auto-generated files with relay options
2015-12-20 08:26:22 +01:00
Sébastien Helleu
b6ea525800
core: update ChangeLog ( closes #347 )
2015-12-20 08:26:11 +01:00
Sébastien Helleu
6e60a4882e
core: update translations
2015-12-20 08:20:45 +01:00
Nick
52820627f0
relay: add option relay.irc.backlog_since_last_message
2015-12-20 08:19:59 +01:00
Mikaela Suomalainen
9f049afb18
core: use Ubuntu Trusty for tests (Travis CI)
...
The Debian package libcpputest-dev becomes useless as it's available in
the repositories now.
2015-12-20 07:57:36 +01:00
Sunpoet Po-Chuan Hsieh
6c3b940dc4
Fix build on FreeBSD
...
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-20 05:36:00 +08:00
Sébastien Helleu
213db71702
core: add info about SNI in ChangeLog
2015-12-18 07:56:09 +01:00
Sébastien Helleu
0509f19048
doc: update examples of function hook_command_run (plugin API reference)
2015-12-17 08:13:55 +01:00
Sébastien Helleu
f74aa09573
core: add note about duplicate issues in Contributing
2015-12-16 07:28:44 +01:00
Sébastien Helleu
bd6262dc34
core: add issue #260 in ChangeLog
2015-12-15 07:22:55 +01:00
Sébastien Helleu
2022aa0df2
doc: update German auto-generated files
2015-12-14 19:59:23 +01:00
Nils Görs
a1cd46ff3e
core: update German translations
2015-12-13 12:29:32 +01:00
Sébastien Helleu
136da36d7a
irc: add support of SNI in SSL connection to IRC server ( closes #620 )
2015-12-10 07:13:20 +01:00
Sébastien Helleu
e6e8f34b4a
script: update help on /script search
2015-12-10 07:06:21 +01:00
Sébastien Helleu
e734914380
script: add completion with languages and extensions, support search by language/extension in /script search
2015-12-09 07:40:16 +01:00
Sébastien Helleu
03a6209f73
core: add names for anchors in ReleaseNotes
2015-12-07 07:59:03 +01:00
Sébastien Helleu
290e86c53a
core: add names for anchors in ChangeLog
2015-12-06 21:42:14 +01:00
Sébastien Helleu
0beca1915c
doc: update German auto-generated files
2015-12-04 07:27:05 +01:00
Nils Görs
398a112be8
core: update German translations
2015-12-03 20:52:43 +01:00
Sébastien Helleu
0b86ce9d44
fifo: fix invalid pointer type
2015-12-03 07:55:11 +01:00
Sébastien Helleu
8f69c86da7
core: remove trailing whitespace, remove listing block around copyright in README
2015-12-03 07:46:38 +01:00
Kamran Mackey
3a2edae292
core: fix a few typos, add listing block around copyright in README
2015-12-03 07:40:22 +01:00
Sébastien Helleu
6f0151e128
fifo: add /fifo command
2015-12-02 19:46:34 +01:00
Sébastien Helleu
2a494227b4
script: fix comment
2015-12-02 19:35:16 +01:00
Sébastien Helleu
e1274010ff
core: disable some pylint errors (Travis CI)
2015-11-30 10:24:18 +01:00
Sébastien Helleu
a99b01bc5e
core: add command "pylint --version" (Travis CI)
2015-11-30 10:22:04 +01:00
Sébastien Helleu
8d5d22186f
core: add a heart in paypal donate badge
2015-11-29 10:55:26 +01:00
Sébastien Helleu
866cb19a95
core: add a slant badge in README
2015-11-29 10:54:48 +01:00
Sébastien Helleu
dcbb3ed050
core: add diaspora*, google+, devel blog and paypal badges in README
2015-11-28 09:05:43 +01:00
Sébastien Helleu
4fca6c58c8
irc: add a condition for colon before the password in PASS message (issue #602 )
...
Some weird IRC servers may refuse a PASS command with a colon, so we
send a colon only if the password contains spaces or begins with a
colon.
2015-11-24 20:26:06 +01:00
Sébastien Helleu
9e9dd27bb3
irc: add a missing colon before the password in PASS message ( closes #602 )
2015-11-24 07:44:21 +01:00
Sébastien Helleu
c7b781bc54
doc: update German auto-generated files
2015-11-22 09:39:35 +01:00