0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-10 13:18:54 +02:00
synapse/webclient/components/matrix
Matthew Hodgson 3bc7bba262 switch IRC-style command parser to use regexps rather than split(" ") so that it doesn't choke on consecutive whitespaces
yield better errors for invalid commands
don't pass invalid commands through as messages
support kick reasons
2014-09-04 23:14:52 -07:00
..
event-handler-service.js Fix a few cases where we used user_id instead of state_key 2014-09-03 18:03:10 +01:00
event-stream-service.js fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org hasn't been incorporated in time for launch. 2014-09-03 17:31:57 +01:00
matrix-call.js fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org hasn't been incorporated in time for launch. 2014-09-03 17:31:57 +01:00
matrix-filter.js Added mUserDisplayName, a filter to resolve a user display name from a user_id 2014-09-04 13:57:27 +02:00
matrix-phone-service.js fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org hasn't been incorporated in time for launch. 2014-09-03 17:31:57 +01:00
matrix-service.js switch IRC-style command parser to use regexps rather than split(" ") so that it doesn't choke on consecutive whitespaces 2014-09-04 23:14:52 -07:00
presence-service.js fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org hasn't been incorporated in time for launch. 2014-09-03 17:31:57 +01:00