summaryrefslogtreecommitdiff
path: root/poezio/logger.py
AgeCommit message (Collapse)Author
2017-09-28Rename parse_message_line to parse_log_linemathieui
2017-09-28Add line start/end markers on the regexmathieui
2017-09-28Use match groups instead of re.split because we don't want thatmathieui
2017-08-13Fix Logging - revert NARROW NO-BREAK SPACE (U+202F) to NO-BREAK SPACE (U+A0)Georg Lukas
2017-06-27Do not end log lines with a spacemathieui
… it's about time I fixed this
2016-08-28Fix a traceback on malformed logsmathieui
2016-08-25Fix #3223 (close privatetab logfiles properly)mathieui
It wasn’t applying the transformation jid→filename used in log_message
2016-08-24Make log parsing a little bettermathieui
Separate log items in two different classes instead of just trying the length of a tuple
2016-06-30Absolute imports everywheremathieui
2016-06-27Make all relative imports explicit.Emmanuel Gil Peyrot
2016-06-11Make poezio.logger more Cython-friendly.Emmanuel Gil Peyrot
Also don’t handle logger fds outside of Logger, and mark private objects and methods.
2016-06-11Move the src directory to poezio, for better cython compatibility.Emmanuel Gil Peyrot