summary refs log tree commit diff
path: root/contrib/graph (unfollow)
Commit message (Expand)AuthorFilesLines
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