summary refs log tree commit diff
path: root/synapse/push (unfollow)
Commit message (Expand)AuthorFilesLines
2015-05-01Don't log all auth events every time we call auth.checkErik Johnston1-1/+4
2015-05-01Use the daemonize key from the config if it existsMark Haines1-1/+4
2015-05-01Don't use self.execute: it's designed for fetching stuffDavid Baker1-3/+8
2015-05-01database config is not kept in separate config file anymoreMark Haines1-13/+9
2015-05-01No id field on userDavid Baker1-5/+1
2015-05-01Allow generate-config to run against an existing config file to generate defa...Mark Haines3-14/+26
2015-05-01More missed get_user_by_id API changesDavid Baker2-4/+4
2015-05-01One too many lensErik Johnston1-1/+1
2015-05-01Change public room list to use defer.gatherResultsErik Johnston1-5/+13
2015-05-01This api now no longer returns an arrayDavid Baker1-1/+1
2015-05-01Don't wait for storage of access_tokenErik Johnston1-1/+1
2015-05-01Cache latest_event_ids_in_roomErik Johnston1-1/+4
2015-05-01Don't lock user_ips table for upsert.Erik Johnston2-4/+10
2015-05-01Fix bug where we reconnected to the database on every query.Erik Johnston2-1/+2
2015-05-01Split a storage function in two so that we don't have to do extra work.Erik Johnston3-8/+14
2015-04-30Remove pointless joinErik Johnston1-5/+4
2015-04-30Fix broken SQLErik Johnston1-1/+1
2015-04-30Need more yieldErik Johnston1-1/+1
2015-04-30Add missing paramErik Johnston1-1/+1
2015-04-30More join conditionsErik Johnston1-2/+6
2015-04-30Add more conditions on JOINs to make postgres go a little faster.Erik Johnston2-4/+6
2015-04-30Allow "manhole" to be ommited from the configMark Haines1-1/+1
2015-04-30Remove the ~, comment the lines insteadMark Haines2-2/+2
2015-04-30Update key.pyMark Haines1-1/+2
2015-04-30Update metrics.pyMark Haines1-2/+2
2015-04-30Update README.rstMark Haines1-1/+1
2015-04-30missing importMark Haines1-0/+2
2015-04-30Fix up get_current_state and get_room_name_and_aliases queries to parse event...Erik Johnston2-32/+30
2015-04-30read the pid_file from the config file in synctlMark Haines2-3/+4
2015-04-30Can't specify bind-port on the cmdline anymoreMark Haines1-2/+1
2015-04-30Write a default log_config when generating configMark Haines5-6/+59
2015-04-30Add get_rooms_for_user cacheErik Johnston1-0/+2
2015-04-30Undo changes to logger config, ie. remove the access_log_file option: decisio...David Baker1-16/+0
2015-04-30Do access log using python's logging stuff, just under a separate logger nameDavid Baker2-14/+39
2015-04-30Don't use sub queries, it makes postgres sadErik Johnston1-11/+5
2015-04-30Don't break when sizes or durations are given as integersMark Haines2-12/+15
2015-04-30SYN-367: Use upsert rather than insert_or_replaceMark Haines1-2/+6
2015-04-30Add a random string to the auto generated key idMark Haines1-1/+3
2015-04-30Allow --enable-registration to be passed on the commandlineMark Haines1-3/+16
2015-04-30Use disable_registration keys if they are presentMark Haines1-0/+5
2015-04-30Don't needlessly join on state_eventsErik Johnston2-6/+4
2015-04-30Add an access_logDavid Baker3-3/+29
2015-04-30Allow multiple config files, set up a default config before applying the conf...Mark Haines3-23/+40
2015-04-30Unused importDavid Baker1-1/+1
2015-04-30Doesn't look like this is used anymoreDavid Baker1-13/+0
2015-04-30Make simple query rather than long one and then throw away half the resultsErik Johnston2-2/+11
2015-04-30remove duplicate parse_size methodMark Haines2-10/+0
2015-04-30Manually generate the default config yaml, remove most of the commandline arg...Mark Haines17-478/+457
2015-04-29Correctly decode, for sqlite and postgres, rows from pushers tableErik Johnston1-19/+24
2015-04-29pushkey' are also bytes.Erik Johnston1-8/+17
2015-04-29TypoErik Johnston1-1/+1
2015-04-29Also remove yield from within lock in the other generatorErik Johnston1-8/+6
2015-04-29Fix deadlock in id_generators. No idea why this was an actual deadlock.Erik Johnston1-14/+16
2015-04-29Also log when we've started pushersErik Johnston1-0/+2
2015-04-29Revert previousErik Johnston1-5/+1
2015-04-29Only start pushers when synapse has fully startedErik Johnston2-4/+5
2015-04-29Start pushers on reactor threadErik Johnston1-0/+3
2015-04-29Actually return rowsErik Johnston1-0/+2
2015-04-29Typo, args wrong way roundErik Johnston1-4/+1
2015-04-29Decode buffers in same threadErik Johnston1-13/+19
2015-04-29We store pusher data as bytesErik Johnston1-2/+2
2015-04-29Fix off by one in presence token handlingErik Johnston1-1/+1
2015-04-29Decode the data json in the storage layer (was moved but this part was missed)David Baker2-1/+14
2015-04-29Oops, update the contraint tooDavid Baker1-1/+1
2015-04-29Be