summary refs log tree commit diff
path: root/cmdclient (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-03Allow optional non-suppression of exceptions through the DistributorPaul "LeoNerd" Evans2-7/+34
2014-09-03Neater is_presence_visible() codePaul "LeoNerd" Evans1-9/+8
2014-09-03Do not show banned people in member list. Format ban events strings in room a...Emmanuel ROHEE3-4/+10
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-02