aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add matrix_api_download_thumbDr. David Alan Gilbert2016-12-272-0/+70
* Merge pull request #21 from penguin42/send-imagesRichard van der Hoff2016-11-205-12/+252
|\
| * Download imagesDr. David Alan Gilbert2016-11-132-2/+161
| * Add matrix_api_download_fileDr. David Alan Gilbert2016-11-132-0/+60
| * Pass body/len/content_type to completion callbackDr. David Alan Gilbert2016-11-134-9/+30
| * Fix bogus matrix_api_upload_file urlDr. David Alan Gilbert2016-11-031-1/+1
|/
* Merge pull request #19 from brycied00d/HTML_Escape_FixRichard van der Hoff2016-10-251-3/+9
|\
| * Unescape the HTML-escaped HTML.Bryce Chidester2016-10-251-3/+9
* | Merge pull request #17 from penguin42/masterRichard van der Hoff2016-10-162-2/+24
|\|
| * Allow building on libpurple 2.10.xDr. David Alan Gilbert2016-10-162-2/+24
|/
* Merge pull request #14 from penguin42/masterRichard van der Hoff2016-09-047-21/+363
|\
| * Add my self to AUTHORS.rstDr. David Alan Gilbert2016-09-031-0/+2
| * Send inserted imagesDr. David Alan Gilbert2016-09-032-2/+220
| * event hooksDr. David Alan Gilbert2016-09-033-2/+26
| * api: Upload a fileDr. David Alan Gilbert2016-09-032-0/+57
| * api: Allow extra_headers to be passedDr. David Alan Gilbert2016-09-031-5/+10
| * api: Allow binary data to be sentDr. David Alan Gilbert2016-09-031-17/+53
|/
* we require CS API r0.0.0.Richard van der Hoff2016-08-231-1/+1
* Merge pull request #12 from penguin42/emoteRichard van der Hoff2016-07-112-5/+24
|\
| * Send outgoing emotesDr. David Alan Gilbert2016-07-102-3/+9
| * Handle incoming emotesDr. David Alan Gilbert2016-07-101-2/+15
* | Merge pull request #11 from penguin42/empty-room-nameRichard van der Hoff2016-07-111-1/+1
|\|
| * Ignore empty m.room.nameDr. David Alan Gilbert2016-07-031-1/+1
|/
* Update AUTHORS/CONTRIBUTING/CHANGESRichard van der Hoff2016-01-043-0/+12
* Merge pull request #5 from EionRobb/patch-4Richard van der Hoff2016-01-041-2/+2
|\
| * Allow user to set their online statusEion Robb2016-01-041-2/+2
* | Merge pull request #4 from EionRobb/patch-3Richard van der Hoff2016-01-041-1/+16
|\ \ | |/ |/|
| * Whoops, should be make *then* make installEion Robb2016-01-041-0/+1
| * Add Windows build instructionsEion Robb2016-01-041-1/+15
|/
* Update CHANGES fileRichard van der Hoff2016-01-031-2/+9
* Merge pull request #3Richard van der Hoff2016-01-033-30/+63
|\
| * Factor out common parts of Makefile and Makefile.mingwRichard van der Hoff2016-01-033-64/+45
| * Merge remote-tracking branch 'eionrobb/patch-2' into EionRobb-patch-2Richard van der Hoff2016-01-031-0/+52
|/|
| * Create Makefile.mingwEion Robb2016-01-041-0/+52
* | Merge pull request #2Richard van der Hoff2016-01-031-13/+8
|\ \ | |/ |/|
| * Fix some indentation; move json_object_unref back to where it wasRichard van der Hoff2016-01-031-6/+6
| * Allow building for winpidginEion Robb2016-01-041-14/+9
|/
* Add a changes filev0.0.0Richard van der Hoff2016-01-021-0/+4
* Update notes/strings about synapse versionsRichard van der Hoff2016-01-022-5/+3
* Use Client API r0 rather than a mix of v1 and v2_alpha.Richard van der Hoff2016-01-021-5/+7
* Note that we require bleeding-edge synapseRichard van der Hoff2015-11-201-4/+5
* Update for /sync response changesRichard van der Hoff2015-11-193-32/+17
* Handle state events which arrive in the timelineRichard van der Hoff2015-11-191-3/+9
* Fix a bug which stopped room name changes being handledRichard van der Hoff2015-11-192-2/+3
* Fix infinite loop in matrix_room_displayname_to_useridRichard van der Hoff2015-11-031-6/+7
* Invert the sense of the 'full_state' flagRichard van der Hoff2015-11-034-16/+19
* Update the README, and add some ascii-art to libmatrix.hRichard van der Hoff2015-11-032-4/+84
* Remove cruft from libmatrix.cRichard van der Hoff2015-11-031-812/+81
* Hopefully fix bugs where the member list got out of syncRichard van der Hoff2015-11-034-253/+392
* Include invited members in room name calculationsRichard van der Hoff2015-11-033-5/+12