Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Download thumbnails for images that are too large | Dr. David Alan Gilbert | 2016-12-27 | 1 | -7/+22 |
* | Download images | Dr. David Alan Gilbert | 2016-11-13 | 1 | -0/+160 |
* | Pass body/len/content_type to completion callback | Dr. David Alan Gilbert | 2016-11-13 | 1 | -2/+4 |
* | Unescape the HTML-escaped HTML. | Bryce Chidester | 2016-10-25 | 1 | -3/+9 |
* | Allow building on libpurple 2.10.x | Dr. David Alan Gilbert | 2016-10-16 | 1 | -2/+4 |
* | Send inserted images | Dr. David Alan Gilbert | 2016-09-03 | 1 | -0/+218 |
* | event hooks | Dr. David Alan Gilbert | 2016-09-03 | 1 | -2/+8 |
* | Send outgoing emotes | Dr. David Alan Gilbert | 2016-07-10 | 1 | -2/+9 |
* | Handle incoming emotes | Dr. David Alan Gilbert | 2016-07-10 | 1 | -2/+15 |
* | Update for /sync response changes | Richard van der Hoff | 2015-11-19 | 1 | -4/+3 |
* | Fix a bug which stopped room name changes being handled | Richard van der Hoff | 2015-11-19 | 1 | -1/+2 |
* | Fix infinite loop in matrix_room_displayname_to_userid | Richard van der Hoff | 2015-11-03 | 1 | -6/+7 |
* | Hopefully fix bugs where the member list got out of sync | Richard van der Hoff | 2015-11-03 | 1 | -57/+228 |
* | Include invited members in room name calculations | Richard van der Hoff | 2015-11-03 | 1 | -1/+1 |
* | Implement get_cb_real_name | Richard van der Hoff | 2015-11-02 | 1 | -0/+9 |
* | Show correct displayname on our own outgoing messages | Richard van der Hoff | 2015-11-02 | 1 | -1/+11 |
* | Handle incoming room invites | Richard van der Hoff | 2015-11-02 | 1 | -2/+2 |
* | Refactor the statetable out to a separate file | Richard van der Hoff | 2015-10-30 | 1 | -195/+65 |
* | Leave rooms when pidgin tells us to. | Richard van der Hoff | 2015-10-30 | 1 | -7/+35 |
* | Move the room member table management out to a separate file | Richard van der Hoff | 2015-10-29 | 1 | -285/+101 |
* | Set the 'persistent' flag on rooms when added to the buddy list | Richard van der Hoff | 2015-10-29 | 1 | -29/+7 |
* | Add an indication of the members of a room | Richard van der Hoff | 2015-10-27 | 1 | -122/+379 |
* | Request a full_state sync the first time we connect to an account. | Richard van der Hoff | 2015-10-27 | 1 | -50/+0 |
* | Better room names for one-to-one chats | Richard van der Hoff | 2015-10-26 | 1 | -13/+137 |
* | Update the room state on first message | Richard van der Hoff | 2015-10-22 | 1 | -1/+52 |
* | Don't send new messages when the connection is dropping | Richard van der Hoff | 2015-10-22 | 1 | -19/+29 |
* | Refactor the connection code | Richard van der Hoff | 2015-10-22 | 1 | -2/+1 |
* | Rename MatrixAccount to MatrixConnectionData | Richard van der Hoff | 2015-10-22 | 1 | -7/+8 |
* | Implement a 'cancel' method for the matrix-api interface | Richard van der Hoff | 2015-10-22 | 1 | -1/+1 |
* | Update README and file comments | Richard van der Hoff | 2015-10-21 | 1 | -1/+1 |
* | Local echo | Richard van der Hoff | 2015-10-21 | 1 | -7/+54 |
* | Initial implementation of sending messages | Richard van der Hoff | 2015-10-21 | 1 | -25/+210 |
* | Fix the memory handling for rooms | Richard van der Hoff | 2015-10-19 | 1 | -22/+50 |
* | Refactor a load of code | Richard van der Hoff | 2015-10-19 | 1 | -176/+128 |
* | Implement polling for incoming messages | Richard van der Hoff | 2015-10-19 | 1 | -12/+164 |
* | Fix some indentation | Richard van der Hoff | 2015-10-19 | 1 | -59/+59 |
* | Fix double-click on chat in buddy list | Richard van der Hoff | 2015-10-19 | 1 | -33/+0 |
* | Display the messages we get on initial sync | Richard van der Hoff | 2015-10-16 | 1 | -2/+0 |
* | Switch to v2 /sync API | Richard van der Hoff | 2015-10-16 | 1 | -12/+27 |
* | Initial attempts at displaying a room in pidgin | Richard van der Hoff | 2015-10-16 | 1 | -0/+172 |