summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2008-10-18Remove unused option look.input_format, fix refresh bug with input prompt for...Sebastien Helleu
2008-10-18Add new argument "value" to function config_new_optionSebastien Helleu
2008-10-18Aspell plugin is born againSebastien Helleu
2008-10-14Fix wrong hotlist after upgrade when /upgrade is done with empty hotlistSebastien Helleu
2008-10-14Fix restore of WeeChat main buffer after /upgradeSebastien Helleu
2008-10-12Remove old title/nicklist/status/input, use of new barsSebastien Helleu
2008-10-08Add function to get plugin name (return "core" for WeeChat core)Sebastien Helleu
2008-10-08Fix /reload command (now reloads config files with no reload callback)Sebastien Helleu
2008-10-03Add color for marker on lines where text sought is foundSebastien Helleu
2008-10-02Add new option scroll_page_percent to choose percent of height to scroll with...Sebastien Helleu
2008-10-02Add new /layout command and save_layout_on_exit config option, to save/restor...Sebastien Helleu
2008-09-30Fix some memory leaksSebastien Helleu
2008-09-26Add some missing functions in API: hook_connect and infolist creationSebastien Helleu
2008-09-24Fix /upgrade when there is one buffer for all IRC serversSebastien Helleu
2008-09-23Fix help of /bar commandSebastien Helleu
2008-09-23Fix bug when changing options look.set_title and look.save_on_exit (bug #24350)Sebastien Helleu
2008-09-22Fix network connection for hostnames resolving to several IPs: try all IPs in...Sebastien Helleu
2008-09-22Return IPv4/IPv6 address to connect hook callback when connection is ok (used...Sebastien Helleu
2008-09-18Replace french word "pourcentage" by percentageSebastien Helleu
2008-09-18Remove "category" for buffers (keep only name).Sebastien Helleu
2008-09-05Many changes in docSebastien Helleu
2008-09-03Reintroduce /ignore command to ignore IRC nicks/hosts, using regexSebastien Helleu
2008-09-03Add "no_filter" tag, to prevent some lines to be filtered (like output of /fi...Sebastien Helleu
2008-09-02Add description for info and infolist hooksSebastien Helleu
2008-08-30Add new hooks (info and infolist), IRC plugin now return infos and infolistsSebastien Helleu
2008-08-24Add nick filtering example in /help filterSebastien Helleu
2008-08-24Add some examples in /help filterSebastien Helleu
2008-08-24Add some variables in infolist for config optionsSebastien Helleu
2008-08-22Add hook infolist to plugins API, fix bugs with gettext in pluginsSebastien Helleu
2008-08-22Fix IRC /server command, fix bugs with IRC servers options, remove temporary ...Sebastien Helleu
2008-08-19Reintroduce /upgrade command, working only with core and IRC plugin todaySebastien Helleu
2008-07-18Fix bug with input line when it starts with "//" (command is no more executed)Sebastien Helleu
2008-07-10Split "filling" bar value into "filling_top_bottom" and "filling_left_right" ...Sebastien Helleu
2008-07-08Remove error message when bar is not found for scrollSebastien Helleu
2008-07-03Add "buffer_nicklist" bar item and scroll feature in bars with /bar scrollSebastien Helleu
2008-06-29Fix error displayed with /buffer commandSebastien Helleu
2008-06-28Fix error with command /window (sometimes error is displayed and should not)Sebastien Helleu
2008-06-28Add "default" option to command /bar, to create default bars (today only inpu...Sebastien Helleu
2008-06-27Fix error message for /buffer and /window commands when option is unknownSebastien Helleu
2008-06-27Add input bar item, add "hidden" flag for bars, fix some display bugs with barsSebastien Helleu
2008-06-22Add delimiter color for bars, fix some bugs with barsSebastien Helleu
2008-06-21Remove infobarSebastien Helleu
2008-06-18Add new options for completion, optional stop instead of cycling with words f...Sebastien Helleu
2008-06-17New plugin "notify", new option for debug messages in pluginsSebastien Helleu
2008-06-16New defaut time format for buffer linesSebastien Helleu
2008-06-15Fix weechat slogan (and it's now translated) (bug #23531)Sebastien Helleu
2008-06-15Fix bug/crash when any color option is changed (bug #23566)Sebastien Helleu
2008-06-07Fix crash with config reload and bug with empty key section (no more keys aft...Sebastien Helleu
2008-06-03Add "const" keyword for some "char *" function arguments (core and plugins API)Sebastien Helleu
2008-06-02Add constants for config file read/write/set/unset callbacksSebastien Helleu