aboutsummaryrefslogtreecommitdiffstats
path: root/matrix-room.c
Commit message (Expand)AuthorAgeFilesLines
* Do not include gcrypt.h in matrix-room.cStefan Strogin2018-09-201-2/+0
* e2e: Wire in media decryptionDr. David Alan Gilbert2018-02-251-0/+33
* e2e: Stash key info for encrypted imagesDr. David Alan Gilbert2018-02-251-14/+45
* e2e: Cleanup inbound megolm sessions in memoryDr. David Alan Gilbert2018-02-251-0/+1
* e2e: Route decrypted messages back upDr. David Alan Gilbert2018-02-251-2/+25
* e2e: Decrypt m.room.encryptedDr. David Alan Gilbert2018-02-251-0/+10
* Merge pull request #62 from radiocane/mediaDave Gilbert2018-02-241-60/+112
|\
| * [matrix-room] Update thumbnail request to r0.3.0White_Rabbit2018-02-221-11/+32
| * Improve media handlingWhite_Rabbit2018-02-221-59/+90
* | typing: Fix crash on typing notification to someone not presentDr. David Alan Gilbert2018-02-201-9/+13
|/
* Responding to PR commentsEion Robb2017-05-281-9/+1
* Merge branch 'master' into typing-notifications3Eion Robb2017-05-281-4/+30
|\
| * Fix whitespace and a memleakEion Robb2017-05-281-8/+10
| * Support HTML formatting on sending/receiving messagesEion Robb2017-05-231-5/+13
| * Support display of room topicsEion Robb2017-03-121-0/+16
* | Send/receive typing notificationsEion Robb2017-03-121-0/+98
|/
* Merge pull request #25 from penguin42/escaping-fixRichard van der Hoff2017-01-031-5/+11
|\
| * Escape incoming message bodiesDr. David Alan Gilbert2017-01-021-5/+11
* | Download thumbnails for images that are too largeDr. David Alan Gilbert2016-12-271-7/+22
|/
* Download imagesDr. David Alan Gilbert2016-11-131-0/+160
* Pass body/len/content_type to completion callbackDr. David Alan Gilbert2016-11-131-2/+4
* Unescape the HTML-escaped HTML.Bryce Chidester2016-10-251-3/+9
* Allow building on libpurple 2.10.xDr. David Alan Gilbert2016-10-161-2/+4
* Send inserted imagesDr. David Alan Gilbert2016-09-031-0/+218
* event hooksDr. David Alan Gilbert2016-09-031-2/+8
* Send outgoing emotesDr. David Alan Gilbert2016-07-101-2/+9
* Handle incoming emotesDr. David Alan Gilbert2016-07-101-2/+15
* Update for /sync response changesRichard van der Hoff2015-11-191-4/+3
* Fix a bug which stopped room name changes being handledRichard van der Hoff2015-11-191-1/+2
* Fix infinite loop in matrix_room_displayname_to_useridRichard van der Hoff2015-11-031-6/+7
* Hopefully fix bugs where the member list got out of syncRichard van der Hoff2015-11-031-57/+228
* Include invited members in room name calculationsRichard van der Hoff2015-11-031-1/+1
* Implement get_cb_real_nameRichard van der Hoff2015-11-021-0/+9
* Show correct displayname on our own outgoing messagesRichard van der Hoff2015-11-021-1/+11
* Handle incoming room invitesRichard van der Hoff2015-11-021-2/+2
* Refactor the statetable out to a separate fileRichard van der Hoff2015-10-301-195/+65
* Leave rooms when pidgin tells us to.Richard van der Hoff2015-10-301-7/+35
* 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