summary refs log tree commit diff
path: root/docs/code_style.rst (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-04-22Neater fetching of user's auth level in a room - squash to int() at access ↵Paul "LeoNerd" Evans1-35/+12
time (SYN-353)
2015-04-22Appease pep8Paul "LeoNerd" Evans1-1/+0
2015-04-22Add info on breaking AS API changesKegsay1-0/+34
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, ↵Paul "LeoNerd" Evans1-0/+7
because otherwise Python is "helpful" with it (SYN-351)
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 ↵Mark Haines1-0/+1
wrapper works
2015-04-21Combine the request wrappers in rest/media/v1 and http/server into a single ↵Mark Haines7-198/+140
wrapper decorator
2015-04-21Split out the JsonResource request logging and error handling into a ↵Mark Haines1-94/+113
separate wrapper function
2015-04-21SYN-350: Don't ratelimit the individual events generated during room creationMark Haines1<