Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Refactor the statetable out to a separate file | Richard van der Hoff | 2015-10-30 | 6 | -196/+400 | |
* | Implement joining rooms | Richard van der Hoff | 2015-10-30 | 5 | -1/+142 | |
* | Leave rooms when pidgin tells us to. | Richard van der Hoff | 2015-10-30 | 3 | -8/+72 | |
* | Fix segfault when JSON parsing fails | Richard van der Hoff | 2015-10-30 | 1 | -1/+1 | |
* | Fix segfault on homeserver connection drop | Richard van der Hoff | 2015-10-30 | 2 | -4/+13 | |
* | Move the room member table management out to a separate file | Richard van der Hoff | 2015-10-29 | 6 | -316/+549 | |
* | Set the 'persistent' flag on rooms when added to the buddy list | Richard van der Hoff | 2015-10-29 | 2 | -29/+45 | |
* | README: We now have member lists in rooms. Mostly. | Richard van der Hoff | 2015-10-29 | 1 | -2/+1 | |
* | Improve error-handling in API requests | Richard van der Hoff | 2015-10-29 | 4 | -89/+138 | |
* | Set HTTP request headers correctly for requests via proxy | Richard van der Hoff | 2015-10-29 | 2 | -15/+26 | |
* | Build our own GET requests | Richard van der Hoff | 2015-10-28 | 1 | -15/+68 | |
* | Add an indication of the members of a room | Richard van der Hoff | 2015-10-27 | 3 | -146/+407 | |
* | Request a full_state sync the first time we connect to an account. | Richard van der Hoff | 2015-10-27 | 4 | -66/+47 | |
* | Better room names for one-to-one chats | Richard van der Hoff | 2015-10-26 | 5 | -15/+149 | |
* | Update the room state on first message | Richard van der Hoff | 2015-10-22 | 4 | -3/+89 | |
* | Don't send new messages when the connection is dropping | Richard van der Hoff | 2015-10-22 | 1 | -19/+29 | |
* | Abort active sync when the account disconnects | Richard van der Hoff | 2015-10-22 | 5 | -4/+50 | |
* | Refactor the connection code | Richard van der Hoff | 2015-10-22 | 13 | -168/+250 | |
* | Rename MatrixAccount to MatrixConnectionData | Richard van der Hoff | 2015-10-22 | 8 | -90/+76 | |
* | Implement a 'cancel' method for the matrix-api interface | Richard van der Hoff | 2015-10-22 | 3 | -23/+65 | |
* | Stash the next_batch token in the account settings | Richard van der Hoff | 2015-10-22 | 4 | -8/+25 | |
* | Add comments for matrixprpl_list_icon | Richard van der Hoff | 2015-10-22 | 1 | -4/+13 | |
* | Install matrix icons | Richard van der Hoff | 2015-10-22 | 4 | -3/+13 | |
* | Eclipse settings | Richard van der Hoff | 2015-10-21 | 3 | -0/+109 | |
* | Update README and file comments | Richard van der Hoff | 2015-10-21 | 13 | -27/+103 | |
* | Local echo | Richard van der Hoff | 2015-10-21 | 3 | -43/+71 | |
* | Initial implementation of sending messages | Richard van der Hoff | 2015-10-21 | 5 | -68/+370 | |
* | Implement login | Richard van der Hoff | 2015-10-20 | 4 | -42/+179 | |
* | Use libhttp_parser for parsing the API response | Richard van der Hoff | 2015-10-20 | 4 | -102/+204 | |
* | Refactor API callbacks | Richard van der Hoff | 2015-10-20 | 3 | -50/+89 | |
* | Fix the memory handling for rooms | Richard van der Hoff | 2015-10-19 | 3 | -43/+69 | |
* | Refactor a load of code | Richard van der Hoff | 2015-10-19 | 6 | -286/+426 | |
* | Implement polling for incoming messages | Richard van der Hoff | 2015-10-19 | 5 | -209/+223 | |
* | Fix some indentation | Richard van der Hoff | 2015-10-19 | 2 | -60/+60 | |
* | Fix double-click on chat in buddy list | Richard van der Hoff | 2015-10-19 | 5 | -97/+72 | |
* | Display the messages we get on initial sync | Richard van der Hoff | 2015-10-16 | 6 | -53/+109 | |
* | Switch to v2 /sync API | Richard van der Hoff | 2015-10-16 | 5 | -53/+74 | |
* | Initial attempts at displaying a room in pidgin | Richard van der Hoff | 2015-10-16 | 11 | -80/+611 | |
* | Call initialSync | Richard van der Hoff | 2015-10-15 | 7 | -45/+370 | |
* | Re-indent libmatrix.c | Richard van der Hoff | 2015-10-14 | 1 | -790/+790 | |
* | Fix link in README | Richard van der Hoff | 2015-10-13 | 1 | -1/+1 | |
* | Update readme | Richard van der Hoff | 2015-10-13 | 1 | -1/+17 | |
* | Rename the 'Null' plugin to 'Matrix' | Richard van der Hoff | 2015-10-13 | 3 | -265/+265 | |
* | Initial framework | Richard van der Hoff | 2015-10-13 | 2 | -0/+1228 | |
* | Initial commit | Richard van der Hoff | 2015-10-13 | 3 | -0/+374 |