Sébastien Helleu
6494deb29c
Version 1.9.1
2017-09-23 13:08:45 +02:00
Sébastien Helleu
05a9875f81
relay: fix send of "PART" command in backlog (irc protocol)
...
(cherry picked from commit cf51849ac5 )
2017-09-23 12:57:42 +02:00
Sébastien Helleu
f30d556e25
buflist: fix crash in auto-scroll of bar when the buflist item is not the first item in the bar
...
(cherry picked from commit f851246ff6 )
2017-09-23 12:41:53 +02:00
Sébastien Helleu
f105c6f0b5
logger: call strftime before replacing buffer local variables
2017-09-23 11:38:17 +02:00
Sébastien Helleu
1206a7bbe4
Version 1.9
2017-06-25 10:20:52 +02:00
Sébastien Helleu
77d1175026
doc: update Polish auto-generated files
2017-06-24 15:00:44 +02:00
Krzysztof Korościk
49b70911b0
doc: updated polish translation
2017-06-24 12:18:42 +02:00
Krzysztof Korościk
3976fa33a1
po: updated polish translation
2017-06-24 12:01:27 +02:00
Sébastien Helleu
6a8d2e5044
doc: update German auto-generated files
2017-06-24 06:55:35 +02:00
Nils Görs
a78d97e2d9
core: update German translations
2017-06-24 00:57:25 +02:00
Sébastien Helleu
1318f1b72e
doc: update German auto-generated files
2017-06-23 15:51:33 +02:00
Nils Görs
ceb5351eb8
core: update German translations
2017-06-23 15:48:58 +02:00
Sébastien Helleu
b3dd47edd8
buflist: add variable ${format_name} in bar item evaluation and option buflist.format.name (issue #1020 )
2017-06-23 12:00:34 +02:00
Sébastien Helleu
5a9269ba20
Version 1.9-rc2
2017-06-22 18:35:48 +02:00
Sébastien Helleu
4827ede798
buflist: display the warning about script buffers.pl only if buflist is enabled
2017-06-20 22:02:06 +02:00
Sébastien Helleu
c15c30770e
irc: fix update of nick prefixes when the names are received in message 353 ( closes #1022 )
...
This regression was introduced by commit
fadee50664 (issue #1019 )
2017-06-20 07:21:08 +02:00
Sébastien Helleu
fadee50664
irc: don't reset nick properties (prefixes/away/account/realname) on /names when the nick already exists ( closes #1019 )
2017-06-17 15:22:01 +02:00
Sébastien Helleu
48a3baedd5
doc: update Japanese auto-generated files
2017-06-15 21:36:28 +02:00
Sébastien Helleu
22d69953d4
doc: update German auto-generated files
2017-06-15 21:36:15 +02:00
Sébastien Helleu
5e62af427b
Merge pull request #1017 from l/master/translation/ja_JP
...
core: update Japanese translations
2017-06-15 21:34:26 +02:00
Nils Görs
29f90fb80e
core: update German translations
2017-06-15 09:34:13 +02:00
Sébastien Helleu
54517dbf4f
Version 1.9-rc1
2017-06-15 09:07:51 +02:00
AYANOKOUZI, Ryuunosuke
227776f8b9
core: update Japanese translations
2017-06-15 09:00:00 +09:00
Sébastien Helleu
383652aa2a
irc: remove unused functions irc_server_get_number_connected and irc_server_get_number_buffer (issue #1012 )
2017-06-14 07:29:11 +02:00
Sébastien Helleu
fbbb72c44d
buflist: add variable ${merged} in /help buflist
2017-06-13 21:17:54 +02:00
Sébastien Helleu
cab29dd47f
doc: add missing file fifo.conf in user's guide
2017-06-13 21:14:59 +02:00
Sébastien Helleu
92a40052af
buflist: add variable ${merged} in bar item evaluation
2017-06-13 20:29:38 +02:00
Sébastien Helleu
fbf7156b1b
alias: fix message in case of error in command /alias addcompletion
2017-06-12 20:07:44 +02:00
Sébastien Helleu
ee2f09fb13
relay: add option "start" in command /relay
2017-06-12 20:06:58 +02:00
Sébastien Helleu
8dbd2cf83d
doc: add missing API functions in scripting guide
2017-06-11 08:20:12 +02:00
Sébastien Helleu
3dc72b2e5f
core: free use of pointer after free in case of error in function string_dyn_concat
2017-06-10 17:35:47 +02:00
Sébastien Helleu
46f409d463
core: improve speed of nicklist bar item callback
...
It's faster to use a string with dynamic size, rather than looping on the whole
nicklist to compute the length of result string, before looping again to build
the string.
2017-06-10 16:56:13 +02:00
Sébastien Helleu
54bf589d7d
core, plugins: fix conditions to insert elements in linked lists
...
This removes scan-build warnings about dereference of last_xxx null pointers.
2017-06-10 16:21:11 +02:00
Sébastien Helleu
8c8a0c0826
core: remove unused function gui_window_clear_weechat (issue #1012 )
2017-06-10 15:03:06 +02:00
Sébastien Helleu
f2d250a78f
core: remove unused function upgrade_file_read_string_utf8 (issue #1012 )
2017-06-10 15:02:34 +02:00
Sébastien Helleu
ad9c75f234
core: remove unused functions secure_search_hash_algo and secure_search_cipher (issue #1012 )
2017-06-10 15:01:58 +02:00
Sébastien Helleu
3af24d9739
core: remove unused function proxy_search_with_option_name (issue #1012 )
2017-06-10 15:01:21 +02:00
Sébastien Helleu
be47805597
Merge pull request #1015 from Neui/remove-unused-irc-stores
...
irc: Remove unnecessary stores
2017-06-10 14:54:41 +02:00
Sébastien Helleu
a9f87e7e56
core: add contributor in AUTHORS.adoc
2017-06-10 08:25:36 +02:00
Neui
f962ba1c6c
trigger: if hashmap creation failed, don't use tags
...
If hashmap creation fails (eg. not enough memory), it jumps to the label
"end", where it checks the pointer tags, that hadn't been initialized
before.
The simple fix is to initialize it before creating the hashmap.
2017-06-10 08:24:34 +02:00
Sébastien Helleu
46b27bff4e
core: fix bind of keys with space key, like alt+space (bug #32133 )
2017-06-10 08:15:44 +02:00
Sébastien Helleu
964481aaeb
doc: update Japanese auto-generated files
2017-06-10 08:03:37 +02:00
Sébastien Helleu
0c249b14c9
Merge pull request #1016 from l/master/translation/ja_JP
...
core: update Japanese translations
2017-06-10 07:53:03 +02:00
Sébastien Helleu
493ecfb388
doc: update German auto-generated files
2017-06-10 07:41:48 +02:00
AYANOKOUZI, Ryuunosuke
5352702213
core: update Japanese translations
2017-06-10 09:00:00 +09:00
Nils Görs
fc12a34f19
core: update German translations
2017-06-09 22:39:59 +02:00
Neui
d924eff930
irc: Remove unnecessary stores
2017-06-09 21:00:25 +02:00
Sébastien Helleu
193ff0db37
core: remove unused functions config_file_config_insert and config_file_section_insert_in_config (issue #1012 )
2017-06-09 07:54:27 +02:00
Sébastien Helleu
0094be17a8
doc: add missing file fifo.conf in man pages
2017-06-08 07:02:05 +02:00
Sébastien Helleu
5997660bb5
doc: add missing file buflist.conf in Russian man page
2017-06-08 07:00:12 +02:00
Sébastien Helleu
f140a9198e
buflist: add option buflist.look.auto_scroll (issue #332 )
2017-06-08 06:56:42 +02:00
Sébastien Helleu
e2589aaaca
api: allow update of variables "scroll_x" and "scroll_y" in bar_window with function hdata_update
2017-06-08 06:53:32 +02:00
Sébastien Helleu
111962c65a
core: remove unused function command_secure_display_data (issue #1012 )
2017-06-07 07:16:07 +02:00
Sébastien Helleu
e09dc5f63b
buflist: return 0 if buffers are equal in sort function
...
This is better for symmetry of comparison callback (comparing buffer1 and
buffer2 will give same as comparing buffer2 and bufer1).
Thanks to Simmo Saan for reporting the problem.
2017-06-06 19:50:47 +02:00
Sébastien Helleu
1e22a96a10
core: remove unused functions gui_bar_get_min_width and gui_bar_get_min_height (issue #1012 )
2017-06-06 07:29:05 +02:00
Sébastien Helleu
fa3a4355ce
buflist: display a warning when the script "buffers.pl" is loaded
2017-06-05 14:56:14 +02:00
Sébastien Helleu
4947ed6d31
core: update ChangeLog
...
Related to commit 7ab6731efe .
2017-06-04 12:41:06 +02:00
Sébastien Helleu
fc6c165c49
Merge pull request #1012 from sim642/clion
...
Small fixes and code cleanup for problems found by CLion inspections
2017-06-04 12:36:50 +02:00
Sébastien Helleu
a195fa2af5
doc: use WeeChat IRC message parsing function in IRC hook example (scripting guide)
2017-06-03 15:42:05 +02:00
Simmo Saan
43451e8481
relay: remove callback unused after d2ff46fa69
2017-06-03 16:26:09 +03:00
Simmo Saan
4492547204
gui: remove callback unused after 0b2be21f1f
2017-06-03 16:24:17 +03:00
Simmo Saan
2508f0acea
core, irc: remove unused structs
2017-06-03 15:59:12 +03:00
Simmo Saan
55e7090cde
gui: remove completion hdata made unusable by arraylist usage
2017-06-03 15:59:12 +03:00
Simmo Saan
7ab6731efe
relay: fix relay.network.bind_address change callback not being called
2017-06-03 15:59:12 +03:00
Simmo Saan
dab0792029
core, script: remove unused config section variables
2017-06-03 15:59:12 +03:00
Simmo Saan
e5f67894be
gui, buflist: remove declared but undefined functions
2017-06-03 15:59:12 +03:00
Simmo Saan
90936d8478
core, gui: remove declared but unused global variables
2017-06-03 15:58:07 +03:00
Simmo Saan
824610d28b
exec, fifo, irc: remove unused #define-s
2017-06-03 15:58:07 +03:00
Simmo Saan
ab3806e320
gui: fix gui-focus.h header guard
2017-06-03 15:58:07 +03:00
Simmo Saan
7a0bbd802b
core: forward declare structs to avoid implicit declarations
2017-06-03 15:58:07 +03:00
Simmo Saan
dcef2a8e0d
gui: remove non-standard enum forward declaration
2017-06-03 15:56:26 +03:00
Simmo Saan
996aaf0613
relay: remove local variables used only for sizeof
2017-06-03 15:56:26 +03:00
Simmo Saan
ec13a66af3
core: fix fifo_fd_cb declared without arguments
2017-06-03 15:56:26 +03:00
Simmo Saan
824e6603cc
core: fix gui_color_dump called with excess arguments
2017-06-03 15:56:26 +03:00
Simmo Saan
832316df0c
irc: fix irc_server_autojoin_channels declared without arguments
2017-06-03 15:56:26 +03:00
Simmo Saan
e5fe9c34c3
gui: fix gui_key_default_bindings declared without arguments
2017-06-03 15:56:26 +03:00
Sébastien Helleu
da8f19bcee
core: fix infinite loop when the terminal is closed on the secure password prompt ( closes #1010 )
2017-06-03 13:41:49 +02:00
Sébastien Helleu
240a2fc2ca
doc: update Japanese auto-generated files
2017-06-03 13:20:07 +02:00
Sébastien Helleu
b8684b01cc
Merge pull request #1011 from l/master/translation/ja_JP
...
core: update Japanese translations
2017-06-03 13:19:21 +02:00
AYANOKOUZI, Ryuunosuke
b67b6f3834
core: update Japanese translations
2017-06-03 09:00:00 +09:00
Sébastien Helleu
3176fd4f09
doc: update German auto-generated files
2017-06-02 20:14:38 +02:00
Sébastien Helleu
345c46133d
buflist: fix typo in /help buflist
2017-06-02 20:02:04 +02:00
Nils Görs
d9336d52b3
core: update German translations
2017-06-02 19:22:55 +02:00
Sébastien Helleu
6e33f286f1
buflist: fix type of IRC server/channel pointers
2017-06-02 07:50:42 +02:00
Sébastien Helleu
2da9b35acb
buflist: replace IRC struct by "void *" for IRC server/channel pointers
2017-06-02 07:46:46 +02:00
Sébastien Helleu
593eee869f
trigger: add "irc_server" and "irc_channel" pointers in data for IRC signal/modifier hooks
2017-06-02 07:46:17 +02:00
Sébastien Helleu
eff373e73b
core: add contributor in AUTHORS.adoc
2017-06-01 07:23:28 +02:00
Sébastien Helleu
840ebc9ac9
Merge pull request #1006 from mkoskar/dev2
...
core: remove config_look_hotlist_add_buffer_if_away completely
2017-06-01 07:22:46 +02:00
Sébastien Helleu
d320b72d89
buflist: fix long mouse gestures
2017-06-01 07:21:10 +02:00
Miroslav Koskar
ab6ca6b065
core: remove config_look_hotlist_add_buffer_if_away completely
2017-06-01 01:10:54 +02:00
Sébastien Helleu
8a25ac7875
buflist: add missing ${hotlist_priority} in /help buflist
2017-05-31 22:42:57 +02:00
Sébastien Helleu
cdbf83c764
buflist: add missing ${number_displayed} in /help buflist
2017-05-31 22:37:00 +02:00
Sébastien Helleu
d0b47b5c47
buflist: add support of char "~" in option buflist.look.sort for case insensitive comparison
2017-05-30 21:23:09 +02:00
Sébastien Helleu
e6a6cc971e
buflist: replace function buflist_compare_hdata_var by a call to weechat_hdata_compare
2017-05-30 20:32:40 +02:00
Sébastien Helleu
7621939a7a
api: add function hdata_compare
2017-05-30 20:29:17 +02:00
Sébastien Helleu
f6a8c28d2d
api: add function config_option_get_string in plugin API
2017-05-30 20:28:01 +02:00
Sébastien Helleu
f131b9f7de
irc: fix crash on SASL authentication with mechanism ""ecdsa-nist256p-challenge"
2017-05-30 19:46:17 +02:00
Sébastien Helleu
a0f1f3fd68
core: remove unused variable "index" in function eval_hdata_get_value
2017-05-28 08:25:41 +02:00
Sébastien Helleu
b53741e8f4
Merge pull request #1003 from l/master/translation/ja_JP
...
doc: update Japanese translations
2017-05-28 08:18:58 +02:00
AYANOKOUZI, Ryuunosuke
90e6dca386
doc: update Japanese translations
2017-05-28 09:00:00 +09:00
Nils Görs
65b1edf5b5
Merge branch 'master' of https://github.com/weechat/weechat
2017-05-27 08:56:04 +02:00
Nils Görs
4a1dd35b69
doc: update German documentation
2017-05-27 08:55:39 +02:00
Sébastien Helleu
a603c5e476
irc: fix memory leak in case of error in "ecdsa-nist256p-challenge" SASL mechanism
2017-05-27 08:37:05 +02:00
Sébastien Helleu
b9fdcb0193
doc: add missing special values in function config_option_set for booleans/integers/colors (plugin API reference)
2017-05-26 14:07:08 +02:00
Sébastien Helleu
8062ed6e75
doc: add missing "translation missing" comment in Japanese user's guide
2017-05-25 14:35:42 +02:00
Sébastien Helleu
0e8254e25b
doc: add link to chapter "SASL ECDSA-NIST256P-CHALLENGE" in chapter about Tor/SASL (user's guide) (issue #999 )
2017-05-25 14:27:41 +02:00
Sébastien Helleu
07ddd31c44
doc: fix options to set for TOR/SASL in user's guide ( closes #999 )
2017-05-25 12:21:50 +02:00
Sébastien Helleu
323a19d73a
buflist: increase size of hashtables used for string evaluation (issue #998 )
...
This should make refresh of buflist bar item a bit faster.
2017-05-24 15:04:24 +02:00
Sébastien Helleu
02b1fe9926
buflist: fix slow switch of buffer when there are a lot of buffers opened ( closes #998 )
...
The function hdata_search (which evaluates a condition for each item in a list)
is too slow to search server and channel on each buffer. It is replaced by a
manual search in the list (using weechat_hdata_string to get the name), much
faster.
2017-05-24 14:59:50 +02:00
Sébastien Helleu
28e5018835
irc: remove unused variable in function irc_message_parse
2017-05-24 07:36:07 +02:00
Sébastien Helleu
f12ed55117
doc: add missing mouse keys on buflist bar in user's guide
2017-05-23 21:19:57 +02:00
Sébastien Helleu
a87e3908cf
buflist: add keys F1/F2, alt+F1/alt+F2 to scroll the buflist bar
2017-05-23 09:49:46 +02:00
Sébastien Helleu
c88d578d2d
core: fix potential use of NULL pointer in function arraylist_clear
2017-05-22 11:29:12 +02:00
Sébastien Helleu
23ec19b8dd
core: remove useless condition
...
Variables base_word and nick can not be NULL here.
2017-05-21 14:36:41 +02:00
Sébastien Helleu
066cc258b9
doc: update Japanese auto-generated files
2017-05-20 08:56:59 +02:00
Sébastien Helleu
67c09d799e
Merge pull request #996 from l/master/translation/ja_JP
...
core: update Japanese translations
2017-05-20 08:56:10 +02:00
AYANOKOUZI, Ryuunosuke
68864606e1
core: update Japanese translations
2017-05-20 09:00:00 +09:00
Sébastien Helleu
925e8b79a8
core: allow index for hdata arrays in evaluation of expressions
2017-05-20 00:05:31 +02:00
Sébastien Helleu
455a0e501c
core: update ChangeLog (add fix of crash in buflist)
...
Refers to commit b7d5392771 .
2017-05-19 21:23:23 +02:00
Sébastien Helleu
1bace336bc
relay: fix parsing of CAP command arguments in irc protocol ( closes #995 )
2017-05-19 21:21:30 +02:00
Sébastien Helleu
2ba333d478
doc: update German auto-generated files
2017-05-19 21:21:09 +02:00
Nils Görs
999de96b2a
core: update German translations
2017-05-19 10:11:42 +02:00
Sébastien Helleu
b522060cef
buflist: add variable ${current_buffer} in bar item evaluation
2017-05-19 07:39:23 +02:00
Sébastien Helleu
138af6e7dd
buflist: add missing indentation in /help buflist
2017-05-18 22:00:15 +02:00
Sébastien Helleu
2eebde035a
buflist: add option "bar" in command /buflist, do not automatically add the bar when buflist is disabled ( closes #994 )
2017-05-18 20:34:25 +02:00
Sébastien Helleu
33ccc29a3f
core: fix default value displayed in help of configure options
2017-05-18 20:27:53 +02:00
Sébastien Helleu
60c324eac5
core: fix typo in French translation of /help bar
2017-05-16 07:23:07 +02:00
Sébastien Helleu
f56b38c34e
script: fix typo in a comment
2017-05-15 20:34:56 +02:00
Sébastien Helleu
03a8fbc834
buflist: add a variable to store the size of arraylist
2017-05-15 20:23:42 +02:00
Sébastien Helleu
53d95cbbef
Merge pull request #987 from mimi1vx/cz_up
...
Update czech strings
2017-05-14 07:50:50 +02:00
Ondřej Súkup
cfc550a20a
Update czech strings
2017-05-13 22:07:19 +02:00
Sébastien Helleu
b7d5392771
buflist: fix uninitialized hdata pointer in focus callback
2017-05-13 11:52:55 +02:00
Sébastien Helleu
3cd0960255
Version 1.9-dev
2017-05-13 07:50:50 +02:00
Sébastien Helleu
664cb6598a
Version 1.8
2017-05-13 07:07:57 +02:00
Sébastien Helleu
5ba10f4141
core: add chapter about options changed in ReleaseNotes
2017-05-13 07:00:45 +02:00
Sébastien Helleu
769decc98c
doc: update Polish auto-generated files
2017-05-12 20:59:51 +02:00
Krzysztof Korościk
5631e30182
doc: updated polish translations
2017-05-12 20:33:59 +02:00
Krzysztof Korościk
71dc89d057
core: ipdate polish translation
2017-05-12 20:26:01 +02:00
Sébastien Helleu
9b8cc5d130
Merge pull request #986 from mimi1vx/cz_manpage
...
Rewerd description in czech manpage. Fix GPL3 preamble
2017-05-11 20:23:30 +02:00
Ondřej Súkup
65368c003e
Reword description in czech manpage. Fix GPL3 preamble
2017-05-11 08:50:36 +02:00
Sébastien Helleu
8644ad0d4e
script: remove dead assignment in function script_action_install_process_cb
2017-05-10 21:01:40 +02:00
Sébastien Helleu
9df72e5d53
core: remove dead assignment in function gui_input_history_next
2017-05-10 21:00:09 +02:00
Sébastien Helleu
dd2580a1fa
buflist: fix authors
2017-05-10 20:59:23 +02:00
Sébastien Helleu
505f5be3fe
buflist: remove void action on variables used in the function
2017-05-10 20:58:59 +02:00
Sébastien Helleu
d4259a3c9d
buflist: remove unused includes
2017-05-10 20:56:52 +02:00
Sébastien Helleu
93361c95d2
doc: move note in function hook_command_run (plugin API reference)
2017-05-10 20:24:17 +02:00
Sébastien Helleu
36187a240a
python: add detection of Python 3.6
2017-05-08 17:17:41 +02:00
Sébastien Helleu
070249ca3e
core: move line from improvements to new features in ChangeLog
2017-05-07 14:54:33 +02:00
Sébastien Helleu
1921fd4700
doc: update German auto-generated files
2017-05-06 21:27:21 +02:00
Sébastien Helleu
9a03e554e3
doc: update auto-generated files with hdata
2017-05-06 21:26:44 +02:00
Nils Görs
f7c3463c31
core: update German translations
2017-05-06 21:12:27 +02:00
Sébastien Helleu
a8a3fa9f15
Version 1.8-rc1
2017-05-06 16:17:19 +02:00
Sébastien Helleu
e5fd20fd25
irc: fix update of server addresses on reconnection when the evaluated content has changed ( closes #925 )
2017-05-06 15:57:42 +02:00
Sébastien Helleu
2867dcc45f
doc: update Japanese auto-generated files
2017-05-06 14:21:17 +02:00
Sébastien Helleu
b87a59701d
Merge pull request #983 from l/master/translation/ja_JP
...
core: update Japanese translations
2017-05-06 14:20:56 +02:00
Sébastien Helleu
df00926d35
core: add option weechat.completion.nick_case_sensitive ( closes #981 )
2017-05-06 10:18:44 +02:00
AYANOKOUZI, Ryuunosuke
19c2e14c47
core: update Japanese translations
2017-05-06 09:00:00 +09:00
Sébastien Helleu
90a9a1fb96
buflist: add option buflist.look.enabled
2017-05-05 23:24:02 +02:00
Sébastien Helleu
b58d9910e3
debian: replace symbolic link by the file weechat.xpm in devel package
2017-05-05 20:51:04 +02:00
Sébastien Helleu
07b7be0357
core: fix memory leak in display of mouse event debug info
2017-05-04 07:29:24 +02:00
Sébastien Helleu
ca9e4697f5
doc: update German auto-generated files
2017-05-03 23:22:42 +02:00
Nils Görs
1ed169cb2b
core: update German translations
2017-05-03 23:17:34 +02:00
Sébastien Helleu
b9d4fc7e18
buflist: add all buffer hdata in focus callback
2017-05-03 20:40:33 +02:00
Sébastien Helleu
0537fe0a83
doc: update Japanese auto-generated files
2017-05-02 21:20:46 +02:00
Sébastien Helleu
cac3546fcb
Merge pull request #977 from l/master/translation/ja_JP
...
core: update Japanese translations
2017-05-02 21:19:49 +02:00
Sébastien Helleu
d73b54758c
irc: add option "open" in command /server ( closes #966 )
2017-05-02 07:38:45 +02:00
AYANOKOUZI, Ryuunosuke
676c8ccaa2
core: update Japanese translations
2017-05-02 09:00:00 +09:00
Sébastien Helleu
b7a6d6813f
core: remove issue #608 from ChangeLog
2017-05-01 16:21:36 +02:00
Sébastien Helleu
90752a0458
buflist: fix sort of merged and inactive buffers
2017-04-30 09:59:44 +02:00
Sébastien Helleu
00eddd3a00
doc: add numeric comparison example in function string_eval_expression (plugin API reference)
2017-04-29 18:17:49 +02:00
Sébastien Helleu
1afa19a6ee
core: add wildcard matching operators in ChangeLog
2017-04-29 18:03:36 +02:00
Sébastien Helleu
ec11a59552
core: update ChangeLog ( closes #611 )
2017-04-29 17:56:41 +02:00
Sébastien Helleu
b3073054a4
doc: add list of logical and comparison operators in function string_eval_expression (plugin API reference)
2017-04-29 17:54:53 +02:00
Sébastien Helleu
1fc06ba0ac
core: improve translation of /help eval
2017-04-29 17:39:50 +02:00
Sébastien Helleu
c491241989
core: update translations
2017-04-29 17:08:31 +02:00
Simmo Saan
1329dfb57a
core: add wildcard matching operators to eval ( closes #608 )
2017-04-29 17:04:44 +02:00
Sébastien Helleu
a9f6c34fae
core: add buflist plugin in ReleaseNotes
2017-04-28 08:27:42 +02:00
Tobias Stoeckmann
b297c2d56e
irc: fix crash in case of invalid server reply during SASL authentication with dh-blowfish or dh-aes mechanism
...
These mechanisms are not recommended anyway because they are considered as
insecure.
2017-04-27 21:20:29 +02:00
Sébastien Helleu
9ccb798bcd
doc: fix OFTC URL in user's guide
2017-04-27 21:16:58 +02:00
Sébastien Helleu
0655d2d9c4
doc: update German auto-generated files
2017-04-27 08:27:40 +02:00
Sébastien Helleu
4a2ad84230
core: add version 1.7.1 in weechat.spec
2017-04-27 08:27:40 +02:00
Sébastien Helleu
497dc3cd44
core: add CVE IDs in ChangeLog
2017-04-27 08:27:26 +02:00
Nils Görs
9de17f0cb4
Merge branch 'master' of https://github.com/weechat/weechat
2017-04-26 22:42:39 +02:00
Nils Görs
cd3908ccd2
core: update German translations
2017-04-26 22:42:12 +02:00
Sébastien Helleu
5b78cb2a7b
tests: fix compilation warning on FreeBSD
2017-04-26 22:28:03 +02:00
Sébastien Helleu
a21a31e3ca
buflist: add support of hdata "irc_server" and "irc_channel" in sort option ( closes #968 )
2017-04-26 20:22:06 +02:00
Sébastien Helleu
ef7851ab5c
Merge pull request #955 from arza-zara/weechat-fi
...
doc: add non-official support channel #weechat-fi in user's guide
2017-04-25 21:24:57 +02:00
Sébastien Helleu
8edca0dd75
buflist: add pointers to IRC server and channel
...
New pointers in evaluated formats:
- irc_server: IRC server
- irc_channel: IRC channel
2017-04-25 21:07:15 +02:00
Sébastien Helleu
4049c6c8a2
doc: update auto-generated files with buflist options
2017-04-25 20:39:30 +02:00
Sébastien Helleu
a10b2bc36a
buflist: add option buflist.format.nick_prefix
2017-04-25 20:31:08 +02:00
Sébastien Helleu
49cdbaab38
core: fix check of condition in ${if:...} (evaluated strings)
2017-04-25 19:41:49 +02:00
Sébastien Helleu
2a43f45947
core: fix command /cursor stop (do not toggle cursor mode) ( closes #964 )
2017-04-25 07:20:34 +02:00
Sébastien Helleu
a96d27f236
core: add new cut formats in function comment
2017-04-25 07:19:02 +02:00
Sébastien Helleu
112bebcddf
core: add a way to count the suffix length in max chars displayed in cut of string ("cut:" and "cutscr:") ( closes #963 )
...
The format to use is one of:
- ${cut:+max,suffix,string}
- ${cutscr:+max,suffix,string}
With the "+" before max, WeeChat ensures there are at most "max" chars in
output, including the length of suffix string.
2017-04-24 22:37:49 +02:00
Sébastien Helleu
0470a71af9
doc: update German auto-generated files
2017-04-24 22:34:11 +02:00
Nils Görs
cce2954263
core: update German translations
2017-04-24 22:22:05 +02:00
Sébastien Helleu
671c216eb3
buflist: add option buflist.format.indent
2017-04-23 14:49:04 +02:00
Sébastien Helleu
2606b8a5a3
script: remove option script.scripts.url_force_https, use HTTPS by default in option script.scripts.url (issue #253 )
2017-04-23 14:11:27 +02:00
Sébastien Helleu
ffdf0ec687
core: update stable version in script version.sh
2017-04-22 21:29:08 +02:00
Sébastien Helleu
10917530d5
core: add version 1.7.1 in ChangeLog and ReleaseNotes
2017-04-22 21:21:26 +02:00
Sébastien Helleu
3038380d25
doc: update Japanese auto-generated files
2017-04-22 21:15:31 +02:00
Sébastien Helleu
46ff6ba794
Merge pull request #961 from l/master/translation/ja_JP
...
core: update Japanese translations
2017-04-22 21:14:17 +02:00
AYANOKOUZI, Ryuunosuke
d4f83a11e9
core: update Japanese translations
2017-04-23 09:00:00 +09:00
Sébastien Helleu
94355e2e38
core: ensure length is not negative in function string_strndup
2017-04-22 15:15:54 +02:00
Sébastien Helleu
572678100b
core: update ChangeLog
2017-04-22 15:15:49 +02:00
Sébastien Helleu
2756da028c
core: add contributor in AUTHORS.adoc
2017-04-22 15:13:05 +02:00
Tobias Stoeckmann
2fb346f25f
irc: fix parsing of DCC filename
2017-04-22 15:10:53 +02:00
Sébastien Helleu
628313a663
doc: update auto-generated files with buflist options
2017-04-21 22:00:38 +02:00
Sébastien Helleu
90029f9abd
doc: fix translation of command "eval" in user's guide
2017-04-21 21:59:52 +02:00
Sébastien Helleu
2c6985c7e7
core: add missing space in German translation
2017-04-21 21:57:32 +02:00
Nils Görs
061f33b9b8
core: update German translations
2017-04-21 21:11:30 +02:00
Nils Görs
0a11184984
core: update German translations
2017-04-21 18:58:22 +02:00
Sébastien Helleu
5a8fb043ab
core: add link to function color (plugin API reference) in /help eval
2017-04-21 07:36:22 +02:00
Sébastien Helleu
669ca77c41
buflist: add example in /help buflist.look.display_conditions
2017-04-20 22:00:17 +02:00
Sébastien Helleu
c946b3e361
buflist: remove foreground color from default value of option buflist.format.buffer_current ( closes #954 )
...
The foreground is not needed because it is overriden by the hotlist color.
2017-04-20 21:50:25 +02:00
Sébastien Helleu
91c517bbf1
buflist: fix refresh of buflist bar item when the option buflist.look.display_conditions is reset
2017-04-20 21:46:24 +02:00
arza
c3b85da2d0
doc: add non-official support channel #weechat-fi in user's guide
2017-04-18 03:45:08 +03:00
Sébastien Helleu
084f9d7b52
core: add styles in Contributing
2017-04-09 07:41:59 +02:00
Sébastien Helleu
1e98c9f1c2
core: add actual/expected result in required info
2017-04-09 07:39:12 +02:00
Sébastien Helleu
67fe4beb70
core: update translations
2017-04-08 14:53:32 +02:00
arza
442940942a
core: fix typo in /help buffer
2017-04-08 15:35:47 +03:00
Sébastien Helleu
45de475c74
Merge pull request #944 from arza-zara/duplicate_sigquit
...
core: remove duplicate util_catch_signal for SIGQUIT
2017-04-07 22:31:34 +02:00
Sébastien Helleu
a4dffb1915
irc: fix double decoding of IRC colors in messages sent/displayed by commands /msg and /query (issue #943 )
2017-04-07 22:28:48 +02:00
arza
e7edebfaee
core: remove duplicate util_catch_signal for SIGQUIT
2017-04-07 20:46:47 +03:00
Sébastien Helleu
fab7a8bdfd
core: add Curl options for versions 7.50.0 to 7.52.0
2017-04-06 07:23:52 +02:00
Sébastien Helleu
2ab0b3b0a9
doc: remove trailing whitespace in docs
2017-04-05 08:17:32 +02:00
Sébastien Helleu
a0e45f67f1
core: build weechat-guile package on Cygwin
...
Guile 2.0 is now available in Cygwin and then the weechat guile plugin can be
built.
2017-04-04 07:15:20 +02:00
Sébastien Helleu
aae36f4641
buflist: move set of "nick_prefix" in hashtable
2017-04-04 07:13:50 +02:00
Sébastien Helleu
36661af744
doc: update German auto-generated files
2017-04-04 07:13:50 +02:00
Nils Görs
f12ab59a78
core: update German translations
2017-04-03 21:32:15 +02:00
Sébastien Helleu
a86a32334a
doc: add min WeeChat version in function string_eval_expression (plugin API reference)
2017-04-02 15:54:20 +02:00
Sébastien Helleu
4c8d37e09f
core: fix styles in ChangeLog
2017-04-02 15:44:13 +02:00
Sébastien Helleu
4a23309f22
doc: update Japanese auto-generated files
2017-04-02 14:12:04 +02:00
Sébastien Helleu
efea57365c
Merge pull request #942 from l/master/translation/ja_JP
...
core: update Japanese translations
2017-04-02 14:11:29 +02:00
Sébastien Helleu
c652598ad7
api: fix memory leak in function string_dyn_free()
...
Bug was introduced by commit af138840b3 .
2017-04-02 08:39:29 +02:00
Sébastien Helleu
20bb762e28
buflist: add options buflist.look.nick_prefix and buflist.look.nick_prefix_empty
...
The option buflist.look.signals_refresh is not an extra list of signals for
refresh, so it is empty by default.
The default list of signals is handled directly by buflist and not visible to
the user.
2017-04-02 08:37:47 +02:00
AYANOKOUZI, Ryuunosuke
6948d22e40
core: update Japanese translations
2017-04-02 09:00:00 +09:00
Sébastien Helleu
e6db6185a7
core: move line from new features to improvements in ChangeLog
2017-04-01 14:17:39 +02:00
Sébastien Helleu
b29f18d7ea
aspell: add options to control delimiters in suggestions ( closes #940 )
...
New options:
- aspell.color.suggestion_delimiter_dict
- aspell.color.suggestion_delimiter_word
- aspell.look.suggestion_delimiter_dict
- aspell.look.suggestion_delimiter_word
Option renamed:
- aspell.color.suggestions -> aspell.color.suggestion
2017-04-01 12:26:48 +02:00
Sébastien Helleu
6ab7af705e
tests: fix tests on dynamic strings
2017-04-01 12:16:12 +02:00
Sébastien Helleu
af138840b3
api: return pointer to string in function string_dyn_free() if argument "free_string" is 0
2017-04-01 12:04:28 +02:00
Sébastien Helleu
f855b6b0f3
core: update ChangeLog
2017-03-31 21:11:17 +02:00
Sébastien Helleu
d61dfac5b5
core: replace python dependency by python2-devel for Cygwin
2017-03-31 21:08:02 +02:00
Sébastien Helleu
2ab3015114
script: move default mouse keys for script plugin from core to script-mouse.c
2017-03-31 21:07:32 +02:00
Sébastien Helleu
92fc469247
buflist: add key "__quiet" in hashtable for function key_bind
2017-03-31 21:05:48 +02:00
Sébastien Helleu
36eb3ee343
api: add special key "__quiet" in function key_bind
2017-03-31 21:04:21 +02:00
Sébastien Helleu
85bb23f8cb
core: update ChangeLog
2017-03-30 22:15:16 +02:00
Sébastien Helleu
bb00b6b8fb
core: add ${re:#} to get the index of last group captured in evaluation of expressions
2017-03-30 22:13:14 +02:00
Sébastien Helleu
f0c8da2f05
buflist: add mouse support
...
New options:
- buflist.look.mouse_jump_visited_buffer
- buflist.look.mouse_move_buffer
- buflist.look.mouse_wheel
New keys added by buflist plugin:
- @item(buflist):button1* => hsignal:buflist_mouse
- @item(buflist):button2* => hsignal:buflist_mouse
- @bar(buflist):ctrl-wheelup => hsignal:buflist_mouse
- @bar(buflist):ctrl-wheeldown => hsignal:buflist_mouse
2017-03-30 20:39:37 +02:00
Sébastien Helleu
467f482ea6
core: make "callback_cmp" optional in call to function arraylist_new()
...
If no callback is given, a default callback is used, which just compares
pointers.
2017-03-30 20:35:16 +02:00
Sébastien Helleu
0436fff31b
buflist: add option buflist.format.number
2017-03-29 20:00:36 +02:00
Sébastien Helleu
454a4b14b2
doc: remove "translation missing" tag in French user's guide
2017-03-29 19:59:59 +02:00
Sébastien Helleu
eb2d0ac58a
tests: add tests on combining characters in cut/cutscr (evaluation of expression)
2017-03-28 22:09:11 +02:00
Sébastien Helleu
3045021430
core: fix cut of chars in "cutscr" of evaluated strings
...
This fixes two problems:
- stop before max char displayed with wide chars
- preserve combining chars in the output
Before the fix (wrong):
>> ${cutscr:3,+,こんにちは世界}
== [こん+]
>> ${cutscr:1,+,a${\u0308}}
== [a+]
After the fix (OK):
>> ${cutscr:3,+,こんにちは世界}
== [こ+]
>> ${cutscr:1,+,a${\u0308}}
== [ä]
2017-03-28 20:45:31 +02:00
Sébastien Helleu
ee82ba7461
doc: fix note about libncursesw5-dev dependency in user's guide
2017-03-27 21:40:02 +02:00
Sébastien Helleu
0fbca41d88
doc: rewrite note about libncursesw5-dev dependency in user's guide
2017-03-27 21:32:01 +02:00
Sébastien Helleu
f99c866f35
core: add cut of string with max chars displayed in evaluation of expressions
...
The syntax is: ${cutscr:max,suffix,string}.
The string is cut after max chars displayed on screen. If the string is cut,
the optional suffix is added after.
2017-03-27 21:14:51 +02:00
Sébastien Helleu
f37ecbfefd
Merge pull request #938 from arza-zara/buffer_get_localvar
...
core: support local variables in /buffer get
2017-03-26 15:31:59 +02:00
Sébastien Helleu
7d47652c99
doc: update Japanese auto-generated files
2017-03-26 15:31:30 +02:00
Sébastien Helleu
86128bdc87
Merge pull request #939 from l/master/translation/ja_JP
...
core: update Japanese translations
2017-03-26 15:28:11 +02:00
Sébastien Helleu
532216e760
relay: check buffer pointer received in "sync" and "desync" commands (weechat protocol) ( closes #936 )
2017-03-26 15:15:56 +02:00
Sébastien Helleu
7ceacabd46
relay: remove buffer from synchronized buffers when it is closed (fix memory leak)
2017-03-26 08:55:08 +02:00
Sébastien Helleu
df833d9ba8
doc: fix some translations of "library" in French
2017-03-26 08:20:20 +02:00
Sébastien Helleu
d4618e45cb
core: fix typo librairies -> libraries
2017-03-26 08:19:26 +02:00
arza
24fd69e42c
core: support local variables in /buffer get
2017-03-26 08:14:41 +03:00
AYANOKOUZI, Ryuunosuke
5ce678bf75
core: update Japanese translations
2017-03-26 09:00:00 +09:00
Sébastien Helleu
9d0ae31fce
buflist: add option buflist.look.display_conditions
2017-03-25 22:14:32 +01:00
Sébastien Helleu
9816c8cbce
buflist: add option buflist.look.signals_refresh
2017-03-25 21:39:59 +01:00
Sébastien Helleu
370fbeb5a3
doc: add command /buflist in user's guide
2017-03-25 15:20:31 +01:00
Sébastien Helleu
fb66eeec79
core: update translations
2017-03-25 15:13:18 +01:00
Sébastien Helleu
f54ed11f1d
core: update ChangeLog
2017-03-25 15:13:18 +01:00
Sébastien Helleu
98487253ca
buflist: add command /buflist
2017-03-25 15:13:13 +01:00
Sébastien Helleu
887362dfd9
buflist: add formats for hotlist
...
New options:
- buflist.format.hotlist
- buflist.format.hotlist_separator
2017-03-25 14:19:48 +01:00
Sébastien Helleu
6f46f65c73
irc: fix type of values for hashtable extra_vars in irc_server_get_default_msg
2017-03-25 14:19:48 +01:00
Sébastien Helleu
e113fe2440
core: fix type of values for hashtables extra_vars and options in gui_bar_check_conditions
2017-03-25 14:19:48 +01:00
Sébastien Helleu
6b8c5381d4
doc: add buflist plugin in FAQ
2017-03-25 14:19:48 +01:00
Sébastien Helleu
64a8c6d2ae
doc: add buflist plugin in developer's guide
2017-03-25 14:19:48 +01:00
Sébastien Helleu
b77e0a2c6f
doc: add buflist plugin in user's guide
2017-03-25 14:19:48 +01:00
Sébastien Helleu
7f69f88468
buflist: add option "buflist.format.lag" and variable "format_lag" for buffer line format
2017-03-25 14:19:48 +01:00
Sébastien Helleu
1963191700
core: prevent infinite loop in evaluation of expression with extra_vars_eval
...
When extra variables are evaluated, to prevent infinite loop if the evaluated
variable is calling itself, it is removed from hashtable "extra_vars" before
evaluation.
2017-03-25 14:19:48 +01:00
Sébastien Helleu
d31e4f1d9a
irc: send signal "irc_server_lag_changed", store lag in server buffer
...
The lag is stored in the local variable "lag" of the server buffer.
When there is no lag, the local variable does not exist.
2017-03-25 14:19:48 +01:00
Sébastien Helleu
9a8ec36cbd
core: add cut of string in evaluation of expressions
...
The syntax is: ${cut:max,suffix,string}.
The string is cut after max chars. If the string is cut, the optional suffix is
added after.
2017-03-25 14:19:48 +01:00
Sébastien Helleu
db0ecc07fe
buflist: use hotlist pointer in buffer hdata
2017-03-25 14:19:48 +01:00
Sébastien Helleu
a8bf5eb7ba
core: add hotlist pointer in buffer structure
2017-03-25 14:19:48 +01:00
Sébastien Helleu
4ef8e61ca5
buflist: add option buflist.look.sort
2017-03-25 14:18:19 +01:00
Sébastien Helleu
77af4e0a87
api: add arraylist functions
...
New functions:
- arraylist_new
- arraylist_size
- arraylist_get
- arraylist_search
- arraylist_insert
- arraylist_add
- arraylist_remove
- arraylist_clear
- arraylist_free
2017-03-25 14:18:19 +01:00
Sébastien Helleu
da0fea8a60
buflist: add hotlist format options (for color according to hotlist priority)
2017-03-25 14:18:19 +01:00
Sébastien Helleu
c18be9da21
buflist: load plugin after some other plugins by shifting plugins priority
2017-03-25 14:18:19 +01:00
Sébastien Helleu
ce5dafa6dc
doc: add buflist options in documentation generator
2017-03-25 14:18:19 +01:00
Sébastien Helleu
abbfc9664a
doc: add file buflist.conf in man page
2017-03-25 14:18:19 +01:00
Sébastien Helleu
edfeb60e32
buflist: new plugin "buflist" (bar with list of buffers)
2017-03-25 14:18:19 +01:00
Sébastien Helleu
83117f8d2a
core: add ternary operator (condition) in evaluation of expressions
2017-03-25 14:18:19 +01:00
Sébastien Helleu
07d16903f3
api: add dynamic string functions (string_dyn_*)
...
New functions:
- string_dyn_alloc
- string_dyn_copy
- string_dyn_concat
- string_dyn_free
2017-03-25 14:18:19 +01:00
Sébastien Helleu
a5b00ec979
trigger: check that regex pointers are not NULL in function "trigger_regex_free"
2017-03-25 14:09:01 +01:00
Sébastien Helleu
97ca653a43
script: check that script pointer is not NULL in function "script_repo_free"
2017-03-25 14:08:38 +01:00
Sébastien Helleu
9e0d103ff7
relay: check that pointers received in arguments are not NULL in "free" functions
...
Functions:
- relay_irc_free
- relay_client_outqueue_free
- relay_raw_message_free
- relay_weechat_msg_free
- relay_weechat_nicklist_item_free
- relay_weechat_nicklist_free
- relay_weechat_free
2017-03-25 14:07:46 +01:00
Sébastien Helleu
d4c27aa7e2
logger: check that logger buffer pointer is not NULL in function "logger_buffer_free"
2017-03-25 14:06:46 +01:00
Sébastien Helleu
f15ea72da3
irc: check that pointers received in arguments are not NULL in "free" functions
...
Functions:
- irc_channel_nick_speaking_time_free
- irc_ignore_free
- irc_notify_free
- irc_raw_message_free
- irc_server_outqueue_free
2017-03-25 14:05:55 +01:00
Sébastien Helleu
70d110026c
alias: check that alias pointer is not NULL in function "alias_free"
2017-03-25 14:05:03 +01:00
Sébastien Helleu
0d059add9a
core: check that pointers received in arguments are not NULL in "free" functions
...
Functions:
- hdata_free
- infolist_var_free
- infolist_item_free
- infolist_free
- string_shared_free
- gui_window_objects_free
- gui_color_free
- gui_completion_free
- gui_filter_free
- gui_history_buffer_free
- gui_hotlist_free
- gui_key_free
- gui_lines_free
- gui_line_tags_free
- gui_line_free
- gui_window_tree_free
- gui_window_scroll_free
2017-03-25 14:01:50 +01:00
Sébastien Helleu
eebb0547e2
doc: update Japanese auto-generated files
2017-03-20 07:24:26 +01:00
Sébastien Helleu
8648ee651e
Merge pull request #927 from l/master/translation/ja_JP
...
core: update Japanese translations
2017-03-20 07:21:26 +01:00
AYANOKOUZI, Ryuunosuke
45e30f9c82
core: update Japanese translations
2017-03-20 09:00:00 +09:00
Sébastien Helleu
184891fd7b
doc: update auto-generated files with irc options
2017-03-12 21:39:13 +01:00
Nils Görs
3fd8012729
core: update German translations
2017-03-12 21:35:04 +01:00
Sébastien Helleu
e4e18d106e
doc: add Gnutls CA file path for OS X (with homebrew openssl) in FAQ ( closes #739 )
2017-03-12 20:58:09 +01:00
Sébastien Helleu
5661b4da74
core: fix typo: refreshs -> refreshes
2017-03-12 18:33:53 +01:00
Sébastien Helleu
b372a34b71
doc: list some remote interfaces for weechat relay protocol in user's guide
2017-03-04 23:26:00 +01:00
Sébastien Helleu
60a40c2ba2
doc: update Japanese auto-generated files
2017-03-04 21:58:35 +01:00
Sébastien Helleu
155fa5c1e3
Merge pull request #918 from l/master/translation/ja_JP
...
core: update Japanese translations
2017-03-04 21:56:44 +01:00
AYANOKOUZI, Ryuunosuke
3293070499
core: update Japanese translations
2017-03-05 09:00:00 +09:00
Sébastien Helleu
77b229ab64
core: add issue #122 in ChangeLog
2017-02-28 19:40:18 +01:00
Sébastien Helleu
f4c2328abf
core: send signal "signal_sigwinch" after refreshs (issue #902 )
...
Sending the signal after the refreshs will let scripts receive the good
size for windows/bars/terminal, ie the size computed with the new
terminal size.
2017-02-22 07:40:55 +01:00
Sébastien Helleu
e6d5d791cd
irc: fix parsing of message 324 (modes) when there is a colon before the modes ( closes #913 )
2017-02-19 08:12:25 +01:00
Sébastien Helleu
e52400841a
doc: update German auto-generated files
2017-02-19 07:44:39 +01:00
Nils Görs
a54e40ea14
core: update German translations
2017-02-18 23:54:46 +01:00
Sébastien Helleu
1c9446e594
core: add issues #579 , #15 and #577 in ChangeLog
2017-02-18 17:38:37 +01:00
Sébastien Helleu
12e2d9995c
irc: add function irc_server_get_max_modes
2017-02-18 17:34:06 +01:00
Sébastien Helleu
e1eeb22945
irc: update error message, update translations
2017-02-18 14:48:02 +01:00
Sébastien Helleu
51b2352786
irc: send current modes/masks if next mask doesn't fit in the string
2017-02-18 14:41:52 +01:00
Sébastien Helleu
06d73e4b96
Merge remote-tracking branch 'origin/pr/579'
2017-02-18 14:31:49 +01:00
Sébastien Helleu
ffcf135593
core: update ChangeLog
2017-02-18 13:53:55 +01:00
Sébastien Helleu
1adb6075fa
irc: compact some code
2017-02-18 13:14:50 +01:00
Sébastien Helleu
cf1010e177
irc: move initialization of variables "inclusive"
2017-02-18 13:09:27 +01:00
Sébastien Helleu
8282567d40
core: add issue #572 in ChangeLog
2017-02-18 13:08:12 +01:00
Sébastien Helleu
7fbdc08f3a
core: update translations and auto-generated doc files
2017-02-18 13:06:15 +01:00
Sébastien Helleu
ac007a1efd
Merge remote-tracking branch 'origin/pr/572'
2017-02-18 13:04:00 +01:00
Sébastien Helleu
d7f72c2a1c
Merge pull request #911 from l/master/translation/ja_JP
...
core: update Japanese translations
2017-02-18 08:32:34 +01:00
AYANOKOUZI, Ryuunosuke
0fd8c00b92
core: update Japanese translations
2017-02-18 09:00:00 +09:00
Nils Görs
b8a399ced9
doc: update German documentation
2017-02-11 19:57:11 +01:00
Sébastien Helleu
50b0fa1cb1
Merge pull request #907 from haavard/master
...
doc: fix examples with localvar_del
2017-02-10 19:16:58 +01:00
Sébastien Helleu
e76471a2e0
doc: update instructions to connect to freenode via Tor (user's guide) ( closes #908 )
2017-02-10 07:56:12 +01:00
Håvard Pettersson
dd440b6805
doc: fix examples with localvar_del
2017-02-09 00:11:27 -08:00
Sébastien Helleu
d6977490d0
core: fix delayed refresh when the signal SIGWINCH is received (terminal resized) ( closes #902 )
...
This fixes a regression introduced in version 1.7 by changes on signal
handlers, commit 018b969381 .
2017-02-04 08:06:59 +01:00
Nils Görs
0586413ede
core: update German translations
2017-02-03 22:33:26 +01:00
Sébastien Helleu
2437107e35
core: add last start date in output of command /version after at least one /upgrade ( closes #903 )
2017-02-03 22:19:20 +01:00
Sébastien Helleu
0ef979a54a
core: update ChangeLog
2017-01-29 14:13:57 +01:00
Sébastien Helleu
24a15e8b95
irc: reorder conditions for mode smart filtering, add a comment
2017-01-29 14:08:25 +01:00
Sébastien Helleu
71b6db5583
Merge pull request #897 from arza-zara/smart_mode
...
irc: don't smart filter modes given to you (closes #530 )
2017-01-29 13:38:54 +01:00
Sébastien Helleu
661c8b9900
doc: update Japanese auto-generated files
2017-01-29 11:25:46 +01:00
Sébastien Helleu
78429c549a
Merge pull request #898 from l/master/translation/ja_JP
...
core: update Japanese translations
2017-01-29 11:25:04 +01:00
arza
27e949d974
irc: don't smart filter modes given to you ( closes #530 )
2017-01-29 11:13:59 +02:00
AYANOKOUZI, Ryuunosuke
8971f001b4
core: update Japanese translations
2017-01-29 09:00:00 +09:00
Nils Görs
658b166a41
doc: update German documentation
2017-01-27 23:46:57 +01:00
Sébastien Helleu
e8e7a6392e
core: add contributor in AUTHORS.adoc
2017-01-25 07:37:32 +01:00
Sébastien Helleu
d3da29ba51
core: update ChangeLog
2017-01-25 07:37:09 +01:00
Sébastien Helleu
8e160c31fe
Merge pull request #895 from radhermit/ruby2.4
...
core: add detection for Ruby 2.4
2017-01-25 07:33:33 +01:00
Tim Harder
9ed4f2a9a6
core: add detection for Ruby 2.4
2017-01-24 14:33:59 -05:00
Sébastien Helleu
0e0d665671
core: add task #11461 in ChangeLog
2017-01-22 15:28:37 +01:00
Sébastien Helleu
3c29cff2a5
core, alias: add xgettext comment on some command help strings
...
The help on commands /window and /alias contain percent chars, so we
have to force xgettext to NOT use "c-format", using the string
"xgettext:no-c-format".
2017-01-22 13:50:05 +01:00
Nils Görs
9a35a07d86
core: update German translations
2017-01-22 10:22:29 +01:00
Sébastien Helleu
19504d30e5
core: fix style in ChangeLog
2017-01-22 09:41:42 +01:00
Sébastien Helleu
f250f72208
core: add contributor in AUTHORS.adoc
2017-01-22 09:36:27 +01:00
Sébastien Helleu
49fb896a96
core: update ChangeLog
2017-01-22 09:35:47 +01:00
Sébastien Helleu
459f58f6aa
core: add new resize prefix (h/v) and examples of resize in /help window
2017-01-22 09:27:34 +01:00
raspbeguy
1b23cd3a47
core: add resize of window parents ( closes #893 )
2017-01-22 09:27:16 +01:00
Sébastien Helleu
2f2b04e139
core: add contributor in AUTHORS.adoc
2017-01-15 14:45:26 +01:00
Romero B. de S. Malaquias
761ac58aa2
fifo: remove conditional directive breaking condition ( closes #875 )
2017-01-15 14:45:18 +01:00
Sébastien Helleu
9eafa1e461
core: move the build status on a separate line in README
2017-01-15 11:53:31 +01:00
Sébastien Helleu
c51aa7960c
core: fix compilation on FreeBSD with autotools (issue #276 )
2017-01-15 10:44:11 +01:00
Sébastien Helleu
9cdc75abd4
Version 1.8-dev
2017-01-15 08:36:28 +01:00
Sébastien Helleu
fb1a0231b7
Version 1.7
2017-01-15 07:41:25 +01:00
Sébastien Helleu
96499ad34a
core: update ChangeLog
2017-01-15 07:21:09 +01:00
Sébastien Helleu
5280b7d095
core: fix typo in a Portuguese translation
2017-01-14 21:39:58 +01:00
Sébastien Helleu
42ac70899a
Merge pull request #890 from vascool/pt
...
core: update Portuguese translation
2017-01-14 21:38:51 +01:00
Vasco Almeida
57ffa846f4
core: update Portuguese translation
2017-01-14 15:22:55 -01:00
Sébastien Helleu
5cc4005231
core: move script makedist.sh to tools directory, make all arguments optional
2017-01-14 15:14:37 +01:00
Sébastien Helleu
9b5da2f11f
core: update ChangeLog
2017-01-14 11:48:15 +01:00
Sébastien Helleu
65ff49f01e
core: fix typo in ChangeLog
2017-01-14 11:44:55 +01:00
Sébastien Helleu
1361602ea5
tests: fix compilation of tests on FreeBSD 11
...
Some includes were missing in .h files, and the tests must be linked
with intl and execinfo on FreeBSD.
2017-01-13 20:57:59 +01:00
Sébastien Helleu
b547bf6bbb
relay: make HTTP headers case-insensitive for WebSocket connections ( closes #888 )
2017-01-11 07:11:01 +01:00
Sébastien Helleu
7cd4a23cdc
doc: update Polish auto-generated files
2017-01-09 19:37:13 +01:00
Krzysztof Korościk
52908c86f7
updared polish translation
2017-01-09 19:25:15 +01:00
Sébastien Helleu
42da33e625
doc: update auto-generated files
2017-01-08 12:13:10 +01:00
Sébastien Helleu
c7c15fe743
Merge pull request #884 from l/master/translation/ja_JP
...
core: update Japanese translations
2017-01-08 08:10:38 +01:00
AYANOKOUZI, Ryuunosuke
a915d1f398
core: update Japanese translations
2017-01-08 09:00:00 +09:00
Nils Görs
d154b39990
core: update German translations
2017-01-07 08:23:26 +01:00
Sébastien Helleu
d2b8c2883b
core: update translations and auto-generated doc files
2017-01-07 07:59:38 +01:00
AYANOKOUZI, Ryuunosuke
add0be28d9
exec: update help descriptions for command /exec to keep compatibility between options
...
Related-Bug: #877
2017-01-07 07:56:30 +01:00
Sébastien Helleu
18833a8c93
Merge pull request #882 from l/master/translation/ja_JP
...
core: update Japanese translations
2017-01-07 07:50:35 +01:00
AYANOKOUZI, Ryuunosuke
04fc35c050
core: update Japanese translations
2017-01-07 09:00:00 +09:00
Sébastien Helleu
e6465d7041
doc: update auto-generated files
2017-01-06 23:00:01 +01:00
Nils Görs
8976000345
core: update German translations
2017-01-06 22:57:38 +01:00
Sébastien Helleu
fe7f92c4d8
irc: fix option "-temp" in command /server ( closes #880 )
2017-01-06 22:44:13 +01:00
Sébastien Helleu
59202e3e02
core: move line from new features to improvements in ChangeLog
2017-01-06 22:41:13 +01:00
Sébastien Helleu
5429381cb6
irc: fix name of option "-temp" in /help server
2017-01-06 22:13:43 +01:00
Sébastien Helleu
7c5ae208fd
doc: update German auto-generated files
2017-01-06 20:26:53 +01:00
Nils Görs
f60593e890
core: update German translations
2017-01-06 20:17:40 +01:00
Sébastien Helleu
a031f15f38
Version 1.7-rc2
2017-01-06 20:04:19 +01:00
Sébastien Helleu
65ac711c10
doc: update Japanese auto-generated files
2017-01-06 20:03:45 +01:00
Sébastien Helleu
088a74911c
Merge pull request #881 from l/master/translation/ja_JP
...
core: update Japanese translations
2017-01-06 20:03:15 +01:00
Sébastien Helleu
0309753406
Merge branch 'master' into master/translation/ja_JP
2017-01-06 20:02:52 +01:00
Sébastien Helleu
990c0bc121
exec: add option "-oc" in command /exec to execute commands in process output ( closes #877 )
...
The behavior of existing option "-o" is changed: now commands are NOT
executed (which is more secure by default).
2017-01-06 19:22:24 +01:00
Sébastien Helleu
e01ed80669
core: move line from new features to bugs in ChangeLog
2017-01-06 07:52:44 +01:00
Sébastien Helleu
501437af07
exec: fix memory leak in display of process output
2017-01-06 07:26:43 +01:00
AYANOKOUZI, Ryuunosuke
3886855b05
core: update Japanese translations
2017-01-06 09:00:00 +09:00
Sébastien Helleu
914bda1a74
irc: fix close of server channels which are waiting for the JOIN when the server buffer is closed (issue #873 )
2017-01-01 16:35:02 +01:00
Sébastien Helleu
28125942d4
core: add issue #876 in ChangeLog
2017-01-01 15:07:12 +01:00
Sébastien Helleu
2087ec28e3
Merge pull request #876 from sim642/switch-join-forwarded
...
irc: fix buffer switching on manual join for forwarded channels
2017-01-01 15:05:33 +01:00
Sébastien Helleu
c9fbb917e0
irc, xfer: fix compilation on Mac OS X (add link with resolv) (issue #276 )
2017-01-01 14:53:41 +01:00
Sébastien Helleu
3752e97be1
doc: update German auto-generated files
2017-01-01 13:15:37 +01:00
Nils Görs
994b71f58c
core: update German translations
2017-01-01 12:30:28 +01:00
Sébastien Helleu
705d86e684
core: update copyright dates
2017-01-01 11:32:04 +01:00
Simmo Saan
b30c6786b4
irc: fix buffer switching on manual join for forwarded channels
...
Previously using option values
irc.look.buffer_open_before_join off
irc.look.buffer_switch_join on
and manually joining a channel which gets forwarded
(e.g. #linux -> ##linux-overflow on freenode) the channel buffer for
##linux-overflow was not switched to even though the option says it should
have.
This patch copies manual join and noswitch information for channels which
get forwarded.
2016-12-31 19:44:47 +02:00
Sébastien Helleu
668bb3a4ad
api: add info "uptime" (WeeChat uptime)
2016-12-31 18:28:55 +01:00
Sébastien Helleu
c6baabff27
Version 1.7-rc1
2016-12-31 17:08:34 +01:00
Sébastien Helleu
393bb17355
doc: update Polish auto-generated files
2016-12-31 16:56:06 +01:00
Krzysztof Korościk
7d44675c07
doc: polish translations updated
2016-12-31 15:22:22 +01:00
Krzysztof Korościk
44ff960ef6
weechat: updated polish translations + few typo fixes
2016-12-31 13:05:47 +01:00
Sébastien Helleu
06a15b8762
script: fix auto-load of new scripts with /script install
...
Regression was introduced by commit
4c6d9e14d1 .
2016-12-31 12:46:52 +01:00
Sébastien Helleu
5a8ff45c45
doc: update Japanese auto-generated files
2016-12-23 22:08:44 +01:00
Sébastien Helleu
b36ea4a580
Merge pull request #871 from l/master/translation/ja_JP
...
core: update Japanese translations
2016-12-23 22:08:09 +01:00
AYANOKOUZI, Ryuunosuke
b094641588
core: update Japanese translations
2016-12-24 09:00:00 +09:00
Sébastien Helleu
a4ab81021f
Merge pull request #870 from rofl0r/fix_configure_cachevars
...
core: fix misnamed configure cache variables
2016-12-22 20:55:00 +01:00
rofl0r
66f545f846
core: fix misnamed configure cache variables
...
these 3 configure tests were bogus in that they didnt return a result:
```
checking for flock() support...
checking for execinfo.h and backtrace...
checking for eat_newline_glitch support...
```
looking at config.log reveals:
```
configure:24327: checking for eat_newline_glitch support
configure:24344: gcc -c -g -O2 -DHAVE_GNUTLS -D_FILE_OFFSET_BITS=64 ...
conftest.c: In function 'main':
conftest.c:134:2: error: assignment of read-only location '*(cur_term->flags ...
configure:24344: $? = 1
configure: failed program was:
...
configure:24351: result:
```
but due to the misnamed variables configure ended up enabling
eat_newline_glitch.
fixes #814
2016-12-22 19:37:10 +00:00
Sébastien Helleu
3218befa1e
doc: update German auto-generated files
2016-12-21 08:53:49 +01:00
Nils Görs
c50fab9103
core: update German translations
2016-12-21 08:27:08 +01:00
Sébastien Helleu
000238fd34
core: fix typo in /help weechat.look.align_multiline_words
2016-12-20 22:38:37 +01:00
Sébastien Helleu
c36a6a094d
Merge pull request #868 from neutric/patch-1
...
Grammar correction
2016-12-20 22:04:05 +01:00
neutric
31a64d2457
Grammar correction
2016-12-20 21:49:10 +01:00
Sébastien Helleu
c899c9bfe7
doc: update German auto-generated files
2016-12-18 18:49:52 +01:00
Nils Görs
1f12b3afb8
core: update German translations
2016-12-18 18:10:04 +01:00
Sébastien Helleu
b49c510d20
core: add more info about features in README
2016-12-18 13:39:35 +01:00
Sébastien Helleu
5eb6c650a1
doc: display default values of options on a separate line (user's guide)
2016-12-18 11:06:29 +01:00
Sébastien Helleu
228040dc04
core: link with resolv library only on Mac OS X
...
This fixes build on FreeBSD.
2016-12-17 20:33:39 +01:00
Sébastien Helleu
e098a0dc54
core: fix compilation on Mac OS X ( closes #276 )
...
The resolver functions like res_init() require link with resolv.
2016-12-17 17:52:33 +01:00
Sébastien Helleu
540ff92280
doc: update auto-generated files with WeeChat options
2016-12-17 08:00:51 +01:00
Sébastien Helleu
8ad3b9afe9
core: update ChangeLog ( closes #411 , closes #802 )
2016-12-17 08:00:08 +01:00
Sébastien Helleu
016bdcd31f
core: improve /help weechat.look.align_multiline_words
2016-12-17 07:57:46 +01:00
Sébastien Helleu
e671e20e0c
Merge remote-tracking branch 'origin/pr/802'
2016-12-17 07:51:47 +01:00
Sébastien Helleu
f18a32e160
irc: add examples in help of usermode server option
2016-12-15 21:21:35 +01:00
Nils Görs
9050ef757e
core: update German translations
2016-12-13 18:49:40 +01:00
Sébastien Helleu
6c1815d3d1
core, xfer: display more information on fork errors (issue #573 )
2016-12-13 18:24:46 +01:00
Sébastien Helleu
6da99d8749
doc: update German auto-generated files
2016-12-12 07:50:25 +01:00
Nils Görs
299e9c00de
core: update German translations
2016-12-11 20:06:45 +01:00
Sébastien Helleu
36c9317077
irc: evaluate content of server option "usermode"
2016-12-11 13:50:38 +01:00
Sébastien Helleu
39a8b9810b
core: update ChangeLog ( closes #377 , closes #820 )
2016-12-11 13:44:20 +01:00
Sébastien Helleu
ab490e10c7
irc: rename server option "umodes" to "usermode"
2016-12-11 13:43:34 +01:00
Sébastien Helleu
50a50d0339
Merge remote-tracking branch 'origin/pr/820'
2016-12-11 13:06:05 +01:00
Nils Görs
94cab4d33a
doc: update German documentation
2016-12-07 09:18:25 +01:00
Sébastien Helleu
ca217a84f4
doc: add package "weechat-plugins" in install of binary packages (user's guide)
2016-12-04 18:27:21 +01:00
Sébastien Helleu
de436e42fe
doc: add command "apt-get build-dep weechat" in user's guide
2016-12-04 18:23:53 +01:00
Sébastien Helleu
095f9ead1b
doc: remove obsolete sentence in tester's guide
2016-12-04 15:45:43 +01:00
Sébastien Helleu
351a7a493f
doc: add missing info in signal "xxx_script_install" (plugin API reference)
2016-12-04 15:08:56 +01:00
Sébastien Helleu
768bceca36
doc: fix French translation of "callback"
2016-12-04 15:02:07 +01:00
Sébastien Helleu
5b9d40aca3
doc: fix typo in developer's guide
2016-12-04 13:17:12 +01:00
Sébastien Helleu
c008fa68b7
doc: add non-breaking spaces in French docs before colons and semicolons
2016-12-04 13:13:41 +01:00
Sébastien Helleu
bd3dfb4827
doc: update German auto-generated files
2016-12-04 10:16:55 +01:00
Nils Görs
3a8053f797
core: update German translations
2016-12-04 09:57:39 +01:00
Sébastien Helleu
28fde407f4
irc: evaluate content of server option "ssl_fingerprint" ( closes #858 )
2016-12-03 09:44:18 +01:00
Sébastien Helleu
a864da7b3b
core: add extra notes about options renamed in ReleaseNotes
2016-12-03 08:45:04 +01:00
Sébastien Helleu
4c6d9e14d1
script: reload a script after upgrade only if it was loaded, set autoload only if the script was auto-loaded ( closes #855 )
2016-12-01 19:34:23 +01:00
Sébastien Helleu
827c013aa7
core: replace "core" by constant PLUGIN_CORE
2016-11-30 21:30:17 +01:00
Sébastien Helleu
cbefb9677b
core: update ChangeLog
2016-11-30 21:24:40 +01:00
Sébastien Helleu
b27982382a
core: add command prefix in completion of /command
2016-11-30 21:21:05 +01:00
Sébastien Helleu
fa3ada831d
core: add optional command prefix in completion templates "commands", "plugins_commands" and ""weechat_commands"
2016-11-29 23:36:55 +01:00
Sébastien Helleu
d0af6b8dce
core: add optional arguments in completion template, sent to the callback
2016-11-29 20:01:35 +01:00
Sébastien Helleu
93ef6b0a3e
core: add option "time" in command /debug
2016-11-28 21:52:14 +01:00
Sébastien Helleu
9c76d80d4d
doc: fix style of commands in plugin API reference
2016-11-27 17:48:48 +01:00
Sébastien Helleu
64f05204f9
api: move functions hook_completion* after hook_command
2016-11-27 17:34:15 +01:00
Sébastien Helleu
6e82e6618c
doc: add note about options in chapter on format of lines (user's guide)
2016-11-27 08:27:29 +01:00
Sébastien Helleu
9d530c5dbd
doc: fix typo in English developer's guide
2016-11-27 08:20:35 +01:00
Sébastien Helleu
461d1f0073
doc: add missing punctuation in some table cells
2016-11-26 23:19:41 +01:00
Sébastien Helleu
114cf66606
doc: add chapter about buffers lines in user's guide
2016-11-26 17:11:45 +01:00
Sébastien Helleu
114c11cb8d
doc: remove "translation missing" tag in French user's guide
2016-11-26 15:46:39 +01:00
Sébastien Helleu
c5079c43df
doc: move chapters about command line and colors before buffers and windows (user's guide)
2016-11-26 14:55:37 +01:00
Sébastien Helleu
e6dd5a06e1
doc: add chapter about buffer property "highlight_regex" in user's guide
2016-11-26 14:10:19 +01:00
Sébastien Helleu
377fad22db
irc: add tag "self_msg" on self messages ( closes #840 )
2016-11-26 13:58:16 +01:00
Sébastien Helleu
cfc22c700c
irc: add missing tags on CTCP message sent
2016-11-26 13:49:34 +01:00
Sébastien Helleu
649a1d2a0c
core: add more info in /help weechat.color.chat_nick
2016-11-25 20:07:39 +01:00
Sébastien Helleu
7fb5691834
doc: add chapters about highlights and max hotlist level for nicks (user's guide)
2016-11-25 19:54:55 +01:00
Sébastien Helleu
1d90d989d3
doc: update Japanese auto-generated files
2016-11-23 22:05:42 +01:00
Sébastien Helleu
e3220967e0
doc: update German auto-generated files
2016-11-23 22:05:38 +01:00
Sébastien Helleu
ce64b3e343
Merge pull request #852 from l/master/translation/ja_JP
...
core: update Japanese translations
2016-11-23 22:02:29 +01:00
AYANOKOUZI, Ryuunosuke
a3e6d60f21
core: update Japanese translations
2016-11-23 09:00:00 +09:00
Nils Görs
02e4a7accf
core: update German translations
2016-11-22 21:49:02 +01:00
Sébastien Helleu
0cec295a41
fifo: add file fifo.conf and option fifo.file.path to customize FIFO pipe path/filename ( closes #850 )
2016-11-22 19:24:40 +01:00
Sébastien Helleu
fe95a1c8a8
core: add a warning in header of configuration files to not edit by hand ( closes #851 )
2016-11-21 22:29:35 +01:00
Sébastien Helleu
2165610401
doc: fix typo in quickstart and user's guide
2016-11-21 07:21:09 +01:00
Sébastien Helleu
204d8f8a66
doc: fix typos in French FAQ
2016-11-20 23:08:07 +01:00
Sébastien Helleu
fa845c2e7c
doc: fix punctuation in lists
2016-11-20 23:04:55 +01:00
Sébastien Helleu
b0c8f33dc1
doc: add a question about editing config files by hand in FAQ
2016-11-20 22:23:49 +01:00
Sébastien Helleu
17f74a885f
doc: update German auto-generated files
2016-11-20 20:55:06 +01:00
Nils Görs
afff9aa2e9
core: update German translations
2016-11-20 20:28:59 +01:00
Sébastien Helleu
0710d076c2
doc: add note in quickstart guide to mention it's not recommended to edit config files by hand (issue #851 )
2016-11-20 20:01:32 +01:00
Sébastien Helleu
111f8245d8
api: add info "pid" (WeeChat PID) (issue #850 )
2016-11-20 16:07:27 +01:00
Sébastien Helleu
d0c1df309e
doc: update German auto-generated files
2016-11-20 15:50:07 +01:00
Sébastien Helleu
02405d6a6a
doc: update Japanese auto-generated files
2016-11-20 15:49:48 +01:00
Nils Görs
69467de528
core: update German translations
2016-11-20 15:36:31 +01:00
Sébastien Helleu
6aad13f3a7
trigger: add comments above default triggers
2016-11-19 14:31:40 +01:00
Sébastien Helleu
68d5a89b3d
trigger: do not hide email in command "/msg nickserv register password email" ( closes #849 )
2016-11-19 14:20:10 +01:00
Sébastien Helleu
d33c6d8a9d
doc: fix name of options for default part/quit message (FAQ) ( closes #847 )
2016-11-17 21:23:49 +01:00
Sébastien Helleu
2122cbf93f
core: update ChangeLog
2016-11-14 07:27:02 +01:00
Sébastien Helleu
89725eaa72
core: add build of xz package with make dist
2016-11-14 07:25:34 +01:00
Sébastien Helleu
0f5192dad5
core: add name of signals in ChangeLog
2016-11-13 16:13:59 +01:00
Sébastien Helleu
018b969381
core: fix deadlock when quitting after a signal is received ( closes #32 )
...
The code in signal handers (SIGHUP, SIGQUIT, SIGTERM) is moved into main
loop, this hopefully fixes the deadlock when quitting after receiving
one of these signals.
The code in SIGWINCH signal handler is moved too (even if it shouldn't
be a problem).
2016-11-13 16:07:24 +01:00
Sébastien Helleu
01f8443073
Merge pull request #839 from l/master/translation/ja_JP
...
core: update Japanese translations
2016-11-12 14:08:47 +01:00
Sébastien Helleu
8eb3d385c7
doc: fix typo in user's guide ( closes #838 )
2016-11-12 10:27:46 +01:00
AYANOKOUZI, Ryuunosuke
7fe341a2f7
doc: update Japanese translations
2016-11-12 09:00:00 +09:00
AYANOKOUZI, Ryuunosuke
7ba8f23e58
doc: add "TRANSLATION MISSING" annotation
2016-11-12 09:00:00 +09:00
AYANOKOUZI, Ryuunosuke
69673dbfff
core: update Japanese translations
2016-11-12 09:00:00 +09:00
Sébastien Helleu
51b0aae750
doc: fix French translations in user's guide
2016-11-09 20:51:42 +01:00
Sébastien Helleu
4a2cd9d034
irc: fix help on mask in command /ignore
2016-11-09 20:48:35 +01:00
Sébastien Helleu
ed6528d84f
doc: add a chapter about WeeChat files and directories in user's guide
2016-11-09 20:45:33 +01:00
Sébastien Helleu
8bb5ab6c44
Merge pull request #835 from l/master/translation/ja_JP
...
core: update Japanese translations
2016-11-06 08:25:20 +01:00
AYANOKOUZI, Ryuunosuke
a1e20fb962
doc: update Japanese translations
2016-11-06 09:00:00 +09:00
AYANOKOUZI, Ryuunosuke
78d3a05729
doc: fix typo in plugin API reference
2016-11-06 09:00:00 +09:00
AYANOKOUZI, Ryuunosuke
d5ff36a6de
core: update Japanese translations
2016-11-06 09:00:00 +09:00
Sébastien Helleu
01eef6b5d7
core: add contributor in AUTHORS.adoc
2016-11-01 14:22:07 +01:00
Sébastien Helleu
f312e17008
core: update ChangeLog ( closes #834 )
2016-11-01 14:20:23 +01:00
tomoe-mami
899b397f3f
lua: use lua_pushinteger for int values in lua 5.3
2016-11-01 14:18:47 +01:00
Sébastien Helleu
dc3cdcbb7f
doc: add a question about hotlist in FAQ
2016-11-01 08:15:07 +01:00
Sébastien Helleu
335ab22a55
xfer: add check on filename2 allocation
...
Now string_expand_home() can return NULL if the HOME environment
variable it not set, so this commit adds an extra check on the variable
"filename2" before using it.
2016-10-30 07:07:29 +01:00
Sébastien Helleu
79ea328288
core: update ChangeLog
2016-10-30 07:06:25 +01:00
Sébastien Helleu
75a07fb2a3
Merge pull request #827 from sim642/string_expand_home-sigsegv
...
api: fix string_expand_home SIGSEGV when HOME environment variable unset
2016-10-30 07:02:55 +01:00
Sébastien Helleu
9f6d79e053
Merge pull request #831 from elKaZe/patch-1
...
Update es.po
2016-10-30 06:57:13 +01:00
elKaZe
fe946e1bf4
Update es.po
...
fix typo
2016-10-29 19:51:25 -03:00
Sébastien Helleu
570f4817dd
core: fix display of empty lines in search mode ( closes #829 )
2016-10-29 17:18:28 +02:00
Sébastien Helleu
d4a9c48cc8
relay: set status to AUTH_FAILED in case of auth failure in irc protocol (issue #825 )
2016-10-25 07:23:26 +02:00
Sébastien Helleu
b3d4680600
debian: update comments in build script
2016-10-23 08:37:31 +02:00
Sébastien Helleu
133cbbd947
relay: set status to AUTH_FAILED in case of auth failure in weechat protocol ( closes #825 )
2016-10-21 07:49:10 +02:00
Simmo Saan
bb22f2486b
api: fix string_expand_home SIGSEGV when HOME environment variable unset
2016-10-20 23:24:50 +03:00
Sébastien Helleu
b51beb6766
irc: change default value of option irc.network.lag_reconnect to 300 ( closes #818 )
2016-10-18 22:06:39 +02:00
Sébastien Helleu
83f3e93402
core: add contributor in AUTHORS.adoc
2016-10-14 21:38:12 +02:00
Evgeny Shmarnev
89b8bfdf8c
doc: update Russian translation of quickstart guide
2016-10-14 21:36:55 +02:00
Evgeny Shmarnev
161ce479fc
doc: update Russian translation of man page
2016-10-14 21:33:11 +02:00
Simmo Saan
03fbb4ffdc
Add server option umodes ( closes #377 )
2016-10-12 21:38:49 +03:00
Sébastien Helleu
c1b39ee5c2
core: update example of WeeChat version and fix some formatting in Contributing
2016-10-09 08:22:37 +02:00
Sébastien Helleu
997f47f77a
core: fix integer overflow in calls to realloc (issue #809 )
2016-10-08 13:10:56 +02:00
Sébastien Helleu
485aff59c4
core: fix realloc in function gui_input_optimize_size (issue #809 )
...
This could cause crash in case of memory allocation error
(but WeeChat would probably crash or have problems anyway if there's not
enough memory for the input line).
2016-10-08 12:46:34 +02:00
Nils Görs
1635cf50d9
doc: update German documentation
2016-10-07 10:15:40 +02:00
Sébastien Helleu
024688f75d
Merge pull request #813 from talisein/fake-wattrgetset
...
tests: add wattr_get/set to fake ncurses
2016-10-03 20:35:00 +02:00
Andrew Potter
54ee5e0576
tests: add wattr_get/set to fake
2016-10-02 09:51:28 -07:00
Sébastien Helleu
f11feaa013
Version 1.7-dev
2016-10-02 10:54:37 +02:00
Sébastien Helleu
cc0337bbe1
Version 1.6
2016-10-02 09:35:04 +02:00
Sébastien Helleu
fe0e554d2a
core: add missing files docinfo.html in packages built by autotools
2016-10-02 09:12:12 +02:00
Sébastien Helleu
54841f6294
api: fix return of function string_match() when there are multiple masks in the string (issue #812 )
...
Some tests are added as well to test the multiple masks in the string.
2016-10-02 08:58:19 +02:00
Sébastien Helleu
f98d50ebab
doc: update Polish auto-generated files
2016-10-01 17:35:53 +02:00
Krzysztof Korościk
f9f7525e23
doc: updated polish translations
2016-10-01 13:19:43 +02:00
Krzysztof Korościk
8a755ef0d7
updated polish tranlation
2016-10-01 13:14:38 +02:00
Sébastien Helleu
a842f24b6d
Merge pull request #810 from vascool/pt
...
core: update Portuguese translation
2016-09-30 07:23:13 +02:00
Vasco Almeida
9f4dddcf75
core: update Portuguese translation
2016-09-27 12:54:36 +00:00
Sébastien Helleu
47019c3d15
doc: fix examples for function string_eval_path_home (plugin API reference)
2016-09-27 07:31:13 +02:00
Sébastien Helleu
f2b74fabc2
doc: update Japanese auto-generated files
2016-09-23 20:39:25 +02:00
Sébastien Helleu
7ce4fb1b5d
Merge pull request #806 from l/master/translation/ja_JP
...
core: update Japanese translations
2016-09-23 20:37:47 +02:00
AYANOKOUZI, Ryuunosuke
ec3c08e7ab
core: update Japanese translations
2016-09-23 09:00:00 +09:00
Sébastien Helleu
1d5fb8123c
Version 1.6-rc2
2016-09-22 21:42:09 +02:00
Sébastien Helleu
1c626ab946
core: update ChangeLog
2016-09-22 21:10:52 +02:00
Sébastien Helleu
d0b1d4f6ad
core: add contributor in AUTHORS.adoc
2016-09-22 21:08:15 +02:00
Sébastien Helleu
292bad719a
irc: remove unneeded comment
2016-09-22 21:07:26 +02:00
arza
592810ca1f
core: add option weechat.look.align_multiline_words
2016-09-20 04:36:08 +03:00
Rob Campbell
cb382a0174
Fix for unclosed/leaking sockets from issue #358
2016-09-19 02:20:52 -07:00
Nils Görs
58ce36c2c9
doc: update German documentation
2016-09-17 11:32:36 +02:00
Sébastien Helleu
95ff8c97fa
doc: add option aspell.check.real_time in question about CPU usage (FAQ)
2016-09-17 11:14:00 +02:00
Nils Görs
616d2ae295
doc: update German documentation
2016-09-16 18:02:05 +02:00
Sébastien Helleu
e45593e00c
doc: update Polish auto-generated files
2016-09-13 21:10:52 +02:00
Krzysztof Korościk
34a09d1a16
doc: updated polish translation
2016-09-13 20:49:05 +02:00
Krzysztof Korościk
117ac60c74
po: updated polish translation
2016-09-13 20:10:43 +02:00
Sébastien Helleu
20df8b89a0
doc: add scroll of buffers bar in FAQ
2016-09-12 21:50:51 +02:00
Sébastien Helleu
63dc51bd7b
doc: fix typos in plugin API reference
2016-09-12 21:50:12 +02:00
Sébastien Helleu
131cc6a2f2
doc: update German auto-generated files
2016-09-09 19:24:28 +02:00
Nils Görs
54038f181c
core: update German translations
2016-09-09 12:32:09 +02:00
Sébastien Helleu
e0c5507a7f
core: replace "clipboard" by "internal clipboard" in /help input and user's guide
2016-09-08 21:21:44 +02:00
Nils Görs
ce17b2ea17
doc: update German documentation
2016-09-07 08:20:23 +02:00
Sébastien Helleu
466921fdcf
doc: update Japanese auto-generated files
2016-09-06 21:11:43 +02:00
Sébastien Helleu
bec42589e0
Merge pull request #792 from l/master/translation/ja_JP
...
core: update Japanese translations
2016-09-06 21:10:53 +02:00
AYANOKOUZI, Ryuunosuke
1525b50e3b
core: update Japanese translations
2016-09-05 09:00:00 +09:00
Sébastien Helleu
726805b7b1
doc: update German auto-generated files
2016-09-04 13:33:01 +02:00
Nils Görs
27c9339c34
Merge branch 'master' of https://github.com/weechat/weechat
2016-09-04 13:29:33 +02:00
Nils Görs
6d8bddc5fb
core: update German translations
2016-09-04 13:09:48 +02:00
Sébastien Helleu
df10556d5e
debian: remove asciidoctor dependency in debian/ubuntu patches (issue #722 )
...
Asciidoctor is required, but must be installed as a gem (the version in
distros is too old).
2016-09-04 12:52:24 +02:00
Sébastien Helleu
340389ccd5
debian: update debian/ubuntu patches to build again doc/man page (issue #722 )
2016-09-04 09:16:13 +02:00
Sébastien Helleu
0572d0c4f5
core: evaluate content of option "weechat.look.item_time_format" (issue #791 )
2016-09-03 08:28:05 +02:00
Sébastien Helleu
f4b96dfa0f
build: build docs in order, sorted by the language code
2016-09-03 08:07:21 +02:00
Sébastien Helleu
fa9c17660f
build: enable again build of man page and documentation on Cygwin (issue #722 )
2016-09-03 07:54:42 +02:00
Sébastien Helleu
482a2209d1
Merge pull request #789 from sunder67/patch-1
...
Update tr.po
2016-08-31 20:17:08 +02:00
Nils Görs
6eb50f3dbb
core: update German translations
2016-08-31 15:54:49 +02:00
Sébastien Helleu
53578350b8
Version 1.6-rc1
2016-08-30 19:15:35 +02:00
Sébastien Helleu
e2fdb84dcd
core: install asciidoctor gem on Travis CI (issue #722 )
2016-08-30 18:49:01 +02:00
Sébastien Helleu
5d5335b2c1
irc: fix display of service notice mask (message 008) ( closes #429 )
2016-08-30 18:36:07 +02:00
Sébastien Helleu
9e5ad6aa3e
core: add Windows/Ubuntu in Contributing
2016-08-30 18:29:04 +02:00
Sébastien Helleu
7994932b29
core: add issue #722 in ChangeLog
2016-08-30 18:28:03 +02:00
Sébastien Helleu
4994e9cbb9
core: add more info about issue #771 in ChangeLog
2016-08-30 18:27:30 +02:00
sunder67
65cd1b4c19
Update tr.po
...
fix typo
2016-08-30 09:45:59 +03:00
Sébastien Helleu
593b3cad72
core: add example of splith and merge in /help window
2016-08-27 13:34:34 +02:00
Sébastien Helleu
1a4bfcdddc
doc: add command "/window merge" in quickstart
2016-08-26 08:08:01 +02:00
Sébastien Helleu
6dad386cfd
build: disable build of man page and documentation on Cygwin
2016-08-22 21:49:35 +02:00
Sébastien Helleu
ec85bc1367
core: fix warnings about unused variables
2016-08-22 21:40:25 +02:00
Sébastien Helleu
aecfbebcdc
doc: update Japanese auto-generated files
2016-08-22 08:24:56 +02:00
Sébastien Helleu
3278b2f57e
Merge pull request #783 from l/master/translation/ja_JP
...
core: update Japanese translations
2016-08-22 08:20:52 +02:00
AYANOKOUZI, Ryuunosuke
20966d7a70
core: update Japanese translations
2016-08-21 09:00:00 +09:00
Sébastien Helleu
d6767b4ed6
api: fix crash in function network_connect_to() if address is NULL (issue #781 )
2016-08-20 19:55:35 +02:00
Sébastien Helleu
2f0d39f98d
xfer: fix crash on DCC send if option xfer.file.auto_accept_nicks is set ( closes #781 )
2016-08-20 19:52:47 +02:00
Sébastien Helleu
c2ea70c3e9
api: fix connection to servers with hook_connect() on Windows 10 with Windows subsystem for Linux (issue #770 )
...
The test on socketpair() function is now made when hooks are
initialized (instead of doing the test at compilation time).
2016-08-19 20:06:04 +02:00
Sébastien Helleu
091ef992dd
Revert "api: fix connection to servers with hook_connect() on Windows 10 with Windows subsystem for Linux ( closes #770 )"
...
This reverts commit 399636f984 .
2016-08-19 19:44:08 +02:00
Sébastien Helleu
e218db3582
tests: add test on the "extra" option on function eval_expression()
2016-08-18 22:11:50 +02:00
Sébastien Helleu
e00fb7d0e5
core: update ChangeLog
2016-08-18 22:06:57 +02:00
Sébastien Helleu
13d836994b
doc: translate "extra" argument of string_eval_expression in other languages (plugin API reference)
2016-08-18 21:52:06 +02:00
Sébastien Helleu
c74c55759a
core: move the extra_vars_eval argument after extra_vars
2016-08-18 21:42:13 +02:00
Sébastien Helleu
c6b3c9d79b
core: fix empty comment
2016-08-18 21:38:04 +02:00
Sébastien Helleu
61bc6b6550
Merge remote-tracking branch 'origin/pr/534'
2016-08-18 21:24:10 +02:00
Sébastien Helleu
c8d9be036b
doc: update German auto-generated files
2016-08-17 20:43:35 +02:00
Nils Görs
fa3be938ec
core: update German translations
2016-08-17 08:42:14 +02:00
Sébastien Helleu
a01ecb276f
core: add optional argument "lowest", "highest" or level mask in command /input hotlist_clear
2016-08-16 21:22:28 +02:00
Sébastien Helleu
ebb43c4a54
doc: update German auto-generated files
2016-08-14 14:21:59 +02:00
Nils Görs
f4834e26df
core: update German translations
2016-08-14 14:18:51 +02:00
Sébastien Helleu
622a7cd779
doc: update auto-generated files with WeeChat commands
2016-08-14 11:35:59 +02:00
Sébastien Helleu
f35710e6d5
core: fix completion of command /buffer swap
2016-08-14 11:34:17 +02:00
Sébastien Helleu
daca5c3c86
core: add option "cycle" in command /buffer
2016-08-14 11:29:34 +02:00
Sébastien Helleu
4c25604dec
xfer: fix NULL pointer derefence in case of memory error in xfer_set_{local|remote}_address()
2016-08-13 15:36:46 +02:00
Sébastien Helleu
6c6cc73da2
xfer: fix memory leak in case of memory error in xfer_chat_open_buffer()
2016-08-13 15:35:40 +02:00
Sébastien Helleu
f7604c5a6b
irc: fix NULL pointer derefence in case of memory error in irc_sasl_dh()
2016-08-13 15:33:02 +02:00
Sébastien Helleu
7447b81f87
core: fix NULL pointer derefence in case of memory error in gui_buffer_input_buffer_init()
2016-08-13 14:51:09 +02:00
Sébastien Helleu
3e35df9bce
core: free file pointer in case of memory error in util_file_get_content()
2016-08-13 14:48:33 +02:00
Sébastien Helleu
b53e7824f2
core: add weechat-curses link in .gitignore
2016-08-13 14:45:31 +02:00
Sébastien Helleu
e888df54e3
doc: update main features in user's guide
2016-08-13 13:31:49 +02:00
Sébastien Helleu
0d6b24c124
doc: update German auto-generated files
2016-08-11 21:08:36 +02:00
Nils Görs
40c12573a0
doc: update German documentation
2016-08-11 17:25:56 +02:00
Nils Görs
beb847436b
core: update German translations
2016-08-11 09:16:11 +02:00
Sébastien Helleu
db76d6a097
trigger: add missing step with post action in /help trigger
2016-08-10 22:31:49 +02:00
Sébastien Helleu
a92e960871
doc: add question about screen and bracketed paste mode in FAQ
2016-08-10 22:28:03 +02:00
Sébastien Helleu
021401635d
doc: update German auto-generated files
2016-08-10 22:15:06 +02:00
Sébastien Helleu
d1c9ee29e5
core: fix typo in a French translation
2016-08-10 22:14:08 +02:00
Nils Görs
38d4b93f12
core: update German translations
2016-08-10 11:37:12 +02:00
Sébastien Helleu
3784cc5820
Merge pull request #773 from l/master/translation/ja_JP
...
doc: update Japanese translations
2016-08-09 22:18:17 +02:00
Sébastien Helleu
73db57f245
trigger: add post action in command line built by /trigger input|output|recreate
2016-08-09 22:12:17 +02:00
Sébastien Helleu
00dc40da1d
trigger: add quotes around completions of post action
2016-08-09 22:06:09 +02:00
Sébastien Helleu
64998dee19
core: update ChangeLog
2016-08-09 21:55:30 +02:00
Sébastien Helleu
90f2a13ae2
core: update translations
2016-08-09 21:54:00 +02:00
Sébastien Helleu
1172b19370
doc: translate trigger post action in other languages (user's guide)
2016-08-09 21:44:41 +02:00
Sébastien Helleu
de7dc59c87
trigger: rename "once action" to "post action"
2016-08-09 21:35:39 +02:00
Sébastien Helleu
810077fc12
Merge remote-tracking branch 'origin/pr/509'
2016-08-09 21:05:34 +02:00
AYANOKOUZI, Ryuunosuke
d681ab1e8d
doc: update Japanese translations
2016-08-09 09:00:00 +09:00
Sébastien Helleu
9d53fe9b0f
doc: update auto-generated files with URL options
2016-08-07 16:40:48 +02:00
Sébastien Helleu
0a4ed4799f
core: fix Tab in Japanese translation of /help print
2016-08-07 16:39:43 +02:00
Sébastien Helleu
c74e7cb7d7
irc: remove evil tab
2016-08-07 16:35:27 +02:00
Sébastien Helleu
992a620a26
core: update ChangeLog
2016-08-07 16:21:43 +02:00
Sébastien Helleu
dad2b649ed
core: add contributor in AUTHORS.adoc
2016-08-07 16:19:40 +02:00
Sébastien Helleu
751769b49d
core: irc, xfer: do not check return code of res_init()
...
If the call to res_init() fails, the connection may be OK anyway
or in worst case it will fail (with an appropriate error) if the name
can not be resolved.
2016-08-07 16:17:42 +02:00
Sébastien Helleu
f695a79d9b
core, irc, xfer: add missing includes for function res_init()
2016-08-07 16:15:59 +02:00
Sébastien Helleu
eee11972f7
Merge remote-tracking branch 'origin/pr/771'
2016-08-07 16:08:44 +02:00
Raghavendra Prabhu
761c5e2d11
core/plugins: Use res_init before getaddrinfo.
...
With weechat, if the network changes in anyway that causes resolv.conf
to be updated, that is not picked up, resulting in
irc: connecting to server XXXX.com/1026 (SSL)...
irc: address "XXX.com" not found
irc: error: Name or service not known
irc: reconnecting to server in 30 seconds
This happens, especially when one connects to an irc server behind a
VPN.
This can also happen when there is no network connectivity weechat was started
but later network is connected to.
The fix is simple, it relies on calling res_init (3) before getaddrinfo in
network_connect_child and other places.
res_init reloads the resolv.conf and getaddrinfo does not fail with
address resolution error.
2016-08-07 13:20:54 +01:00
Sébastien Helleu
d575d43218
doc: add C compiler in dependencies (user's guide)
2016-08-07 10:43:54 +02:00
Sébastien Helleu
0de910838d
doc: add missing package ruby-2.3 in dependencies (user's guide)
2016-08-07 10:31:11 +02:00
Sébastien Helleu
6bebc49dfd
core: add old email of Krzysztof Korościk in .mailmap
2016-08-07 10:21:47 +02:00
Sébastien Helleu
399636f984
api: fix connection to servers with hook_connect() on Windows 10 with Windows subsystem for Linux ( closes #770 )
2016-08-06 22:13:52 +02:00
Sébastien Helleu
eff8d3f3fb
core: update ChangeLog
2016-08-02 18:43:12 +02:00
Sébastien Helleu
00f1b3e563
core: add contributor in AUTHORS.adoc
2016-08-02 18:30:25 +02:00
Sébastien Helleu
24d9abf46d
Merge pull request #738 from scumjr/master
...
irc: fix NULL pointer dereference in 734 command callback
2016-08-02 18:29:12 +02:00
Sébastien Helleu
ee16e226fe
doc: update German auto-generated files
2016-07-30 14:13:34 +02:00
Nils Görs
f7f8375529
core: update German translations
2016-07-30 10:30:15 +02:00
Sébastien Helleu
175b75987d
doc: update Japanese auto-generated files
2016-07-30 07:59:39 +02:00
Sébastien Helleu
196646eb9a
Merge pull request #768 from l/master/translation/ja_JP
...
core: update Japanese translations
2016-07-30 07:58:58 +02:00
AYANOKOUZI, Ryuunosuke
8925a2fb8a
core: update Japanese translations
2016-07-30 09:00:00 +09:00
Sébastien Helleu
67ab00abe5
doc: add example of hdata command with hotlist (relay protocol)
2016-07-29 16:02:39 +02:00
Sébastien Helleu
09c52755d1
relay: return an empty hdata when the requested hdata or pointer is not found ( closes #767 )
2016-07-29 15:55:42 +02:00
Sébastien Helleu
4397dccd1b
core: add keys for secure buffer in /help secure ( closes #756 )
2016-07-29 10:03:20 +02:00
Sébastien Helleu
290b40af89
doc: update German auto-generated files
2016-07-19 07:29:12 +02:00
Nils Görs
d5784199c1
core: update German translations
2016-07-17 18:01:51 +02:00
Sébastien Helleu
34ccf3fd81
irc: rename server options "default_msg_*" to "msg_*", evaluate them
2016-07-17 09:29:14 +02:00
Sébastien Helleu
8743a88c3b
core: add missing title in ReleaseNotes
2016-07-16 10:03:19 +02:00
Sébastien Helleu
b7e9913ebb
doc: update auto-generated files with hdata
2016-07-12 07:53:31 +02:00
Sébastien Helleu
e2a3cc8bf4
irc: fix typo in a comment
2016-07-09 21:26:28 +02:00
Sébastien Helleu
eb86def400
core: rename function string_iconv_fprintf to string_fprintf
2016-07-09 18:28:03 +02:00
Sébastien Helleu
666bc4fda2
core: replace some single quotes by double quotes in help of options
2016-07-09 12:34:40 +02:00
Sébastien Helleu
177dff6fa8
Merge pull request #755 from l/translation/ja
...
doc: update Japanese translations
2016-07-03 23:07:23 +02:00
AYANOKOUZI, Ryuunosuke
b159f1ce28
doc: update Japanese translations
2016-07-01 09:00:00 +09:00
Sébastien Helleu
0c2f32fbcd
doc: remove "weechat_" prefix in internal links (plugin API reference)
2016-06-25 10:56:55 +02:00
Sébastien Helleu
a9b0c00df7
doc: add note about string evaluated in function window_set_title (plugin API reference)
2016-06-25 10:38:48 +02:00
Sébastien Helleu
e647512d86
doc: fix typo in FAQ
2016-06-24 19:08:48 +02:00
Sébastien Helleu
35712daa1a
core: improve help on python3 option (cmake and autotools)
2016-06-21 19:41:30 +02:00
Sébastien Helleu
252aca82fd
core: fix some categories in ChangeLog
2016-06-21 19:40:43 +02:00
Sébastien Helleu
aec9e2ebca
python: add detection of Python 3.5
2016-06-21 19:39:20 +02:00
Sébastien Helleu
1989285462
doc: add note in argument "tags" of function printf_date_tags (plugin API reference)
2016-06-18 09:11:07 +02:00
Sébastien Helleu
3b4d9156e2
doc: add note about function printf_date_tags in function printf (plugin API reference)
2016-06-18 09:06:56 +02:00
Sébastien Helleu
20c86db0d8
api: remove functions printf_date() and printf_tags()
2016-06-18 08:49:35 +02:00
Sébastien Helleu
b1d32b29f9
doc: fix styles in docs
2016-06-15 08:01:45 +02:00
Sébastien Helleu
2a53e1aea2
doc: fix styles in developer's guide
2016-06-13 07:30:15 +02:00
Sébastien Helleu
d37d1abb63
doc: fix styles in user's guide
2016-06-12 17:58:40 +02:00
Sébastien Helleu
545386ea81
Merge pull request #742 from l/translation/ja
...
core: update Japanese translations
2016-05-31 08:46:41 +02:00
AYANOKOUZI, Ryuunosuke
6effc6fb57
core: update Japanese translations
2016-05-29 09:00:00 +09:00
Nils Görs
610f191ddc
core: update German translations
2016-05-28 10:42:25 +02:00
Sébastien Helleu
7342a47de0
core, irc, xfer: display more information in memory allocation errors (issue #573 )
2016-05-27 20:13:35 +02:00
Sébastien Helleu
7b053b7c40
core: add sub-sections in ChangeLog
2016-05-27 07:55:03 +02:00
Sébastien Helleu
631e019eb7
doc: update German auto-generated files
2016-05-22 10:09:10 +02:00
Sébastien Helleu
22591c11fe
debian: fix debian/ubuntu/raspbian patches
2016-05-21 08:07:55 +02:00
Nils Görs
a68637b37d
core: update German translations
2016-05-20 17:40:39 +02:00
Sébastien Helleu
cad0354934
debian: remove invalid line in Russin quickstart file
2016-05-20 08:35:34 +02:00
scumjr
e7fd68c29e
irc: fix NULL pointer dereference in 734 command callback
2016-05-19 12:50:04 +02:00
Sébastien Helleu
29d7e49924
doc: update Japanese auto-generated files
2016-05-19 09:07:08 +02:00
Sébastien Helleu
70af4fe693
Merge pull request #737 from l/translation/ja
...
core: update Japanese translations
2016-05-19 09:06:26 +02:00
Sébastien Helleu
cb9b2a34e0
doc: increase font size for key bindings
2016-05-19 08:58:51 +02:00
Sébastien Helleu
499b9be1fb
relay: add option relay.network.allow_empty_password ( closes #735 )
2016-05-18 07:55:03 +02:00
Sébastien Helleu
ec86e1ac85
core: update French translations
2016-05-18 07:47:45 +02:00
Sébastien Helleu
f23b6be178
core: add blank lines in ChangeLog for readability
2016-05-18 07:38:37 +02:00
AYANOKOUZI, Ryuunosuke
84d4705ea4
core: update Japanese translations
2016-05-18 09:00:00 +09:00
Sébastien Helleu
c39803a4dd
debian: update debian/ubuntu patches to not build doc/man page
2016-05-16 17:56:51 +02:00
Sébastien Helleu
e0866d48cb
debian: add files to build devel doc package
2016-05-16 17:48:52 +02:00
Sébastien Helleu
5ed1903f67
debian: add patch for raspbian/jessie
2016-05-16 14:24:11 +02:00
Sébastien Helleu
369f9e467f
debian: fix dch distribution name on Raspbian
2016-05-16 14:23:32 +02:00
Sébastien Helleu
1b21fa1816
debian: fix mode of weechat-plugins.install in debian/ubuntu patches (issue #722 )
2016-05-16 12:32:48 +02:00
Sébastien Helleu
b0f515279a
debian: add patch to not build doc/man page on Debian Jessie (issue #722 )
2016-05-16 11:34:22 +02:00
Sébastien Helleu
fd80196b81
doc: add escape of commas in command "init" (relay protocol) (issue #730 )
2016-05-16 11:23:16 +02:00
Sébastien Helleu
a6a221e5e1
core: add asciidoctor in ChangeLog (issue #722 )
2016-05-16 11:05:08 +02:00
Sébastien Helleu
1fc274473b
doc: remove unused function in docgen.py
2016-05-15 09:26:29 +02:00
Sébastien Helleu
836876bacb
core: remove install of asciidoc and related packages (Travis CI) (issue #722 )
2016-05-15 09:10:08 +02:00
Sébastien Helleu
2736a0e3ff
core: rename file FindAsciidoc.cmake to FindAsciidoctor.cmake in autotools (issue #722 )
2016-05-15 09:07:05 +02:00
Sébastien Helleu
e31c8647e8
core: remove obsolete file FindSourcehighlight.cmake (issue #722 )
2016-05-15 09:05:59 +02:00
Sébastien Helleu
e2ce3dfc1b
doc: fix name of file AUTHORS.adoc in Polish man page
2016-05-15 09:04:03 +02:00
Sébastien Helleu
adf6ed3f67
doc: fix source-highlighter in autotools (issue #722 )
2016-05-15 09:01:49 +02:00
Sébastien Helleu
0ffc342437
core: fix dependencies in README (issue #722 )
2016-05-15 08:56:45 +02:00
Sébastien Helleu
b7bdbbdc50
core: rename .asciidoc files to .adoc (issue #722 )
2016-05-15 08:52:19 +02:00
Sébastien Helleu
81fa60a23a
doc: fix styles in auto-generated doc files (issue #722 )
2016-05-14 23:44:36 +02:00
Sébastien Helleu
e6dda930e8
doc: fix styles in Contributing (issue #722 )
2016-05-14 23:42:58 +02:00
Sébastien Helleu
7d3d56cccd
doc: fix styles in release notes (issue #722 )
2016-05-14 23:42:11 +02:00
Sébastien Helleu
6aa94c08b1
doc: fix styles in ChangeLog (issue #722 )
2016-05-14 23:41:27 +02:00
Sébastien Helleu
c5f6aad66f
core: require asciidoctor 1.5.4 instead of 1.5.0 (issue #722 )
2016-05-14 09:42:57 +02:00
Sébastien Helleu
75778b5806
debian: update patches to not build doc/man page on some Debian/Ubuntu versions to build docs and man page (issue #722 )
2016-05-14 09:42:57 +02:00
Sébastien Helleu
e503eafedc
debian: enable build of doc by default in devel packages (issue #722 )
2016-05-14 09:42:57 +02:00
Sébastien Helleu
384d9479a6
debian: replace asciidoc by asciidoctor (>= 1.5.4) in Build-Depends (issue #722 )
2016-05-14 09:42:57 +02:00
Sébastien Helleu
72982152aa
doc: fix size of tables and columns in plugin API reference
2016-05-14 09:42:57 +02:00
Sébastien Helleu
7742fee19f
doc: fix styles in plugin API reference (issue #722 )
2016-05-14 09:42:57 +02:00
Sébastien Helleu
d00634acae
doc: remove sectnumlevels in relay protocol (issue #722 )
2016-05-14 09:42:57 +02:00
Sébastien Helleu
f097ed7536
doc: fix column size in developer's guide
2016-05-14 09:42:57 +02:00
Sébastien Helleu
5f8ae3e12e
doc: increase toclevels and sectnumlevels in user's guide (issue #722 )
2016-05-14 09:42:57 +02:00
Sébastien Helleu
b05382e6f2
doc: enable section numbering in tester's guide (issue #722 )
2016-05-14 09:42:57 +02:00
Sébastien Helleu
bc98d43c08
doc: fix styles in user's guide (issue #722 )
2016-05-14 09:42:57 +02:00
Sébastien Helleu
c2c3ecb3f7
doc: fix style in tip about mouse events (user's guide) (issue #722 )
2016-05-14 09:42:57 +02:00
Sébastien Helleu
4180ddff0f
doc: use a table for input of IRC color codes in user's guide (issue #722 )
2016-05-14 09:42:57 +02:00
Sébastien Helleu
f8f313569c
doc: fix style of key bindings in user's guide (issue #722 )
2016-05-14 09:42:57 +02:00
Sébastien Helleu
b11d1408aa
doc: improve source of table with dependencies in user's guide
2016-05-14 09:42:57 +02:00
Sébastien Helleu
67250aa2bb
doc: replace asciidoc by asciidoctor in user's guide (issue #722 )
2016-05-14 09:42:57 +02:00
Sébastien Helleu
8cb857cedb
doc: make list of functions/constants more readable in scripting guide
2016-05-14 09:42:57 +02:00
Sébastien Helleu
963ee4fe40
doc: enable section numbering in relay protocol (issue #722 )
2016-05-14 09:42:57 +02:00
Sébastien Helleu
9a3da9a4a3
doc: enable section numbering in scripting guide (issue #722 )
2016-05-14 09:42:57 +02:00
Sébastien Helleu
3bb75b4432
doc: use Font Awesome for admonition labels (issue #722 )
2016-05-14 09:42:57 +02:00
Sébastien Helleu
e092bd19d3
doc: switch to prettify source highlighter (issue #722 )
2016-05-14 09:42:57 +02:00
Sébastien Helleu
baebbb25a3
doc: fix styles in relay protocol (issue #722 )
2016-05-14 09:42:57 +02:00
Sébastien Helleu
c5c7539406
doc: fix styles in scripting guide (issue #722 )
2016-05-14 09:42:57 +02:00
Sébastien Helleu
048ad82672
doc: fix styles in tester guide (issue #722 )
2016-05-14 09:42:57 +02:00
Sébastien Helleu
93b71769cd
doc: fix styles in quickstart guide (issue #722 )
2016-05-14 09:42:57 +02:00
Sébastien Helleu
171f9a9fc8
doc: fix styles in FAQ (issue #722 )
2016-05-14 09:42:57 +02:00
Sébastien Helleu
8c1916c6c2
doc: fix styles in developer's guide (issue #722 )
2016-05-14 09:42:57 +02:00
Sébastien Helleu
de24a7cb7b
doc: fix styles in man page (issue #722 )
2016-05-14 09:42:57 +02:00
Sébastien Helleu
220bd837ae
doc: use asciidoctor instead of asciidoc (issue #722 )
2016-05-14 09:42:57 +02:00
Nils Görs
f3163aa271
core: update German translations
2016-05-14 09:27:55 +02:00
Sébastien Helleu
22c0966387
tests: add tests on function string_split_command()
2016-05-14 09:14:08 +02:00
Sébastien Helleu
af83fb55e1
relay: allow escape of comma in command "init" (weechat protocol) (issue #730 )
2016-05-13 19:37:19 +02:00
Sébastien Helleu
e94e4a92f4
doc: add arvg[2] in example of function string_split_command (plugin API reference)
2016-05-11 07:41:44 +02:00
Sébastien Helleu
951d1410d9
core: fix custom section IDs in ChangeLog and ReleaseNotes
...
Asciidoctor (used on GitHub) requires that the custom ID start with a
letter, so a "v" is added in front of releases.
2016-05-10 07:45:20 +02:00
Sébastien Helleu
596df95ecf
core: add contributor in AUTHORS.asciidoc
2016-05-10 07:44:49 +02:00
Sébastien Helleu
35e285e823
core: add issue #731 in ChangeLog
2016-05-09 07:51:02 +02:00
Sébastien Helleu
9dfcf79712
Merge pull request #731 from irth/master
...
core: fix the hardcoded separator in string_split_command
2016-05-09 07:34:58 +02:00
Wojciech Kwolek
a44bcaf080
core: fix the hardcoded separator in string_split_command
2016-05-08 12:14:17 +02:00
l
2d5ea374af
doc: update Japanese translations ( #728 )
2016-05-06 22:02:50 +02:00
Sébastien Helleu
15b0917875
debian: bump Standards-Version to 3.9.8
2016-05-04 07:35:25 +02:00
Sébastien Helleu
711de56158
debian: update changelog
2016-05-04 07:34:44 +02:00
Sébastien Helleu
5968460671
doc: add a question about security in FAQ
2016-05-03 21:42:24 +02:00
Sébastien Helleu
31864f562d
doc: update Ruby and Lua versions in user's guide
2016-05-02 21:02:22 +02:00
Lieuwe Rooijakkers
c9411a848a
irc: fix typo in IRC_SERVER_OPTION_SASL_KEY comment ( #724 )
2016-05-01 18:37:50 +02:00
Sébastien Helleu
3bc6fe1a26
Version 1.6-dev
2016-05-01 14:47:08 +02:00
Sébastien Helleu
c017af8e0a
Version 1.5
2016-05-01 12:50:12 +02:00
Sébastien Helleu
e8e36ad32f
core: add detection of Tcl 8.6 in autotools
2016-05-01 11:36:18 +02:00
Sébastien Helleu
e47e10b8fe
debian: update changelog and copyright
2016-05-01 09:26:37 +02:00
Sébastien Helleu
816ddb0018
debian: build Tcl plugin against Tcl 8.6
2016-05-01 09:16:18 +02:00
Sébastien Helleu
1acadf4108
debian: fix Vcs-(Git|Browser) fields to use secure URIs
2016-05-01 08:58:19 +02:00
Sébastien Helleu
881f258d3e
doc: update auto-generated files with URL options
2016-05-01 08:46:46 +02:00
Sébastien Helleu
f4da7bfdee
core: move lines from features to bugs in ChangeLog
2016-04-30 20:14:01 +02:00
Sébastien Helleu
f428779762
core: remove quotes in ChangeLog
2016-04-30 20:01:47 +02:00
Sébastien Helleu
fb4f154c2f
core: add Curl options for versions 7.38.1 to 7.49.0
2016-04-30 12:32:15 +02:00
Sébastien Helleu
eff655ab23
script: make callbacks optional again in hook functions (issue #406 )
2016-04-28 19:51:12 +02:00
Sébastien Helleu
b0aa0d3602
doc: fix typo in plugin API reference
2016-04-28 07:32:01 +02:00
Sébastien Helleu
e65d17eaf6
doc: update Polish auto-generated files
2016-04-27 19:59:08 +02:00
Krzysztof Korościk
171cb6995a
po: update polish translation
2016-04-27 19:03:58 +02:00
Krzysztof Korościk
7233fa7dc4
doc: update polish translation
2016-04-27 18:50:02 +02:00
Sébastien Helleu
5c8f540c47
Merge pull request #720 from l/translation_ja
...
doc: update Japanese translations
2016-04-26 19:00:59 +02:00
AYANOKOUZI, Ryuunosuke
e03a97528b
doc: update Japanese translations
2016-04-26 09:00:00 +09:00
Sébastien Helleu
c1441b111f
irc: fix first message displayed in raw buffer when the message is modified by a modifier ( closes #719 )
2016-04-24 10:10:12 +02:00
Sébastien Helleu
7e988871ab
Version 1.5-rc2
2016-04-23 14:48:58 +02:00
Sébastien Helleu
8a1650b26f
lua: fix crash when a lua function doesn't return a value and a string was expected ( closes #718 )
2016-04-23 14:33:04 +02:00
Sébastien Helleu
51c3e0b9ec
api: add support of functions in hook_process
2016-04-23 13:59:20 +02:00
Sébastien Helleu
ae89d28462
javascript: fix string value returned by js functions
2016-04-23 13:58:46 +02:00
Sébastien Helleu
54151a3480
core: update email of Krzysztof Korościk
2016-04-20 19:39:43 +02:00
Sébastien Helleu
66ec959001
core: update ChangeLog
2016-04-19 21:07:44 +02:00
Sébastien Helleu
c7bd1bca8b
core: fix case of external software names in ChangeLog
2016-04-18 21:17:56 +02:00
Sébastien Helleu
ca80d4fae7
doc: convert a note into asciidoc "[NOTE]" in tester's guide
2016-04-17 14:34:03 +02:00
Sébastien Helleu
8c78abe2c0
core: add Portuguese language in configure script
2016-04-16 11:39:01 +02:00
Sébastien Helleu
729bdbf5e3
core: add contributor in AUTHORS.asciidoc
2016-04-16 11:38:18 +02:00
Sébastien Helleu
6b2e9847a9
core: fix whitespace in Portuguese translations
2016-04-16 10:35:18 +02:00
Sébastien Helleu
4e74ad3107
Merge remote-tracking branch 'origin/pr/716'
2016-04-16 10:23:21 +02:00
Nils Görs
80621129f7
doc: update German documentation
2016-04-16 09:32:50 +02:00
Vasco Almeida
4806d7f20f
core: add Portuguese translation
2016-04-15 11:44:29 +00:00
Sébastien Helleu
89084850a5
Merge pull request #715 from l/translation_ja
...
doc: update Japanese translations
2016-04-15 07:25:58 +02:00
AYANOKOUZI, Ryuunosuke
06e2a1bb25
doc: update Japanese translations
2016-04-15 09:00:00 +09:00
Sébastien Helleu
906c6ebb61
doc: mask SASL mechanisms dh-blowfish and dh-aes as "insecure"
2016-04-14 07:30:49 +02:00
Sébastien Helleu
1d8f48b102
Version 1.5-rc1
2016-04-13 07:36:19 +02:00
Sébastien Helleu
948d7b3b90
doc: add missing spaces in French docs
2016-04-12 07:35:36 +02:00
Sébastien Helleu
24c035ae9d
doc: convert a note into asciidoc "[NOTE]" in user's guide
2016-04-11 07:40:57 +02:00
Sébastien Helleu
cf88646a97
doc: update Japanese auto-generated files
2016-04-09 08:34:28 +02:00
Sébastien Helleu
ad308a086c
Merge pull request #712 from l/translation_ja
...
core: update Japanese translations
2016-04-09 08:31:36 +02:00
Sébastien Helleu
7e50f1c3c6
doc: add missing spaces in French FAQ
2016-04-08 08:02:39 +02:00
AYANOKOUZI, Ryuunosuke
38b6db9253
core: update Japanese translations
2016-04-08 09:00:00 +09:00
Sébastien Helleu
b334174b0c
doc: update German auto-generated files
2016-04-07 07:33:16 +02:00
Nils Görs
b4697b7454
core: update German translations
2016-04-06 09:21:33 +02:00
Sébastien Helleu
5b62903772
core: set default value "djb2" for option weechat.look.nick_color_hash
2016-04-06 07:29:50 +02:00
Sébastien Helleu
fabd48cc6c
core: move nick coloring from irc plugin to core ( closes #262 )
...
Options moved from irc.conf to weechat.conf:
* "irc.look.nick_color_force" moved to "weechat.look.nick_color_force"
* "irc.look.nick_color_hash" moved to "weechat.look.nick_color_hash"
* "irc.look.nick_color_stop_chars" moved to
"weechat.look.nick_color_stop_chars"
New info (for API function "info_get"):
* "nick_color" (replaces "irc_nick_color")
* "nick_color_name" (replaced "irc_nick_color_name")
Info "irc_nick_color" and "irc_nick_color_name" are now deprecated.
And a bug has been fixed in nick coloring: stop chars are removed before
looking at a forced color.
2016-04-05 07:56:43 +02:00
Sébastien Helleu
e80ff72b97
doc: add missing spaces in French plugin API reference
2016-04-04 18:11:54 +02:00
Sébastien Helleu
18bf12f452
doc: describe return code according to option type in config functions (plugin API reference)
2016-04-03 11:03:15 +02:00
Sébastien Helleu
ece614504f
doc: fix typos in French plugin API reference
2016-04-02 10:38:04 +02:00
Sébastien Helleu
7235e89c0f
core: add return code in usage function (debian build script)
2016-04-01 07:44:35 +02:00
Sébastien Helleu
25cc82685c
Merge pull request #513 from rakuco/cmake-iconv-detection
...
core: do not hardcode iconv library name
2016-03-31 07:30:18 +02:00
Sébastien Helleu
e11d504d18
doc: update Japanese auto-generated files
2016-03-30 07:49:54 +02:00
Sébastien Helleu
079ec48566
Merge pull request #709 from l/translation_ja
...
core: update Japanese translations
2016-03-30 07:45:36 +02:00
Sébastien Helleu
1f08e7cb56
doc: add note about version 1.5 in config functions (plugin API reference)
2016-03-29 10:26:35 +02:00
AYANOKOUZI, Ryuunosuke
24e48c747d
core: update Japanese translations
2016-03-29 09:00:00 +09:00
Sébastien Helleu
b0c45b2127
doc: add callback pointer in doc of function bar_item_new (plugin API reference)
2016-03-28 14:24:22 +02:00
Sébastien Helleu
61ffaa88f0
doc: add note about version 1.5 in some functions (plugin API reference)
2016-03-28 14:09:19 +02:00
Sébastien Helleu
c1a9ab6731
doc: remove comments in example of function hook_command (plugin API reference)
2016-03-28 13:33:01 +02:00
Sébastien Helleu
c40137c48e
doc: add missing callback_pointer in hook functions (plugin API reference)
2016-03-28 13:29:41 +02:00
Sébastien Helleu
0063d9314c
doc: fix name of function in unhook_all prototype (plugin API reference)
2016-03-28 13:15:53 +02:00
Sébastien Helleu
bd0d8d5a1c
doc: add missing pointer in examples (plugin API reference)
2016-03-28 13:13:28 +02:00
Sébastien Helleu
5210ff1ae9
doc: fix typos in config functions (plugin API reference)
2016-03-28 13:06:04 +02:00
Sébastien Helleu
75243a46a1
doc: add missing quotes in plugin API reference
2016-03-28 11:15:12 +02:00
Sébastien Helleu
4fa2edc865
doc: add callback pointer in doc of upgrade functions (plugin API reference)
2016-03-28 11:09:50 +02:00
Sébastien Helleu
8de6f212ca
doc: add callback pointer in doc of function buffer_new (plugin API reference)
2016-03-27 11:25:56 +02:00
Sébastien Helleu
c5bb723298
doc: update doc of function exec_on_files (plugin API reference)
2016-03-27 11:08:04 +02:00
Sébastien Helleu
d3c21e355c
core: remove rename of function unhook_all in release notes
2016-03-27 11:05:39 +02:00
Sébastien Helleu
eae12192c9
doc: add callback pointer in doc of config functions (plugin API reference)
2016-03-26 09:51:32 +01:00
Sébastien Helleu
498662c777
doc: add pointer in hook callback examples (plugin API reference)
2016-03-25 14:18:51 +01:00
Sébastien Helleu
0b697629d5
doc: fix arguments in hook functions (plugin API reference)
2016-03-24 11:02:25 +01:00
Sébastien Helleu
17d20b9ca6
doc: add argument "subplugin" in function unhook_all (plugin API reference)
2016-03-24 09:25:04 +01:00
Sébastien Helleu
5244a707cb
api: rename function unhook_all_plugin to unhook_all
2016-03-24 09:17:54 +01:00
Sébastien Helleu
293f758a3a
doc: add callback pointer in doc of hook functions (plugin API reference)
2016-03-23 13:51:15 +01:00
Sébastien Helleu
b9d427fc1f
core: add missing pointer argument in calls to hook_connect callback
2016-03-22 07:25:25 +01:00
Sébastien Helleu
aa248ad3b0
irc: fix crash in SSL connection to the server
2016-03-21 19:17:29 +01:00
Sébastien Helleu
cf6aca1619
core: add pointer in some callbacks ( closes #406 )
...
This pointer is the first argument received by callbacks, and the
existing argument "data" is now automatically freed by WeeChat when the
object containing the callback is removed.
With this new pointer, the linked list of callbacks in scripts has been
removed. This will improve speed of scripts (using a lot of hooks),
reduce memory used by scripts and reduce time to unload scripts.
Following functions are affected in the C API:
* exec_on_files
* config_new
* config_new_section
* config_new_option
* hook_command
* hook_command_run
* hook_timer
* hook_fd
* hook_process
* hook_process_hashtable
* hook_connect
* hook_print
* hook_signal
* hook_hsignal
* hook_config
* hook_completion
* hook_modifier
* hook_info
* hook_info_hashtable
* hook_infolist
* hook_hdata
* hook_focus
* unhook_all_plugin
* buffer_new
* bar_item_new
* upgrade_new
* upgrade_read
2016-03-21 18:11:21 +01:00
Sébastien Helleu
6d764b64c5
doc: update Japanese auto-generated files
2016-03-18 23:48:48 +01:00
Sébastien Helleu
999a244880
Merge pull request #704 from l/translation_ja
...
core: update Japanese translations
2016-03-18 23:47:52 +01:00
AYANOKOUZI, Ryuunosuke
243f4a166d
core: update Japanese translations
2016-03-19 09:00:00 +09:00
Sébastien Helleu
cf93e953b6
core: use ${info:term_width} instead of ${window.win_width} in /help weechat.bar.xxx.conditions ( closes #703 )
2016-03-17 21:00:16 +01:00
Sébastien Helleu
4bed85ec9e
doc: update German auto-generated files
2016-03-15 07:35:52 +01:00
Nils Görs
e3b18b9961
core: update German translations
2016-03-14 21:06:39 +01:00
Sébastien Helleu
fa5d6c17f5
doc: fix typos in plugin API reference
2016-03-14 20:11:59 +01:00
Sébastien Helleu
2da58ea2b7
exec: fix example in /help exec
2016-03-13 18:29:19 +01:00
Sébastien Helleu
b6b0249cac
scripts: fix typo in comment
2016-03-12 20:31:02 +01:00
Sébastien Helleu
3450bf7c73
core: fix long lines in release notes
2016-03-11 20:56:46 +01:00
Sébastien Helleu
f51b4219eb
doc: remove unneeded parentheses in quickstart guide
2016-03-10 21:52:14 +01:00
Sébastien Helleu
0be8e0828a
logger: add note on buffer local variables to use in /help logger.file.mask
2016-03-09 18:45:07 +01:00
Sébastien Helleu
3cdecb08a2
doc: add command /disconnect in quickstart guide
2016-03-08 07:53:31 +01:00
Sébastien Helleu
376c3fc6eb
doc: update Japanese auto-generated files
2016-03-07 22:05:04 +01:00
Sébastien Helleu
d541894cad
Merge pull request #701 from l/translation_ja
...
core: update Japanese translations
2016-03-07 22:03:36 +01:00
AYANOKOUZI, Ryuunosuke
da8cf92776
core: update Japanese translations
2016-03-07 09:00:00 +09:00
Sébastien Helleu
a225233d8c
core: remove plugin pointer in hooks debug messages
2016-03-06 11:48:16 +01:00
Sébastien Helleu
a4d1dfa8f4
relay: do not execute any command received from an irc relay client ( closes #699 )
2016-03-05 10:59:37 +01:00
Sébastien Helleu
28737c9de1
doc: fix typo in quickstart guide
2016-03-04 20:03:45 +01:00
Sébastien Helleu
e2dd933588
core: fix case of external software names in ChangeLog
2016-03-03 20:19:53 +01:00
Sébastien Helleu
7b2f31fbe2
core: add issue #698 in ChangeLog
2016-03-01 07:32:11 +01:00
Sébastien Helleu
eac93a73b3
core: move lines from bugs to features in ChangeLog
2016-03-01 07:30:37 +01:00
Sébastien Helleu
9146873f85
core: update ChangeLog
2016-02-29 21:26:55 +01:00
Sébastien Helleu
c6574a0a9e
core: add detection of Ruby 2.2 and 2.3 in autotools
2016-02-29 21:26:25 +01:00
Sébastien Helleu
af53460027
core: search Ruby 2.3 executable
2016-02-29 21:24:11 +01:00
Sébastien Helleu
2b98605d73
Merge pull request #698 from zeha/patch-1
...
core: add detection for Ruby 2.3
2016-02-29 21:22:25 +01:00
Christian Hofstaedtler
3ce36164e7
Add detection for Ruby 2.3
2016-02-29 20:05:23 +01:00
Sébastien Helleu
14e5fc6092
core: check that pointers received in arguments are not NULL in buffers and windows functions
2016-02-28 14:07:33 +01:00
Sébastien Helleu
8ffb4ab6a2
doc: update German auto-generated files
2016-02-27 08:19:22 +01:00
Nils Görs
0cac0dfa27
core: update German translations
2016-02-26 23:23:16 +01:00
Sébastien Helleu
d2b5c97cb0
core: add link to other screenshots in README
2016-02-26 19:28:13 +01:00
Sébastien Helleu
5936272b4c
irc: complete help of SASL fail options
2016-02-25 07:35:12 +01:00
Sébastien Helleu
6d184ccdc6
core: update ChangeLog
2016-02-24 07:54:08 +01:00
Sébastien Helleu
81ee0f43bb
core: update translations
2016-02-24 07:52:52 +01:00
Sébastien Helleu
dad806688a
Merge remote-tracking branch 'origin/pr/697'
2016-02-24 07:43:16 +01:00
Simmo Saan
30b64b86fb
irc: add option irc.network.sasl_fail_unavailable ( closes #600 )
...
Previously SASL did not fail when it was set up for the server but wasn't
supported by it. This makes no difference when the server's sasl_fail is
set to "continue" but might make a difference if set to "disconnect" or
"reconnect".
To make sure server connection is not made under such circumstances, this
patch adds an extra configurable ("on" by default) check to trigger SASL
failure when it is set up but not supported by the server. Although not
directly a SASL failure, this makes SASL not-authenticated scenarios all
handled consistently, while providing extra security by not silently
ignoring not being authenticated as requested.
2016-02-23 16:52:49 +02:00
Sébastien Helleu
c273b44f52
javascript: replace include of time.h by ctime
2016-02-23 07:38:22 +01:00
Sébastien Helleu
08929d91dc
core: fix long lines
2016-02-22 23:17:35 +01:00
Sébastien Helleu
87d42c35c5
doc: update Japanese auto-generated files
2016-02-20 12:01:26 +01:00
Sébastien Helleu
aeeffcc73c
Merge pull request #696 from l/translation_ja
...
core: update Japanese translations
2016-02-20 11:57:18 +01:00
AYANOKOUZI, Ryuunosuke
7169884edc
core: update Japanese translations
2016-02-20 09:00:00 +09:00
Sébastien Helleu
548ee73423
doc: update German auto-generated files
2016-02-19 18:14:47 +01:00
Nils Görs
14dbc6212b
core: update German translations
2016-02-19 18:00:36 +01:00
Sébastien Helleu
06ad0c80ec
script: force refresh of scripts buffer after download of scripts list ( closes #693 )
2016-02-19 17:37:38 +01:00
Sébastien Helleu
78db8293f6
core: fix typo in a comment
2016-02-18 18:25:56 +01:00
Sébastien Helleu
c2aed4dd78
doc: translate instructions for CA file on Mac OS X in other languages (FAQ)
2016-02-17 15:10:53 +01:00
Artiom Di
0b79510b75
doc: fix instructions about getting correct CA file on Mac OS X (FAQ)
2016-02-17 15:10:47 +01:00
Sébastien Helleu
5554e40210
doc: update Polish auto-generated files
2016-02-16 19:39:38 +01:00
Krzysztof Korościk
3e7b1fa86c
doc: update polish quickstart guide
2016-02-16 18:03:04 +01:00
Krzysztof Korościk
b001b66363
po: polish translation updated
2016-02-16 17:57:55 +01:00
Sébastien Helleu
64ef7e8621
core: fix truncation of buffer names in hotlist ( closes #668 )
2016-02-16 10:19:57 +01:00
Sébastien Helleu
0e6a6a0334
core: move irc bar item "away" and two options to core ( closes #692 )
...
Options moved:
* "irc.look.item_away_message" --> "weechat.look.item_away_message"
* "irc.color.item_away" --> "weechat.color.item_away".
2016-02-15 13:36:16 +01:00
Sébastien Helleu
f48e9a8878
Merge pull request #691 from jincreator/issues690
...
zlib: Fix package name in error message if zlib was not found.
2016-02-14 13:47:12 +01:00
Jinkyu Yi
4e0d68ded7
zlib: Fix package name in error message if zlib was not found.
2016-02-14 18:09:01 +09:00
Sébastien Helleu
68e72f2693
doc: update German and Japanese auto-generated files
2016-02-13 09:30:00 +01:00
Sébastien Helleu
567a61c110
Merge pull request #688 from l/translation_ja
...
core: update Japanese translations
2016-02-13 09:24:04 +01:00
Nils Görs
efbcde4e89
core: update German translations
2016-02-12 22:00:01 +01:00
Sébastien Helleu
d05beeff0e
core: add note about options to save config/layout on exit in help of commands /layout, /save and /quit ( closes #687 )
2016-02-12 07:39:38 +01:00
AYANOKOUZI, Ryuunosuke
ab04be6b7a
core: update Japanese translations
2016-02-12 09:00:00 +09:00
Sébastien Helleu
94ef33022d
irc: use upper case for SASL in messages displayed
2016-02-11 07:30:24 +01:00
Sébastien Helleu
ca835a6d26
doc: update German auto-generated files
2016-02-10 07:33:28 +01:00
Nils Görs
1645db5c44
core: update German translations
2016-02-10 07:24:57 +01:00
Sébastien Helleu
b983cc2943
doc: update Japanese auto-generated files
2016-02-09 07:28:08 +01:00
Sébastien Helleu
45a1174000
relay: fix the max number of clients connected on a port, allow value 0 for "no limit" ( closes #669 )
2016-02-08 21:14:48 +01:00
Sébastien Helleu
c9a8f23cc7
core: fix update of window title under tmux ( closes #685 )
2016-02-07 14:07:51 +01:00
Sébastien Helleu
f9ce19a01d
core: update ChangeLog
2016-02-07 11:16:05 +01:00
Sébastien Helleu
239cf632cd
Merge remote-tracking branch 'origin/pr/680'
2016-02-07 11:07:47 +01:00
Sébastien Helleu
bd2e43146e
core: add contributor in AUTHORS.asciidoc
2016-02-07 10:49:32 +01:00
Sébastien Helleu
b6b59253bc
core: add issue #676 in ChangeLog
2016-02-07 10:48:49 +01:00
Shane McCarron
6aa4e498a5
core: fix detection of python shared libraries
2016-02-07 10:44:05 +01:00
Sébastien Helleu
c8f7ac8941
relay: do not print final '\0' in raw message for a websocket PING message received
2016-02-06 14:37:07 +01:00
Sébastien Helleu
9263634d2e
relay: fix websocket frame decoding, answer a PONG to PING ( closes #675 )
2016-02-06 14:08:20 +01:00
Sébastien Helleu
060d68bb8d
core: add issue #511 in ChangeLog
2016-02-06 07:31:32 +01:00
Simmo Saan
b12412ed17
xfer: ignore signals when polling socket during file receive ( closes #677 )
...
When signals (e.g. SIGWINCH for terminal resize) are fired they cause poll
to fail with EINTR, erroring file receival even when there wasn't a problem
with it.
This patch adds additional checks for EINTR and EAGAIN that cause retry of
poll, since both are unrelated to actual file receival.
2016-02-05 13:44:14 +02:00
Sébastien Helleu
438f2dee3e
core: add contributor in AUTHORS.asciidoc
2016-02-05 07:46:23 +01:00
Sébastien Helleu
7ea2aebc32
core: update ChangeLog and release notes
2016-02-05 07:45:14 +01:00
Sébastien Helleu
48493e39e0
trigger: fix long lines
2016-02-05 07:39:54 +01:00
Sébastien Helleu
da32036851
Merge pull request #511 from juanfra684/patch-1
...
trigger: add recover to cmd_pass/msg_auth, and regain to msg_auth
2016-02-05 07:32:50 +01:00
Sébastien Helleu
fee26b9c54
relay: fix comment
2016-02-04 20:40:37 +01:00
Sébastien Helleu
02bcee02e9
relay: fix typo in a comment
2016-02-02 07:00:40 +01:00
Shane McCarron
c00ae68019
Python plugin shared libraries missing
...
When linking against a python with shared libraries, this script ONLY asked for the LD flags, not any additional libraries. This could result in a condition where required libraries (such as libutil on Centos 6.7 against Python 2.7) are not loaded and the load of the plugin thus fails. This change asks the python being linked against which libraries it was linked using, and then ensures those are also linked against by the python plugin for weechat.
2016-02-01 12:46:16 -06:00
Sébastien Helleu
78aea5df6c
core: fix typo in a comment
2016-01-31 08:35:44 +01:00
Sébastien Helleu
c8710e28cb
doc: fix typo in English quickstart guide
2016-01-30 10:28:13 +01:00
Nils Görs
c9740a05f8
core: update German translations
2016-01-30 10:07:47 +01:00
Sébastien Helleu
de35dbab99
doc: add secured data in quickstart guide
2016-01-29 07:44:19 +01:00
Sébastien Helleu
6a289e2e82
Merge pull request #670 from l/translation_ja
...
core: update Japanese translations
2016-01-27 07:39:49 +01:00
AYANOKOUZI, Ryuunosuke
b8db4ffd9d
core: update Japanese translations
2016-01-27 09:00:00 +09:00
Sébastien Helleu
cd23a5fa92
doc: add an example in function string_split (plugin API reference)
2016-01-24 08:03:55 +01:00
Sébastien Helleu
1a94193147
relay: fix command "input" received from clients (weechat protocol) ( closes #663 )
...
The command "input" received with only spaces in content of message was
ignored by WeeChat (because of the split on spaces).
2016-01-23 10:37:07 +01:00
Sébastien Helleu
50817054f9
tests: add tests on string_split() with keep_eol set to 2
2016-01-23 10:35:07 +01:00
Sébastien Helleu
d6af8c312f
core: fix number of arguments returned by string_split
...
When keep_eol is 2 and separators are found at the end of string,
the function returned argc + 1 instead of argc.
2016-01-23 10:32:56 +01:00
Sébastien Helleu
0bdf148491
core: fix French translation of /help ctcp
2016-01-17 09:41:46 +01:00
Sébastien Helleu
b058a81f59
doc: update German auto-generated files
2016-01-17 09:29:43 +01:00
Nils Görs
3ff5c38b75
core: update German translations
2016-01-17 09:28:15 +01:00
Sébastien Helleu
f2214da118
irc: add missing completion "*" for target in command /msg
2016-01-17 09:07:23 +01:00
Sébastien Helleu
3c953780f0
irc: fix /msg command with multiple targets including "*"
2016-01-17 09:06:17 +01:00
Sébastien Helleu
99741d4276
core: update ChangeLog ( closes #204 )
2016-01-17 08:58:17 +01:00
Sébastien Helleu
59e326da65
core: update translations
2016-01-17 08:54:23 +01:00
Sébastien Helleu
9d4554e805
irc: add examples in /help ctcp
2016-01-17 08:51:22 +01:00
Sébastien Helleu
99ff5813d9
irc: add a constant with list of supported CTCPs for completion in command /ctcp
2016-01-17 08:36:00 +01:00
Sébastien Helleu
aee4871083
irc: add missing completion "*" for target in command /ctcp
2016-01-17 08:32:44 +01:00
Sébastien Helleu
efb23016fe
irc: do not exit from function in case of error with "ctcp *"
...
When "*" is a target in the middle of a list, for example
"#chan1,*,#chan2", if there's an error with "*", the CTCP should be sent
to #chan1 and #chan2, even if "*" fails (and not only #chan1 like it was
previously).
2016-01-17 08:24:53 +01:00
Sébastien Helleu
68b70fb185
irc: free allocated memory in case of early exit from the function
2016-01-17 08:21:45 +01:00
Sébastien Helleu
b0725c2b9b
irc: fix code style
2016-01-17 08:20:14 +01:00
Sébastien Helleu
a7695f7201
Merge remote-tracking branch 'origin/pr/493'
2016-01-17 08:11:23 +01:00
Sébastien Helleu
63c3bee56b
Merge pull request #656 from mojadita/some-externs-missing-for-osx-compiling
...
Add extern keyword several places to link in osx
2016-01-16 08:13:20 +01:00
Luis Colorado
b46e75d504
Add extern keyword several places to link in osx
2016-01-15 09:12:30 +02:00
Sébastien Helleu
16b2ac36b3
doc: update Japanese auto-generated files
2016-01-11 07:34:49 +01:00
Sébastien Helleu
c21dadcf92
Merge pull request #653 from l/translation_ja
...
core: update Japanese translations
2016-01-10 14:55:25 +01:00
AYANOKOUZI, Ryuunosuke
43e8d052a4
core: update Japanese translations
2016-01-11 09:00:00 +09:00
Sébastien Helleu
241acecdbc
Version 1.5-dev
2016-01-10 10:31:35 +01:00
Sébastien Helleu
0e3ac93887
Version 1.4
2016-01-10 09:17:50 +01:00
Sébastien Helleu
8e280f8e4e
doc: update Polish auto-generated files
2016-01-08 07:33:18 +01:00
Sébastien Helleu
3b89c8cf44
doc: remove trailing whitespace in Polish docs
2016-01-08 07:32:34 +01:00
Sébastien Helleu
77589756aa
doc: update copyright dates in Polish docs
2016-01-08 07:31:49 +01:00
Krzysztof Korościk
eb3e1c3bec
doc: Polish translation update
2016-01-07 22:13:17 +01:00
Krzysztof Korościk
d54d4e4e60
po: Polish translation update
2016-01-07 21:31:22 +01:00
Sébastien Helleu
56ae4eb2d2
Version 1.4-rc2
2016-01-07 07:31:21 +01:00
Nils Görs
4f31918700
core: update German translations
2016-01-06 20:40:04 +01:00
Sébastien Helleu
5fd091fcc8
doc: update auto-generated files with WeeChat options
2016-01-06 19:40:56 +01:00
Sébastien Helleu
432f4247d8
Merge pull request #648 from sim642/nicklist_offline
...
core: remove unused option weechat.color.nicklist_offline
2016-01-06 19:39:44 +01:00
Simmo Saan
168764a81e
core: remove unused option weechat.color.nicklist_offline
...
Added in c1c1005b36 .
2016-01-06 17:12:39 +02:00
Sébastien Helleu
101fa2cab8
irc: fix channel forwarding ( closes #643 )
...
The problem happens when the option
irc.look.buffer_open_before_{autojoin|join} is on.
2016-01-06 07:17:44 +01:00
Sébastien Helleu
e739e1dfba
core: move line in ChangeLog
2016-01-06 07:13:51 +01:00
Sébastien Helleu
0ee5e7e9bc
doc: update copyright dates in German docs
2016-01-06 05:40:08 +01:00
Sébastien Helleu
fe0c9dbc93
trigger: add info in error messages
2016-01-05 07:53:38 +01:00
Sébastien Helleu
7a55d8aa29
alias: do not allow slashes and spaces in alias name ( closes #646 )
2016-01-05 07:46:24 +01:00
Sébastien Helleu
9f169a7fb5
doc: update Japanese auto-generated files
2016-01-05 00:17:28 +01:00
Sébastien Helleu
8ff5be1001
Merge pull request #645 from l/translation_ja
...
core: update Japanese translations
2016-01-05 00:14:33 +01:00
AYANOKOUZI, Ryuunosuke
77f69890bd
core: update Japanese translations
2016-01-05 09:00:00 +09:00
Sébastien Helleu
6e86f667da
doc: update German auto-generated files
2016-01-04 07:42:36 +01:00
Nils Görs
85cb4798b9
core: update German translations
2016-01-03 22:25:59 +01:00
Nils Görs
6e1ce0ee15
core: update German translations
2016-01-03 22:19:20 +01:00
Sébastien Helleu
3d0a7451d8
irc: remove argument "clear" from command /cap (issue #8 , closes #641 )
2016-01-03 09:01:43 +01:00
Sébastien Helleu
c12e1b2446
doc: update German auto-generated files
2016-01-03 08:53:12 +01:00
Nils Görs
4c48f7aff7
core: update German translations
2016-01-02 16:57:06 +01:00
Sébastien Helleu
522dcf133c
irc: evaluate content of server option "addresses"
2016-01-02 10:12:40 +01:00
Sébastien Helleu
3330724574
core: update copyright dates
2016-01-01 11:09:53 +01:00
Sébastien Helleu
5d6689b8c1
Version 1.4-rc1
2015-12-31 19:16:55 +01:00
Sébastien Helleu
57b6e320d3
core: fix execution of empty command name
...
The strings "/" and "/ " are not considered as valid commands any more.
2015-12-31 19:07:14 +01:00
Sébastien Helleu
295158d3e1
doc: fix example for function hdata_search (plugin API reference)
2015-12-27 08:09:48 +01:00
Sébastien Helleu
39e03d4594
core: add IRC alternate nicks in release notes
2015-12-26 08:25:46 +01:00
Sébastien Helleu
f90e756a46
doc: update Japanese auto-generated files
2015-12-25 12:51:31 +01:00
Sébastien Helleu
e2d891660d
Merge pull request #636 from l/translation_ja
...
core: update Japanese translations
2015-12-25 12:49:00 +01:00
Sébastien Helleu
a60075fb39
tests: temporary disable check of javascript plugin
...
The compilation with autotools fails to detect v8 lib (used by
javascript plugin) on Ubuntu Trusty, so the tests are failing because
javascript plugins is not loaded.
This check will be enabled again when autotools compilation will be
fixed.
2015-12-25 12:02:34 +01:00
Sébastien Helleu
d52d82543a
doc: update German auto-generated files
2015-12-25 11:55:40 +01:00
Nils Görs
23b4435cdf
core: update German translations
2015-12-25 10:32:09 +01:00
Nils Görs
1282b6a324
core: update German translations
2015-12-25 10:12:20 +01:00
Sébastien Helleu
9d06217c71
core: update ChangeLog
2015-12-25 09:45:49 +01:00
AYANOKOUZI, Ryuunosuke
173239bb37
core: update Japanese translations
2015-12-25 09:00:00 +09:00
Sébastien Helleu
0cda820807
tests: fix compilation with autotools
2015-12-24 23:07:47 +01:00
Sébastien Helleu
415dea5c74
tests: fix locale used to execute tests
2015-12-24 22:48:10 +01:00
Sébastien Helleu
e46d23905c
core: update ChangeLog
2015-12-24 22:44:17 +01:00
Sébastien Helleu
be534239bb
core: move lines in ChangeLog
2015-12-24 22:43:31 +01:00
Sébastien Helleu
6ff8de5740
tests: check if all plugins are loaded
2015-12-24 22:21:33 +01:00
Sébastien Helleu
08d22a948f
irc: fix typo
2015-12-24 22:20:12 +01:00
Sébastien Helleu
0d6a1d1520
core: update translations
2015-12-24 20:43:34 +01:00
Sébastien Helleu
19a25bdd66
Merge pull request #634 from KamranMackey/fix-typo-in-weelog
...
core: fix typo in message displayed when the log file is locked
2015-12-24 20:42:16 +01:00
Sébastien Helleu
ed32302011
irc: move option irc.network.alternate_nick into servers ( closes #633 )
2015-12-24 20:36:05 +01:00
Kamran Mackey
2db7599460
Fixed a typo in wee-log.c
...
Signed-off-by: Kamran Mackey <kamranm1200@gmail.com >
2015-12-24 05:02:34 -07:00
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
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
Sébastien Helleu
5c3ab90ee7
debian: sync debian changelog with debian git repository
2015-10-30 07:25:57 +01:00
Nils Görs
a685edf17f
core: update German translations
2015-10-28 18:20:50 +01:00
Sébastien Helleu
4f867a89ad
ruby: fix load of scripts requiring "uri" ( closes #433 )
2015-10-27 15:14:36 +01:00
Sébastien Helleu
5526550ac1
Merge pull request #561 from mimi1vx/translate
...
core: update Czech translations
2015-10-25 18:28:18 +01:00
Ondřej Súkup
8a82224420
update Czech translations
2015-10-25 15:24:53 +01:00
Sébastien Helleu
61a4c1b5c1
fifo: add buffer name in error when the buffer is not found
2015-10-25 07:37:43 +01:00
Sébastien Helleu
7f643bc11f
core: update ChangeLog
2015-10-25 07:37:00 +01:00
Sébastien Helleu
98654f148d
doc: improve note about mouse events caught by weechat (user's guide)
2015-10-24 19:56:48 +02:00
Sébastien Helleu
2641b6e778
core: add a script tools/build-debian.sh to build stable/devel Debian packages
2015-10-24 13:00:06 +02:00
Sébastien Helleu
cfc1f39779
core: add a script version.sh to get WeeChat stable/devel version
2015-10-24 13:00:06 +02:00
Sébastien Helleu
f3e0bd5987
debian: add directory debian-devel to build debian devel packages (snapshots)
2015-10-24 13:00:06 +02:00
Sébastien Helleu
482f42498f
debian: rename directory debian to debian-stable
2015-10-24 13:00:06 +02:00
Sébastien Helleu
d5047b012d
doc: update German auto-generated files
2015-10-24 12:59:38 +02:00
Nils Görs
90a72c9418
core: update German translations
2015-10-23 14:09:54 +02:00
Sébastien Helleu
d722e3709c
Rename script build.sh to build-test.sh
2015-10-22 20:54:12 +02:00
Sébastien Helleu
109884dd66
core: update ChangeLog
2015-10-19 09:01:47 +02:00
Sébastien Helleu
85dec8c7a6
core: update ChangeLog
2015-10-19 07:44:08 +02:00
Sébastien Helleu
1e675e8b45
doc: update German auto-generated files
2015-10-19 07:43:45 +02:00
Nils Görs
998367997b
core: update German translations
2015-10-18 20:39:53 +02:00
Sébastien Helleu
995eb1f004
irc: add "cap-notify" in list of supported capabilities (/help cap)
2015-10-18 19:19:03 +02:00
Sébastien Helleu
eb95512f7c
core: update translations
2015-10-18 18:59:24 +02:00
Sébastien Helleu
8e70134614
irc: fix code style
2015-10-18 18:57:18 +02:00
Sébastien Helleu
6b6b85c724
Merge remote-tracking branch 'origin/pr/477'
2015-10-18 18:47:47 +02:00
Sébastien Helleu
9489443527
doc: update auto-generated files with hdata
2015-10-18 12:19:01 +02:00
Sébastien Helleu
f7fe751bec
Merge pull request #553 from sim642/issue-532
...
doc: add clickable anchors to hdata listing in plugin API reference
2015-10-18 12:18:35 +02:00
Simmo Saan
0fc6a708ef
doc: add clickable anchors to hdata listing in plugin API reference
2015-10-18 12:16:48 +03:00
Sébastien Helleu
80293c2447
core: rename "build-scripts" directory to "tools"
2015-10-17 14:30:10 +02:00
Sébastien Helleu
49243fc114
doc: fix name of emphasized text color in developer's guide
2015-10-07 20:42:06 +02:00
Sébastien Helleu
207626c8c1
doc: update Japanese auto-generated files
2015-10-07 08:13:43 +02:00
Sébastien Helleu
61ad7722ae
Merge pull request #546 from l/translation_ja
...
core: update Japanese translations
2015-10-07 08:13:00 +02:00
AYANOKOUZI, Ryuunosuke
2a363a656d
core: update Japanese translations
2015-10-07 09:00:00 +09:00
Sébastien Helleu
95e9de1817
doc: update German auto-generated files
2015-10-04 08:27:33 +02:00
Nils Görs
d6ae5862ff
core: update German translations
2015-10-04 07:58:04 +02:00
Ondřej Súkup
cc8f6697c3
core: update Czech translations
2015-10-03 19:30:58 +02:00
Sébastien Helleu
fab0d4e740
core: add option weechat.look.paste_auto_add_newline ( closes #543 )
2015-10-03 12:08:30 +02:00
Sébastien Helleu
964de12a54
core: update ChangeLog (issue #541 )
2015-09-30 20:57:50 +02:00
Sébastien Helleu
b76cd5a724
core: update translations
2015-09-30 20:57:29 +02:00
Sébastien Helleu
a915c5ee12
Merge remote-tracking branch 'origin/pr/541'
2015-09-30 20:51:36 +02:00
Sébastien Helleu
ab3b5d893a
core: add Czech man page and quickstart guide in ChangeLog (issue #490 )
2015-09-29 19:43:48 +02:00
Andrew Potter
b3d1d1877e
logger: Report system error string to user
2015-09-27 22:04:47 -07:00
Sébastien Helleu
152b5ec2a7
doc: add build of Czech man page and quickstart guide
2015-09-27 22:11:21 +02:00
Sébastien Helleu
15470bdb7d
doc: fix include of command line options in Czech man page
2015-09-27 08:39:32 +02:00
Sébastien Helleu
c179fd6675
doc: fix notes in Czech quickstart guide
2015-09-27 08:39:17 +02:00
Sébastien Helleu
432c239d21
doc: remove trailing whitespace in Czech command line options
2015-09-27 08:24:06 +02:00
Ondřej Súkup
6d73d85e13
doc: add Czech man page and quickstart guide
2015-09-27 08:21:25 +02:00
Sébastien Helleu
0f40ca10ab
doc: update German auto-generated files
2015-09-26 14:16:47 +02:00
Nils Görs
3d9523fe04
core: update German translations
2015-09-26 14:05:55 +02:00
Sébastien Helleu
dfb0836484
doc: sort distributions by name in user's guide
2015-09-26 10:32:34 +02:00
Sébastien Helleu
11d77ff699
doc: add openSUSE instructions and fix Fedora Core in translated docs (user's guide)
2015-09-26 09:45:51 +02:00
Ondřej Súkup
1dec70881a
doc: add openSUSE instructions and fix Fedora Core (user's guide)
2015-09-26 09:42:19 +02:00
Ondřej Súkup
a10c7e3d1d
core: update Czech translations
2015-09-26 08:46:04 +02:00
Sébastien Helleu
2a96bc67b0
relay: remove useless condition always evaluated to true
2015-09-13 07:53:54 +02:00
Sébastien Helleu
bb90514624
doc: update Japanese auto-generated files
2015-09-13 07:51:52 +02:00
Sébastien Helleu
0f4e367b22
Merge pull request #529 from l/translation_ja
...
core: update Japanese translations
2015-09-13 07:50:06 +02:00
AYANOKOUZI, Ryuunosuke
360401a723
core: update Japanese translations
2015-09-13 09:00:00 +09:00
Sébastien Helleu
664876bde6
alias: display completion in /alias list ( closes #518 )
2015-09-12 09:23:48 +02:00
Sébastien Helleu
1b05a1a06b
alias: fix indentation error
2015-09-12 09:23:17 +02:00
Sébastien Helleu
1ec25f6f9e
Merge pull request #524 from l/translation_ja
...
core: update Japanese translations
2015-09-11 07:56:06 +02:00
AYANOKOUZI, Ryuunosuke
4b1f1d7215
core: update Japanese translations
2015-09-11 09:00:00 +09:00
Sébastien Helleu
0c8eac0cd9
core: fix some French translations of "not enough memory"
2015-09-09 09:24:52 +02:00
Sébastien Helleu
8688c48e42
core: display a more explicit error when a filter fails to be added ( closes #522 )
2015-09-09 09:22:40 +02:00
Sébastien Helleu
145ec0db35
doc: update Japanese auto-generated files
2015-09-08 18:00:16 +02:00
Sébastien Helleu
29ec400a8e
irc: fix charset decoding in incoming private messages ( closes #520 )
2015-09-08 09:25:05 +02:00
Sébastien Helleu
d8938099ba
ruby: fix Ruby detection when pkg-config is not installed
...
The package "pkgconf" is not installed by default on FreeBSD 10.2, so
the detection of Ruby was failing.
2015-09-07 10:35:31 +02:00
Sébastien Helleu
1f7f84c296
doc: add translations in question about SSL problems (FAQ)
2015-09-06 11:08:30 +02:00
Mikaela Suomalainen
fff4052217
doc: fix "I have SSL problems"
...
1. Freenode supports DH size 2048 nowadays, so change the network to
example.
2. Freenode has valid SSL certificate, so also change that network to
example.
3. Mention irc.server.example.ssl_fingerprint. I used SHA512 sum of
weechat.org's certificate as it was the first one to come to mind.
2015-09-04 08:54:36 +03:00
Raphael Kubo da Costa
482eeacdeb
FindIconv: Stop hardcoding the library name.
...
Instead of splitting ${ICONV_LIBRARY}'s path and then assuming the
library is called "libiconv.so", use ${ICONV_LIBRARY}'s entire value in
the calls to check_library_exists().
If that is not done, the iconv detection fails if one sets ICONV_LIBRARY
to, for example, /usr/lib/libc.so, as the previous calls would still
pass "-liconv" to the linker instead of the chosen value.
2015-09-02 14:56:26 +02:00
Juan Francisco Cantero Hurtado
7551b8db0c
trigger: add recover to cmd_pass/msg_auth, and regain to msg_auth
2015-08-31 19:33:21 +02:00
Sébastien Helleu
4b2abd910b
Merge pull request #504 from l/translation_ja
...
core: update Japanese translations
2015-08-26 12:08:24 +02:00
AYANOKOUZI, Ryuunosuke
5c37c1c6f6
core: update Japanese translations
2015-08-26 09:00:00 +09:00
Sébastien Helleu
9366873222
irc: remove blank line at the end of file
2015-08-25 07:14:42 +02:00
Sébastien Helleu
c35c941298
script: add option script.scripts.download_timeout
2015-08-24 13:26:59 +02:00
Sébastien Helleu
00b60be4b7
doc: update German auto-generated files
2015-08-24 11:49:53 +02:00
Nils Görs
91ab214e72
core: update German translations
2015-08-24 11:25:46 +02:00
Sébastien Helleu
41cb1bf635
api: fix handle of invalid escape in function string_convert_escaped_chars()
...
And a new test is now checking that "\" returns "".
2015-08-24 11:05:31 +02:00
Sébastien Helleu
c8ac75601f
irc: fix typos in /help ban and /help quiet
2015-08-24 10:07:44 +02:00
Sébastien Helleu
350938181b
irc: add command /cap ( closes #8 )
2015-08-24 10:02:38 +02:00
Sébastien Helleu
f68896fdd3
relay: display the arrow before client id and protocol in raw buffer
...
This prevents the arrow to be truncated if the option
weechat.look.prefix_align_max is set to a non-zero value.
2015-08-23 10:08:56 +02:00
Sébastien Helleu
8319332a78
irc: display the arrow before server name in raw buffer
...
This prevents the arrow to be truncated if the option
weechat.look.prefix_align_max is set to a non-zero value.
2015-08-23 09:55:28 +02:00
Sébastien Helleu
e179a34a40
core: fix truncated messages after a word with a length of zero on screen (bug #40985 , issue #502 )
2015-08-23 09:50:36 +02:00
Sébastien Helleu
aa8b68363e
doc: update Japanese auto-generated files
2015-08-22 15:37:47 +02:00
Sébastien Helleu
22b602e607
Merge pull request #500 from l/translation_ja
...
core: update Japanese translations
2015-08-22 15:34:44 +02:00
Sébastien Helleu
46899c4a98
doc: update default search bind in Italian FAQ
2015-08-22 11:29:27 +02:00
Sébastien Helleu
91b4507145
Merge pull request #497 from sim642/faq-search-here
...
doc: update default search bind in FAQ
2015-08-22 11:28:47 +02:00
Simmo Saan
1d3a75333e
trigger: add support for one-time triggers ( closes #399 )
2015-08-22 12:22:51 +03:00
Sébastien Helleu
d05ebd18c1
irc: add hex dump of messages in raw buffer
...
The dump of messages is displyed when the debug is enabled for irc
plugin (level 2 or more), for example: /debug set irc 2
2015-08-22 09:47:01 +02:00
Sébastien Helleu
0443ef49e7
relay: use API function string_hex_dump() to display raw message
2015-08-22 09:42:09 +02:00
Sébastien Helleu
951d1f91a4
api: add function string_hex_dump()
2015-08-22 09:30:08 +02:00
Sébastien Helleu
8b47243516
irc: fix display of messages sent to server in raw buffer
...
Since the received messages are displayed without UTF-8 conversion (ie
this is really the data received), it is consistent to display the
message really sent to server (ie after charset conversion), instead of
the UTF-8 internal message.
2015-08-22 08:56:07 +02:00
Sébastien Helleu
2c4b0e32ec
irc: fix display of invalid UTF-8 chars in raw buffer
...
Invalid UTF-8 chars are now displayed as hexadecimal codes, for example:
"test\xE9" instead of "test?" (the real word being "testé").
2015-08-22 08:53:33 +02:00
Sébastien Helleu
0513800cb6
Merge pull request #495 from sim642/uptime-o
...
core: fix "/uptime -o" output for 0 days
2015-08-22 07:23:20 +02:00
AYANOKOUZI, Ryuunosuke
a79d7b1c7e
core: update Japanese translations
2015-08-22 09:00:00 +09:00
Sébastien Helleu
99580f88bb
doc: remove trailing whitespace in Polish FAQ
2015-08-21 07:35:44 +02:00
Simmo Saan
c663717711
doc: update default search bind in FAQ
2015-08-20 21:58:24 +03:00
Sébastien Helleu
d0b11eceab
doc: remove blank lines at end of auto-generated files
2015-08-20 07:36:22 +02:00
Sébastien Helleu
5c5bd1a8b8
core: remove carriage returns in weechat.xpm
2015-08-19 07:47:00 +02:00
Simmo Saan
ed337d9291
core: document extra option in eval_expression
2015-08-18 15:19:37 +03:00
Simmo Saan
7d6fab0644
core: fix /uptime output for 0 days
2015-08-18 13:51:57 +03:00
Simmo Saan
598fbf337e
core: add extra_vars evaluation option to eval_expression
2015-08-18 13:51:37 +03:00
Simmo Saan
c813f3a296
irc: add multiple targets and -server option to /ctcp ( closes #204 )
2015-08-18 10:45:38 +03:00
Sébastien Helleu
46a9d17ac3
api: add argument "length" in function utf8_is_valid()
2015-08-18 07:36:48 +02:00
Sébastien Helleu
fd1886e883
core: rename "scripts" directory to "build-scripts"
2015-08-16 11:29:31 +02:00
Sébastien Helleu
a929633759
Version 1.4-dev
2015-08-16 09:30:37 +02:00
Max Teufel
00d2c9ef28
irc: add support for CAP cap-notify
2015-08-08 09:51:12 +02:00
Max Teufel
522b04155a
irc: use NULL instead of "*" for unidentified nicks
2015-03-07 16:09:40 +01:00
Max Teufel
c591404b40
irc: protocol: fix minor typo in an example
2015-03-07 15:46:02 +01:00
Max Teufel
e00d7f2bfd
irc: track realnames using extended-join and WHO
2015-03-07 15:46:02 +01:00