summaryrefslogtreecommitdiff
path: root/src/logger.py
AgeCommit message (Expand)Author
2015-05-06When reading logs, don’t consider a non-existing file as an error.Emmanuel Gil Peyrot
2015-02-21Remove the unused "logfile" option and do not append 'logs' to every log pathmathieui
2014-10-20Remove the (sometimes wrong) default values in the config.get() callsmathieui
2014-10-20Change the API of Config.get_by_tabnamemathieui
2014-04-07Fix #2354 (logs are badly colored with xhtml history)mathieui
2014-04-06Do not instantiate the message logger at module levelmathieui
2014-04-04Remove unused importsmathieui
2014-04-01Fix #2462 (wrong timezone in the logs)mathieui
2014-03-24Use RawConfigParser.get{int,bool,float} whenever possiblemathieui
2014-01-29Fix a traceback when opening an empty log fileMathieu Pasquet
2013-09-06TIL splitlines()Florent Le Coz
2013-09-06Much more efficient and clean way to get the last n messages from historyFlorent Le Coz
2013-08-13Remove debugmathieui
2013-08-06Fix a crash for python < 3.3mathieui
2013-08-06Fix the folder creation for roster changesmathieui
2013-08-04Prevent messages with typ=0 from being loggedmathieui
2013-08-04Do not load logs if use_logs is falsemathieui
2013-08-04Fix a traceback on get_logsmathieui
2013-08-03Logs errors by default, in a dedicated filemathieui
2013-06-22Parse the new log format to display it. (ref #2311)mathieui
2013-06-19Revert 9eaffe1369f2be177576402f20edcd114a1eaa9d because of 3.1 compatmathieui
2013-06-09Use the new format in the roster log too (ref #2311)mathieui
2013-06-09Adopt the mcabber log format (Fix #2311)mathieui
2013-06-09Fix the os.makedirs calls so that they don’t traceback for nothingmathieui
2013-04-06Do not attempt to log things when use_log = falsemathieui
2013-04-05Handle I/O errors bettermathieui
2013-03-31Fix #2275, ref #2229mathieui
2012-12-16Fix the per-tab options on logsmathieui
2012-12-15fix a traceback when we accidentally seek() in the middle of a charmathieui
2012-12-15Really make the use_log a tab-specific option.mathieui
2012-12-15Sort the configurations options by name in the documentationmathieui
2012-12-15Fix #2172 (select which rooms are logged)mathieui
2012-11-11Preload history into discussion windows (à la mcabber)mathieui
2012-04-02Fixes #2350 (reloading static resources on SIGHUP)mathieui
2011-11-16Use os.path.expanduser to interpret '~' for _dir config optionsmathieui
2011-11-06Code cleanup (unused import, variables, undefined names, etc…)mathieui
2011-09-11Change license to zlib (MIT sucks :()Florent Le Coz
2011-09-06Change license to MITFlorent Le Coz
2011-06-18Fixes bug #2183mathieui
2011-05-27Fixes #2174mathieui
2011-02-21Avoid crash when write to log file failsFlorent Le Coz
2011-01-12Log messages from normal and private conversations as wellFlorent Le Coz
2011-01-02fix the log of MUC messages in fileslouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2011-01-01update copyright datelouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-15a few renamings, and some other stufflouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-10-04update e-mail address and READMElouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-09-03python 3 only. Fixes all EncodingError bugs :))))louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-08-31Switch to Sleekxmpp. fixed #1768louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13