summary refs log tree commit diff
path: root/docs/implementation-notes/python_architecture.rst (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-09-11Need to prepare() the SQLiteMemoryDbPool before passing it to HomeServer ↵Paul "LeoNerd" Evans6-18/+24
constructor, as DataStore's constructor will want it ready
2014-09-11Start of converting PresenceHandler unit tes