Sébastien Helleu
a24817b141
irc: rename server variable "nick_host" to "host"
2019-05-12 07:46:01 +02:00
Sébastien Helleu
e1fb8433ce
core: update ChangeLog (issue #1346 )
2019-05-11 20:33:37 +02:00
Sébastien Helleu
e3c38d7163
core: add detection of Ruby 2.6 in autotools
2019-05-11 20:32:45 +02:00
Sébastien Helleu
b66655b1de
Merge pull request #1346 from J0WI/patch-1
...
core: add detection for Ruby 2.6
2019-05-11 20:31:30 +02:00
J0WI
38b195214b
core: add detection for Ruby 2.6
2019-05-11 13:31:34 +02:00
Sébastien Helleu
26ba04b454
irc: set buffer local variable "nick_host" when a channel buffer is opened
2019-05-10 22:25:56 +02:00
Sébastien Helleu
35237c8088
irc: add bar items "irc_nick", "irc_host" and "irc_nick_host"
2019-05-10 22:00:33 +02:00
Sébastien Helleu
06aa7034fb
irc: add variable "nick_host" in server structure
2019-05-10 21:59:31 +02:00
Sébastien Helleu
2073408b86
irc: fix parsing of MODE command when there are colons after the first mode argument ( closes #1296 )
2019-05-10 19:29:58 +02:00
Sébastien Helleu
141b42817f
core: update ChangeLog (issue #1341 , issue #1342 )
2019-05-01 08:35:07 +02:00
Sébastien Helleu
4ddfbc9714
core: add contributor in AUTHORS.adoc
2019-05-01 08:33:47 +02:00
Sébastien Helleu
2712f0991b
core: replace CMAKE_INSTALL_PREFIX by ${prefix} in libdir (weechat.pc)
2019-05-01 08:32:36 +02:00
Sébastien Helleu
1102f8ccf0
Merge pull request #1342 from ryan-farley/libdir_fix
...
cmake: allow custom libdir (fix #1341 )
2019-05-01 08:29:59 +02:00
Ryan Farley
8df3ad3d26
cmake: allow custom libdir ( fix #1341 )
...
Allows for custom LIBDIR to specified with cmake builds. WEECHAT_LIBDIR
is used for a custom Weechat directory, or set from LIBDIR (as LIBDIR
used to be set).
2019-04-25 16:53:55 -05:00
Sébastien Helleu
38535686f8
core: update ChangeLog
2019-04-20 11:00:29 +02:00
Sébastien Helleu
ece92efd81
tests: add link with iconv library (if found)
...
This fixes a compilation error on FreeBSD.
2019-04-20 10:15:01 +02:00
Nils Görs
4718112c1c
doc: update German documentation
2019-04-19 23:07:36 +02:00
Sébastien Helleu
d9d1fa7210
doc: translate quickstart changes in other languages
2019-04-19 21:25:33 +02:00
Sébastien Helleu
7f00a51e19
Merge remote-tracking branch 'origin/pr/1340'
2019-04-19 20:55:23 +02:00
Michael Siegel
0b330762fa
quick start guide: make two separate sections out of section 2
2019-04-19 18:18:47 +00:00
Nils Görs
88404452e0
doc: update German documentation
2019-04-19 07:12:45 +02:00
Sébastien Helleu
ebff142511
core: add contributor in AUTHORS.adoc
2019-04-17 07:45:00 +02:00
Sébastien Helleu
a706ee976c
doc: translate quickstart changes in other languages
2019-04-17 07:44:03 +02:00
Sébastien Helleu
1e63cdcd9f
Merge remote-tracking branch 'origin/pr/1339'
2019-04-17 07:32:03 +02:00
Michael Siegel
ec337a7601
quick start guide: rearrange content in section 2
...
Put everything help-related first, then explain how to set options.
2019-04-16 22:02:19 +00:00
Sébastien Helleu
1582d923e6
core: use getopt to parse command line arguments
...
Multiple options can now be given in a single flag, for example:
weechat -ast
Following formats were allowed for command line argument with a value:
weechat -d /tmp/weechat
weechat --dir /tmp/weechat
Now these extra formats are supported as well:
weechat -d/tmp/weechat
weechat --dir=/tmp/weechat
2019-04-14 13:35:47 +02:00
Sébastien Helleu
cc2a6db335
doc: update Japanese auto-generated files
2019-04-14 13:21:09 +02:00
Sébastien Helleu
cb28372dd7
Merge pull request #1337 from l/master/translation/ja_JP
...
core: update Japanese translations
2019-04-14 13:20:03 +02:00
Sébastien Helleu
b376f9f013
Merge pull request #1336 from msiism/master
...
quick start guide: insert “the” where missing
2019-04-14 09:11:33 +02:00
Sébastien Helleu
0e2baa56cf
doc: update German auto-generated files
2019-04-14 08:55:19 +02:00
AYANOKOUZI, Ryuunosuke
1876e84c82
core: update Japanese translations
2019-04-14 09:00:00 +09:00
Michael Siegel
b4ecfa0159
quick start guide: insert “the” where missing
2019-04-13 20:22:17 +00:00
Nils Görs
2b65c351a8
core: update German translations
2019-04-13 21:18:56 +02:00
Sébastien Helleu
4063abc86b
core: bump API version
...
This is required after changes on functions hook_info and info_get.
2019-04-13 20:48:42 +02:00
Sébastien Helleu
dbf6691243
core: add contributor in AUTHORS.adoc (issue #931 )
2019-04-13 20:48:11 +02:00
Sébastien Helleu
ebf38f142e
core: merge functions gui_line_prefix_is_same_nick_as_{previous|next} (issue #931 )
2019-04-13 20:46:05 +02:00
Sébastien Helleu
573377e2d9
core: fix /help weechat.look.buffer_time_same
2019-04-13 20:38:19 +02:00
Adrian Bjugård
0b5bff9ef5
core: add option weechat.look.prefix_same_nick_middle ( closes #930 , closes #931 )
2019-04-13 20:36:41 +02:00
Nils Görs
36fc3fdc3b
core: update German translations
2019-04-13 18:48:08 +02:00
Nils Görs
92e3217cf5
core: update German translations
2019-04-13 17:40:47 +02:00
Simmo Saan
97e9046918
core: add option weechat.look.buffer_time_same ( closes #1127 )
2019-04-13 14:45:53 +02:00
Sébastien Helleu
63c992922c
Merge pull request #1334 from msiism/master
...
Improve intro of “Start WeeChat” section
2019-04-13 13:54:27 +02:00
Sébastien Helleu
30768d4d24
trigger: add hook "info_hashtable"
2019-04-13 13:53:16 +02:00
Sébastien Helleu
8bc06ea101
trigger: add hook "info"
2019-04-13 08:52:40 +02:00
Sébastien Helleu
299c308f00
irc: fix memory leak in infos "irc_server_isupport" and "irc_server_isupport_value"
2019-04-13 08:42:45 +02:00
Sébastien Helleu
3d95217745
api: return allocated string in hook_info callback and function info_get
2019-04-13 08:42:45 +02:00
Michael Siegel
beb04085d8
Improve intro of “Start WeeChat” section
2019-04-11 21:58:09 +00:00
Sébastien Helleu
c80dc2a5ca
Merge pull request #1332 from msiism/master
...
Two grammar fixes for WeeChat user’s guide
2019-04-11 22:40:56 +02:00
Michael Siegel
20c4cb5ae4
Improve grammar in “Screen layout” section
2019-04-11 19:46:57 +00:00
Michael Siegel
734d17993c
Add missing “the” to footnote in “Files and directories”
2019-04-11 19:34:27 +00:00