Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-11 | Add function "buffer_match_list" in plugin API | Sebastien Helleu | |
2011-02-07 | Remove unneeded spaces | Sebastien Helleu | |
2011-01-26 | Fix typos in config functions in plugin API reference | Sebastien Helleu | |
2011-01-25 | Fix typo on constant WEECHAT_HOOK_PROCESS_RUNNING in plugin API reference | Sebastien Helleu | |
2011-01-02 | Add function "hashtable_set_pointer" in plugin API | Sebastien Helleu | |
2010-12-26 | Add info "weechat_upgrading", signal "upgrade_ended", display duration of ↵ | Sebastien Helleu | |
upgrade | |||
2010-12-20 | Add 256 colors support | Sebastien Helleu | |
Changes: - new section "palette" in weechat.conf - new API functions: list_search_pos and list_casesearch_pos | |||
2010-12-06 | Add note about automatic unhook for function hook_process in plugin API ↵ | Sebastien Helleu | |
reference | |||
2010-11-29 | Replace buffer local variable "no_highlight_nicks" by "hotlist_max_level_nicks" | Sebastien Helleu | |
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 | 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-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-17 | Update plugin API reference: add "New in version x.y.z" for some functions, ↵ | Sebastien Helleu | |
add missing functions | |||
2010-07-12 | Fix typo in english 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-02 | Add function "string_expand_home" in plugin API, fix bug with replacement of ↵ | Sebastien Helleu | |
home in paths | |||
2010-04-18 | Replace "joker" by "wildcard" | 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-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-21 | Add new signals "irc_raw_in" and "irc_raw_in2" (sent for all IRC messages, ↵ | Sebastien Helleu | |
even if ignored with /ignore) | |||
2010-03-20 | Add functions string_match, string_has_highlight and string_mask_to_regex in ↵ | Sebastien Helleu | |
script plugin API | |||
2010-03-19 | Reformat multi-line comments | Sebastien Helleu | |
2010-03-07 | Add chapter with common tasks in scripting guide | Sebastien Helleu | |
2010-03-02 | Add new option weechat.look.command_chars, add functions ↵ | Sebastien Helleu | |
string_is_command_char and string_input_for_buffer in plugin and script API | |||
2010-02-20 | Add parentheses around exponents in user guide and plugin API reference | Sebastien Helleu | |
2010-02-16 | Add function "string_decode_base64" in plugin API | Sebastien Helleu | |
2010-02-15 | Add SASL authentication in IRC plugin (task #8829), add function ↵ | Sebastien Helleu | |
"string_encode_base64" in plugin API, fix bug with base64 encoding New options for IRC servers: - sasl_mechanism (only "plain" for now) - sasl_username - sasl_password | |||
2010-02-12 | Add description of arguments for API functions hook_info and hook_infolist | Sebastien Helleu | |
2010-02-10 | Fix example of weechat_info_get in plugin API reference | Sebastien Helleu | |