- 23 Dec, 2014 1 commit
-
-
Célestin Matte authored
-
- 20 Dec, 2014 1 commit
-
-
mathieui authored
-
- 11 Dec, 2014 1 commit
-
-
mathieui authored
- Add two new options, keyfile and certfile, which must be both set for the auth to work. - if both are set, then poezio doesn’t force-prompt a password if there is none specified - add /cert_add, /cert_fetch, /cert_disable, /cert_revoke and /certs commands. - add a page of documentation on the process
-
- 10 Dec, 2014 1 commit
-
-
mathieui authored
through overloading the class variable default_config. also fix a bug that would add meaningless sections to plugin configurations.
-
- 09 Dec, 2014 1 commit
-
- 04 Dec, 2014 1 commit
-
-
louiz’ authored
-
- 31 Oct, 2014 1 commit
-
-
mathieui authored
Might fix some not-yet-seen bugs
-
- 30 Oct, 2014 1 commit
-
-
mathieui authored
-
- 20 Oct, 2014 3 commits
- 16 Oct, 2014 1 commit
-
-
mathieui authored
- Add two new options: tmp_image_dir and extract_inline_images - tmp_image_dir is $XDG_CACHE_HOME(usually ~/.cache)/poezio/images if unset - Name the images from a SHA-1 of their data and their mimetype - Output file:// links inside the message
-
- 30 Jul, 2014 1 commit
-
-
louiz’ authored
-
- 24 Jul, 2014 1 commit
-
-
louiz’ authored
-
- 24 Apr, 2014 1 commit
-
-
mathieui authored
-
- 22 Apr, 2014 1 commit
-
-
mathieui authored
(still surgically, without touching comments or anything else)
-
- 21 Apr, 2014 1 commit
-
-
mathieui authored
Will also allow a remove_in_file or whatever to remove options instead of blanking them.
-
- 10 Apr, 2014 1 commit
-
-
mathieui authored
-
- 06 Apr, 2014 2 commits
- 05 Apr, 2014 1 commit
-
-
mathieui authored
-
- 03 Apr, 2014 1 commit
-
-
mathieui authored
(thanks eijebong)
-
- 27 Mar, 2014 1 commit
-
-
mathieui authored
…………………………
-
- 24 Mar, 2014 1 commit
-
-
mathieui authored
config.get('option', 'value').lower() == 'value' is just ugly and stupid, especially for bool. One if in basetabs:556 was also missing a comparison, leading to True whenever the option was set.
-
- 01 Feb, 2014 1 commit
-
-
mathieui authored
-
- 28 Dec, 2013 1 commit
-
-
mathieui authored
-
- 04 Dec, 2013 1 commit
-
-
mathieui authored
(should prevent some conditions leading to config corruption happenning when poezio cannot write anymore)
-
- 03 Aug, 2013 1 commit
-
-
mathieui authored
- log_errors option, true by default - errors go in log_dir/errors.log (so $XDG_DATA_HOME/errors.log by default) This should help a lot for debugging, and provide a way for people to easily give debug traces without useless or personal infos.
-
- 19 Jun, 2013 1 commit
-
-
mathieui authored
-
- 18 Jun, 2013 1 commit
-
-
louiz’ authored
-
- 16 Jun, 2013 1 commit
-
-
mathieui authored
-
- 09 Jun, 2013 1 commit
-
-
mathieui authored
-
- 29 May, 2013 1 commit
-
-
mathieui authored
-
- 26 May, 2013 1 commit
-
-
mathieui authored
(use new default directory, install the plugins as a separate python module…)
-
- 06 May, 2013 1 commit
-
-
mathieui authored
Also fix the copy of the default config if -f is used
-
- 05 Apr, 2013 1 commit
-
-
mathieui authored
- Do not crash because of low disk space - Notify the user whenever it happens - A few functions now return a boolean instead of nothing - Config.silent_set is Config.set_and_save without toggle and returning strings. It is used whenever we don’t need set_and_save - Config.set_and_save now returns a tuple (that can be passed directly to core.information()) TODO: display the precise error to the user (instead of “unable to…”)
-
- 03 Mar, 2013 1 commit
-
-
mathieui authored
(also move replace_key_with_bound() to core.py, to prevent having common.py depending of config.py)
-
- 29 Jan, 2013 1 commit
-
-
louiz’ authored
-
- 15 Dec, 2012 2 commits
-
-
mathieui authored
-