summary refs log tree commit diff
path: root/docs/implementation-notes/python_architecture.rst (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-09-09Show call invites in the message tableDavid Baker2-0/+7
2014-09-08CSS tweakageKegan Dougal1-0/+3
2014-09-08Display a 'Set Topic' button if there is no topic or it's a 0-len string.Kegan Dougal3-11/+30
2014-09-08Add ability to set topic by double-clicking on the topic text then hitting ↵Kegan Dougal5-1/+59
enter.
2014-09-08Fixed bug which displayed an older room topic because it was being returned ↵Kegan Dougal1-1/+13
from /initialSync messages key. Check the ts of the event before clobbering state.
2014-09-08long topic is long. CSS support itKegan Dougal1-0/+4
2014-09-08Display public room topics if they exist on the public room list.Kegan Dougal2-0/+10
2014-09-08Display the room topic in the room, underneath the name of the room.Kegan Dougal3-8/+33
2014-09-08Update jsfiddles to have more helpful error messages when there is no ↵Kegan Dougal4-5/+30
connection when logging in.
2014-09-08Add slightly helpful advice on how to generate config if you don'y already ↵Erik Johnston