summary refs log tree commit diff
path: root/cmdclient/console.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Be consistent when associating keys with login types for registration/login.Kegan Dougal2014-09-151-1/+1
* Updated cmdclient to use new registration logic.Kegan Dougal2014-09-151-11/+26
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* cmdclient: Fixed /join to work with the updated c-s API.Kegan Dougal2014-09-031-1/+1
* cmdclient: Now works correctly with user localpart login. Default to 8008 not...Kegan Dougal2014-09-031-3/+7
* don't echo password to stdout...Matthew Hodgson2014-09-031-1/+1
* change the world: make the default matrix API URL prefix /_matrix rather than...Matthew Hodgson2014-08-311-6/+6
* Support multiple login flows when deciding how to login. Updated cmdclient an...Kegan Dougal2014-08-281-2/+7
* Renamed /rooms to /createRoom. Removed ability to PUT raw room IDs, and remov...Kegan Dougal2014-08-271-1/+1
* Removed MessageRestServlet, use RoomSendEventRestServlet instead. Updated cmd...Kegan Dougal2014-08-261-4/+3
* Renaming: /im/sync >> /initialSync. /rooms/$roomid/members/list >> /rooms/$ro...Kegan Dougal2014-08-261-1/+1
* URL renaming: Room state keys now use the format /rooms/$roomid/state/$event_...Kegan Dougal2014-08-261-2/+2
* Removed member list servlet: now using generic state paths.Kegan Dougal2014-08-261-4/+2
* Updater command line client to new IS APIDavid Baker2014-08-221-25/+37
* add in copyrights to everything, not just the synapse subdir, and add a copyr...Matthew Hodgson2014-08-131-1/+16
* Reference Matrix Home Servermatrix.org2014-08-121-0/+699