Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-25 | Add new option weechat.look.highlight_regex and function ↵ | Sebastien Helleu | |
string_has_highlight_regex in plugin API (task #10321) | |||
2010-11-14 | Fix data sent to callback of hook_process, improve hook_process by using buffer | Sebastien Helleu | |
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-10 | Use type "unsigned long long" for API function string_format_size | Sebastien Helleu | |
2010-11-09 | Add function "hook_completion_get_string" in plugin API | Sebastien Helleu | |
2010-11-08 | Add doc for some signals and hsignals in plugin API reference | Sebastien Helleu | |
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-01 | Update german and italian translations | Sebastien Helleu | |
2010-11-01 | Fix return code values in plugin API reference for some config callbacks | Sebastien Helleu | |
2010-10-29 | Add new functions in plugin API to get/set nicks/groups properties in nicklist | Sebastien Helleu | |
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-23 | Add new functions in plugin API: hook_hsignal and hook_hsignal_send | Sebastien Helleu | |
2010-10-17 | Use const void * for keys and values in some hashtable functions | Sebastien Helleu | |
2010-10-15 | Add properties "values" and "keys_values" for hashtable_get_string (return ↵ | Sebastien Helleu | |
string with list of values or keys/values) | |||
2010-10-11 | Add property "no_highlight_nicks" in buffers to disable highlight for some ↵ | Sebastien Helleu | |
nicks in buffer This can be used with script buffer_autoset.py (see /help autosetbuffer). | |||
2010-10-11 | Add function "hashtable_has_key" in WeeChat and plugin API | Sebastien Helleu | |
2010-10-10 | Add property "keys" for hashtable_get_string (return string with list of keys) | Sebastien Helleu | |
2010-09-22 | Update italian translations and docs | Sebastien Helleu | |
2010-09-17 | Add optional plugin name for command /debug dump and signal "debug_dump" | Sebastien Helleu | |
2010-09-17 | Beta version of IRC proxy feature in Relay plugin | Sebastien Helleu | |
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-08-27 | Add new functions in plugin API (hashtable_get_string, hook_info_hashtable, ↵ | Sebastien Helleu | |
info_get_hashtable), add IRC info_hashtable "irc_parse_message" Note: tcl >= 8.5 is now required (for tcl plugin). | |||
2010-08-12 | Add hook priority in plugin API reference | Sebastien Helleu | |
2010-07-25 | Update italian plugin API reference | Sebastien Helleu | |
2010-07-19 | Remove unneeded spaces and tabs | Sebastien Helleu | |
2010-07-17 | Update plugin API reference: add "New in version x.y.z" for some functions, ↵ | Sebastien Helleu | |
add missing functions | |||
2010-07-17 | Update italian translations and plugin API reference | Sebastien Helleu | |
2010-07-05 | Add function hashtable_add_to_infolist in plugin API reference | Sebastien Helleu | |
2010-06-28 | Add hashtable in core and plugin API | Sebastien Helleu | |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu | |
2010-05-24 | Update italian files | Sebastien Helleu | |
2010-05-02 | Add function "string_expand_home" in plugin API, fix bug with replacement of ↵ | Sebastien Helleu | |
home in paths | |||
2010-04-15 | Update italian docs and translations | Sebastien Helleu | |
2010-04-08 | Fix typo in description of modifier "history_add" | Sebastien Helleu | |
2010-04-08 | Add buffer pointer as string in modifier_data for modifier "history_add" | Sebastien Helleu | |
2010-04-08 | Add modifier "history_add" (text added to buffer or global history) | Sebastien Helleu | |
2010-04-08 | Update italian doc and translations | Sebastien Helleu | |
2010-04-03 | Add or remove highlight words in a buffer with "highlight_words_add" and ↵ | Sebastien Helleu | |
"highlight_words_del" (for buffer_set) | |||
2010-03-26 | Fix bug with writing of configuration files when disk is full (bug #29331) | Sebastien Helleu | |
2010-03-26 | Backport changes in english plugin API reference into italian version | Sebastien Helleu | |
2010-03-25 | Add signals "nicklist_{group|nick}_{added|removed}", remove signal ↵ | Sebastien Helleu | |
"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-23 | Add italian translation of Plugin API Reference | Sebastien Helleu | |