Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Define POSIX macro to have strdup | Michael Vetter | 2020-06-12 | 1 | -2/+2 |
* | Add and use connection_get_barejid() | Michael Vetter | 2020-05-25 | 1 | -63/+56 |
* | log: don't log dt | Michael Vetter | 2020-04-20 | 1 | -3/+3 |
* | log: Dont shadow logp | Michael Vetter | 2020-04-20 | 1 | -16/+16 |
* | Add to_jid field to ProfMessage struct | Michael Vetter | 2020-04-11 | 1 | -14/+14 |
* | Add type field to ProfMessage | Michael Vetter | 2020-04-06 | 1 | -7/+7 |
* | Remove chat_log_get_previous() | Michael Vetter | 2020-04-06 | 1 | -48/+0 |
* | Rename PROF_MSG_ENC_PLAIN to PROF_MSG_ENC_NONE | Michael Vetter | 2020-04-06 | 1 | -1/+1 |
* | Fix errors in log.c | Michael Vetter | 2020-02-22 | 1 | -1/+2 |
* | get_log_file_location () should return const char* | Michael Vetter | 2020-02-21 | 1 | -1/+1 |
* | Allow setting custom log file via -f FILENAME | Michael Vetter | 2020-02-21 | 1 | -10/+28 |
* | Add vim modeline | Michael Vetter | 2019-11-13 | 1 | -0/+1 |
* | Actually log MUC PM messages | Michael Vetter | 2019-10-28 | 1 | -11/+11 |
* | Properly display chatwin history | Michael Vetter | 2019-10-21 | 1 | -1/+0 |
* | Improve MUC 1:1 logging | Michael Vetter | 2019-10-07 | 1 | -25/+79 |
* | log: set nonblocking mode for stderr | Dmitry Podgorny | 2019-09-13 | 1 | -6/+16 |
* | 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 | -12/+12 |
* | Add myself to copyright | Michael Vetter | 2019-06-17 | 1 | -0/+1 |
* | Iterate logfiles until 100 are reached | Michael Vetter | 2019-06-07 | 1 | -6/+9 |
* | Log and print outgoing encrypted message | Paul Fariello | 2019-04-10 | 1 | -1/+63 |
* | Add OMEMO message encryption and decryption | Paul Fariello | 2019-04-10 | 1 | -0/+34 |
* | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 1 | -1/+1 |
* | Fix gcc8 error about strncpy | Michael Vetter | 2018-07-06 | 1 | -1/+1 |
* | Update copyright | James Booth | 2018-01-21 | 1 | -1/+1 |
* | Recreate chat log when removed | James Booth | 2017-06-13 | 1 | -1/+6 |
* | Update Copyright | James Booth | 2017-01-28 | 1 | -1/+1 |
* | Remove copied char* in groupchat_log_chat | James Booth | 2016-07-26 | 1 | -9/+7 |
* | Fix memory leaks | James Booth | 2016-07-25 | 1 | -1/+2 |
* | Move all filepath handling to files.c | James Booth | 2016-07-24 | 1 | -37/+5 |
* | Move xgd functions | James Booth | 2016-07-24 | 1 | -2/+2 |
* | Move resource conversions | James Booth | 2016-07-24 | 1 | -1/+1 |
* | Add config/files.c | James Booth | 2016-07-24 | 1 | -0/+1 |
* | Tidy headers | James Booth | 2016-07-24 | 1 | -1/+0 |
* | Update GPL link in headers | James Booth | 2016-07-24 | 1 | -1/+1 |
* | Move connection fulljid function | James Booth | 2016-05-06 | 1 | -6/+6 |
* | Rename jabber_ functions | James Booth | 2016-05-06 | 1 | -6/+6 |
* | Updated copyright | James Booth | 2016-02-14 | 1 | -1/+1 |
* | Applied coding style to src/ | James Booth | 2015-10-26 | 1 | -40/+36 |
* | Pass delay timestamp to all incoming chat events | James Booth | 2015-09-08 | 1 | -18/+7 |
* | Dereference timestamp on chat logging | James Booth | 2015-08-09 | 1 | -1/+6 |
* | WIP fix for #516, needs memory cleanup | James Booth | 2015-06-29 | 1 | -14/+6 |
* | log: Introduced stderr log handler | Dmitry Podgorny | 2015-06-23 | 1 | -0/+103 |
* | Added PGP logging preferences | James Booth | 2015-06-21 | 1 | -0/+34 |
* | Use null check convention in log.c | James Booth | 2015-05-04 | 1 | -8/+8 |
* | Move common chat logging code to log.c | James Booth | 2015-03-15 | 1 | -4/+74 |
* | Updated copyright | James Booth | 2015-02-10 | 1 | -1/+1 |
* | Used g_hash_table_destroy to free logs | James Booth | 2015-02-10 | 1 | -4/+4 |
* | Set file permissions for logs | James Booth | 2014-10-18 | 1 | -0/+4 |
* | Added license exemption for OpenSSL to source headers | James Booth | 2014-08-24 | 1 | -0/+12 |