Age | Commit message (Expand) | Author |
2015-08-16 | Add an 'eval_password' option | mathieui |
2015-08-14 | Make sure the default config copy is writeable | mathieui |
2015-06-18 | Add a show_jid_in_conversations option | mathieui |
2015-05-26 | Disable the MUC self ping by default | Florent Le Coz |
2015-05-11 | Remove gettext support, as we don’t want to translate poezio, and it takes ... | Emmanuel Gil Peyrot |
2015-02-21 | Remove the unused "logfile" option and do not append 'logs' to every log path | mathieui |
2015-02-21 | Add a -c/--check-config option to check the config file | mathieui |
2015-02-21 | Add a force_remote_bookmarks option | mathieui |
2015-02-10 | Update setup files | mathieui |
2014-12-24 | Add nick_color_aliases (default: true), to look for color of aliases | Célestin Matte |
2014-12-24 | Add a muc_color section in the config file to permanently fix a color to a nick | Célestin Matte |
2014-12-20 | Add a deterministic_nick_colors option (default: true) | mathieui |
2014-12-11 | Fix #2847 (SASL External support) | mathieui |
2014-12-10 | Allow the plugins to use a default configuration too | mathieui |
2014-12-09 | Introduce the go_to_previous_tab_on_alt_number option | Florent Le Coz |
2014-12-04 | Set auto_reconnect to True by default | Florent Le Coz |
2014-10-31 | Merge branch 'master' of git.poez.io:poezio into slix | mathieui |
2014-10-31 | Fix the default value of Config.get to None | mathieui |
2014-10-30 | notify_messages is of course True by default | mathieui |
2014-10-20 | Remove the (sometimes wrong) default values in the config.get() calls | mathieui |
2014-10-20 | Change the API of Config.get_by_tabname | mathieui |
2014-10-20 | Keep the default config options in a dict and make the “default” paramete... | mathieui |
2014-10-16 | Extract XHTML-IM inline imags by default | mathieui |
2014-07-30 | Minor fix of a function signature | Florent Le Coz |
2014-07-24 | Use slixmpp | Florent Le Coz |
2014-04-24 | Fix a bug in the config._parse_file function (traceback when parsing empty fi... | mathieui |
2014-04-22 | Add a way to remove options from the config file | mathieui |
2014-04-21 | Split the config.write_in_file method to be more modular and cleaner | mathieui |
2014-04-11 | Do not traceback when unable to read the config file | mathieui |
2014-04-06 | Code cleanup | mathieui |
2014-04-06 | Do not instantiate the Config at module load | mathieui |
2014-04-05 | Fix a bug introduced in ca0950d | mathieui |
2014-04-04 | Remove unused imports | mathieui |
2014-03-28 | Returning the value fetched with RawconfigParser.getint is actually quite useful | mathieui |
2014-03-24 | Use RawConfigParser.get{int,bool,float} whenever possible | mathieui |
2014-02-01 | Date the log records (error.log or debug logs) | mathieui |
2013-12-28 | Fix #2414 (don’t use /tmp/dummy in the logging config) | mathieui |
2013-12-04 | Write the config to a tmp file before a final copy | Mathieu Pasquet |
2013-08-03 | Logs errors by default, in a dedicated file | mathieui |
2013-06-19 | Revert 9eaffe1369f2be177576402f20edcd114a1eaa9d because of 3.1 compat | mathieui |
2013-06-18 | Trigger config_change handlers when the config has changed using a USR1 signal | Florent Le Coz |
2013-06-16 | Fail properly when the config can’t be parsed. | mathieui |
2013-06-09 | Fix the os.makedirs calls so that they don’t traceback for nothing | mathieui |
2013-05-29 | Small workaround for the default config location | mathieui |
2013-05-26 | Update setup.py to use distutils | mathieui |
2013-05-06 | Fix #2286 | mathieui |
2013-04-05 | Handle I/O errors better | mathieui |
2013-03-04 | Fix #2126 (per-server configuration sections) | mathieui |
2013-01-29 | make the options in the config files case sensitive. | Florent Le Coz |
2012-12-15 | Fix a TB on python < 3.2 | mathieui |