Commit Graph

675 Commits (235f686da965cb08eea500ea11af8b591fe9d8c8)
 

Author SHA1 Message Date
Erik Johnston 235f686da9 Update default endpoint port to match the default ports in the config 10 years ago
Erik Johnston 464e1fcfa5 Merge branch 'master' of github.com:matrix-org/synapse into release-v0.2.0 10 years ago
Emmanuel ROHEE e565a4bfc4 BF: Prevent controllers from being instantiated twice. 10 years ago
Emmanuel ROHEE d5da6b0cef Handle "m.room.create" in order to inform controllers about new rooms 10 years ago
Paul "LeoNerd" Evans aa337f588c Order matters when adding REST servlets 10 years ago
Erik Johnston 4b8244fbf8 Fix bug where we didn't correctly store the ops power levels event. 10 years ago
Kegan Dougal 4ac80b8570 Whoops: Put /events parameters object in the right part of the api tree. 10 years ago
Kegan Dougal 5539251d82 Updated API docs with new keys on /createRoom and new API /rooms/$roomid/ban 10 years ago
David Baker 5c778f2f15 Add rest endpoint for the whole user profile 10 years ago
Kegan Dougal fdcb876495 More ban spec. Added 'name' and 'topic' keys to /createRoom. 10 years ago
Paul "LeoNerd" Evans d9d6fbb085 Safer handling of incoming presence EDUs that may or maynot contain 'presence' or 'state' 10 years ago
Paul "LeoNerd" Evans 7b56a7a3cb 'continue' to go to the next item in a for loop, not 'break' 10 years ago
Erik Johnston 10e7821461 By default, only room ops can change the name and topic. 10 years ago
Mark Haines cf890e9d43 Remove option for disabling webclient because it was confusing 10 years ago
Erik Johnston a808c06a10 Fix room permissions test 10 years ago
Erik Johnston db02021aba Implement auth for kicking. 10 years ago
Erik Johnston ed25abe05f Add message to assertion 10 years ago
Erik Johnston 08d2f902dd Default HTTP and HTTPS ports to 8008 and 8448 10 years ago
Erik Johnston 0393e87519 Make the demo listen on both HTTP and HTTPS ports 10 years ago
Mark Haines 45570e4695 os.makedirs is almost but not entirely unlike mkdir -p 10 years ago
Mark Haines 64b341cc10 Fix typo when reading TLS config 10 years ago
Emmanuel ROHEE 828101dd51 Represent user power level in a room by a red bar at the bottom of his avatar image. The width of this bar depends on the power level. 10 years ago
Paul "LeoNerd" Evans 7e22afbc7c Ensure that event source unit tests could cope with get_new_events_for_user() returning a Deferred 10 years ago
Mark Haines 30572e28c2 Make the config directory if the directory doesn't exisit when generating config 10 years ago
Mark Haines d45f89c95b More helpful error messages for missing config 10 years ago
Kegan Dougal ab0637c2c3 Yet more bullet points on various sections. 10 years ago
Emmanuel ROHEE 1bc05aef20 BF: Armed updateMemberListPresenceAge only once 10 years ago
David Baker 772c117e68 Make the intro bit a separate section rather than have a 'quick start' section that only tells you how to get started half way through. 10 years ago
Erik Johnston 040d985908 Add support for setting room name and topic when creating rooms 10 years ago
Kegan Dougal 15a7312273 Added section on banning users, currently in flux as the API changes / is implemented. 10 years ago
Emmanuel ROHEE 3122ff2433 Merge remote-tracking branch 'origin/develop' into develop 10 years ago
Emmanuel ROHEE 027857b261 Merge branch 'withoutYAML' into develop 10 years ago
Kegan Dougal 94bb4031f3 Expanded on bullet points in several sections. 10 years ago
Emmanuel ROHEE 07d609cbc2 BF: Take into account MEMBER_EVENT and PRESENCE_EVENT events only after the initialSync is done 10 years ago
Matthew Hodgson 68a04b9282 given everything's apparently gone https:// by default for c-s, change this hardcoding... 10 years ago
Mark Haines 399e004884 Add unsecure listener port to homeserver 10 years ago
Mark Haines 79650f795f enable ECDHE ciphers 10 years ago
Paul "LeoNerd" Evans 270d302834 Reënable presence visibility permission checking now it's not used on redundant code paths 10 years ago
Paul "LeoNerd" Evans 32fdf8efd6 No need to test is_presence_visible in _start_polling_local because we know it will be by when it's called 10 years ago
Matthew Hodgson 61e28cdb6f specify metavars in argparse 10 years ago
Mark Haines 118b250473 add pyyaml dependency for config files 10 years ago
Mark Haines 6fd730c96b Use yaml for config file 10 years ago
Erik Johnston 48142a01dd Don't set a 'default' key in the creation event 10 years ago
Mark Haines 8b69468e5f Use pregenerated DH params when generating config 10 years ago
Erik Johnston bcfaaf7da6 That was a breaking db change. You need to recreate the databases. (In reality, it's enough to just run the im.sql through your db and change the schema version) 10 years ago
Erik Johnston a85612baf8 Merge branch 'room_config' into develop 10 years ago
Erik Johnston 6d28560626 Don't put required power levels on permission state events 10 years ago
Mark Haines 86fa1138be Update readme with instructions on how to generate configs for homeservers 10 years ago
Erik Johnston f452899fe2 Merge branch 'develop' of github.com:matrix-org/synapse into room_config 10 years ago
Erik Johnston 3f5ebccbff Fix the tests to include new db calls 10 years ago