about summary refs log tree commit diff stats
path: root/src/log.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typos and update codespell configurationDaniel Santos2023-04-031-1/+1
* minor changesSteffen Jaeckel2023-01-181-7/+11
* Update copyright yearMichael Vetter2023-01-101-1/+1
* less strdup()+free()Steffen Jaeckel2022-09-071-6/+3
* log: put static functions on topMichael Vetter2022-06-281-55/+52
* Split log.c into log.c and chatlog.cMichael Vetter2022-06-281-462/+0
* Display log level information in preferencesMichael Vetter2022-06-221-0/+17
* Rename _log_string_from_level to _log_abbreviation_string_from_levelMichael Vetter2022-06-221-3/+4
* Update copyright yearMichael Vetter2022-05-091-1/+1
* Use profanity.001.log instead of profanity.log.001 for rotated logsMichael Vetter2022-04-291-8/+13
* Use 3 digits for rotated logfilesMichael Vetter2022-04-291-3/+3
* Use ISO8601 for log filesMichael Vetter2022-04-291-1/+1
* Use ISO8601 for chatlogsMichael Vetter2022-04-291-2/+2
* Fix logging (this time for real)Steffen Jaeckel2022-04-011-1/+7
* fix path where logs are storedSteffen Jaeckel2022-04-011-1/+3
* refactor logfile-name creationSteffen Jaeckel2022-03-141-66/+10
* Format code correctlyMichael Vetter2021-10-051-1/+1
* Fix log rotationMichael Vetter2021-07-051-1/+1
* Fix log rotationMichael Vetter2021-06-281-7/+1
* Add config.h in files were it was missingMichael Vetter2021-03-261-0/+2
* Only rotate logs if user didn't specify a log fileMichael Vetter2020-12-111-1/+7
* Remove log_reinit()Michael Vetter2020-12-111-14/+0
* Declare counter var inside loopMichael Vetter2020-11-091-4/+2
* Apply coding styleMichael Vetter2020-07-071-147/+146
* Revert "Apply coding style"Michael Vetter2020-07-071-143/+149
* Apply coding styleMichael Vetter2020-07-071-149/+143
* Rework loggingStefan Kropp2020-07-031-2/+2
* log.c: Format codeMichael Vetter2020-07-021-7/+9
* log.c: Use gchar* instead of GString for mainlogfileMichael Vetter2020-07-021-10/+9
* Remove prefs_free_string()Michael Vetter2020-07-021-8/+8
* Define POSIX macro to have strdupMichael Vetter2020-06-121-2/+2
* Add and use connection_get_barejid()Michael Vetter2020-05-251-63/+56
* log: don't log dtMichael Vetter2020-04-201-3/+3
* log: Dont shadow logpMichael Vetter2020-04-201-16/+16
* Add to_jid field to ProfMessage structMichael Vetter2020-04-111-14/+14
* Add type field to ProfMessageMichael Vetter2020-04-061-7/+7
* Remove chat_log_get_previous()Michael Vetter2020-04-061-48/+0
* Rename PROF_MSG_ENC_PLAIN to PROF_MSG_ENC_NONEMichael Vetter2020-04-061-1/+1
* Fix errors in log.cMichael Vetter2020-02-221-1/+2
* get_log_file_location () should return const char*Michael Vetter2020-02-211-1/+1
* Allow setting custom log file via -f FILENAMEMichael Vetter2020-02-211-10/+28
* Add vim modelineMichael Vetter2019-11-131-0/+1
* Actually log MUC PM messagesMichael Vetter2019-10-281-11/+11
* Properly display chatwin historyMichael Vetter2019-10-211-1/+0
* Improve MUC 1:1 loggingMichael Vetter2019-10-071-25/+79
* log: set nonblocking mode for stderrDmitry Podgorny2019-09-131-6/+16
* Rename prof_message_t into ProfMessagePaul Fariello2019-06-201-4/+4
* Add prof_message_t to wrap all message attributesPaul Fariello2019-06-201-12/+12
* Add myself to copyrightMichael Vetter2019-06-171-0/+1
* Iterate logfiles until 100 are reachedMichael Vetter2019-06-071-6/+9