index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
wee-config-file.c
Age
Commit message (
Expand
)
Author
2013-01-01
core: update copyright dates
Sebastien Helleu
2012-12-20
core: add option "diff" for command /set (list options with changed value)
Peter Boström
2012-12-16
core: add git version in build, display it in "weechat-curses --help" and /ve...
Sebastien Helleu
2012-12-15
core: move comments with description of C file to top of files
Sebastien Helleu
2012-12-13
core: reformat comments for functions
Sebastien Helleu
2012-12-08
api: allow creation of structure with hdata_update (allowed for hdata "history")
Sebastien Helleu
2012-08-27
api: allow update for some variables of hdata, add new functions hdata_update...
Sebastien Helleu
2012-08-14
core: free data before removing config file/section/option from lists (remove...
Sebastien Helleu
2012-07-20
core: add support of arrays in hdata variables
Sebastien Helleu
2012-06-04
core: escape special chars (`#[\`) in configuration files for name of options...
Sebastien Helleu
2012-05-11
core: support lines of 16 Kb long in configuration files (instead of 1 Kb)
Sebastien Helleu
2012-05-03
core: fix truncated config files (zero-length) after system crash (bug #36383)
Mateusz Poszwa
2012-03-13
core: follow symbolic links when writing configuration files (.conf) (task #1...
Sebastien Helleu
2012-01-08
core: update copyright dates
Sebastien Helleu
2011-11-05
core: display full line (option + value) for lines with error in configuratio...
Sebastien Helleu
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
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
[next]