Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-09-10 | prepare_database() on db_conn, not plain name, so we can pass in the ↵ | Paul "LeoNerd" Evans | 2 | -32/+35 | |
connection from outside | |||||
2014-09-10 | Make sure not to open our TCP ports until /after/ the DB is nicely prepared ↵ | Paul "LeoNerd" Evans | 1 | -1/+2 | |
ready for use | |||||
2014-09-10 | No need for a tiny run() function any more, just use reactor.run() directly | Paul "LeoNerd" Evans | 1 | -6/+2 | |
2014-09-10 | Move database preparing code out of homserver.py into storage where it belongs | Paul "LeoNerd" Evans | 3 | -64/+71 | |
2014-09-10 | Add text for incoming calls | David Baker | 1 | -0/+1 | |
2014-09-10 | Show mxid in call bar for users with no displayname | David Baker | 1 | -1/+6 | |
2014-09-10 | Less buggy rejection of calls when busy | David Baker | 2 | -13/+20 | |
2014-09-10 | reject calls if there's already a call in progress | David Baker | 1 | -0/+4 | |
2014-09-09 | More rst formatting. | Kegan Dougal | 1 | -5/+6 | |
2014-09-09 | Extra restrictions to make parsing easier. | Kegan Dougal | 1 | -1/+8 | |