aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Implement get_cb_real_nameRichard van der Hoff2015-11-025-1/+72
* Show correct displayname on our own outgoing messagesRichard van der Hoff2015-11-023-3/+13
* Reload old messages on first connectionRichard van der Hoff2015-11-023-1/+17
* Mark chats as active when we reconnect.Richard van der Hoff2015-11-022-5/+15
* Handle incoming room invitesRichard van der Hoff2015-11-029-48/+178
* Use m.room.canonical_alias when it existsRichard van der Hoff2015-11-021-0/+11
* Refactor the statetable out to a separate fileRichard van der Hoff2015-10-306-196/+400
* Implement joining roomsRichard van der Hoff2015-10-305-1/+142
* Leave rooms when pidgin tells us to.Richard van der Hoff2015-10-303-8/+72
* Fix segfault when JSON parsing failsRichard van der Hoff2015-10-301-1/+1
* Fix segfault on homeserver connection dropRichard van der Hoff2015-10-302-4/+13
* Move the room member table management out to a separate fileRichard van der Hoff2015-10-296-316/+549
* Set the 'persistent' flag on rooms when added to the buddy listRichard van der Hoff2015-10-292-29/+45
* README: We now have member lists in rooms. Mostly.Richard van der Hoff2015-10-291-2/+1
* Improve error-handling in API requestsRichard van der Hoff2015-10-294-89/+138
* Set HTTP request headers correctly for requests via proxyRichard van der Hoff2015-10-292-15/+26
* Build our own GET requestsRichard van der Hoff2015-10-281-15/+68
* Add an indication of the members of a roomRichard van der Hoff2015-10-273-146/+407
* Request a full_state sync the first time we connect to an account.Richard van der Hoff2015-10-274-66/+47
* Better room names for one-to-one chatsRichard van der Hoff2015-10-265-15/+149
* Update the room state on first messageRichard van der Hoff2015-10-224-3/+89
* Don't send new messages when the connection is droppingRichard van der Hoff2015-10-221-19/+29
* Abort active sync when the account disconnectsRichard van der Hoff2015-10-225-4/+50
* Refactor the connection codeRichard van der Hoff2015-10-2213-168/+250
* Rename MatrixAccount to MatrixConnectionDataRichard van der Hoff2015-10-228-90/+76
* Implement a 'cancel' method for the matrix-api interfaceRichard van der Hoff2015-10-223-23/+65
* Stash the next_batch token in the account settingsRichard van der Hoff2015-10-224-8/+25
* Add comments for matrixprpl_list_iconRichard van der Hoff2015-10-221-4/+13
* Install matrix iconsRichard van der Hoff2015-10-224-3/+13