summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
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
2010-02-12Use arguments for infolist "nicklist" to return only one nick or groupSebastien Helleu
2010-02-10Add "version_number" for API function weechat_info_get to get WeeChat version...Sebastien Helleu
2010-02-09Add new option weechat.look.time_format to customize default format for date/...Sebastien Helleu
2010-02-09Rename command /silence to /muteSebastien Helleu
2010-02-09Add new command /silenceSebastien Helleu
2010-02-02Add option "switch_active_buffer_previous" for command /input (task #10141)Sebastien Helleu
2010-02-02Add missing option "switch_active_buffer" in /help input and completion of co...Sebastien Helleu
2010-01-26Send signal "day_changed" even if option weechat.look.day_change is set to offSebastien Helleu
2010-01-26Add signal "day_changed", allow date format in logger options path and mask (...Sebastien Helleu
2010-01-24Remove evil tabs in sourcesSebastien Helleu
2010-01-22Fix value of option sent to callback of hook_configSebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2010-01-01Fix tag checking in execution of hook_printSebastien Helleu
2010-01-01Add pointer user_data in dump of wee-listsSebastien Helleu
2009-12-18Add optional arguments in /help quitSebastien Helleu
2009-12-16Add option "term" for command /debug: display infos about terminal and availa...Sebastien Helleu
2009-12-16Display "Commands..:" only if internal/other commands are found with /helpSebastien Helleu
2009-12-14Add new option weechat.color.status_timeSebastien Helleu
2009-12-04Give GnuTLS return code to callback if handshake has failed, display extra in...Sebastien Helleu
2009-12-03Fix buffer used by some input functions called via plugin API with buffer poi...Sebastien Helleu