about summary refs log tree commit diff stats
path: root/src/log.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Log and print outgoing encrypted messagePaul Fariello2019-04-101-1/+63
* Add OMEMO message encryption and decryptionPaul Fariello2019-04-101-0/+34
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* Fix gcc8 error about strncpyMichael Vetter2018-07-061-1/+1
* Update copyrightJames Booth2018-01-211-1/+1
* Recreate chat log when removedJames Booth2017-06-131-1/+6
* Update CopyrightJames Booth2017-01-281-1/+1
* Remove copied char* in groupchat_log_chatJames Booth2016-07-261-9/+7
* Fix memory leaksJames Booth2016-07-251-1/+2
* Move all filepath handling to files.cJames Booth2016-07-241-37/+5
* Move xgd functionsJames Booth2016-07-241-2/+2
* Move resource conversionsJames Booth2016-07-241-1/+1
* Add config/files.cJames Booth2016-07-241-0/+1
* Tidy headersJames Booth2016-07-241-1/+0
* Update GPL link in headersJames Booth2016-07-241-1/+1
* Move connection fulljid functionJames Booth2016-05-061-6/+6
* Rename jabber_ functionsJames Booth2016-05-061-6/+6
* Updated copyrightJames Booth2016-02-141-1/+1
* Applied coding style to src/James Booth2015-10-261-40/+36
* Pass delay timestamp to all incoming chat eventsJames Booth2015-09-081-18/+7