Sebastien Helleu
|
186053f90c
|
script: remove spaces before/after tags displayed on detail of script
|
2012-08-28 16:37:29 +02:00 |
|
Sebastien Helleu
|
df7b14e41c
|
script: add option "script.look.display_source" (display source code with detail of script, enabled by default)
|
2012-08-28 16:11:51 +02:00 |
|
Sebastien Helleu
|
df80aa5fc9
|
api: allow update for some variables of hdata, add new functions hdata_update and hdata_set
|
2012-08-27 09:47:46 +02:00 |
|
Sebastien Helleu
|
4a3756e753
|
irc: add network prefix in irc (dis)connection messages
|
2012-08-23 22:12:50 +02:00 |
|
Sebastien Helleu
|
ed9537ff76
|
script: fix color used for script description on script buffer
|
2012-08-23 19:06:18 +02:00 |
|
Sebastien Helleu
|
2c0b860d62
|
irc: keep trailing spaces in IRC messages only for some commands (if message ends with text from user)
|
2012-08-23 08:03:04 +02:00 |
|
Sebastien Helleu
|
7f3d7e5f29
|
irc: generate alternate nicks dynamically when all nicks are already in use (task #12209)
|
2012-08-22 19:28:19 +02:00 |
|
Sebastien Helleu
|
9310737d5d
|
irc: fix split of received IRC message: keep spaces at the end of message
|
2012-08-22 15:50:26 +02:00 |
|
Sebastien Helleu
|
b1da1cba4c
|
script: add missing extensions in output of /script -o|-i
|
2012-08-21 21:59:58 +02:00 |
|
Sebastien Helleu
|
09f80c20d6
|
script: add options -o and -i for /script list
|
2012-08-21 21:42:34 +02:00 |
|
Sebastien Helleu
|
129f32ce8e
|
script: add option script.look.quiet_actions (no messages when installing/removing/loading/unloading scripts on script buffer)
|
2012-08-21 18:57:49 +02:00 |
|
Sebastien Helleu
|
a4e15e8ef4
|
irc: move options weechat.look.nickmode{_empty} to irc.look.nick_mode{_empty}, add nick mode for action messages (patch from Nils Görs)
The option irc.look.nick_mode has a new type: integer with values:
none/prefix/action/both (default is "prefix", which is old behaviour).
|
2012-08-20 18:25:23 +02:00 |
|
Sebastien Helleu
|
2944adc954
|
script: add focus info for mouse on script buffer, add two default mouse bindings: left button = select line, right button = install/remove script
|
2012-08-20 13:36:29 +02:00 |
|
Sebastien Helleu
|
fbbfcf95dd
|
script: add key alt+L to reload script, allow input on script buffer for actions on script, add option script.look.use_keys
|
2012-08-18 11:53:01 +02:00 |
|
Sebastien Helleu
|
13b1d64aa1
|
script: add option "search" for command /script (completion with script tags)
|
2012-08-18 09:01:26 +02:00 |
|
Sebastien Helleu
|
d5c4f05497
|
relay: add cast from time_t to long (fix warning under FreeBSD)
|
2012-08-17 11:05:38 +02:00 |
|
Sebastien Helleu
|
2485831d4a
|
script: add option "reload" for command /script, fix completion of /script, add examples in /help script
|
2012-08-17 09:55:02 +02:00 |
|
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
|
6a6f45e043
|
script: add status "a" (autoloaded) for scripts
|
2012-08-15 09:25:42 +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
|
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
|
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
|
46bc181933
|
scripts: add signals for scripts loaded/unloaded/installed/removed
|
2012-08-08 11:38:27 +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
|
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 |
|
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
|
f426446521
|
core: add hdata "hotlist"
|
2012-07-21 17:32:41 +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
|
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 |
|
Sebastien Helleu
|
380ce5d45d
|
relay: fix outqueue pointers in client after upgrade
|
2012-07-16 21:59:39 +02:00 |
|