Sébastien Helleu
|
5decae145f
|
relay: fix socket creation for relay server on OpenBSD (closes #1213)
The socket option IPV6_V6ONLY is not needed on OpenBSD and must not be set (it
is read-only).
|
2018-07-01 15:39:34 +02:00 |
|
Sébastien Helleu
|
a5962cf7f5
|
irc: display message 354 (WHOX) received with missing parameters (closes #1212)
|
2018-06-23 22:17:18 +02:00 |
|
Sébastien Helleu
|
3319832787
|
core: update ChangeLog (issue #1208)
|
2018-06-17 08:17:53 +02:00 |
|
Sébastien Helleu
|
261cbdae0d
|
core: change default value of option weechat.look.hotlist_add_conditions (closes #1206)
Now if there are at least one relay client connected via weechat protocol,
the buffer is always added to the hotlist.
|
2018-06-14 22:22:06 +02:00 |
|
Sébastien Helleu
|
744ded04bd
|
relay: add filtering on protocol in info "relay_client_count" (issue #1206)
|
2018-06-14 21:57:27 +02:00 |
|
Sébastien Helleu
|
19f37cee6a
|
core: update ChangeLog
|
2018-06-13 22:22:06 +02:00 |
|
Sébastien Helleu
|
dc12f6bef0
|
fset: fix crash when applying filters after closing the fset buffer (closes #1204)
|
2018-06-11 23:03:02 +02:00 |
|
Sébastien Helleu
|
1abf4040f1
|
core: add reverse of string in evaluation of expressions with "rev:" (closes #1200)
|
2018-06-02 16:01:14 +02:00 |
|
Sébastien Helleu
|
ba19fa9963
|
core: count number of chars instead of bytes for suffix in function string_cut
|
2018-06-02 15:18:29 +02:00 |
|
Sébastien Helleu
|
1587674e9b
|
trigger: hide password in command "/msg nickserv set password"
|
2018-05-31 21:14:57 +02:00 |
|
Sébastien Helleu
|
4592c9438f
|
core: send buffer pointer (when possible) in signal "hotlist_changed" (closes #1133)
When a buffer is added or updated in the hotlist, the buffer pointer is sent.
When the hotlist is cleared or resorted, the buffer pointer is NULL.
|
2018-05-31 20:25:10 +02:00 |
|
Sébastien Helleu
|
2026545aaa
|
core: fix delete of previous/next word (keys Ctrl+w and Alt+d) (closes #1195)
|
2018-05-22 22:26:00 +02:00 |
|
Sébastien Helleu
|
aee5ee6f42
|
core: add issue #219 in ChangeLog
|
2018-05-21 14:49:45 +02:00 |
|
Sébastien Helleu
|
2a229a1b6b
|
core: update ChangeLog
|
2018-05-21 14:44:21 +02:00 |
|
Sébastien Helleu
|
275a765de6
|
core: update ChangeLog
|
2018-05-21 08:52:34 +02:00 |
|
Sébastien Helleu
|
6b1f3de4b2
|
core: update ChangeLog
|
2018-05-20 22:30:13 +02:00 |
|
Sébastien Helleu
|
393203b13c
|
core: update ChangeLog
|
2018-05-20 21:36:46 +02:00 |
|
Sébastien Helleu
|
60254ff48d
|
irc: display current nick on connected servers in output of /server list|listfull (closes #1193)
|
2018-05-19 09:07:08 +02:00 |
|
Sébastien Helleu
|
26d972dd57
|
script: fix memory leak in case of invalid XML content in list of scripts
|
2018-05-18 23:01:57 +02:00 |
|
Sébastien Helleu
|
76f3be5260
|
core: fix infinite loop in evaluation of strings (closes #1183)
|
2018-04-17 20:27:48 +02:00 |
|
Sébastien Helleu
|
1a5527cf2e
|
core: do not set terminal title by default (option weechat.look.window_title) (closes #1182)
|
2018-04-16 21:25:40 +02:00 |
|
Sébastien Helleu
|
9265acf879
|
scripts: fix memory leak in hook_info callback
|
2018-04-13 19:55:20 +02:00 |
|
Sébastien Helleu
|
cc06b95ba7
|
tests: add tests on infolists
|
2018-04-12 19:47:42 +02:00 |
|
Sébastien Helleu
|
41d63511b4
|
scripts: fix return value of hook_infolist callback (pointer instead of string)
|
2018-04-12 00:12:20 +02:00 |
|
Sébastien Helleu
|
3467d6eb43
|
scripts: return long integer instead of string in function infolist_time
|
2018-04-10 21:26:15 +02:00 |
|
Sébastien Helleu
|
9a969c41db
|
core: update ChangeLog
|
2018-04-10 19:58:03 +02:00 |
|
Sébastien Helleu
|
c3d1c9734b
|
php: fix memory leak in 72 functions returning allocated strings
Fixed functions:
- iconv_to_internal
- iconv_from_internal
- string_mask_to_regex
- string_format_size
- string_remove_color
- string_eval_expression
- string_eval_path_home
- list_new
- list_add
- list_search
- list_casesearch
- list_get
- list_next
- list_prev
- config_new
- config_new_section
- config_search_section
- config_new_option
- config_search_option
- config_get
- hook_command
- hook_completion
- hook_command_run
- hook_timer
- hook_fd
- hook_process
- hook_process_hashtable
- hook_connect
- hook_print
- hook_signal
- hook_hsignal
- hook_config
- hook_modifier
- hook_modifier_exec
- hook_info
- hook_info_hashtable
- hook_infolist
- hook_focus
- buffer_new
- buffer_search
- buffer_search_main
- current_buffer
- buffer_get_pointer
- buffer_string_replace_local_var
- current_window
- window_search_with_buffer
- window_get_pointer
- nicklist_add_group
- nicklist_search_group
- nicklist_add_nick
- nicklist_search_nick
- nicklist_group_get_pointer
- nicklist_nick_get_pointer
- bar_item_search
- bar_item_new
- bar_search
- bar_new
- infolist_new
- infolist_new_item
- infolist_new_var_integer
- infolist_new_var_string
- infolist_new_var_pointer
- infolist_new_var_time
- infolist_search_var
- infolist_get
- infolist_pointer
- hdata_get
- hdata_get_list
- hdata_move
- hdata_search
- hdata_pointer
- upgrade_new
|
2018-04-07 21:52:49 +02:00 |
|
Sébastien Helleu
|
6de98179bc
|
api: add function string_format_size in scripting API
|
2018-04-07 13:20:58 +02:00 |
|
Sébastien Helleu
|
7989e52381
|
core: merge improvements into new features in ChangeLog
|
2018-04-04 20:30:03 +02:00 |
|
Sébastien Helleu
|
70a930516d
|
irc: always set nick away status on WHO response (sent manually or automatically with server option "away_check")
|
2018-04-02 10:36:36 +02:00 |
|
Sébastien Helleu
|
8fd2a909b4
|
core: update ChangeLog
|
2018-04-02 10:00:03 +02:00 |
|
Sébastien Helleu
|
5314aa394a
|
irc: add option "-server" in command /list (closes #1165)
|
2018-04-01 08:38:15 +02:00 |
|
Sébastien Helleu
|
27b89a0e96
|
core: update ChangeLog (issue #1171)
|
2018-03-31 13:58:13 +02:00 |
|
Sébastien Helleu
|
3d5ea005e0
|
irc: fix split of messages when server option "split_msg_max_length" is set to 0 (no split) (closes #1173)
|
2018-03-31 10:06:22 +02:00 |
|
Sébastien Helleu
|
1be7502e15
|
core: add missing issue #1108 in ChangeLog
|
2018-03-25 21:42:03 +02:00 |
|
Sébastien Helleu
|
c90572babe
|
irc: send whole IRC message including IRCv3 tags in the signals irc_in, irc_in2, irc_raw_in and irc_raw_in2 (issue #787)
|
2018-03-25 20:05:12 +02:00 |
|
Sébastien Helleu
|
9dd8cc0d6a
|
irc: fix memory leak when receiving a message with tags
|
2018-03-25 17:27:15 +02:00 |
|
Sébastien Helleu
|
a38533cb41
|
core: update ChangeLog
|
2018-03-25 10:23:34 +02:00 |
|
Sébastien Helleu
|
c9dd8140a4
|
core: update ChangeLog (closes #1159)
|
2018-03-19 21:51:32 +01:00 |
|
Sébastien Helleu
|
5f2ed55c97
|
debian: add package weechat-headless with the headless binary and its man page
|
2018-03-19 19:43:07 +01:00 |
|
Sébastien Helleu
|
fc584316da
|
core: split man pages weechat and weechat-headless
|
2018-03-19 19:38:44 +01:00 |
|
Sébastien Helleu
|
8e7f5ea6e8
|
core: fix build with CMake and Ninja
|
2018-03-18 11:49:15 +01:00 |
|
Sébastien Helleu
|
47e3825591
|
Version 2.1
|
2018-03-18 07:41:40 +01:00 |
|
Sébastien Helleu
|
1be74b9683
|
core: update ChangeLog
|
2018-03-11 18:36:49 +01:00 |
|
Sébastien Helleu
|
805717e9ec
|
core: add binary weechat-headless to run WeeChat without interface (closes #1120)
The optional command line option "--daemon" runs WeeChat like a daemon
(fork, new process group, file descriptors closed).
|
2018-03-11 09:59:39 +01:00 |
|
Sébastien Helleu
|
20f9ca7d4a
|
scripts: display the script name in stdout/stderr output from scripts
|
2018-02-19 21:27:08 +01:00 |
|
Sébastien Helleu
|
710db5dbcd
|
logger: add option logger.file.fsync (closes #1145)
|
2018-02-10 08:23:47 +01:00 |
|
Sébastien Helleu
|
2b275040e7
|
script: change default value of option script.look.sort from "p,n" to "i,p,n"
|
2018-02-08 20:46:07 +01:00 |
|
Sébastien Helleu
|
f889306c5e
|
irc: allow ${irc_server.xxx} and ${server} in server evaluated options (closes #1144)
The server option "ssl_fingerprint" is now evaluated when it is used (during
SSL connection), instead of when it is set with command /set.
|
2018-02-05 21:41:03 +01:00 |
|
Sébastien Helleu
|
03456722ef
|
core: fix typo: scripts manager -> script manager
|
2018-01-29 21:04:27 +01:00 |
|