summary refs log tree commit diff
path: root/README.rst (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-12-11Fix media repository doc string to include server_nameMark Haines1-3/+3
2014-12-11Allow only one download for a given image at a time, so that we don't end up ↵Mark Haines3-20/+29
downloading the same image twice if two clients request a remote image at the same time
2014-12-11Limit the size of images that are thumbnailed serverside. Limit the size of ↵Mark Haines4-6/+43
file that a server will download from a remote server
2014-12-11doc the thumbnail methodsMark Haines1-2/+11
2014-12-11Make sure we pass a tuple to string '%' formattingMark Haines1-2/+2
2014-12-10Avoid cyclic dependency in handler setupPaul "LeoNerd" Evans1-4/+10
2014-12-10Hook up the event stream to typing notificationsPaul "LeoNerd" Evans2-2/+82
2014-12-10Store serial numbers per room for typing event stream purposesPaul "LeoNerd" Evans2-43/+44
2014-12-10First hack at implementing timeouts in typing notification handlerPaul "LeoNerd" Evans2-6/+52
2014-12-10Implement .cancel_call_later() in MockClockPaul "LeoNerd" Evans2-2/+23