| Commit message (Expand) | Author | Files | Lines |
2015-05-01 | That wasn't a deferred | Erik Johnston | 2 | -4/+2 |
2015-05-01 | Remove inlineCallbacks from non-generator | Erik Johnston | 1 | -2/+0 |
2015-05-01 | Typo | Erik Johnston | 1 | -1/+1 |
2015-05-01 | Remove some run_on_reactors | Erik Johnston | 3 | -10/+0 |
2015-05-01 | Don't log all auth events every time we call auth.check | Erik Johnston | 1 | -1/+4 |
2015-05-01 | Use the daemonize key from the config if it exists | Mark Haines | 1 | -1/+4 |
2015-05-01 | Don't use self.execute: it's designed for fetching stuff | David Baker | 1 | -3/+8 |
2015-05-01 | database config is not kept in separate config file anymore | Mark Haines | 1 | -13/+9 |
2015-05-01 | No id field on user | David Baker | 1 | -5/+1 |
2015-05-01 | Allow generate-config to run against an existing config file to generate defa... | Mark Haines | 3 | -14/+26 |
2015-05-01 | More missed get_user_by_id API changes | David Baker | 2 | -4/+4 |
2015-05-01 | One too many lens | Erik Johnston | 1 | -1/+1 |
2015-05-01 | Change public room list to use defer.gatherResults | Erik Johnston | 1 | -5/+13 |
2015-05-01 | This api now no longer returns an array | David Baker | 1 | -1/+1 |
2015-05-01 | Don't wait for storage of access_token | Erik Johnston | 1 | -1/+1 |
2015-05-01 | Cache latest_event_ids_in_room | Erik Johnston | 1 | -1/+4 |
2015-05-01 | Don't lock user_ips table for upsert. | Erik Johnston | 2 | -4/+10 |
2015-05-01 | Fix bug where we reconnected to the database on every query. | Erik Johnston | 2 | -1/+2 |
2015-05-01 | Split a storage function in two so that we don't have to do extra work. | Erik Johnston | 3 | -8/+14 |
2015-04-30 | Remove pointless join | Erik Johnston | 1 | -5/+4 |
2015-04-30 | Fix broken SQL | Erik Johnston | 1 | -1/+1 |
2015-04-30 | Need more yield | Erik Johnston | 1 | -1/+1 |
2015-04-30 | Add missing param | Erik Johnston | 1 | -1/+1 |
2015-04-30 | More join conditions | Erik Johnston | 1 | -2/+6 |
2015-04-30 | Add more conditions on JOINs to make postgres go a little faster. | Erik Johnston | 2 | -4/+6 |
2015-04-30 | Allow "manhole" to be ommited from the config | Mark Haines | 1 | -1/+1 |
2015-04-30 | Remove the ~, comment the lines instead | Mark Haines | 2 | -2/+2 |
2015-04-30 | Update key.py | Mark Haines | 1 | -1/+2 |
2015-04-30 | Update metrics.py | Mark Haines | 1 | -2/+2 |
2015-04-30 | Update README.rst | Mark Haines | 1 | -1/+1 |
2015-04-30 | missing import | Mark Haines | 1 | -0/+2 |
2015-04-30 | Fix up get_current_state and get_room_name_and_aliases queries to parse event... | Erik Johnston | 2 | -32/+30 |
2015-04-30 | read the pid_file from the config file in synctl | Mark Haines | 2 | -3/+4 |
2015-04-30 | Can't specify bind-port on the cmdline anymore | Mark Haines | 1 | -2/+1 |
2015-04-30 | Write a default log_config when generating config | Mark Haines | 5 | -6/+59 |
2015-04-30 | Add get_rooms_for_user cache | Erik Johnston | 1 | -0/+2 |
2015-04-30 | Undo changes to logger config, ie. remove the access_log_file option: decisio... | David Baker | 1 | -16/+0 |
2015-04-30 | Do access log using python's logging stuff, just under a separate logger name | David Baker | 2 | -14/+39 |
2015-04-30 | Don't use sub queries, it makes postgres sad | Erik Johnston | 1 | -11/+5 |
2015-04-30 | Don't break when sizes or durations are given as integers | Mark Haines | 2 | -12/+15 |
2015-04-30 | SYN-367: Use upsert rather than insert_or_replace | Mark Haines | 1 | -2/+6 |
2015-04-30 | Add a random string to the auto generated key id | Mark Haines | 1 | -1/+3 |
2015-04-30 | Allow --enable-registration to be passed on the commandline | Mark Haines | 1 | -3/+16 |
2015-04-30 | Use disable_registration keys if they are present | Mark Haines | 1 | -0/+5 |
2015-04-30 | Don't needlessly join on state_events | Erik Johnston | 2 | -6/+4 |
2015-04-30 | Add an access_log | David Baker | 3 | -3/+29 |
2015-04-30 | Allow multiple config files, set up a default config before applying the conf... | Mark Haines | 3 | -23/+40 |
2015-04-30 | Unused import | David Baker | 1 | -1/+1 |
2015-04-30 | Doesn't look like this is used anymore | David Baker | 1 | -13/+0 |
2015-04-30 | Make simple query rather than long one and then throw away half the results | Erik Johnston | 2 | -2/+11 |
2015-04-30 | remove duplicate parse_size method | Mark Haines | 2 | -10/+0 |
2015-04-30 | Manually generate the default config yaml, remove most of the commandline arg... | Mark Haines | 17 | -478/+457 |
2015-04-29 | Correctly decode, for sqlite and postgres, rows from pushers table | Erik Johnston | 1 | -19/+24 |
2015-04-29 | pushkey' are also bytes. | Erik Johnston | 1 | -8/+17 |
2015-04-29 | Typo | Erik Johnston | 1 | -1/+1 |
2015-04-29 | Also remove yield from within lock in the other generator | Erik Johnston | 1 | -8/+6 |
2015-04-29 | Fix deadlock in id_generators. No idea why this was an actual deadlock. | Erik Johnston | 1 | -14/+16 |
2015-04-29 | Also log when we've started pushers | Erik Johnston | 1 | -0/+2 |
2015-04-29 | Revert previous | Erik Johnston | 1 | -5/+1 |
2015-04-29 | Only start pushers when synapse has fully started | Erik Johnston | 2 | -4/+5 |
2015-04-29 | Start pushers on reactor thread | Erik Johnston | 1 | -0/+3 |
2015-04-29 | Actually return rows | Erik Johnston | 1 | -0/+2 |
2015-04-29 | Typo, args wrong way round | Erik Johnston | 1 | -4/+1 |
2015-04-29 | Decode buffers in same thread | Erik Johnston | 1 | -13/+19 |
2015-04-29 | We store pusher data as bytes | Erik Johnston | 1 | -2/+2 |
2015-04-29 | Fix off by one in presence token handling | Erik Johnston | 1 | -1/+1 |
2015-04-29 | Decode the data json in the storage layer (was moved but this part was missed) | David Baker | 2 | -1/+14 |
2015-04-29 | Oops, update the contraint too | David Baker | 1 | -1/+1 |
2015-04-29 | |