summary refs log tree commit diff
path: root/synapse/appservice (unfollow)
Commit message (Expand)AuthorFilesLines
2015-04-21Create an 'invite' powerlevel when making new roomsPaul "LeoNerd" Evans1-1/+2
2015-04-21Initial implementation of an 'invite' power_levelPaul "LeoNerd" Evans1-0/+7
2015-04-21Much neater fetching of defined powerlevels from m.room.power_levels state eventPaul "LeoNerd" Evans1-31/+21
2015-04-21Remove debugging print statement accidentally committedPaul "LeoNerd" Evans1-1/+0
2015-04-21Sanitise a user's powerlevel to an int() before numerical comparison, because...Paul "LeoNerd" Evans1-0/+7
2015-04-21Bump syutil version to 0.0.5Mark Haines1-3/+3
2015-04-21Set a version_string in BaseMediaResource so that the request_handler wrapper...Mark Haines1-0/+1
2015-04-21Combine the request wrappers in rest/media/v1 and http/server into a single w...Mark Haines7-198/+140
2015-04-21Split out the JsonResource request logging and error handling into a separate...Mark Haines1-94/+113
2015-04-21SYN-350: Don't ratelimit the individual events generated during room creationMark Haines1-4/+4
2015-04-17The new parameter to urlopen is "context" not "ctx"Mark Haines1-1/+1
2015-04-17