summary refs log tree commit diff
path: root/docs/implementation-notes/python_architecture.rst (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-09-10prepare_database() on db_conn, not plain name, so we can pass in the ↵Paul "LeoNerd" Evans2-32/+35
connection from outside
2014-09-10Make sure not to open our TCP ports until /after/ the DB is nicely prepared ↵Paul "LeoNerd" Evans1-1/+2
ready for use
2014-09-10No need for a tiny run() function any more, just use reactor.run() directlyPaul "LeoNerd" Evans1-6/+2
2014-09-10Move database preparing code out of homserver.py into storage where it belongsPaul "LeoNerd" Evans3-64/+71
2014-09-10Add text for incoming callsDavid Baker1-0/+1
2014-09-10Show mxid in call bar for users with no displaynameDavid Baker1-1/+6
2014-09-10Less buggy rejection of calls when busyDavid Baker2-13/+20
2014-09-10reject calls if there's already a call in progressDavid Baker1-0/+4
2014-09-09More rst formatting.Kegan Dougal1-5/+6
2014-09-09Extra restrictions to make parsing easier.Kegan Dougal1-1/+8