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
Sébastien Helleu
ff723050f6
Merge pull request #598 from l/translation_ja
...
core: update Japanese translations
2015-11-22 09:37:41 +01:00
Sébastien Helleu
0bebb2d674
Merge pull request #599 from qsuscs/ts/de-translation-typo
...
core: fix typo in German translation
2015-11-22 09:37:17 +01:00
AYANOKOUZI, Ryuunosuke
7d27d05877
core: update Japanese translations
2015-11-22 09:00:00 +09:00
Thomas Schneider
8b8454a1cd
core: fix typo in German translation
...
Signed-off-by: Thomas Schneider <thosch97@gmail.com >
2015-11-21 22:39:51 +01:00
Sébastien Helleu
c337e74e7a
irc: use current channel and current server channels first in completions "irc_channels" and "irc_server_channels" ( closes #392 )
2015-11-17 20:48:24 +01:00
Sébastien Helleu
17e1747a82
irc: use current channel first in completion "irc_channels" (task #12923 , issue #392 )
2015-11-16 20:24:45 +01:00
Sébastien Helleu
10f0873bee
doc: change key bindings examples in docs
2015-11-15 12:35:36 +01:00
Sébastien Helleu
410537508d
debian: add "Conflicts" field in debian devel packages
2015-11-14 14:07:26 +01:00
Sébastien Helleu
b492c1b1e2
core: add "tmux" and "tmux-256color" in supported $TERM values ( closes #519 )
2015-11-12 21:25:28 +01:00
Nils Görs
51abbf829a
core: update German translations
2015-11-12 16:25:39 +01:00
Simmo Saan
c205aae269
irc: disallow /quiet, /unquiet on servers without support
2015-11-07 14:53:29 +02:00
Simmo Saan
2ef5d654dc
irc: make /ban, /unban, /quiet, /unquiet send multiple at once ( closes #15 )
...
irc: make /quiet, /unquiet honor ban_mask_default (closes #577 )
2015-11-07 14:21:00 +02:00
Sébastien Helleu
99ebccad3f
core: fix example in /help key
2015-11-04 18:14:07 +01:00
Simmo Saan
e1f296857e
irc: add inclusive behavior to /allchan, /allpv, /allserv
2015-11-03 12:49:21 +02:00
Sébastien Helleu
fcf1c22604
doc: update Japanese auto-generated files
2015-10-31 08:21:54 +01:00
Sébastien Helleu
fe6ea0812e
Merge pull request #567 from l/translation_ja
...
core: update Japanese translations
2015-10-31 08:20:41 +01:00
AYANOKOUZI, Ryuunosuke
fd64fdf083
core: update Japanese translations
2015-10-31 09:00:00 +09:00
Sébastien Helleu
11636f5b43
debian: sync debian files with debian git repository
2015-10-30 21:00:29 +01:00