Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add `files_file_in_account_data_path()` | Steffen Jaeckel | 2022-03-13 | 1 | -19/+17 |
| | | | | | | | | | | | | As all parts of the code invoking the `files_get_account_data_path()` function did the same afterwards, a function has been added with the same behavior. 1. create path 2. `mkdir` of that path 3. return final path Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de> | ||||
* | build: remove otr3 support | Michael Vetter | 2022-02-18 | 1 | -231/+0 |
| | | | | All the distributions I checked have libotr 4.1.1 now. | ||||
* | auto-format | Steffen Jaeckel | 2022-02-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de> | ||||
* | Add config.h in files were it was missing | Michael Vetter | 2021-03-26 | 3 | -0/+6 |
| | | | | Related to https://github.com/profanity-im/profanity/issues/1512 | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 5 | -265/+262 |
| | |||||
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 5 | -274/+277 |
| | | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems. | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 5 | -277/+274 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1396 | ||||
* | Remove prefs_free_string() | Michael Vetter | 2020-07-02 | 1 | -1/+1 |
| | | | | | It just does a free. Related to b580b9ef119045f142fa4baa9689a1c5ce8864ef | ||||
* | otr.c: Simplify freeing | Michael Vetter | 2020-07-01 | 1 | -3/+1 |
| | | | | free(NULL) is a noop. | ||||
* | Fix overlooking variable | Michael Vetter | 2020-07-01 | 1 | -2/+2 |
| | | | | Fix mistake where I overlooked some variables in 1224aa414e56a763412ee33c2b8779d4e6cb1608. | ||||
* | Use files_get_account_data_path instead of duplicate code | Michael Vetter | 2020-07-01 | 1 | -53/+33 |
| | | | | | We often had a use case where we want the account specific data dir. Let's create a function for this instead of doing it by hand each time. | ||||
* | db: log all incoming and outgoing messages | Michael Vetter | 2020-04-06 | 1 | -0/+2 |
| | |||||
* | Rename PROF_MSG_ENC_PLAIN to PROF_MSG_ENC_NONE | Michael Vetter | 2020-04-06 | 1 | -1/+1 |
| | |||||
* | Allow utf8 symbols as omemo/pgp/otr indicator char | Michael Vetter | 2020-02-20 | 1 | -2/+2 |
| | | | | Fix https://github.com/profanity-im/profanity/issues/1264 | ||||
* | xep-0308: enable corrections for outgoing encrypted messages | Michael Vetter | 2020-02-12 | 2 | -11/+9 |
| | |||||
* | xep-0308: update the UI upon sending a corrected message | Michael Vetter | 2020-02-11 | 1 | -2/+4 |
| | | | | | So far we don't do this for encrypted messages. Still needs to be done. And MUC also needs to be done. | ||||
* | Add vim modeline | Michael Vetter | 2019-11-13 | 5 | -0/+5 |
| | |||||
* | Actually log MUC PM messages | Michael Vetter | 2019-10-28 | 1 | -2/+2 |
| | | | | | | | | | | 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 | ||||
* | Make sure result is always set for otr_get_policy() | Michael Vetter | 2019-07-23 | 1 | -1/+1 |
| | |||||
* | Add prof_message_t to wrap all message attributes | Paul Fariello | 2019-06-20 | 1 | -2/+2 |
| | | | | | | | 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. | ||||
* | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 5 | -5/+5 |
| | |||||
* | Update copyright | James Booth | 2018-01-21 | 5 | -5/+5 |
| | |||||
* | Update Copyright | James Booth | 2017-01-28 | 5 | -5/+5 |
| | |||||
* | Add win_print | James Booth | 2016-10-15 | 1 | -2/+2 |
| | |||||
* | Remove ui_win_error_line | James Booth | 2016-10-15 | 1 | -2/+2 |
| | |||||
* | Correct minor spelling errors | Jack Henschel | 2016-09-27 | 1 | -1/+1 |
| | |||||
* | Send receipt request only when receiver supports feature | James Booth | 2016-08-18 | 2 | -9/+9 |
| | | | | issue #829 | ||||
* | Move all filepath handling to files.c | James Booth | 2016-07-24 | 1 | -15/+12 |
| | |||||
* | Move xgd functions | James Booth | 2016-07-24 | 1 | -3/+3 |
| | |||||
* | Add config/files.c | James Booth | 2016-07-24 | 1 | -0/+1 |
| | |||||
* | Tidy headers | James Booth | 2016-07-24 | 3 | -9/+9 |
| | |||||
* | Moved window_list.c | James Booth | 2016-07-24 | 2 | -2/+2 |
| | |||||
* | Moved roster_list.c | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Moved contact.c | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Make header defines consistent | James Booth | 2016-07-24 | 2 | -4/+4 |
| | |||||
* | Moved chat_session.c | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Update GPL link in headers | James Booth | 2016-07-24 | 5 | -5/+5 |
| | |||||
* | Fix memory leaks | James Booth | 2016-06-08 | 1 | -0/+3 |
| | |||||
* | Rename jabber_ functions | James Booth | 2016-05-06 | 1 | -1/+1 |
| | |||||
* | Add session.c | James Booth | 2016-05-05 | 1 | -1/+1 |
| | |||||
* | Fixed compiler errors | James Booth | 2016-04-27 | 1 | -7/+7 |
| | |||||
* | Fix OSX compile | James Booth | 2016-04-26 | 1 | -0/+1 |
| | |||||
* | Updated copyright | James Booth | 2016-02-14 | 5 | -5/+5 |
| | |||||
* | Added roster struct, create and destroy roster on connect/disconnect | James Booth | 2016-01-05 | 1 | -2/+6 |
| | |||||
* | Show error message when OTR key cannot be loaded | James Booth | 2015-11-23 | 1 | -9/+18 |
| | |||||
* | Renamed ui_outgoing_chat_msg -> chatwin_outgoing_msg | James Booth | 2015-10-27 | 1 | -2/+2 |
| | |||||
* | Fixed otrlibv3 | James Booth | 2015-10-27 | 1 | -1/+1 |
| | |||||
* | Combined chatwin OTR SMP functions | James Booth | 2015-10-27 | 4 | -21/+34 |
| | |||||
* | Renamed chatwin OTR functions | James Booth | 2015-10-27 | 3 | -30/+30 |
| | |||||
* | Added missing include | James Booth | 2015-10-27 | 1 | -0/+1 |
| |