Commit Graph

1161 Commits (231afe464aa9d5313de29ff569a1e2fea842fcb5)
 

Author SHA1 Message Date
Erik Johnston 39e3fc69e5 Make the state resolution use actual power levels rather than taking them from a Pdu key. 11 years ago
Erik Johnston b42fe05c51 Fix bug where we incorrectly removed a remote host from the list of hosts in a room when any user from that host left that room even if they weren't the last user from that host in that room 11 years ago
Erik Johnston ca1ae7cf9b Fix bug where we didn't return a tuple when expected. 11 years ago
Paul "LeoNerd" Evans 2026942b05 Initial hack at some RoomMemberStore unit tests 11 years ago
Paul "LeoNerd" Evans aa525e4a63 More accurate docs / clearer paramter names in RoomMemberStore 11 years ago
Emmanuel ROHEE 3ed39ad20e Clean data when user logs out 11 years ago
David Baker cc2cee4af6 Retry sending events that fail to send. 11 years ago
Emmanuel ROHEE 6c81752e46 Fixed displayname resolution of emote sender 11 years ago
Paul "LeoNerd" Evans a87eac4308 Revert recent changes to RoomMemberStore 11 years ago
Emmanuel ROHEE a2cd942a95 Fixed public room name and users count alignement 11 years ago
Paul "LeoNerd" Evans a840ff8f3f Now don't need the other logger.debug() call in _execute 11 years ago
Paul "LeoNerd" Evans 1c20249884 Logging of all SQL queries via the 'synapse.storage.SQL' logger 11 years ago
Paul "LeoNerd" Evans e53d77b501 Add a .runInteraction() method on SQLBaseStore itself to wrap the .db_pool 11 years ago
David Baker 09a59ce2d3 Some words about glare 11 years ago
David Baker 8b28f7d14e Always pick the incoming call if we've not yet sent out our invite, otherwise the remorte party will see their call get rejected and our call won't come in until our user clicks allow. 11 years ago
David Baker a81ec21762 Remove the local AV stream from ourselves when handing it off to a new call or we'll close it when we hang up. 11 years ago
Emmanuel ROHEE 9819b3619e CSS m.room.topic and m.room.name events in the history 11 years ago
Emmanuel ROHEE 311dc61803 Handle NAME_EVENT to get room name update event 11 years ago
Emmanuel ROHEE d934328904 Added edition of room name 11 years ago
Emmanuel ROHEE 6ea20f3503 Show room name updates in room history and recents. 11 years ago
Emmanuel ROHEE 8b3ce85183 BF: temp workaround while /initialSync on a particular room is not available 11 years ago
David Baker a059ca6915 few fixes for errors in glare conditions. still seem to end up with no audio if both calls are placed at the same time. 11 years ago
David Baker 1e05e30472 Put back the line that adds the stream to the invite, otherwise caller->callee audio won't work... 11 years ago
Paul "LeoNerd" Evans 249e8f2277 Add a better _store_room_member_txn() method that takes separated fields instead of an event object; also add FIXME comment about a big bug in the logic 11 years ago
Paul "LeoNerd" Evans aaf9ab68c6 Rename _store_room_member_txn to _store_room_member_from_event_txn so we can create another, more sensible function of that name 11 years ago
Paul "LeoNerd" Evans 3d6aee079e Unit-test for RegistrationStore using SQLiteMemoryDbPool 11 years ago
David Baker 81d061e74e Fix bug where web client wold break trying to add the earliest token without having initialised the room if your first page of history contained only events which didn't call initRoom. Just call initRoom in handleMessages since we use it there rather than leaving it to the individual event handling methods. 11 years ago
Paul "LeoNerd" Evans fb93a4a9e3 Perform PresenceInvitesTestCase against real SQLiteMemoryDbPool 11 years ago
Emmanuel ROHEE ceec607e7f Clearly show when an user cannot join a room. 11 years ago
David Baker fb082cf50f start towards glare support (currently not much better but no worse than before) including fixing a lot of self/var self/this fails that caused chaos when we started to have more than one call in play. 11 years ago
Paul "LeoNerd" Evans 493b1e6d3c Need to prepare() the SQLiteMemoryDbPool before passing it to HomeServer constructor, as DataStore's constructor will want it ready 11 years ago
Emmanuel ROHEE 806c49a690 Added support of copy/paste of multi lines content 11 years ago
Emmanuel ROHEE aa347b52ba Use autofill-event.js to workaround browsers issue: Form model doesn't update on autocomplete 11 years ago
Paul "LeoNerd" Evans 4385eadc28 Start of converting PresenceHandler unit tests to use SQLiteMemoryDbPool - just the 'State' test case for now 11 years ago
Emmanuel ROHEE 6b20fef52a Invite: reset the input when the invitation has been done 11 years ago
Emmanuel ROHEE c92740e8a9 Enable enter key in the invite input 11 years ago
Paul "LeoNerd" Evans d13d0bba51 Unit-test DirectoryHandler against (real) SQLite memory store, not mocked storage layer 11 years ago
Paul "LeoNerd" Evans d83202b938 Added unit tests of DirectoryStore 11 years ago
Emmanuel ROHEE cc049851d0 On member avatar mouseover, show user_id and power level 11 years ago
Emmanuel ROHEE 14a9652324 Room topic: if the request fails, show the error in the feedback 11 years ago
Emmanuel ROHEE af44e9556d BF: made input autofocus work when opening the room topic input 11 years ago
Emmanuel ROHEE 7e7eb0efc1 Show room topic change in the chat history and in the recents 11 years ago
Emmanuel ROHEE 8dcb6f24b5 getRoomEventIndex: improved speed for what it is used 11 years ago
Paul "LeoNerd" Evans 79fe6083eb Test ProfileHandler against the real datastore layer using SQLite :memory: 11 years ago
Paul "LeoNerd" Evans dd1a9100c5 Added unit tests for PresenceDataStore too 11 years ago
Emmanuel ROHEE 44998ca450 Merge remote-tracking branch 'origin/develop' into webclient_initialSync 11 years ago
Emmanuel ROHEE 7a153b5c94 Show echoed emote with transparency 11 years ago
Emmanuel ROHEE 5a06f5c5fc Reenabled transparent echo message. It turns to opaque without flickering now. 11 years ago
Paul "LeoNerd" Evans dc7f39677f Remember to kill now-dead import in test_profile.py 11 years ago
Paul "LeoNerd" Evans 08f5c48fc8 Move SQLiteMemoryDbPool implementation into tests.utils 11 years ago