Age | Commit message (Expand) | Author |
2011-06-26 | core: many improvements on hdata | Sebastien Helleu |
2011-06-13 | core: add "hdata" (direct access to WeeChat/plugin data) | Sebastien Helleu |
2011-05-01 | core: remove unused variables | Sebastien Helleu |
2011-03-03 | Fix crash when setting wrong value in option irc.server.xxx.sasl_mechanism (b... | Sebastien Helleu |
2011-01-01 | Update copyright dates | Sebastien Helleu |
2011-01-01 | Add new command /color | Sebastien Helleu |
2010-12-20 | Add 256 colors support | Sebastien Helleu |
2010-12-17 | Allow use of color pair number in color options and in API function "weechat_... | Sebastien Helleu |
2010-12-01 | Call to hook_config when config option is created | Sebastien Helleu |
2010-11-24 | Fix problem with /set on boolean options with value "toggle" | Sebastien Helleu |
2010-11-19 | Return an error when trying to set boolean option with invalid value | Sebastien Helleu |
2010-10-30 | Fix bug with default value in config option infolist | Sebastien Helleu |
2010-09-27 | Fix use of unitialized value when setting new value to config option | Sebastien Helleu |
2010-08-14 | If null value is allowed for an option, display it in /help option | Sebastien Helleu |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu |
2010-04-12 | Fix bug with writing of configuration files under Cygwin | Sebastien Helleu |
2010-04-08 | Reformat and add comments for description of C sources | Sebastien Helleu |
2010-04-06 | Fix comment in wee-config-file.c | Sebastien Helleu |
2010-03-26 | Fix bug with writing of configuration files when disk is full (bug #29331) | Sebastien Helleu |
2010-03-19 | Reformat multi-line comments | Sebastien Helleu |
2010-01-22 | Fix value of option sent to callback of hook_config | Sebastien Helleu |
2010-01-03 | Update copyright dates | Sebastien Helleu |
2009-08-12 | Fix bug in config files when option name begins with '[' | Sebastien Helleu |
2009-06-28 | Rename function string_explode to string_split | Sebastien Helleu |
2009-06-02 | Fix set of color options with ++N or --N, to add/subtract integer value to color | Sebastien Helleu |
2009-04-05 | Fix creation of integer options, when created from a script plugin (if string... | Sebastien Helleu |
2009-04-03 | Fix crash when integer option (set with string) is wrong in a config file | Sebastien Helleu |
2009-03-15 | Add missing call to change callback when setting option with integer value, u... | Sebastien Helleu |
2009-03-07 | Remove date written in config files headers (patch #6766) | Sebastien Helleu |
2009-02-23 | Test return code of some malloc/strdup | Sebastien Helleu |
2009-02-21 | Add missing config functions in script plugin API to free sections and options | Sebastien Helleu |
2009-02-19 | Fix bug in config_file_write_line with empty value, when called from script p... | Sebastien Helleu |
2009-02-05 | Add some extra tests on arguments for config functions | Sebastien Helleu |
2009-01-07 | Remove some compiler warnings | Sebastien Helleu |
2009-01-04 | Remove unused functions and prototypes | Sebastien Helleu |
2009-01-03 | Update copyright dates | Sebastien Helleu |
2009-01-02 | Add null values for options, new syntax for /set, reintroduce temporary IRC s... | Sebastien Helleu |
2008-11-15 | Use of const for some functions returning "char *" | Sebastien Helleu |
2008-11-10 | Fix bug with default value of options written in config files when file does ... | Sebastien Helleu |
2008-11-07 | Update developer guide (add 50% of new C API functions) | Sebastien Helleu |
2008-11-04 | Fix bug with pointer conversions on 64 bits architecture | Sebastien Helleu |
2008-10-30 | Add new features to logger plugin (command /logger, log level, level by buffe... | Sebastien Helleu |
2008-10-27 | Add name of plugins next to plugin pointers in dump (to log file) | Sebastien Helleu |
2008-10-27 | Fix reload of config file plugins.conf | Sebastien Helleu |
2008-10-18 | Add new argument "value" to function config_new_option | Sebastien Helleu |
2008-10-18 | Aspell plugin is born again | Sebastien Helleu |
2008-09-30 | Fix some memory leaks | Sebastien Helleu |
2008-09-02 | Add description for info and infolist hooks | Sebastien Helleu |
2008-08-24 | Add some variables in infolist for config options | Sebastien Helleu |
2008-08-22 | Fix IRC /server command, fix bugs with IRC servers options, remove temporary ... | Sebastien Helleu |