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
|
1fe7d25c8d
|
core: fix quote used in /help option for values (type integer with strings)
|
2012-08-20 15:28:50 +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
|
08228492e6
|
core: fix typo in french translations
|
2012-08-20 09:45:06 +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
|
5ae6f133d6
|
doc: fix typo in keys for mouse context
|
2012-08-17 19:52:56 +02:00 |
|
Nils Görs
|
5a24709f35
|
core: fix display of "bar more down" char when text is truncated by size_max in bars with vertical filling (bug #37054)
|
2012-08-17 19:26:44 +02:00 |
|
Sebastien Helleu
|
e59c18109d
|
core: fix color of long lines (displayed on more than one line on screen) under FreeBSD (bug #36999)
|
2012-08-17 11:06:41 +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
|
43894db0bc
|
core: add mouse bindings ctrl+wheel up/down to scroll horizontally buffers with free content
|
2012-08-17 09:53:49 +02:00 |
|
Sebastien Helleu
|
399a5af6f3
|
core: add plugin "script" in debian packaging
|
2012-08-17 09:11:44 +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
|
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 |
|
Ryuunosuke Ayanokouzi
|
f39bd3128c
|
doc: update japanese translations and docs
|
2012-08-14 18:33:12 +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 |
|
Ryuunosuke Ayanokouzi
|
1f054b1d84
|
doc: update japanese user's guide and FAQ
|
2012-08-13 18:55:34 +02:00 |
|
Sebastien Helleu
|
d74ee61699
|
doc: compile japanese user's guide with autotools
|
2012-08-11 17:53:57 +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
|
068d0df56b
|
doc: add japanese user's guide (patch #7827)
|
2012-08-07 09:47:17 +02:00 |
|
Sebastien Helleu
|
fad2779c17
|
doc: fix name of lists in hdata with scripts (plugin API reference)
|
2012-08-07 09:36:44 +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
|
3c3d0754b1
|
doc: fix gnutls dependency in user guide
|
2012-08-04 12:43:22 +02:00 |
|
Sebastien Helleu
|
a55b03f603
|
doc: update dependencies in user guide (add zlib, gnutls is used in irc and relay plugins)
|
2012-08-04 12:39:39 +02:00 |
|
Sebastien Helleu
|
5ea7ea6555
|
core: rename type t_script_callback to t_plugin_script_cb
|
2012-08-03 18:20:23 +02:00 |
|
Nils Görs
|
6526a0802d
|
doc: update german translations, FAQ and user guide
|
2012-08-03 16:16:12 +02:00 |
|
Sebastien Helleu
|
c57c48ce76
|
doc: fix typo in FAQ
|
2012-08-03 12:14:36 +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
|
746ca9623d
|
doc: fix typo in FAQ
|
2012-08-03 12:11:40 +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 |
|
stfn
|
04520c81d6
|
doc: fix C example of weechat_charset_set and weechat_iconv_to_internal (plugin API reference)
|
2012-08-02 22:41:38 +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 |
|