summary refs log tree commit diff
path: root/demo (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-03Prefix API links with /docs/api/client-server so they should link through cor...Kegan Dougal1-15/+15
2014-09-03cmdclient: Fixed /join to work with the updated c-s API.Kegan Dougal1-1/+1
2014-09-03Added /ban commandEmmanuel ROHEE2-1/+29
2014-09-03Made IRC style command easier to handle specifically for possible argumentsEmmanuel ROHEE1-10/+22
2014-09-03cmdclient: Now works correctly with user localpart login. Default to 8008 not...Kegan Dougal1-3/+7
2014-09-03Add ban support: /rooms/$roomid/ban with { user_id : foo }Kegan Dougal1-2/+2
2014-09-03Add copyright notices and fix pyflakes errorsMark Haines7-7/+59
2014-09-03Set status message for ratelimit error responsesMark Haines3-6/+12
2014-09-03Fix tests to support ratelimitingMark Haines3-2/+64
2014-09-03howto: Link jsfiddles correctly. Hide ugly TODOs.Kegan Dougal1-10/+22
2014-09-03Raise LimitExceedError when the ratelimiting is throttling requestsMark Haines2-11/+29
2014-09-03doc generatorMatthew Hodgson3-0/+792
2014-09-03fix rstMatthew Hodgson1-16/+26
2014-09-03don't echo password to stdout...Matthew Hodgson1-1/+1
2014-09-02more critiqueMatthew Hodgson1-1/+2
2014-09-02Edited room creation section to mention all the events created when the room is.Kegan Dougal1-1/+16
2014-09-02Added Qs which should be answered in the marked TODOsKegan Dougal1-7/+7
2014-09-02only need one voip section :)Matthew Hodgson1-5/+0
2014-09-02general documentation review and editingMatthew Hodgson2-52/+156
2014-09-02fix quickstart slightlyMatthew Hodgson1-6/+6
2014-09-02Added the new power level related events which were recently introduced.Kegan Dougal1-0/+60
2014-09-02Added more room alias bullet points.Kegan Dougal1-2/+4
2014-09-02Finished up Identity section in the architecture section.Kegan Dougal1-7/+20
2014-09-02rate limiting for message sendi