Age | Commit message (Expand) | Author |
2014-04-04 | Remove unused imports | mathieui |
2014-04-01 | Fix #2462 (wrong timezone in the logs) | mathieui |
2014-03-24 | Use RawConfigParser.get{int,bool,float} whenever possible | mathieui |
2014-01-29 | Fix a traceback when opening an empty log file | Mathieu Pasquet |
2013-09-06 | TIL splitlines() | Florent Le Coz |
2013-09-06 | Much more efficient and clean way to get the last n messages from history | Florent Le Coz |
2013-08-13 | Remove debug | mathieui |
2013-08-06 | Fix a crash for python < 3.3 | mathieui |
2013-08-06 | Fix the folder creation for roster changes | mathieui |
2013-08-04 | Prevent messages with typ=0 from being logged | mathieui |
2013-08-04 | Do not load logs if use_logs is false | mathieui |
2013-08-04 | Fix a traceback on get_logs | mathieui |
2013-08-03 | Logs errors by default, in a dedicated file | mathieui |
2013-06-22 | Parse the new log format to display it. (ref #2311) | mathieui |
2013-06-19 | Revert 9eaffe1369f2be177576402f20edcd114a1eaa9d because of 3.1 compat | mathieui |
2013-06-09 | Use the new format in the roster log too (ref #2311) | mathieui |
2013-06-09 | Adopt the mcabber log format (Fix #2311) | mathieui |
2013-06-09 | Fix the os.makedirs calls so that they don’t traceback for nothing | mathieui |
2013-04-06 | Do not attempt to log things when use_log = false | mathieui |
2013-04-05 | Handle I/O errors better | mathieui |
2013-03-31 | Fix #2275, ref #2229 | mathieui |
2012-12-16 | Fix the per-tab options on logs | mathieui |
2012-12-15 | fix a traceback when we accidentally seek() in the middle of a char | mathieui |
2012-12-15 | Really make the use_log a tab-specific option. | mathieui |
2012-12-15 | Sort the configurations options by name in the documentation | mathieui |
2012-12-15 | Fix #2172 (select which rooms are logged) | mathieui |
2012-11-11 | Preload history into discussion windows (à la mcabber) | mathieui |
2012-04-02 | Fixes #2350 (reloading static resources on SIGHUP) | mathieui |
2011-11-16 | Use os.path.expanduser to interpret '~' for _dir config options | mathieui |
2011-11-06 | Code cleanup (unused import, variables, undefined names, etc…) | mathieui |
2011-09-11 | Change license to zlib (MIT sucks :() | Florent Le Coz |
2011-09-06 | Change license to MIT | Florent Le Coz |
2011-06-18 | Fixes bug #2183 | mathieui |
2011-05-27 | Fixes #2174 | mathieui |
2011-02-21 | Avoid crash when write to log file fails | Florent Le Coz |
2011-01-12 | Log messages from normal and private conversations as well | Florent Le Coz |
2011-01-02 | fix the log of MUC messages in files | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2011-01-01 | update copyright date | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2010-11-15 | a few renamings, and some other stuff | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2010-10-04 | update e-mail address and README | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2010-09-03 | python 3 only. Fixes all EncodingError bugs :)))) | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2010-08-31 | Switch to Sleekxmpp. fixed #1768 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |