Sebastien Helleu
|
e211cdad54
|
script: add option script.look.translate_description
|
2012-08-16 12:32:41 +02:00 |
|
Sebastien Helleu
|
4a96c0ad8b
|
api: add info "locale" for info_get (locale used to translate messages)
|
2012-08-16 12:05:47 +02:00 |
|
Sebastien Helleu
|
2ae292e684
|
core: fix alignment of command arguments for scripts (in /help command)
|
2012-08-15 20:20:40 +02:00 |
|
Sebastien Helleu
|
6a6f45e043
|
script: add status "a" (autoloaded) for scripts
|
2012-08-15 09:25:42 +02:00 |
|
Sebastien Helleu
|
0f7720d5cb
|
core: add missing compiler define -D_LARGEFILE64_SOURCE in cmake and -D_LARGE_FILES in autotools (fix build of script plugin on Debian Lenny)
|
2012-08-15 08:05:59 +02:00 |
|
Sebastien Helleu
|
83d237c47a
|
logger: replace define of _GNU_SOURCE by _XOPEN_SOURCE
|
2012-08-15 00:21:14 +02:00 |
|
Sebastien Helleu
|
3b8cc67f2a
|
script: fix compilation with -O2 (replace define of _GNU_SOURCE by _XOPEN_SOURCE)
|
2012-08-15 00:21:01 +02:00 |
|
Sebastien Helleu
|
4c6ee497aa
|
script: fix missing format in calls to snprintf
|
2012-08-14 19:19:02 +02:00 |
|
Sebastien Helleu
|
4fb991d07c
|
core: fix use of uninitialized variable in hdata_get_var_array_size
|
2012-08-14 19:16:27 +02:00 |
|
Sebastien Helleu
|
a99d136018
|
core: add new plugin "script" (scripts manager, replacing scripts weeget.py and script.pl)
|
2012-08-14 18:29:32 +02:00 |
|
Sebastien Helleu
|
3a245686ca
|
core: free some variables used for weechat.conf when quitting WeeChat
|
2012-08-14 11:53:53 +02:00 |
|
Sebastien Helleu
|
5164bab407
|
core: add hidden command line options --no-gnutls and --no-gcrypt (no init/deinit of gnutls/crypt, useful for valgrind/electric-fence)
|
2012-08-14 11:05:35 +02:00 |
|
Sebastien Helleu
|
03a5e8a729
|
core: free data before removing config file/section/option from lists (remove warning in valgrind about blocks still reachable)
|
2012-08-14 10:10:46 +02:00 |
|
Sebastien Helleu
|
bfabcd68c8
|
core: fix use of unitialized value (line->data->display) when adding a line in buffer
|
2012-08-14 10:08:16 +02:00 |
|
Sebastien Helleu
|
3c615a956b
|
irc: set non-blocking socket before connecting to server (fix freeze with SSL after connection error)
|
2012-08-08 14:22:01 +02:00 |
|
Sebastien Helleu
|
777fa366d7
|
core: fix connection to host in child process when socket is non-blocking (with or without proxy)
|
2012-08-08 14:20:48 +02:00 |
|
Sebastien Helleu
|
46bc181933
|
scripts: add signals for scripts loaded/unloaded/installed/removed
|
2012-08-08 11:38:27 +02:00 |
|
Sebastien Helleu
|
c13b2ca57d
|
core: return error string to callback of hook_connect if getaddrinfo fails in child process
|
2012-08-06 16:39:58 +02:00 |
|
Sebastien Helleu
|
9258a63a6b
|
core: fix crash if key of hashtable_get(_item) is NULL (just return NULL)
|
2012-08-05 10:29:39 +02:00 |
|
Sebastien Helleu
|
8bda6a3559
|
scripts: fix name of lists in hdata with scripts (remove leading "*")
|
2012-08-05 09:57:05 +02:00 |
|
Sebastien Helleu
|
00b879962a
|
api: add new function util_version_number
|
2012-08-04 13:58:25 +02:00 |
|
Sebastien Helleu
|
5ea7ea6555
|
core: rename type t_script_callback to t_plugin_script_cb
|
2012-08-03 18:20:23 +02:00 |
|
Sebastien Helleu
|
b501fd1b24
|
scripts: add hdata with list of scripts for each language
|
2012-08-03 12:13:21 +02:00 |
|
Sebastien Helleu
|
b7eef5105c
|
fifo: ignore read failing with error EAGAIN (bug #37019) (patch from Matt Robinson)
|
2012-08-02 22:59:30 +02:00 |
|
Sebastien Helleu
|
57eb513547
|
core: remove directory "src/plugins/scripts", move script plugins in "src/plugins"
|
2012-08-02 22:28:43 +02:00 |
|
Sebastien Helleu
|
e41595833a
|
core: update description of plugins and translate them in output of /plugin
|
2012-08-02 09:21:47 +02:00 |
|
Sebastien Helleu
|
83dc57f56e
|
relay: add missing gnutls lib for link
|
2012-08-01 17:35:44 +02:00 |
|
Sebastien Helleu
|
d685d5fb42
|
core: add option weechat.startup.sys_rlimit to set system resource limits for WeeChat process
|
2012-08-01 17:31:48 +02:00 |
|
Sebastien Helleu
|
048b05cb29
|
irc: fix bug with prefix chars which are in chanmodes with a type different from "B" (bug #36996)
|
2012-07-30 14:33:36 +02:00 |
|
Sebastien Helleu
|
3f973f8cbc
|
relay: set Diffie-Hellman parameters on first SSL connection from a client (makes relay plugin load faster), reuse function gnutls_sec_param_to_pk_bits
|
2012-07-30 09:28:27 +02:00 |
|
Nils Görs
|
ee74131f69
|
core: add option "swap" for command /buffer (task #11373)
|
2012-07-29 20:08:52 +02:00 |
|
Sebastien Helleu
|
418b0519eb
|
core: fix refresh of bar items when switching window
|
2012-07-29 09:11:06 +02:00 |
|
Sebastien Helleu
|
0931308c23
|
scripts: fix function unhook_all, fix deletion of configuration files when script is unloaded (bug #36977)
|
2012-07-29 08:54:52 +02:00 |
|
Sebastien Helleu
|
cdba3da0b7
|
relay: fix compilation with old gnutls (< 2.12.0): remove call to gnutls_sec_param_to_pk_bits
|
2012-07-27 23:06:09 +02:00 |
|
Sebastien Helleu
|
bf509d6192
|
logger: add messages "Day changed to" in backlog
|
2012-07-27 22:11:10 +02:00 |
|
Sebastien Helleu
|
6ebf3fba45
|
irc: add help on values for option irc.look.nick_completion_smart
|
2012-07-27 20:39:39 +02:00 |
|
Sebastien Helleu
|
ddf7be769a
|
relay: remove compiler warnings when gnutls is not enabled/found
|
2012-07-27 18:19:33 +02:00 |
|
Sebastien Helleu
|
782e01f177
|
relay: add support of SSL (for irc and weechat protocols), new option relay.network.ssl_cert_key (task #12044)
|
2012-07-27 17:54:08 +02:00 |
|
Sebastien Helleu
|
32b8f34567
|
irc: replace calls to config_search_with_string with weechat_config_get
|
2012-07-23 19:10:27 +02:00 |
|
Sebastien Helleu
|
51c1168ff3
|
relay: add "tags_array" in data sent for message id "_buffer_line_added" (WeeChat protocol)
|
2012-07-23 12:02:43 +02:00 |
|
Sebastien Helleu
|
e200dd0b43
|
core: add missing include of stddef.h in gui-hotlist.c
|
2012-07-21 19:05:54 +02:00 |
|
Sebastien Helleu
|
f426446521
|
core: add hdata "hotlist"
|
2012-07-21 17:32:41 +02:00 |
|
Sebastien Helleu
|
7a3e8cf198
|
core: fix crash when reading array value of hdata variable with type integer/long/time
|
2012-07-21 17:22:45 +02:00 |
|
Peter Boström
|
19d03e691b
|
core: scroll to bottom of window after reaching first or last highlight with keys alt+"p" / alt+"n"
|
2012-07-21 10:04:34 +02:00 |
|
Sebastien Helleu
|
bd7332455d
|
relay: add object type "arr" (array) in WeeChat protocol
|
2012-07-20 18:18:37 +02:00 |
|
Sebastien Helleu
|
eab0110732
|
core: add support of arrays in hdata variables
|
2012-07-20 18:12:07 +02:00 |
|
Sebastien Helleu
|
658013a1e4
|
core: fix compilation of gui-curses-window.c under Solaris
|
2012-07-18 09:30:22 +02:00 |
|
Sebastien Helleu
|
44acc36e7d
|
core: fix typo in comment
|
2012-07-17 22:36:11 +02:00 |
|
Sebastien Helleu
|
cb0bfad148
|
relay: remove unneeded headers included in relay-upgrade.c
|
2012-07-17 18:12:09 +02:00 |
|
Sebastien Helleu
|
99c1065bcf
|
relay: move creation of client from relay-upgrade.c to relay-client.c
|
2012-07-17 09:56:03 +02:00 |
|