Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add additional permission for linking with LibreSSL | June McEnroe | 2020-06-08 |
| | | | | https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs | ||
* | Do not stop when files in XDG dirs are inaccessible | June McEnroe | 2020-05-12 |
| | | | | | | | | | > When attempting to read a file, if for any reason a file in a certain > directory is unaccessible, e.g. because the directory is non-existant, > the file is non-existant or the user is not authorized to open the file, > then the processing of the file in that directory should be skipped. If > due to this a required file could not be found at all, the application > may chose to present an error message to the user. | ||
* | Add logging functions | June McEnroe | 2020-03-25 |
| | | | | The mkdir dance is a bit awkward... | ||
* | Move XDG_SUBDIR out of chat.h | June McEnroe | 2020-02-11 |
| | |||
* | Factor out XDG base directory code | June McEnroe | 2020-02-10 |
And add warnings to configOpen, since that's the only way to be accurate if a weird error occurs. |