Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only rotate logs if user didn't specify a log file | Michael Vetter | 2020-12-11 | 1 | -1/+7 |
* | Remove log_reinit() | Michael Vetter | 2020-12-11 | 1 | -14/+0 |
* | Declare counter var inside loop | Michael Vetter | 2020-11-09 | 1 | -4/+2 |
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -147/+146 |
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -143/+149 |
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -149/+143 |
* | Rework logging | Stefan Kropp | 2020-07-03 | 1 | -2/+2 |
* | log.c: Format code | Michael Vetter | 2020-07-02 | 1 | -7/+9 |
* | log.c: Use gchar* instead of GString for mainlogfile | Michael Vetter | 2020-07-02 | 1 | -10/+9 |
* | Remove prefs_free_string() | Michael Vetter | 2020-07-02 | 1 | -8/+8 |
* | 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 |