summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2010-10-17Use const void * for keys and values in some hashtable functionsSebastien Helleu
2010-10-16Fix crash in hashtable_get_string with "values" or "keys_values" when some va...Sebastien Helleu
2010-10-15Add properties "values" and "keys_values" for hashtable_get_string (return st...Sebastien Helleu
2010-10-15Fix bug with buffer name in "/bar scroll" commandSebastien Helleu
2010-10-12Add new option weechat.look.hotlist_unique_numbers (task #10691)Sebastien Helleu
2010-10-11Add property "no_highlight_nicks" in buffers to disable highlight for some ni...Sebastien Helleu
2010-10-11Add function "hashtable_has_key" in WeeChat and plugin APISebastien Helleu
2010-10-10Add property "keys" for hashtable_get_string (return string with list of keys)Sebastien Helleu
2010-10-10Allow null value for hashtable entriesSebastien Helleu
2010-10-10Add tag "nick_xxx" in IRC messagesSebastien Helleu
2010-10-02Add new option weechat.look.prefix_align_min (task #10650)Sebastien Helleu
2010-10-01Add missing tag "no_log" in /help filterSebastien Helleu
2010-09-28New value for option weechat.look.input_share (none, commands, text, all), ad...Sebastien Helleu
2010-09-27Fix memory leak when removing item in hashtableSebastien Helleu
2010-09-27Add new option weechat.look.input_share (task #9228)Sebastien Helleu
2010-09-27Fix use of unitialized value when setting new value to config optionSebastien Helleu
2010-09-20Fix crash on /upgrade when upgrade file is not foundSebastien Helleu
2010-09-17Add optional plugin name for command /debug dump and signal "debug_dump"Sebastien Helleu
2010-08-27Add new functions in plugin API (hashtable_get_string, hook_info_hashtable, i...Sebastien Helleu
2010-08-14Add help about values for /help weechat.look.buffer_notify_defaultSebastien Helleu
2010-08-14Add note about regex (split into 2 regex) in /help filterSebastien Helleu
2010-08-14Add info about upgrade process in /help upgradeSebastien Helleu
2010-08-14If null value is allowed for an option, display it in /help optionSebastien Helleu
2010-08-12Use window pointers instead of buffer pointers in gui-input.cSebastien Helleu
2010-08-12Use similar behaviour for keys bound to local or global history (bug #30759)Sebastien Helleu
2010-08-12Fix another bug with hook priority (for commands)Sebastien Helleu
2010-08-12Fix bug with order of hooks: for equal priority, hook is added at the end of ...Sebastien Helleu
2010-08-11Add priority for hooks (task #10550)Sebastien Helleu
2010-08-03Fix bug with version number when version ends with "-rcX"Sebastien Helleu
2010-07-28Use tags "no_log" and "cmd_history" for output of command /history (output is...Sebastien Helleu
2010-07-19Remove unneeded spaces and tabsSebastien Helleu
2010-07-16Use '!' to reverse a regex in a filter (to keep lines matching regex and hide...Sebastien Helleu
2010-07-12Add new option weechat.look.align_end_of_linesSebastien Helleu
2010-07-07Improve output of /plugin list and listfullSebastien Helleu
2010-07-05Use of hashtable for local variables of buffersSebastien Helleu
2010-06-28Add hashtable in core and plugin APISebastien Helleu
2010-06-28Add string "weelist" in dump of weelist to log fileSebastien Helleu
2010-06-25Update comments after #endif in C headersSebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-06-10Add some notes for translators in gettext filesSebastien Helleu
2010-06-04Move options weechat.color.nicklist_prefix to irc pluginSebastien Helleu
2010-05-26Fix display bug with description of option in /help option if description is ...Sebastien Helleu
2010-05-26Add new option weechat.look.confirm_quitSebastien Helleu
2010-05-02Add function "string_expand_home" in plugin API, fix bug with replacement of ...Sebastien Helleu
2010-05-01Move option irc.color.item_buffer_name_ssl to core (new name: weechat.color.s...Sebastien Helleu
2010-05-01Fix crash with hook_process (when timer is called on a deleted hook process)Sebastien Helleu
2010-04-28Add keys for undo/redo changes on command line (default: ctrl/alt + underscor...Sebastien Helleu
2010-04-18Replace "joker" by "wildcard"Sebastien Helleu
2010-04-12Fix bug with writing of configuration files under CygwinSebastien Helleu
2010-04-09Define WeeChat license as macro for C compiler, used in plugins to set licenseSebastien Helleu