Sebastien Helleu
528dc258ca
Replace buffer local variable "no_highlight_nicks" by "hotlist_max_level_nicks"
2010-11-29 10:17:09 +01:00
Sebastien Helleu
e92079cfe9
Add new option weechat.look.highlight_regex and function string_has_highlight_regex in plugin API (task #10321 )
2010-11-25 21:28:14 +01:00
Sebastien Helleu
4d1c9a8315
Fix data sent to callback of hook_process, improve hook_process by using buffer
...
Fix: some data was sometimes missing (not sent to callback).
Improvement: use a 64KB buffer for child output and send data to callback only
when buffer is full.
2010-11-14 16:22:31 +01:00
Sebastien Helleu
11b3dd2874
Use type "unsigned long long" for API function string_format_size
2010-11-10 16:34:56 +01:00
Sebastien Helleu
8c129779ac
Add function "hook_completion_get_string" in plugin API
2010-11-09 15:45:14 +01:00
Sebastien Helleu
dc6e7a1c0f
Add doc for some signals and hsignals in plugin API reference
...
Doc for signals:
- logger_backlog
- xxx_script_install
- xxx_script_remove
- irc_input_send
Doc for hsignals:
- irc_redirect_command
- irc_redirect_pattern
2010-11-08 11:04:55 +01:00
Sebastien Helleu
a3d84a8e9e
Update german and italian translations
2010-11-01 22:27:30 +01:00
Sebastien Helleu
b3365a7a71
Fix return code values in plugin API reference for some config callbacks
2010-11-01 10:49:38 +01:00
Sebastien Helleu
32db2eac25
Add new functions in plugin API to get/set nicks/groups properties in nicklist
...
8 new functions added:
- nicklist_group_get_integer
- nicklist_group_get_string
- nicklist_group_get_pointer
- nicklist_group_set
- nicklist_nick_get_integer
- nicklist_nick_get_string
- nicklist_nick_get_pointer
- nicklist_nick_set
2010-10-29 18:40:25 +02:00
Sebastien Helleu
0cf04dca7c
Add new functions in plugin API: hook_hsignal and hook_hsignal_send
2010-10-23 08:58:18 +02:00
Sebastien Helleu
ebf94445b9
Use const void * for keys and values in some hashtable functions
2010-10-17 10:39:51 +02:00
Sebastien Helleu
9186a5b7e3
Add properties "values" and "keys_values" for hashtable_get_string (return string with list of values or keys/values)
2010-10-15 23:48:45 +02:00
Sebastien Helleu
fe2a361364
Add property "no_highlight_nicks" in buffers to disable highlight for some nicks in buffer
...
This can be used with script buffer_autoset.py (see /help autosetbuffer).
2010-10-11 16:29:15 +02:00
Sebastien Helleu
f32e18c717
Add function "hashtable_has_key" in WeeChat and plugin API
2010-10-11 13:56:57 +02:00
Sebastien Helleu
b9d6c5c5a0
Add property "keys" for hashtable_get_string (return string with list of keys)
2010-10-10 19:44:29 +02:00
Sebastien Helleu
e102a7e2f9
Update italian translations and docs
2010-09-22 21:44:07 +02:00
Sebastien Helleu
8b26f3c953
Add optional plugin name for command /debug dump and signal "debug_dump"
2010-09-17 16:12:41 +02:00
Sebastien Helleu
d2d60d4711
Beta version of IRC proxy feature in Relay plugin
...
Major changes in Relay plugin:
- IRC proxy feature (beta),
- raw buffer.
Changes in IRC plugin:
- add tags for messages sent to servers,
- add signal "irc_input_send" to simulate text/command on an IRC buffer,
- add prefix in infolist "irc_nick".
2010-09-17 14:47:36 +02:00
Sebastien Helleu
712623547f
Add new functions in plugin API (hashtable_get_string, hook_info_hashtable, info_get_hashtable), add IRC info_hashtable "irc_parse_message"
...
Note: tcl >= 8.5 is now required (for tcl plugin).
2010-08-27 15:59:06 +02:00
Sebastien Helleu
65a8317153
Add hook priority in plugin API reference
2010-08-12 12:54:25 +02:00
Sebastien Helleu
a7468c0d65
Update italian plugin API reference
2010-07-25 13:12:58 +02:00
Sebastien Helleu
b153d82b78
Remove unneeded spaces and tabs
2010-07-19 15:36:51 +02:00
Sebastien Helleu
65439e9346
Update plugin API reference: add "New in version x.y.z" for some functions, add missing functions
2010-07-17 17:47:52 +02:00
Sebastien Helleu
2c870934ba
Update italian translations and plugin API reference
2010-07-17 10:29:05 +02:00
Sebastien Helleu
86e503b640
Add function hashtable_add_to_infolist in plugin API reference
2010-07-05 18:13:35 +02:00
Sebastien Helleu
cb18bdb10b
Add hashtable in core and plugin API
2010-06-28 10:40:30 +02:00
Sebastien Helleu
6562d676fe
Update licenses and copyrights, add missing author names in sources
2010-06-22 19:46:28 +02:00
Sebastien Helleu
69ca70cbc7
Update italian files
2010-05-24 09:58:31 +02:00
Sebastien Helleu
4616ca981e
Add function "string_expand_home" in plugin API, fix bug with replacement of home in paths
2010-05-02 18:21:58 +02:00
Sebastien Helleu
fed65826b5
Update italian docs and translations
2010-04-15 11:24:51 +02:00
Sebastien Helleu
9394a78e39
Fix typo in description of modifier "history_add"
2010-04-08 17:16:38 +02:00
Sebastien Helleu
a6f37da576
Add buffer pointer as string in modifier_data for modifier "history_add"
2010-04-08 16:49:19 +02:00
Sebastien Helleu
d52f051ec1
Add modifier "history_add" (text added to buffer or global history)
2010-04-08 15:27:47 +02:00
Sebastien Helleu
3fc11807f9
Update italian doc and translations
2010-04-08 10:24:05 +02:00
Sebastien Helleu
96f49f39e0
Add or remove highlight words in a buffer with "highlight_words_add" and "highlight_words_del" (for buffer_set)
2010-04-03 19:11:02 +02:00
Sebastien Helleu
b9e65ec63d
Fix bug with writing of configuration files when disk is full (bug #29331 )
2010-03-26 19:01:25 +01:00
Sebastien Helleu
24135801b4
Backport changes in english plugin API reference into italian version
2010-03-26 10:40:37 +01:00
Sebastien Helleu
483b63f360
Add signals "nicklist_{group|nick}_{added|removed}", remove signal "nicklist_changed"
...
Data for new signals is a string with format: "buffer,name", where:
- buffer is a pointer, for example 0x123456
- name is group or nick name added/removed from nicklist on this buffer.
2010-03-25 17:02:37 +01:00
Sebastien Helleu
f1a946054e
Add italian translation of Plugin API Reference
2010-03-23 18:05:07 +01:00