Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | e2e: Stash key info for encrypted images | Dr. David Alan Gilbert | 2018-02-25 | 1 | -14/+45 |
* | e2e: Cleanup inbound megolm sessions in memory | Dr. David Alan Gilbert | 2018-02-25 | 1 | -0/+1 |
* | e2e: Route decrypted messages back up | Dr. David Alan Gilbert | 2018-02-25 | 1 | -2/+25 |
* | e2e: Decrypt m.room.encrypted | Dr. David Alan Gilbert | 2018-02-25 | 1 | -0/+10 |
* | Merge pull request #62 from radiocane/media | Dave Gilbert | 2018-02-24 | 1 | -60/+112 |
|\ | |||||
| * | [matrix-room] Update thumbnail request to r0.3.0 | White_Rabbit | 2018-02-22 | 1 | -11/+32 |
| * | Improve media handling | White_Rabbit | 2018-02-22 | 1 | -59/+90 |
* | | typing: Fix crash on typing notification to someone not present | Dr. David Alan Gilbert | 2018-02-20 | 1 | -9/+13 |
|/ | |||||
* | Responding to PR comments | Eion Robb | 2017-05-28 | 1 | -9/+1 |
* | Merge branch 'master' into typing-notifications3 | Eion Robb | 2017-05-28 | 1 | -4/+30 |
|\ | |||||
| * | Fix whitespace and a memleak | Eion Robb | 2017-05-28 | 1 | -8/+10 |
| * | Support HTML formatting on sending/receiving messages | Eion Robb | 2017-05-23 | 1 | -5/+13 |
| * | Support display of room topics | Eion Robb | 2017-03-12 | 1 | -0/+16 |
* | | Send/receive typing notifications | Eion Robb | 2017-03-12 | 1 | -0/+98 |
|/ | |||||
* | Merge pull request #25 from penguin42/escaping-fix | Richard van der Hoff | 2017-01-03 | 1 | -5/+11 |
|\ | |||||
| * | Escape incoming message bodies | Dr. David Alan Gilbert | 2017-01-02 | 1 | -5/+11 |
* | | 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 |