Age | Commit message (Expand) | Author |
2010-12-07 | Add color support in option weechat.look.buffer_time_format | Sebastien Helleu |
2010-12-01 | Call to hook_config when config option is created | Sebastien Helleu |
2010-11-29 | Replace buffer local variable "no_highlight_nicks" by "hotlist_max_level_nicks" | Sebastien Helleu |
2010-11-28 | Use tag "no_highlight" for options/values printed by command /set | Sebastien Helleu |
2010-11-25 | Add new option weechat.look.highlight_regex and function string_has_highlight... | Sebastien Helleu |
2010-11-24 | Fix problem with /set on boolean options with value "toggle" | Sebastien Helleu |
2010-11-19 | Fix high CPU usage during gnutls handshake | Sebastien Helleu |
2010-11-19 | Return an error when trying to set boolean option with invalid value | Sebastien Helleu |
2010-11-18 | Add note about strftime in help of options weechat.look.buffer_time_format an... | Sebastien Helleu |
2010-11-18 | Fix infinite loop on gnutls handshake when connecting with SSL to server on w... | Gu1ll4um3r0m41n |
2010-11-14 | Fix data sent to callback of hook_process, improve hook_process by using buffer | Sebastien Helleu |
2010-11-10 | Use type "unsigned long long" for API function string_format_size | Sebastien Helleu |
2010-11-09 | Add note about "%h" replaced by WeeChat home in some options | Sebastien Helleu |
2010-11-09 | Add function "hook_completion_get_string" in plugin API | Sebastien Helleu |
2010-11-09 | Move WeeChat core completions from gui-completion.c to wee-completion.c | Sebastien Helleu |
2010-11-01 | Use constant WEECHAT_RC_OK instead of 0 in function command_reload_file | Sebastien Helleu |
2010-10-31 | Remove dead assignments | Sebastien Helleu |
2010-10-31 | Add 2 "return" to make C static analyzer happy | Sebastien Helleu |
2010-10-31 | Check that buffer pointer is not NULL in upgrade_file_read_buffer | Sebastien Helleu |
2010-10-31 | Remove unused variables | Sebastien Helleu |
2010-10-30 | Fix bug with default value in config option infolist | Sebastien Helleu |
2010-10-23 | Add new functions in plugin API: hook_hsignal and hook_hsignal_send | Sebastien Helleu |
2010-10-21 | Fix problem with day change message, which can be displayed twice | Sebastien Helleu |
2010-10-17 | Use const void * for keys and values in some hashtable functions | Sebastien Helleu |
2010-10-16 | Fix crash in hashtable_get_string with "values" or "keys_values" when some va... | Sebastien Helleu |
2010-10-15 | Add properties "values" and "keys_values" for hashtable_get_string (return st... | Sebastien Helleu |
2010-10-15 | Fix bug with buffer name in "/bar scroll" command | Sebastien Helleu |
2010-10-12 | Add new option weechat.look.hotlist_unique_numbers (task #10691) | Sebastien Helleu |
2010-10-11 | Add property "no_highlight_nicks" in buffers to disable highlight for some ni... | Sebastien Helleu |
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-10-10 | Allow null value for hashtable entries | Sebastien Helleu |
2010-10-10 | Add tag "nick_xxx" in IRC messages | Sebastien Helleu |
2010-10-02 | Add new option weechat.look.prefix_align_min (task #10650) | Sebastien Helleu |
2010-10-01 | Add missing tag "no_log" in /help filter | Sebastien Helleu |
2010-09-28 | New value for option weechat.look.input_share (none, commands, text, all), ad... | Sebastien Helleu |
2010-09-27 | Fix memory leak when removing item in hashtable | Sebastien Helleu |
2010-09-27 | Add new option weechat.look.input_share (task #9228) | Sebastien Helleu |
2010-09-27 | Fix use of unitialized value when setting new value to config option | Sebastien Helleu |
2010-09-20 | Fix crash on /upgrade when upgrade file is not found | Sebastien Helleu |
2010-09-17 | Add optional plugin name for command /debug dump and signal "debug_dump" | Sebastien Helleu |
2010-08-27 | Add new functions in plugin API (hashtable_get_string, hook_info_hashtable, i... | Sebastien Helleu |
2010-08-14 | Add help about values for /help weechat.look.buffer_notify_default | Sebastien Helleu |
2010-08-14 | Add note about regex (split into 2 regex) in /help filter | Sebastien Helleu |
2010-08-14 | Add info about upgrade process in /help upgrade | Sebastien Helleu |
2010-08-14 | If null value is allowed for an option, display it in /help option | Sebastien Helleu |
2010-08-12 | Use window pointers instead of buffer pointers in gui-input.c | Sebastien Helleu |
2010-08-12 | Use similar behaviour for keys bound to local or global history (bug #30759) | Sebastien Helleu |
2010-08-12 | Fix another bug with hook priority (for commands) | Sebastien Helleu |
2010-08-12 | Fix bug with order of hooks: for equal priority, hook is added at the end of ... | Sebastien Helleu |