aboutsummaryrefslogtreecommitdiffstats
path: root/matrix-room.c
Commit message (Expand)AuthorAgeFilesLines
* Move the room member table management out to a separate fileRichard van der Hoff2015-10-291-285/+101
* Set the 'persistent' flag on rooms when added to the buddy listRichard van der Hoff2015-10-291-29/+7
* Add an indication of the members of a roomRichard van der Hoff2015-10-271-122/+379
* Request a full_state sync the first time we connect to an account.Richard van der Hoff2015-10-271-50/+0
* Better room names for one-to-one chatsRichard van der Hoff2015-10-261-13/+137
* Update the room state on first messageRichard van der Hoff2015-10-221-1/+52
* Don't send new messages when the connection is droppingRichard van der Hoff2015-10-221-19/+29
* Refactor the connection codeRichard van der Hoff2015-10-221-2/+1
* Rename MatrixAccount to MatrixConnectionDataRichard van der Hoff2015-10-221-7/+8
* Implement a 'cancel' method for the matrix-api interfaceRichard van der Hoff2015-10-221-1/+1
* Update README and file commentsRichard van der Hoff2015-10-211-1/+1
* Local echoRichard van der Hoff2015-10-211-7/+54
* Initial implementation of sending messagesRichard van der Hoff2015-10-211-25/+210
* Fix the memory handling for roomsRichard van der Hoff2015-10-191-22/+50
* Refactor a load of codeRichard van der Hoff2015-10-191-176/+128
* Implement polling for incoming messagesRichard van der Hoff2015-10-191-12/+164
* Fix some indentationRichard van der Hoff2015-10-191-59/+59
* Fix double-click on chat in buddy listRichard van der Hoff2015-10-191-33/+0
* Display the messages we get on initial syncRichard van der Hoff2015-10-161-2/+0
* Switch to v2 /sync APIRichard van der Hoff2015-10-161-12/+27
* Initial attempts at displaying a room in pidginRichard van der Hoff2015-10-161-0/+172