Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |