summaryrefslogtreecommitdiff
path: root/libpurple/purpleoptions.c
Commit message (Collapse)AuthorAgeFilesLines
* Bump C standard to C99 for libpurple files and fix warningsElliott Sales de Andrade2022-12-111-2/+4
| | | | | | | Testing Done: Touched all source files and compiled; saw no new warnings. Reviewed at https://reviews.imfreedom.org/r/2122/
* Move debug command-line option to the UIsElliott Sales de Andrade2021-10-191-18/+0
| | | | | | | | | This is not really a core option, and even has a different meaning in Finch. Testing Done: Run `finch3 -d` and see debug window open by default; run `pidgin3` and see debug output printed. Reviewed at https://reviews.imfreedom.org/r/1080/
* Rename options.[ch] to purpleoptions.[ch]Gary Kramlich2021-01-241-0/+89
* Rename the files * Move the doc comments from the source to header files * Namespaced the callback functions Testing Done: Compiled, ran `ninja pidgin-pot`, and verified the output of `ninja libpurple-doc`. Reviewed at https://reviews.imfreedom.org/r/447/