summary refs log tree commit diff
path: root/synapse/state.py (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-03move contentrepo class to it's own fileMark Haines3-163/+194
2014-09-03URL decode user IDs for /profile REST path segments.Kegan Dougal1-0/+6
2014-09-03Make API docs not lie on registration/login.Kegan Dougal2-2/+24
2014-09-03Update port numbers.Kegan Dougal7-7/+7
2014-09-03Better indicate in the page feedback section that a user can't join a room (b...Emmanuel ROHEE1-1/+2
2014-09-03Fill out power level bits in the specErik Johnston1-42/+63
2014-09-03Rename the 'do_users_share_a_room' to something slightly less verb-soundingPaul "LeoNerd" Evans4-6/+6
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-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