summaryrefslogtreecommitdiff
path: root/libpurple/purpleroomlistroom.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix extra const in libpurple headerElliott Sales de Andrade2022-11-261-1/+1
| | | | | | | | | This fixes the warning that occurs all over when doing `warning_level=2`. Testing Done: Compiled a plugin with `warning_level=2`. Reviewed at https://reviews.imfreedom.org/r/2098/
* Rework the way roomlists work so we can more easily port them to GTK4Gary Kramlich2022-05-021-0/+183
Testing Done: Joined rooms on XMPP via the buttons, double clicking, and the context menu. Reviewed at https://reviews.imfreedom.org/r/1293/