Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup: gchar as gchar instead of char | John Hernandez | 2023-05-04 | 1 | -2/+2 |
* | Update copyright year | Michael Vetter | 2023-01-10 | 1 | -1/+1 |
* | Update copyright year | Michael Vetter | 2022-05-09 | 1 | -1/+1 |
* | replace `GString` usage where a simple `strdup` works | Steffen Jaeckel | 2022-03-14 | 1 | -20/+6 |
* | use `g_mkdir_with_parents()` instead of home-baked solution | Steffen Jaeckel | 2022-03-14 | 1 | -8/+7 |
* | add `files_file_in_account_data_path()` | Steffen Jaeckel | 2022-03-13 | 1 | -0/+21 |
* | Format code correctly | Michael Vetter | 2021-10-05 | 1 | -1/+1 |
* | Use whole path as logfile when defined via -f | Michael Vetter | 2020-12-11 | 1 | -8/+14 |
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -35/+35 |
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -37/+37 |
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -37/+37 |
* | 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/+19 |
* | Define POSIX macro to have strdup | Michael Vetter | 2020-06-12 | 1 | -7/+7 |
* | Dont manipulate pointer from getenv | Michael Vetter | 2020-06-12 | 1 | -6/+14 |
* | db: Have one database per account | Michael Vetter | 2020-04-06 | 1 | -16/+0 |
* | database: Define chatlog database location | Michael Vetter | 2020-04-06 | 1 | -0/+17 |
* | Allow setting custom log file via -f FILENAME | Michael Vetter | 2020-02-21 | 1 | -2/+12 |
* | Add vim modeline | Michael Vetter | 2019-11-13 | 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 | -12/+61 |
* | Move xgd functions | James Booth | 2016-07-24 | 1 | -4/+25 |
* | Add config/files.c | James Booth | 2016-07-24 | 1 | -0/+124 |