summaryrefslogtreecommitdiff
path: root/src/idle-roomlist-manager.h
Commit message (Collapse)AuthorAgeFilesLines
* idle_roomlist_manager_get_type: fix prototypeWill Thompson2012-10-291-1/+1
|
* Roomlist: modernize private structures.Will Thompson2012-04-081-0/+2
|
* Initial support for listing IRC channelsJonathon Jongsma2012-04-081-0/+53
Added IdleRoomlistManager and IdleRoomlistChannel classes. There is a basic test included as well. Things seem to work ok (e.g. I can display a list of channels in empathy), but it hasn't been extensively tested and I have made some possibly questionable design decisions (e.g. only creating a single RoomlistChannel rather than creating a new one every time one is requested). I don't fully understand the implication of that choice yet, so I need to do some more work to figure out whether that needs to be changed. There seems to be a crash when closing down the channel that also needs to be investigated.