Commit Graph

3556 Commits (32937f3ea03dd163bbcdc6f39efe22ffb760e0d6)
 

Author SHA1 Message Date
Mark Haines 32937f3ea0 database config is not kept in separate config file anymore 10 years ago
Mark Haines 7b50769eb9 Merge pull request #136 from matrix-org/markjh/config_cleanup 10 years ago
David Baker 7693f24792 No id field on user 10 years ago
Mark Haines 46a65c282f Allow generate-config to run against an existing config file to generate default keys 10 years ago
David Baker 92b20713d7 More missed get_user_by_id API changes 10 years ago
Erik Johnston da4ed08739 One too many lens 10 years ago
Erik Johnston 9060dc6b59 Change public room list to use defer.gatherResults 10 years ago
David Baker 1fae1b3166 This api now no longer returns an array 10 years ago
Erik Johnston 80b4119279 Don't wait for storage of access_token 10 years ago
Erik Johnston 4011cf1c42 Cache latest_event_ids_in_room 10 years ago
Erik Johnston 657298cebd Don't lock user_ips table for upsert. 10 years ago
Erik Johnston fabb7acd45 Fix bug where we reconnected to the database on every query. 10 years ago
Erik Johnston 23c639ff32 Split a storage function in two so that we don't have to do extra work. 10 years ago
Erik Johnston 8be5284e91 Remove pointless join 10 years ago
Erik Johnston 503e4d3d52 Fix broken SQL 10 years ago
Erik Johnston 00718ae7a9 Need more yield 10 years ago
Erik Johnston 0465560c1a Add missing param 10 years ago
Erik Johnston 61d05daab1 More join conditions 10 years ago
Erik Johnston 6ead27ddda Add more conditions on JOINs to make postgres go a little faster. 10 years ago
Mark Haines 50c87b8eed Allow "manhole" to be ommited from the config 10 years ago
Mark Haines 345995fcde Remove the ~, comment the lines instead 10 years ago
Mark Haines 62cebee8ee Update key.py 10 years ago
Mark Haines 95cbfee8ae Update metrics.py 10 years ago
Mark Haines 4ad8350607 Update README.rst 10 years ago
Mark Haines 6ea9cf58be missing import 10 years ago
Erik Johnston f383d5a801 Fix up get_current_state and get_room_name_and_aliases queries to parse events in transaction 10 years ago
Mark Haines c95480963e read the pid_file from the config file in synctl 10 years ago
Mark Haines 069296dbb0 Can't specify bind-port on the cmdline anymore 10 years ago
Mark Haines 2d4d2bbae4 Merge branch 'develop' into markjh/config_cleanup 10 years ago
Mark Haines 2f1348f339 Write a default log_config when generating config 10 years ago
Erik Johnston 69d4063651 Add get_rooms_for_user cache 10 years ago
David Baker 5b02f33451 Undo changes to logger config, ie. remove the access_log_file option: decision is to support this through log_config rather tan adding an option. 10 years ago
David Baker 054aa0d58c Do access log using python's logging stuff, just under a separate logger name 10 years ago
Erik Johnston 3c4c229788 Don't use sub queries, it makes postgres sad 10 years ago
Mark Haines 74aaacf82a Don't break when sizes or durations are given as integers 10 years ago
Mark Haines 29400b45b9 SYN-367: Use upsert rather than insert_or_replace 10 years ago
Mark Haines c28f1d16f0 Add a random string to the auto generated key id 10 years ago
Mark Haines 265f30bd3f Allow --enable-registration to be passed on the commandline 10 years ago
Mark Haines c9e62927f2 Use disable_registration keys if they are present 10 years ago
Erik Johnston 2366d28780 Don't needlessly join on state_events 10 years ago
David Baker d89a9f7283 Add an access_log 10 years ago
Mark Haines 1aa11cf7ce Allow multiple config files, set up a default config before applying the config files 10 years ago
David Baker 0c1b7f843b Unused import 10 years ago
David Baker 4b46fbec5b Doesn't look like this is used anymore 10 years ago
Erik Johnston 1d7702833d Make simple query rather than long one and then throw away half the results 10 years ago
Mark Haines 6b69ddd17a remove duplicate parse_size method 10 years ago
Mark Haines d624e2a638 Manually generate the default config yaml, remove most of the commandline arguments for synapse anticipating that people will use the yaml instead. Simpify implementing config options by not requiring the classes to hit the super class 10 years ago
Erik Johnston b1ca784aca Correctly decode, for sqlite and postgres, rows from pushers table 10 years ago
Erik Johnston 4a9dc5b2f5 pushkey' are also bytes. 10 years ago
Erik Johnston 0ade2712d1 Typo 10 years ago