Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor for threaded external executable for built-in download methods | William Wennerström | 2020-12-03 | 1 | -9/+10 |
| | |||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -18/+18 |
| | |||||
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -18/+18 |
| | | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems. | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -18/+18 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1396 | ||||
* | files.c: use const char *const where appropriate | Michael Vetter | 2020-07-01 | 1 | -2/+2 |
| | |||||
* | Use files_get_account_data_path instead of duplicate code | Michael Vetter | 2020-07-01 | 1 | -1/+2 |
| | | | | | 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. | ||||
* | Define POSIX macro to have strdup | Michael Vetter | 2020-06-12 | 1 | -4/+4 |
| | | | | | | | | | | | | | | https://github.com/profanity-im/profanity/commit/98c38dc6d6d29333c63f80327774f094610d8602 sets C99 as standard. strdup() is not part of C99. For now set `-D_POSIX_C_SOURCE=200809L` macro to have strdup() in C99. Using `gnu99` instead would be another option. We should take more care to use glib functions whenever possible. Regards https://github.com/profanity-im/profanity/issues/1357 | ||||
* | PoC for bookmark ignore | Michael Vetter | 2020-05-24 | 1 | -0/+1 |
| | | | | | | | | | | ``` ~/.local/share/profanity % cat bookmark_ignore [ignore] profanity@rooms.dismail.de= ``` Regards https://github.com/profanity-im/profanity/issues/1115 | ||||
* | db: Have one database per account | Michael Vetter | 2020-04-06 | 1 | -1/+1 |
| | |||||
* | database: Define chatlog database location | Michael Vetter | 2020-04-06 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | Rename identification file | Michael Vetter | 2019-10-16 | 1 | -1/+2 |
| | |||||
* | Create random-bytes file | Michael Vetter | 2019-10-16 | 1 | -0/+1 |
| | | | | | | | | | | So far only with dummy value. We will need an identifier that we can hash together with a message ID and put in as the origin-id. So when we receive message we can unsplit it and see if it was sent from this client. Regards https://github.com/profanity-im/profanity/issues/1207 | ||||
* | Add OMEMO identity materials long term storage | Paul Fariello | 2019-04-10 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | Move all filepath handling to files.c | James Booth | 2016-07-24 | 1 | -3/+19 |
| | |||||
* | Move xgd functions | James Booth | 2016-07-24 | 1 | -2/+5 |
| | |||||
* | Add config/files.c | James Booth | 2016-07-24 | 1 | -0/+44 |