aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor the statetable out to a separate fileRichard van der Hoff2015-10-306-196/+400
* Implement joining roomsRichard van der Hoff2015-10-305-1/+142
* Leave rooms when pidgin tells us to.Richard van der Hoff2015-10-303-8/+72
* Fix segfault when JSON parsing failsRichard van der Hoff2015-10-301-1/+1
* Fix segfault on homeserver connection dropRichard van der Hoff2015-10-302-4/+13
* Move the room member table management out to a separate fileRichard van der Hoff2015-10-296-316/+549
* Set the 'persistent' flag on rooms when added to the buddy listRichard van der Hoff2015-10-292-29/+45
* README: We now have member lists in rooms. Mostly.Richard van der Hoff2015-10-291-2/+1
* Improve error-handling in API requestsRichard van der Hoff2015-10-294-89/+138
* Set HTTP request headers correctly for requests via proxyRichard van der Hoff2015-10-292-15/+26
* Build our own GET requestsRichard van der Hoff2015-10-281-15/+68
* Add an indication of the members of a roomRichard van der Hoff2015-10-273-146/+407
* Request a full_state sync the first time we connect to an account.Richard van der Hoff2015-10-274-66/+47
* Better room names for one-to-one chatsRichard van der Hoff2015-10-265-15/+149
* Update the room state on first messageRichard van der Hoff2015-10-224-3/+89
* Don't send new messages when the connection is droppingRichard van der Hoff2015-10-221-19/+29
* Abort active sync when the account disconnectsRichard van der Hoff2015-10-225-4/+50
* Refactor the connection codeRichard van der Hoff2015-10-2213-168/+250
* Rename MatrixAccount to MatrixConnectionDataRichard van der Hoff2015-10-228-90/+76
* Implement a 'cancel' method for the matrix-api interfaceRichard van der Hoff2015-10-223-23/+65
* Stash the next_batch token in the account settingsRichard van der Hoff2015-10-224-8/+25
* Add comments for matrixprpl_list_iconRichard van der Hoff2015-10-221-4/+13
* Install matrix iconsRichard van der Hoff2015-10-224-3/+13
* Eclipse settingsRichard van der Hoff2015-10-213-0/+109
* Update README and file commentsRichard van der Hoff2015-10-2113-27/+103
* Local echoRichard van der Hoff2015-10-213-43/+71
* Initial implementation of sending messagesRichard van der Hoff2015-10-215-68/+370
* Implement loginRichard van der Hoff2015-10-204-42/+179
* Use libhttp_parser for parsing the API responseRichard van der Hoff2015-10-204-102/+204
* Refactor API callbacksRichard van der Hoff2015-10-203-50/+89
* Fix the memory handling for roomsRichard van der Hoff2015-10-193-43/+69
* Refactor a load of codeRichard van der Hoff2015-10-196-286/+426
* Implement polling for incoming messagesRichard van der Hoff2015-10-195-209/+223
* Fix some indentationRichard van der Hoff2015-10-192-60/+60
* Fix double-click on chat in buddy listRichard van der Hoff2015-10-195-97/+72
* Display the messages we get on initial syncRichard van der Hoff2015-10-166-53/+109
* Switch to v2 /sync APIRichard van der Hoff2015-10-165-53/+74
* Initial attempts at displaying a room in pidginRichard van der Hoff2015-10-1611-80/+611
* Call initialSyncRichard van der Hoff2015-10-157-45/+370
* Re-indent libmatrix.cRichard van der Hoff2015-10-141-790/+790
* Fix link in READMERichard van der Hoff2015-10-131-1/+1
* Update readmeRichard van der Hoff2015-10-131-1/+17
* Rename the 'Null' plugin to 'Matrix'Richard van der Hoff2015-10-133-265/+265
* Initial frameworkRichard van der Hoff2015-10-132-0/+1228
* Initial commitRichard van der Hoff2015-10-133-0/+374