summary refs log tree commit diff
path: root/pylint.cfg (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-11Add a 'user_left_room' distributor signal analogous to 'user_joined_room'Paul "LeoNerd" Evans2-3/+48
2014-12-11Actually auth-check to ensure people can only send typing notifications for r...Paul "LeoNerd" Evans2-0/+14
2014-12-11Add a sprinkling of logger.debug() into typing notification handlerPaul "LeoNerd" Evans1-0/+8
2014-12-11Move typing-notification REST tests into their own .py filePaul "LeoNerd" Evans2-83/+113
2014-12-11Actually unit-test the event stream around REST typing testsPaul "LeoNerd" Evans1-0/+14
2014-12-11Initial hack at unit tests of room typing REST APIPaul "LeoNerd" Evans2-3/+75
2014-12-11Initial tiny hack at REST API for setting room typing notification statusPaul "LeoNerd" Evans1-0/+32
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
2014-12-10