summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
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
2010-04-08Reformat and add comments for description of C sourcesSebastien Helleu
2010-04-06Fix comment in wee-config-file.cSebastien Helleu
2010-04-03Add option "get" for command /buffer, add completions with buffer propertiesSebastien Helleu
2010-03-31Fix help of option weechat.plugin.autoloadSebastien Helleu
2010-03-31Improve plugins autoload (option weechat.plugin.autoload): allow to use "*" a...Sebastien Helleu
2010-03-29Free some extra memory when exiting WeeChatSebastien Helleu
2010-03-26Fix bug with writing of configuration files when disk is full (bug #29331)Sebastien Helleu
2010-03-24Add new options for command /key (listdefault, listdiff and reset), add examp...Sebastien Helleu
2010-03-23Fix alignment of keys in output of /key when some keys contain wide charsSebastien Helleu
2010-03-23Remove WeeChat sloganSebastien Helleu
2010-03-23Reformat examples in help of some commandsSebastien Helleu
2010-03-22Fix typos in /help window and /help loggerSebastien Helleu
2010-03-22Add list of tags in /help filterSebastien Helleu
2010-03-22Add new option weechat.color.nicklist_offlineSebastien Helleu
2010-03-22Remove obsolete option weechat.color.nicklist_moreSebastien Helleu
2010-03-20Refresh screen when exiting WeeChat (to display messages printed after /quit)Sebastien Helleu
2010-03-19Reformat multi-line commentsSebastien Helleu
2010-03-19Move /away command from irc plugin to coreSebastien Helleu
2010-03-19Fix bugs with function hook_command_runSebastien Helleu
2010-03-03Set option weechat.look.read_marker_always_show to off by defaultSebastien Helleu
2010-03-03Add new option weechat.look.read_marker_always_showSebastien Helleu
2010-03-02Add new option weechat.look.command_chars, add functions string_is_command_ch...Sebastien Helleu
2010-02-26Add command line option "-s" (or "--no-script") to start WeeChat without load...Sebastien Helleu
2010-02-20Fix translated string in output of "/uptime -o"Sebastien Helleu
2010-02-18Add mechanism DH-BLOWFISH for SASL authentication with IRC serverSebastien Helleu
2010-02-16Add function "string_decode_base64" in plugin APISebastien Helleu
2010-02-15Add SASL authentication in IRC plugin (task #8829), add function "string_enco...Sebastien Helleu
2010-02-12Add description of arguments for API functions hook_info and hook_infolistSebastien Helleu