Commit Graph

88 Commits (e4c40158c5a8c95d6d2727247a3af183dd9a9e8d)

Author SHA1 Message Date
Erik Johnston d260a42ca2 PEP8 cleanups 10 years ago
Erik Johnston 8fa3cc37f9 Comment. 10 years ago
Erik Johnston cd2967d271 Fix bug when generating a key when get_room_events_stream returned zero rows 10 years ago
Erik Johnston 86be66c34e Actually use MAX_STREAM_SIZE constant. 10 years ago
Erik Johnston 8d1f763209 Fix pagination to work with new db schema 10 years ago
Paul "LeoNerd" Evans 3c532314ec Fix imsync's SELECT query to only find the rooms I'm actually joined in, not every room I have ever joined 10 years ago
Erik Johnston 01f089d9fb Correctly return new token when returning events. Serialize events correctly. 10 years ago
Erik Johnston 114984a236 Start chagning the events stream to work with the new DB schema 10 years ago
Erik Johnston 5002efa31b Reimplement the get public rooms api to work with new DB schema 10 years ago
Erik Johnston 2c46bb6208 Fix up typos and correct sql queries 10 years ago
Erik Johnston 7e681ad778 Update StreamStore 10 years ago
Erik Johnston 661c711765 Start fixing places that use the data store. 10 years ago
Erik Johnston 78b501eba6 Fix typo 10 years ago
Erik Johnston 2529f2bc01 Rename _execute_query 10 years ago
Paul "LeoNerd" Evans 93a8be7bef We really don't need debug logging of all the SQL statements we execute; we're quite happy these all work now 10 years ago
Kegan Dougal fb93e14e53 Be more helpful when failing to register/login, stating why (communication error, user in user, wrong credentials, etc). Make the HS send M_USER_IN_USE. 10 years ago
Erik Johnston 937c175029 Fix up RoomMemberStore to work with the new schema. 10 years ago
Erik Johnston 6d6a1c3454 Actually encode dicts as json in the DB 10 years ago
Paul "LeoNerd" Evans d05aa651f8 An initial hack at storing presence state-change mtimes in database and presenting age durations to clients/federation events 10 years ago
Paul "LeoNerd" Evans baf04be5cf Set datastore's .hs field in SQLBaseStore rather than in the toplevel DataStore mixed-in result class 10 years ago
Matthew Hodgson 59dfbaba3b when we're talking about backfilling data in federation, call it backfilling - not pagination. 10 years ago
Erik Johnston beaf4384d9 Make feedback table also store sender. 10 years ago
Erik Johnston 336987bb8d Initial stab at refactoring the SQL tables, including rejigging some of the storage layer. 10 years ago
Erik Johnston 3dfa84bec8 Convert im schema to a 'one' table structure 10 years ago
Kegan Dougal 9b3702c924 Return the room_alias when GETing public rooms. 10 years ago
Matthew Hodgson f98e6380f1 add in whitespace after copyright statements to improve legibility 10 years ago
matrix.org 4f475c7697 Reference Matrix Home Server 10 years ago