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
2016-07-09
core: rename function string_iconv_fprintf to string_fprintf
Sébastien Helleu
2016-03-21
core: add pointer in some callbacks (closes #406)
Sébastien Helleu
2016-01-01
core: update copyright dates
Sébastien Helleu
2015-12-24
core: add a parent name in options (closes #629)
Sébastien Helleu
2015-07-04
core: add missing comments before functions when the result must be freed aft...
Sébastien Helleu
2015-04-22
core: remove WeeChat version from config files (closes #407)
Sébastien Helleu
2015-04-17
core: add a welcome message on first WeeChat run (closes #318)
Sébastien Helleu
2015-01-01
core: update copyright dates
Sébastien Helleu
2014-10-23
api: fix crash when reading config options with NULL value (closes #238)
Sébastien Helleu
2014-09-29
core: remove sort on configuration files and sections
Sébastien Helleu
2014-08-24
core: sort linked lists with configuration files and sections by name
Sébastien Helleu
2014-08-10
core: fix potential crash in case of malloc error when resetting config option
Sébastien Helleu
2014-05-24
api: add argument "flags" in function hdata_new_list
Sébastien Helleu
2014-03-18
core: remove trailing space in log message when writing a configuration file
Sebastien Helleu
2014-02-24
core: fix size used in snprintf when reading a configuration file
Sebastien Helleu
2014-01-01
core: update copyright dates
Sebastien Helleu
2013-11-09
core: improve error message when a .conf file can not be read, add a second w...
Sebastien Helleu
2013-11-09
core: create .conf file with default options only if the file does not exist ...
Sebastien Helleu
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
[next]