Age | Commit message (Expand) | Author |
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 |
2010-08-11 | Add priority for hooks (task #10550) | Sebastien Helleu |
2010-08-03 | Fix bug with version number when version ends with "-rcX" | Sebastien Helleu |
2010-07-28 | Use tags "no_log" and "cmd_history" for output of command /history (output is... | Sebastien Helleu |
2010-07-19 | Remove unneeded spaces and tabs | Sebastien Helleu |
2010-07-16 | Use '!' to reverse a regex in a filter (to keep lines matching regex and hide... | Sebastien Helleu |
2010-07-12 | Add new option weechat.look.align_end_of_lines | Sebastien Helleu |
2010-07-07 | Improve output of /plugin list and listfull | Sebastien Helleu |
2010-07-05 | Use of hashtable for local variables of buffers | Sebastien Helleu |
2010-06-28 | Add hashtable in core and plugin API | Sebastien Helleu |
2010-06-28 | Add string "weelist" in dump of weelist to log file | Sebastien Helleu |
2010-06-25 | Update comments after #endif in C headers | Sebastien Helleu |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu |
2010-06-10 | Add some notes for translators in gettext files | Sebastien Helleu |
2010-06-04 | Move options weechat.color.nicklist_prefix to irc plugin | Sebastien Helleu |
2010-05-26 | Fix display bug with description of option in /help option if description is ... | Sebastien Helleu |
2010-05-26 | Add new option weechat.look.confirm_quit | Sebastien Helleu |
2010-05-02 | Add function "string_expand_home" in plugin API, fix bug with replacement of ... | Sebastien Helleu |
2010-05-01 | Move option irc.color.item_buffer_name_ssl to core (new name: weechat.color.s... | Sebastien Helleu |
2010-05-01 | Fix crash with hook_process (when timer is called on a deleted hook process) | Sebastien Helleu |
2010-04-28 | Add keys for undo/redo changes on command line (default: ctrl/alt + underscor... | Sebastien Helleu |
2010-04-18 | Replace "joker" by "wildcard" | Sebastien Helleu |
2010-04-12 | Fix bug with writing of configuration files under Cygwin | Sebastien Helleu |
2010-04-09 | Define WeeChat license as macro for C compiler, used in plugins to set license | Sebastien Helleu |