- 25 Aug, 2016 1 commit
-
-
mathieui authored
It wasn’t applying the transformation jid→filename used in log_message
-
- 24 Aug, 2016 1 commit
-
-
mathieui authored
Separate log items in two different classes instead of just trying the length of a tuple
-
- 30 Jun, 2016 1 commit
-
-
mathieui authored
-
- 27 Jun, 2016 1 commit
-
-
Link Mauve authored
-
- 11 Jun, 2016 2 commits
-
-
Link Mauve authored
Also don’t handle logger fds outside of Logger, and mark private objects and methods.
-
Link Mauve authored
-
- 05 May, 2015 1 commit
-
-
Link Mauve authored
-
- 21 Feb, 2015 1 commit
-
-
mathieui authored
-
- 20 Oct, 2014 2 commits
- 06 Apr, 2014 2 commits
- 03 Apr, 2014 1 commit
-
-
mathieui authored
(thanks eijebong)
-
- 31 Mar, 2014 1 commit
-
-
mathieui authored
Now everything in the logs is in UTC time, and is converted when read (also, actually return the logs after loading them instead of not doing anything)
-
- 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.
-
- 29 Jan, 2014 1 commit
-
-
mathieui authored
-
- 06 Sep, 2013 2 commits
- 13 Aug, 2013 1 commit
-
-
mathieui authored
-
- 06 Aug, 2013 2 commits
- 04 Aug, 2013 3 commits
- 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.
-
- 21 Jun, 2013 1 commit
-
-
mathieui authored
Archiving old logs is recommended before running this update, just in case.
-
- 19 Jun, 2013 1 commit
-
-
mathieui authored
-
- 09 Jun, 2013 3 commits
- 06 Apr, 2013 1 commit
-
-
mathieui authored
-
- 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…”)
-
- 31 Mar, 2013 1 commit
-
-
mathieui authored
- Refactor the message handlers to be more readable - Add a group_corrections tab-specific option (#2229) - Fix issues with /correct in private tabs and conversation tabs
-
- 16 Dec, 2012 1 commit
-
-
mathieui authored
-
- 15 Dec, 2012 4 commits
- 11 Nov, 2012 1 commit
-
-
mathieui authored
- New option load_log defaulting to 200 to indicate the number of lines to be loaded - It’s still very raw, and the format of the message does not match the format of the normal room history, for example - Works in the Private chat, MUC, and Conversation tabs Thanks to labedz <github@labedz.org> for the original code
-
- 02 Apr, 2012 1 commit
-
-
mathieui authored
-