Changes between Version 2 and Version 3 of Infinote/Infinoted

Show
Ignore:
Timestamp:
12/04/08 20:51:23 (4 years ago)
Author:
anonymous (IP: 87.245.25.249)
Comment:

g_get_system_config_dirs() returns dirs according to fdo xdg spec resulting in using /etc/xdg

Legend:

Unmodified
Added
Removed
Modified
  • Infinote/Infinoted

    v2 v3  
    1313== Config files == 
    1414 
    15 infinoted reads /etc/infinoted.conf and ~/.config/infinoted.conf (in that order, options specified in the latter file overwrite the ones from the former file). It's [http://library.gnome.org/devel/glib/unstable/glib-Key-value-file-parser.html#glib-Key-value-file-parser.description GKeyFile] format. Options from the command line overwrite config file options. All options need to be in the infinoted group. Allowed options are: 
     15infinoted reads /etc/xdg/infinoted.conf and ~/.config/infinoted.conf (in that order, options specified in the latter file overwrite the ones from the former file). It's [http://library.gnome.org/devel/glib/unstable/glib-Key-value-file-parser.html#glib-Key-value-file-parser.description GKeyFile] format. Options from the command line overwrite config file options. All options need to be in the infinoted group. Allowed options are: 
    1616 
    1717 * security-policy [no-tls|allow-tls|require-tls]: ''no-tls'' does not require a private key/certificate pair. ''require-tls'' requires clients to use TLS, whereas ''allow-tls'' allows them to choose not to use it. Same as ''--security-policy'' command line option.