summaryrefslogtreecommitdiff
path: root/libpurple/purpleconversationmanager.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove a bunch of documents that aren't read/displayed by gi-docgen.Gary Kramlich2022-09-121-17/+0
| | | | | | | Testing Done: Compiled. Reviewed at https://reviews.imfreedom.org/r/1753/
* Remove unnecessary gtk-doc comments and move them where possible from ↵Gary Kramlich2021-12-121-12/+2
| | | | | | | | | libpurple/purple[a-n]*.h Testing Done: Compiled Reviewed at https://reviews.imfreedom.org/r/1181/
* A bunch of random libpurple documentation fixesGary Kramlich2021-08-041-1/+27
| | | | | | | Testing Done: Build the docs and verified the fixes in `build/doc/reference/libpurple/libpurple-undocumented.txt` Reviewed at https://reviews.imfreedom.org/r/872/
* Add _foreach functions to PurpleConversationManager and PurpleProtocolManagerGary Kramlich2021-07-171-0/+24
| | | | | | | Testing Done: Compiled Reviewed at https://reviews.imfreedom.org/r/799/
* Create a manager for conversations.Gary Kramlich2021-06-141-0/+177
I Skipped unit tests because need a connection and full protocol implementation to do it properly. Testing Done: Compiled and ran with an IRC account. Reviewed at https://reviews.imfreedom.org/r/677/