summary refs log tree commit diff
path: root/README.rst (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-02FixesMark Haines2-2/+3
2016-06-02Prod the main synapse with the list of syncing usersMark Haines1-5/+45
2016-06-02Add an http endpoint for making users as syncingMark Haines3-4/+86
2016-06-01Expire stale entries for dead external processesMark Haines1-2/+19
2016-06-01Add infrastructure to the presence handler to track sync requests in external...Mark Haines2-20/+72
2016-06-01Limit number of notifications in an email notificationDavid Baker1-2/+4
2016-06-01Inject fake room list handler in testsDavid Baker1-0/+2
2016-06-01pep8David Baker1-1/+3
2016-05-31handle emotes & notices correctly in email notifsMatthew Hodgson2-2/+10
2016-05-31Add cache to remote room listsDavid Baker1-4/+30
2016-05-31Add vector.im to default secondary_directory_servers and add comment explaini...David Baker1-0/+4
2016-05-31Apparently I am not permitted to have two blank lines hereDavid Baker1-1/+0
2016-05-31Basic, un-cached support for secondary_directory_serversDavid Baker5-3/+68
2016-05-31Fix synapse/storage/schema/delta/30/as_users.pyMark Haines1-2/+2
2016-05-31Stub out the AS handlerMark Haines1-0/+6
2016-05-31Fix typoErik Johnston1-1/+1
2016-05-31Change fixErik Johnston2-5/+8
2016-05-31Fix GET /push_rulesErik Johnston1-0/+3
2016-05-31Move the AS handler out of the Handlers object.Mark Haines7-38/+36
2016-05-31Add caches to bulk_get_push_rules*Erik Johnston2-9/+15
2016-05-31Poke the notifier to wake up /syncsMark Haines3-0/+23
2016-05-31Fix c+p failDavid Baker1-17/+0
2016-05-31Add federation room list servletDavid Baker2-1/+70
2016-05-31Split out the room list handlerDavid Baker3-3/+7
2016-05-27Fix to allow start with postgresErik Johnston1-2/+7
2016-05-27Send down correct error response if user not foundErik Johnston1-2/+7
2016-05-24Check for presence of 'avatar_url' keyDavid Baker1-1/+3
2016-05-24tweak mail notifsMatrix1-6/+8
2016-05-23catch thinko in presentable namesMatthew Hodgson1-4/+15
2016-05-23fix NPE in room orderingMatthew Hodgson1-2/+2
2016-05-23fix debug textMatthew Hodgson2-2/+7
2016-05-23consistency is the better part of valourMatthew Hodgson1-1/+1
2016-05-23Tune email notifs to make them quieter:Matthew Hodgson2-18/+56
2016-05-23Fix set profile error with Requester.Negi Fazeli2-13/+30
2016-05-23Remove debug loggingDavid Baker1-1/+0
2016-05-23Fix link to A-S specRichard van der Hoff1-2/+1
2016-05-23Get incremental sync sort of workingMark Haines4-5/+61
2016-05-20Oops, missing commaDavid Baker1-1/+1
2016-05-20Remove stale lineDavid Baker1-2/+0
2016-05-20Handle empty events tableDavid Baker1-0/+3
2016-05-20Make deleting push actions more efficientDavid Baker3-13/+68
2016-05-20Only delete push actions after 30 daysDavid Baker2-6/+38
2016-05-19Allow clients to specify a server_name to avoid 'No known servers'Kegan Dougal1-1/+4
2016-05-18increment badge count per missed convo, not per msgMatthew Hodgson1-1/+3
2016-05-18Add desc to get_presence_for_usersErik Johnston1-0/+1
2016-05-17Split out the /sync handler to a separate processMark Haines7-4/+92
2016-05-17Move typing handler out of the Handlers objectMark Haines8-36/+27
2016-05-17Add some slaved stores that we'll need for the synchrotronMark Haines4-2/+125
2016-05-17Add a SlavedApplicationServiceStoreMark Haines2-0/+31
2016-05-17Move the functions for parsing app service configMark Haines2-103/+109
2016-05-17Fix client resource prefixesMark Haines1-3/+7
2016-05-17Remove unused get_joined_rooms_for_userMark Haines1-15/+0
2016-05-16Move SyncHandler out of the Handlers objectMark Haines4-9/+11
2016-05-16Remove get_joined_rooms_for_user from RoomMemberHandlerMark Haines3-11/+4
2016-05-16