Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove log_reinit() | Michael Vetter | 2020-12-11 | 1 | -1/+0 |
| | | | | Not needed anymore. | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -19/+19 |
| | |||||
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -19/+19 |
| | | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems. | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -19/+19 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1396 | ||||
* | Remove chat_log_get_previous() | Michael Vetter | 2020-04-06 | 1 | -1/+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. | ||||
* | get_log_file_location () should return const char* | Michael Vetter | 2020-02-21 | 1 | -1/+1 |
| | | | | Make clear that result should never be freed. | ||||
* | Allow setting custom log file via -f FILENAME | Michael Vetter | 2020-02-21 | 1 | -1/+1 |
| | | | | | `profanity -f TEST` will use `~/.local/share/profanity/logs/TEST.log` as the log file. | ||||
* | Add vim modeline | Michael Vetter | 2019-11-13 | 1 | -0/+1 |
| | |||||
* | Actually log MUC PM messages | Michael Vetter | 2019-10-28 | 1 | -4/+4 |
| | | | | | | | | | | If I'm not mistaken MUC PMs have not been logged at all if there was no other client sending carbons. This should add MUC PM logging functionality. We still need to make sure carbons log to the same file. Regards https://github.com/profanity-im/profanity/issues/1214 | ||||
* | Rename prof_message_t into ProfMessage | Paul Fariello | 2019-06-20 | 1 | -4/+4 |
| | |||||
* | Add prof_message_t to wrap all message attributes | Paul Fariello | 2019-06-20 | 1 | -4/+6 |
| | | | | | | | 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. | ||||
* | Log and print outgoing encrypted message | Paul Fariello | 2019-04-10 | 1 | -2/+5 |
| | |||||
* | Add OMEMO message encryption and decryption | Paul Fariello | 2019-04-10 | 1 | -0/+2 |
| | |||||
* | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | Update copyright | James Booth | 2018-01-21 | 1 | -1/+1 |
| | |||||
* | Update Copyright | James Booth | 2017-01-28 | 1 | -1/+1 |
| | |||||
* | Tidy headers | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Update GPL link in headers | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Updated copyright | James Booth | 2016-02-14 | 1 | -1/+1 |
| | |||||
* | Applied coding style to src/ | James Booth | 2015-10-26 | 1 | -6/+5 |
| | |||||
* | Use consistent style for pointers | Michael Vetter | 2015-10-21 | 1 | -17/+17 |
| | |||||
* | Pass delay timestamp to all incoming chat events | James Booth | 2015-09-08 | 1 | -4/+3 |
| | |||||
* | WIP fix for #516, needs memory cleanup | James Booth | 2015-06-29 | 1 | -1/+1 |
| | |||||
* | log: Introduced stderr log handler | Dmitry Podgorny | 2015-06-23 | 1 | -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 preferences | James Booth | 2015-06-21 | 1 | -0/+2 |
| | |||||
* | Move common chat logging code to log.c | James Booth | 2015-03-15 | 1 | -2/+8 |
| | |||||
* | Updated copyright | James Booth | 2015-02-10 | 1 | -1/+1 |
| | |||||
* | Added license exemption for OpenSSL to source headers | James Booth | 2014-08-24 | 1 | -0/+12 |
| | |||||
* | Fixed memleak in chat log history | James Booth | 2014-06-27 | 1 | -1/+1 |
| | |||||
* | Added /log where command | James Booth | 2014-04-13 | 1 | -0/+1 |
| | |||||
* | Added /log shared setting | James Booth | 2014-04-13 | 1 | -0/+1 |
| | | | | Issue #170 | ||||
* | Updated copyright | James Booth | 2014-03-09 | 1 | -1/+1 |
| | |||||
* | Moved handle_login_account_success to server_events | James Booth | 2014-01-05 | 1 | -0/+2 |
| | |||||
* | Added groupchat logs | James Booth | 2013-05-05 | 1 | -0/+4 |
| | | | | closes #168 | ||||
* | Removed log function to log.c | James Booth | 2013-02-03 | 1 | -0/+1 |
| | |||||
* | Joined log and chat_log modules | James Booth | 2013-01-28 | 1 | -0/+11 |
| | |||||
* | Updated copyright | James Booth | 2013-01-11 | 1 | -1/+1 |
| | |||||
* | Removed trailing whitespace from src and tests | James Booth | 2012-10-21 | 1 | -3/+3 |
| | |||||
* | Fixed vargs strings in log | James Booth | 2012-09-09 | 1 | -1/+1 |
| | |||||
* | Tidied all includes | James Booth | 2012-08-26 | 1 | -2/+0 |
| | |||||
* | Refactored log | James Booth | 2012-08-26 | 1 | -7/+7 |
| | | | | Added shortcut functions for prof logging levels | ||||
* | Customisable logging levels | James Booth | 2012-08-19 | 1 | -1/+2 |
| | |||||
* | Basic log levels settings | James Booth | 2012-08-19 | 1 | -2/+11 |
| | |||||
* | Removed extern for log | James Booth | 2012-08-19 | 1 | -3/+0 |
| | |||||
* | Added autobuild tools | James Booth | 2012-07-01 | 1 | -0/+39 |