summary refs log tree commit diff
path: root/synapse (unfollow)
<
Commit message (Expand)AuthorFilesLines
2015-04-29Fix includesDavid Baker1-1/+2
2015-04-29Accept both camelcase and underscore threepid creds for transitionDavid Baker1-4/+19
2015-04-29pushers table requires an access_tokenErik Johnston1-0/+1
2015-04-29Fix whitespaceMark Haines1-1/+1
2015-04-29Check requirements before doing anything else when running the homeserverMark Haines1-1/+4
2015-04-29bump syutil to 0.0.6Mark Haines1-3/+3
2015-04-29We can't use REPLACE when upgrading databases now we have postgresErik Johnston1-1/+2
2015-04-29bump database schema versionMark Haines2-1/+1
2015-04-29Use a defer.gatherResults to collect results from the perspective serversMark Haines1-11/+21
2015-04-29Use bytea rather than BLOBMark Haines1-1/+1
2015-04-29minimal docMatthew Hodgson1-0/+4
2015-04-29Update the query format used by keyring to match current key v2 specMark Haines1-1/+12
2015-04-29Make postgres database error slightly more helpfulErik Johnston2-13/+17
2015-04-29Use __all__ instead of assert to stop pyflakes from warning about unused impo...Erik Johnston1-2/+3
2015-04-29Implement minimum_valid_until_ts in the remote key resourceMark Haines2-4/+56
2015-04-29Mention that postgres databases must have the correct charset encodingErik Johnston1-0/+17
2015-04-29Appease PEP8Erik Johnston1-0/+2
2015-04-29Check that postgres database has correct charset setErik Johnston6-1/+47
2015-04-29Delete ugly commented out log line.Mark Haines1-1/+0
2015-04-29contrib/systemd: add a sample systemd unit file and a logger configurationIvan Shapovalov2-0/+35
2015-04-29improve postgres blurb a bitMatthew Hodgson1-7/+18
2015-04-29comment out ugly test loglineMatthew Hodgson1-1/+1
2015-04-29mention silviof's dockerfileMatthew Hodgson1-0/+3
2015-04-29general clean up. s/alpha/beta/g. add intelfx's AUR package for Arch. s/the h...Matthew Hodgson1-46/+88
2015-04-28Fix rstErik Johnston1-1/+2
2015-04-28Update docs/postgres.rst to explain port script usageErik Johnston1-0/+51
2015-04-28Add better help to scripts/port_from_sqlite_to_postgres.pyErik Johnston1-5/+27
2015-04-28Ensure we never miss any presence updatesErik Johnston1-1/+7
2015-04-28Fix typoErik Johnston1-1/+1
2015-04-28Ensure the serial returned by presence is always an integerErik Johnston1-3/+3
2015-04-28Remove unused importsErik Johnston1-2/+1
2015-04-28Quickly fix dodgy est. time remainingErik Johnston1-7/+14
2015-04-28Use TEXT instead of VARCHAR(n), since PostgreSQL treats them the same except ...Erik Johnston32-289/+289
2015-04-28Correctly handle total/remaining counts in the presence of sent_transasctions...Erik Johnston1-1/+1
2015-04-28Correctly handle total/remaining counts in the presence of sent_transasctions...Erik Johnston1-123/+167
2015-04-28And don't bump the schema version unnecessarilyMark Haines1-1/+1
2015-04-28Add server_keys.sql to the current delta rather than creating a new deltaMark Haines1-0/+0
2015-04-28Remove accidentally committed debug hardcode hackErik Johnston1-1/+2
2015-04-28Typo in port scriptErik Johnston1-1/+1
2015-04-28Output vim style mode markers into the yaml config fileMark Haines1-3/+4
2015-04-27Split setuping up and processing of tablesErik Johnston1-8/+23
2015-04-27Shuffle progress stuffErik Johnston1-201/+174
2015-04-27Don't port over all of the sent_transactions tableErik Johnston1-38/+120
2015-04-27