Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-03 | core: fix truncated config files (zero-length) after system crash (bug #36383) | Mateusz Poszwa | |
The function config_file_write_internal now performs an overwrite-by-rename (call to "rename" only) instead of calls to "unlink" then "rename". | |||
2012-03-13 | core: follow symbolic links when writing configuration files (.conf) (task ↵ | Sebastien Helleu | |
#11779) | |||
2012-01-08 | core: update copyright dates | Sebastien Helleu | |
2011-11-05 | core: display full line (option + value) for lines with error in ↵ | Sebastien Helleu | |
configuration files | |||
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu | |
2011-08-26 | core: use dynamic buffer size for calls to vsnprintf | Sebastien Helleu | |
2011-06-26 | core: many improvements on hdata | Sebastien Helleu | |
New features: - add optional hdata name for variables in hdata - add plugin API functions: hdata_get_var_hdata - use hashtable to store hdata (created by WeeChat and plugins) - free hdata and infolists created by plugin on plugin unload - free all hdata on exit - add "free" option to command /debug hdata - remove hdata for hooks | |||
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 ↵ | Sebastien Helleu | |
(bug #32670) | |||
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 | |
Changes: - new section "palette" in weechat.conf - new API functions: list_search_pos and list_casesearch_pos | |||
2010-12-17 | Allow use of color pair number in color options and in API function ↵ | Sebastien Helleu | |
"weechat_color" | |||
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 ↵ | Sebastien Helleu | |
string_values is empty but not NULL) | |||
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, ↵ | Sebastien Helleu | |
using a string | |||
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 ↵ | Sebastien Helleu | |
plugins | |||
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 ↵ | Sebastien Helleu | |
server feature, improve IRC server options, new functions in API | |||
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 | |
not exist | |||
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 ↵ | Sebastien Helleu | |
buffer, mask by buffer, ..), fix some bugs New features: - new command /logger - log level, to log only some messages, according to importance (task #8592) - level by buffer: custom level for some buffers (or group of buffers) - log filename mask by buffer (or group of buffers) - marker line is added after display of backlog - add "delete" callback for config file sections - add "mkdir_parents" function to plugin API - remove old log options in IRC plugin Bug fix: - marker line is set only when user switches buffer (not when a plugin force switch, like IRC plugin does when opening server or channel buffer) - backlog fixed (sometimes lines were not properly displayed) | |||
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 | |