about summary refs log tree commit diff stats
path: root/tests/unittests/log
Commit message (Collapse)AuthorAgeFilesLines
* Remove log_reinit()Michael Vetter2020-12-111-4/+0
| | | | Not needed anymore.
* Apply coding styleMichael Vetter2020-07-071-30/+111
|
* Revert "Apply coding style"Michael Vetter2020-07-071-112/+31
| | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems.
* Apply coding styleMichael Vetter2020-07-071-31/+112
| | | | Regards https://github.com/profanity-im/profanity/issues/1396
* Remove chat_log_get_previous()Michael Vetter2020-04-061-5/+0
| | | | | | | | | | | | We now dont get the log files from the text files via chat_log_get_previous() anymore. We use the sql backend via log_database_get_previous_chat(). So far it just has the same behaviour like chat_log_get_previous(), except that in _chatwin_history() we don't pass the sender to win_print_history() which should be fixed in a commit soon. And log_database_get_previous_chat() can later easily be expanded to fix https://github.com/profanity-im/profanity/issues/205.
* Fix log test stubMichael Vetter2020-02-211-4/+5
|
* Adjust message stubs in unit testsMichael Vetter2019-10-291-4/+4
|
* Rename prof_message_t into ProfMessagePaul Fariello2019-06-201-4/+4
|
* Add prof_message_t to wrap all message attributesPaul Fariello2019-06-201-4/+4
| | | | | | | Probably missing copy of body to plain in carbon and privmessage. Only covers the incoming message path because goal is OMEMO decryption of untrusted message. Cover some of the log functions but not all.
* Use mock_type() for casting mock()Frank Zschockelt2019-05-081-2/+2
|
* Add required OMEMO stub for unit-testPaul Fariello2019-04-101-2/+6
|
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
|
* Pass delay timestamp to all incoming chat eventsJames Booth2015-09-081-4/+3
|
* WIP fix for #516, needs memory cleanupJames Booth2015-06-291-1/+1
|
* log: Introduced stderr log handlerDmitry Podgorny2015-06-231-0/+4
| | | | | | | | This handler redirects stderr output to a pipe and gathers logs from the read end. The handler is called from main loop, therefore, if a function prints logs to stderr they will be put to log file only after function returns.
* Added PGP logging preferencesJames Booth2015-06-211-0/+2
|
* Moved all tests to tests folderJames Booth2015-06-121-0/+70