summaryrefslogtreecommitdiff
path: root/src/config.py
AgeCommit message (Expand)Author
2014-10-31Merge branch 'master' of git.poez.io:poezio into slixmathieui
2014-10-31Fix the default value of Config.get to Nonemathieui
2014-10-30notify_messages is of course True by defaultmathieui
2014-10-20Remove the (sometimes wrong) default values in the config.get() callsmathieui
2014-10-20Change the API of Config.get_by_tabnamemathieui
2014-10-20Keep the default config options in a dict and make the “default” paramete...mathieui
2014-10-16Extract XHTML-IM inline imags by defaultmathieui
2014-07-30Minor fix of a function signatureFlorent Le Coz
2014-07-24Use slixmppFlorent Le Coz
2014-04-24Fix a bug in the config._parse_file function (traceback when parsing empty fi...mathieui
2014-04-22Add a way to remove options from the config filemathieui
2014-04-21Split the config.write_in_file method to be more modular and cleanermathieui
2014-04-11Do not traceback when unable to read the config filemathieui
2014-04-06Code cleanupmathieui
2014-04-06Do not instantiate the Config at module loadmathieui
2014-04-05Fix a bug introduced in ca0950dmathieui
2014-04-04Remove unused importsmathieui
2014-03-28Returning the value fetched with RawconfigParser.getint is actually quite usefulmathieui
2014-03-24Use RawConfigParser.get{int,bool,float} whenever possiblemathieui
2014-02-01Date the log records (error.log or debug logs)mathieui
2013-12-28Fix #2414 (don’t use /tmp/dummy in the logging config)mathieui
2013-12-04Write the config to a tmp file before a final copyMathieu Pasquet
2013-08-03Logs errors by default, in a dedicated filemathieui
2013-06-19Revert 9eaffe1369f2be177576402f20edcd114a1eaa9d because of 3.1 compatmathieui
2013-06-18Trigger config_change handlers when the config has changed using a USR1 signalFlorent Le Coz
2013-06-16Fail properly when the config can’t be parsed.mathieui
2013-06-09Fix the os.makedirs calls so that they don’t traceback for nothingmathieui
2013-05-29Small workaround for the default config locationmathieui
2013-05-26Update setup.py to use distutilsmathieui
2013-05-06Fix #2286mathieui
2013-04-05Handle I/O errors bettermathieui
2013-03-04Fix #2126 (per-server configuration sections)mathieui
2013-01-29make the options in the config files case sensitive.Florent Le Coz
2012-12-15Fix a TB on python < 3.2mathieui
2012-12-15Add support for /set <option> toggle, which toggles the current valueFlorent Le Coz
2012-09-13Fix TBs when the system is not in utf-8 by defaultmathieui
2012-08-06Add a fallback to optparse if argparse is not foundmathieui
2012-08-05Use the revision/date for the poezio version if a .git is foundmathieui
2012-08-05Move from optparse (deprecated) to argparsemathieui
2012-07-26Small non-impacting modificationsmathieui
2012-05-09Allow a config to be set & created directlymathieui
2012-04-18Adda config.getl to return a lowercase valuemathieui
2012-03-30Should fix the refresh issuemathieui
2012-03-08Fix a bug in the configuration writermathieui
2012-02-09Config.write_in_file() now works as expectedmathieui
2012-01-26We can now configure each conversation independently, for some options.Florent Le Coz
2011-09-11Change license to zlib (MIT sucks :()Florent Le Coz
2011-09-10Added a help message for the first runmathieui
2011-09-06Change license to MITFlorent Le Coz
2011-07-05Check that all needed config sections are there at startup, and create them i...Florent Le Coz